@charset "utf-8";
/* CSS Document */

/*==================================================
index
================================================== */

/*====== mv-top ======*/

#mv-top{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../images/mv_top_pc.webp") no-repeat top center;
    background-size: cover;
}

.catchcopy{
    display: block;
    color: #fff;
    font-size: 2vw;
    font-weight: normal;
    letter-spacing: 0.15em;
}

.catchcopy small{
    display: block;
    font-size:60%;
}


@media screen and (max-width: 1024px) and (orientation: portrait){

#mv-top{
    height: 50vh;
}
    
}

@media only screen and (max-width: 1024px) { 

.catchcopy{
    font-size: 26px;
}

.box-mv a.btn{
    width: 28%;
}
    
}


@media only screen and (max-width: 768px) { 
       

.catchcopy{
    font-size: 42px;
}

.box-mv a.btn{
    width: 38%;
    padding: 10px 0;
}
    
}

@media only screen and (max-width: 599px) { 

#mv-top{
    height: 40vh;
}    


.catchcopy{
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 6vw;
}

.box-mv a.btn{
    width: 60%;
    padding: 12px 0;
}
    
}

/*==================================================
concept-feature
================================================== */

#concept-feature{
    background: url("../images/bg_feature.jpg") no-repeat center center;
    background-size: cover;
    padding: 75px 0 90px;
}

#concept h2{
    color: #222 !important;
    margin-bottom: 50px;
}

#concept .btn-area{
    margin-bottom: 0;
}

#page-contents #concept-feature{
    padding-bottom: 75px;
}

@media only screen and (max-width: 768px) {
    
#concept-feature{
    padding: 60px 0 120px;
}

#page-contents #concept-feature{
    padding-bottom: 65px;
}
    
}

@media only screen and (max-width: 480px) {
    
    #concept-feature{
        padding: 40px 0 50px;
    }

#page-contents #concept-feature{
    padding-bottom: 30px;
}
    
}

/*==================================================
feature
================================================== */

#feature ul{
    width: 96%;
    margin: 0 auto;
    justify-content: center;
}

#feature ul li{
    position: relative;
    background: #fdedee;
}

#feature ul.ul-4cols li{
    width:24%;
    margin: 0 0.5%;
}

#feature ul li article{
    padding: 10px 25px;
}

#feature ul li article p{
    margin: 0;
}

#feature ul li article h4{
    display: block;
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
}

#feature ul li article h4 small{
    display: block;
    font-size: 14px;
}

#feature ul li article img{
    margin: 8px 0;
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

#feature ul li:before,
#feature ul li:after{
		width: calc(100% - 10px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
#feature ul li:before{
		border-bottom: solid 10px #fdedee;
		border-right: solid 10px transparent;
		bottom: 100%;
	}

#feature ul li:after{
		border-top: solid 10px #fdedee;
		border-left: solid 10px transparent;
		top: 100%;
	}

#feature ul li:first-child{transition-delay: 0;}
#feature ul li:nth-child(2){transition-delay: 200ms; }
#feature ul li:nth-child(3){transition-delay: 400ms; }
#feature ul li:nth-child(4){transition-delay: 600ms; }


@media only screen and (max-width: 1024px) {

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}
    
}


@media only screen and (max-width: 768px) {

    
#feature ul.ul-4cols{
    flex-direction: row;
    flex-wrap: wrap;
}

#feature ul.ul-4cols li{
    width:48%;
    margin: 0 1%;
}

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}

#feature ul li article img{
    height: 24vw;
}
    
#feature ul li:nth-child(3),
#feature ul li:nth-child(4){
    top:35px;
}  
    
}


@media only screen and (max-width: 480px) {

    
#feature ul.ul-4cols{
    display: block;
}

#feature ul.ul-4cols li{
    width:86%;
    margin: 0 auto 45px;
}

#feature ul li article{
    padding: 10px 15px;
}

#feature ul li article h4{
    font-size: 16px;
}

#feature ul li article img{
    height: 42vw;
} 
    
#feature ul li:nth-child(3),
#feature ul li:nth-child(4){
    top:inherit;
} 
    
#feature ul li:first-child{transition-delay: 0;}
#feature ul li:nth-child(2){transition-delay: 0; }
#feature ul li:nth-child(3){transition-delay: 0; }
#feature ul li:nth-child(4){transition-delay: 0; }    
    
}



/*==================================================
concept
================================================== */

#concept{
    /*background: #fdebef;*/
    text-align: center;
    line-height: 2.2;
}

.catch-concept{
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) { 

#concept{
    line-height: 1.8;
}

.catch-concept{
    font-size: 24px;
}
    
}

@media only screen and (max-width: 480px) { 

#concept{
    line-height: 1.8;
    text-align: left;
}
    
    #concept p{
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

.catch-concept{
    line-height: 1.7;
    font-size: 5.2vw;
    margin-bottom: 30px;
}
    
}

/*==================================================
menu
================================================== */

#menu{
    padding: 70px 0 0;
}

.title-menu{
    width: 100%;
    height: 280px;
    position: relative;
    background: #000;
    margin-bottom: 30px;
}

.title-menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.title-menu h2{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size:28px;
}

.table-menu th{
    width: 50%;
}

.table-menu td{
    width: 50%;
}

td.td-price{
    text-align: right;
}

p.txt-tax{
    text-align: right;
    margin: 15px 0 0;
    font-size: 90%;
}

#menu > article{
    padding-bottom: 25px;
}

#menu > article:last-child{
    padding-bottom: 0;
}


#ul-menu-banner li a{
    display: block;
    width: 94%;
    height: 180px;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#ul-menu-banner li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    opacity: 0.6;
}

#ul-menu-banner li a img:hover{
    transform: scale(1.2);
    opacity: 0.8;
}

.menu-name{
    position: absolute;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    top: 45%;
    left: 0;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
}

#ul-menu-banner li a i{
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    font-size: 12px;
}


#ul-menu-banner li:nth-child(2){transition-delay: 200ms;}
#ul-menu-banner li:nth-child(3){transition-delay: 400ms;}
#ul-menu-banner li:nth-child(4){transition-delay: 600ms;}
#ul-menu-banner li:nth-child(5){transition-delay: 800ms;}
#ul-menu-banner li:nth-child(6){transition-delay: 1000ms;}
#ul-menu-banner li:nth-child(7){transition-delay: 1200ms;}
#ul-menu-banner li:nth-child(8){transition-delay: 1400ms;}
#ul-menu-banner li:nth-child(9){transition-delay: 1600ms;}

.head-menu{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2.0;
}

.body-menu h2{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 2.0;
}

.body-menu h3{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0;
}

.head-menu p{
    margin: 0;
}

.for-menu{
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #ddd;
    padding: 35px 30px 25px;
    margin: 50px 0 35px;
}

.for-menu h3{
    display: inline-block;
    position: absolute;
    top: -17px;
    line-height: 33px;
    height: 34px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 16px;
    background-color: #fff;
}

.for-menu p{
    margin: 0;
}

.content-menu{
    margin-bottom: 50px;
}

.menu-att,
.menu-option{
    line-height: 2.0;
}

.menu-option{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}

.menu-cta{
    text-align: center;
    margin: 35px 0 0;
}


@media only screen and (max-width: 1024px) { 


#ul-menu-banner li a{
    width: 96%;
    height: 170px;
    margin: 0 auto 15px;
}
    
}

@media only screen and (max-width: 768px) {

.title-menu{
    height: 210px;
    margin-bottom: 20px;
} 

.title-menu h2{
    font-size:24px;
}


#ul-menu-banner li a{
    width: 96%;
    height: 120px;
    margin: 0 auto 10px;
}

.menu-name{
    width: 96%;
    top: 42%;
    left: 2%;
    font-size: 15px;
}

#ul-menu-banner li a i{
    right: 10px;
    bottom: 10px;
}

.head-menu{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.for-menu{
    padding: 35px 30px 25px;
    margin: 40px 0 35px;
}

.body-menu h2{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.body-menu h3{
    font-size: 15px;
    line-height: 1.8;
}
    
}

@media only screen and (max-width: 480px) { 

.title-menu{
    height: 160px;
}

.title-menu h2{
    width: 100%;
    text-align: center;
    font-size:18px;
}

.head-menu{
    line-height: 1.6;
}

.for-menu{
    padding: 30px 20px 20px;
    margin: 40px 0 35px;
}

.for-menu h3{
    top: -15px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
}

.for-menu p{
    margin: 0;
}

.table-menu th{
    display: table-cell;
    width: 70%;
}

.table-menu td{
    display: table-cell;
    width: 30%;
}
    
#menu a.btn{
    display: block;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
}


#ul-menu-banner li a{
    width: 100%;
    height: 35vw;
}
    
#ul-menu-banner li:nth-child(2){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(3){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(4){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(5){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(6){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(7){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(8){transition-delay: 0ms;}
#ul-menu-banner li:nth-child(9){transition-delay: 0ms;}    

.menu-cta{
    margin: 10px 0 0;
}
    
    .menu-cta a{
        width: 60% !important;
    }
    
}

/*==================================================
salon-info
================================================== */

#salon-info{
	padding-top: 75px;
	border-top: 1px solid #ddd;
}

.basic-info{
    width: 45%;
    float: left;
}

.pic-sns-info{
    width: 50%;
    text-align: center;
    float: right;
}

#sns-link-info{
    padding: 25px 0 0;
    text-align: center;
}

#sns-link-info a{
    margin: 0 12px;
    font-size: 18px;
}

.sns-list{
    margin-left: 12px;
}

.sns-list li{
    margin-bottom: 8px;
    line-height: 1.6;
}

.sns-list li:last-child{
    margin-bottom: 0;
}

.sns-list li span{
    display: block;
}

.sns-list li a{
    text-decoration: underline;
}

@media only screen and (max-width: 480px) { 

.basic-info{
    width: 100%;
    float: none;
}

.pic-sns-info{
    width: 100%;
    float: none;
    margin-top: 25px;
}

#sns-link-info{
    padding: 15px 0 0;
}

#sns-link-info a{
    margin: 0 15px;
    font-size: 16px;
}

.sns-list li{
    margin-bottom: 12px;
}

.sns-list li:last-child{
    margin-bottom: 12px;
}
    
}

/*==================================================
faq
================================================== */

#faq{
	padding: 75px 0;
}

@media only screen and (max-width: 480px) {

#faq{
    padding: 55px 0;
}
	
}


/*==================================================
column-list
================================================== */

.ul-column-list{
    display: flex;
    list-style: none;
}

.ul-column-list li{
    border: 1px solid #ddd;
    width: calc(100%/3);
    margin-bottom: 30px;
}

.ul-column-list li:nth-child(2){
    margin: 0 15px 30px;
    transition-delay: 200ms;
}

.img-columnlist{
    width: 90%;
    margin: 15px auto;
    height: 170px;
    position: relative;
}

.img-columnlist span{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    background-color: #6f6259;
    color: #fff;
    line-height: 1;
    z-index: 1;
}

.ul-column-list li:last-child{
    transition-delay: 400ms;
}

.txt-columnlist{
    width: 90%;
    margin: 0 auto 15px;
}

.date-column{
    text-align: right;
}

.cate-column span{
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    border-radius: 4px;
    background: #f4f4f4;
    padding: 2px 5px;
    text-align: center;
    margin-bottom: 7px;
}

#column-detail .cate-column{
	text-align: center;
	margin-bottom: 12px;
}

#page-column .ul-column-list{
	flex-wrap: wrap;
	flex-direction: row;
}

#page-column .ul-column-list li{
    border: 1px solid #ddd;
    width: calc(100%/3 - 12px);
    margin-bottom: 20px;
}

#page-column .ul-column-list li:nth-child(2),
#page-column .ul-column-list li:nth-child(5),
#page-column .ul-column-list li:nth-child(8),
#page-column .ul-column-list li:nth-child(11),
#page-column .ul-column-list li:nth-child(14),
#page-column .ul-column-list li:nth-child(17),
#page-column .ul-column-list li:nth-child(20){
	margin-left: 15px;
	margin-right: 15px;
    transition-delay: 200ms;
}

@media only screen and (max-width: 768px) { 

.img-columnlist{
    height: 128px;
}
	
}

@media only screen and (max-width: 480px) { 

.ul-column-list{
    display: block;
}

.ul-column-list li{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.ul-column-list li:nth-child(2){
    margin: 0 auto 15px;
}

.img-columnlist{
    height: 190px;
}

#page-column .ul-column-list{
	display: block;
}

#page-column .ul-column-list li{
    width: 100%;
    margin-bottom: 15px;
}

#page-column .ul-column-list li:nth-child(2),
#page-column .ul-column-list li:nth-child(5),
#page-column .ul-column-list li:nth-child(8),
#page-column .ul-column-list li:nth-child(11),
#page-column .ul-column-list li:nth-child(14),
#page-column .ul-column-list li:nth-child(17),
#page-column .ul-column-list li:nth-child(20){
	margin-left: auto;
	margin-right: auto;
}
	
}


/*==================================================
access
================================================== */

#g-map iframe{
	width: 100%;
	height: 420px;
	vertical-align: bottom;
}

@media only screen and (max-width: 1024px) { 
	
#g-map iframe{
	height: 360px;
}	
	
}

@media only screen and (max-width: 768px) { 
	
#g-map iframe{
	height: 300px;
}	
	
}

@media only screen and (max-width: 480px) { 
	
#g-map iframe{
	height: 240px;
}	
	
}



/*==================================================
下層ページ共通
================================================== */

.mv-page{
    position: relative;
    width: 100%;
    height: 40vh;
    background: url("../images/bg_mv.jpg") no-repeat bottom center;
    background-size: cover;
}


.mv-page::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 100vw;
    border-color: transparent transparent #fff transparent;
}

.mv-page h2{
    display: block;
    width: 100%;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
}

.mv-page h2 small{
    display: block;
    padding-top: 20px;
}



@media only screen and (max-width: 1024px) {

.mv-page{
    height: 36vh;
}


.mv-page::before{
    border-width: 0 0 120px 100vw;
}

.mv-page h2{
    top: 46%;
}

}



@media only screen and (max-width: 768px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 90px 100vw;
}

.mv-page h2{
    top: 48%;
    font-size: 8.0vw;
}

}



@media only screen and (max-width: 480px) {

.mv-page{
    height: 34vh;
}


.mv-page::before{
    border-width: 0 0 45px 100vw;
}

.mv-page h2{
    top: 54%;
    font-size: 9.2vw;
}

}


/*==================================================
contact
================================================== */

#contact-form{
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
}

#contact-form table tr{
    border-color: #ddd;
}

#contact-form table th{
    width: 220px;
    background-color: #f4f4f4;
}


@media only screen and (max-width: 768px) {

#contact-form table th{
    width: 100%;
}
    
#contact-form table tr{
    border-bottom: none;
}
    
}


@media only screen and (max-width: 480px) {

#contact-form{
    padding: 50px 0;
}
    
}


/*==================================================
privacy-policy
================================================== */

#privacy-policy{
    padding: 20px 0 0;
    line-height: 2.2;
}

#privacy-policy dt{
    font-weight: 600;
    font-size: 18px;
}

#privacy-policy dd{
    margin-bottom: 35px;
}

.ul-basic{
	margin: 0 0 35px 25px;
	list-style: disc;
}

#privacy-policy ol{
    margin-left: 20px;
}


@media only screen and (max-width: 480px) {

#privacy-policy{
    line-height: 1.9;
}

#privacy-policy dt{
    font-size: 16px;
}

#privacy-policy dd{
    margin-bottom: 30px;
}

.ul-basic{
	margin: 0 0 25px 20px;
}
    
}







/*==================================================
tab切り替え
================================================== */

.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	width: 1160px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: flex;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media only screen and (max-width: 1100px) {
	
.area {
	width: 100%;
}	
}


/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #000;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #000;
	color: #fff;
}

@media (max-width: 1100px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}

/*==================================================
voice
================================================== */

#voice{
    padding: 75px 0 45px;
}

.ul-voice{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.ul-voice li{
    background: #fff;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    line-height: 2.2;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 0;
}

/*.ul-voice li:before,
.ul-voice li:after{
		width: calc(100% - 10px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
.ul-voice li:before{
		border-bottom: solid 10px #fff;
		border-right: solid 10px transparent;
		bottom: 100%;
	}

.ul-voice li:after{
		border-top: solid 10px #fff;
		border-left: solid 10px transparent;
		top: 100%;
	}
*/

.ul-voice li h4{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    color: #222;
    padding: 12px 20px;
    line-height: 1.5;
}

.ul-voice li > div{
    margin: 20px;
}

.pic-voice{
    width: 30%;
    height: auto;
    float: right;
    margin: 0 0 0 25px;
}

.name-voice{
    margin-top: 15px;
    font-size: 90%;
}

@media only screen and (max-width: 768px) {

.ul-voice li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
    line-height: 2.2;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 4%;
}

.ul-voice li:nth-of-type(2n){
    margin-right: 0;
}

.ul-voice li h4{
    font-size: 16px;
}

    
}

@media only screen and (max-width: 480px) {

#voice{
    padding: 55px 0 ;
}

.ul-voice li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 1.9;
}

.ul-voice li:nth-of-type(3n){
    margin-right: 0;
}
    
}

/*==================================================
cta
================================================== */

#cta{
    background: #222;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}


/*==================================================
news list
================================================== */


#news-title{
    margin: 50px 0;
}

.wp-block-latest-posts__list{
    width: 1024px !important;
    margin: 0 auto !important;
}

.wp-block-latest-posts__list li{
    position: relative !important;
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}

.wp-block-latest-posts__list li time{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 18% !important;
}

.wp-block-latest-posts__list li a{
    display: block !important;
    box-sizing: border-box !important;
    padding-left: 22% !important;
}

@media only screen and (max-width: 1024px) {

.wp-block-latest-posts__list{
    width: 90% !important;
}
    
}

@media only screen and (max-width: 599px) {
    

#news-title{
    margin: 30px 0 20px;
} 

.wp-block-latest-posts__list li time{
    width: 100% !important;
}

.wp-block-latest-posts__list li a{
    padding: 25px 0 0 !important;
}   
    
}


/*==================================================
news detail
================================================== */

#news-contents{
    padding: 50px 0 120px;
}

#blog-detail .title-contents{
	line-height: 1.5;
}

#blog-detail .title-contents strong{
	font-size: 28px;
}

.body-blog{
	padding: 25px 0 0;
	line-height: 2.0;
	letter-spacing: 0.08em;
	word-break: break-all;
}



.body-blog p{
	margin-bottom: 25px;
}

.body-blog img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.title-article{
	display: block;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 50px;
}

.footer-news{
	text-align: center;
	padding-top: 50px;
}

.body-blog a{
	text-decoration: underline;
}


.bottom-info{
	position: relative;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	height: 80px;
}

.bottom-info a{
	display: inline-block;
	color: #fff !important;
	text-align: center;
	background-color: #000;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	border: 1px solid #000;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
}

.bottom-info a:hover{
	background-color: transparent;
	color: #000 !important;
}


.bottom-info > a,
.bottom-info span{
	position: absolute;
	top: 15px;
}

.bottom-info a.btn-back{
	left: 0;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	right: 170px;;
}

.mv-blog{
	padding-bottom: 25px;
	border-bottom: 1px dotted #ddd;
}

.mv-blog img{
	width: 100% !important;
	height: auto !important;
	vertical-align: bottom;
	max-width: 100% !important;
}


.body-blog h2,
.body-blog h3,
.body-blog h4,
.body-blog h5,
.body-blog h6{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.body-blog h2{
    border-left: 5px solid #333;
    padding: 2px 0 2px 12px;
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.body-blog h3{
    font-size: 18px;
}

.body-blog iframe{
    width: 100% !important;
    height: 460px !important;
    vertical-align: bottom;
}

.saboxplugin-wrap{
    margin: 50px 0 !important;
}


.body-blog table{
    border: 1px solid #ddd;
    margin: 35px 0;
}

.body-blog table td{
    border: 1px solid #ddd;
    padding: 20px 25px;
}

.body-blog table tr td:first-child{
    background-color: #f4f4f4;
    width: 25%;
}


@media only screen and (max-width: 768px) {

.body-blog{
	line-height: 1.7;
	letter-spacing: 0;
}

.body-blog p{
	margin-bottom: 30px;
}

.body-blog img{
	margin-bottom: 30px;
}

.title-article{
	font-size: 21px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}

.body-blog iframe{
    height: 340px !important;
}

.saboxplugin-wrap{
    margin: 35px 0 !important;
}
	
}

@media only screen and (max-width: 480px) {

#news-contents{
    padding: 20px 0 0;
}


#blog-detail .title-contents strong{
	font-size: 6.4vw;
}	

.body-blog p{
	margin-bottom: 25px;
}

.body-blog img{
	margin-bottom: 25px;
}

.title-article{
	font-size: 18px;
	margin-bottom: 35px;
}

.footer-news{
	padding-top: 0;
}

.bottom-info{
	position: relative;
	padding: 30px 0 ;
	height: 115px;
}
	
.bottom-info span a{
	font-size: 13px;
	padding: 15px 0;
	width: 100%;
}	

.bottom-info a.btn,
.bottom-info span{
	top: 30px;
	width: 49%;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.bottom-info a.btn-back{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

.bottom-info span.btn-next{
	right: 0;
}

.bottom-info span.btn-prev{
	left: 0;
	right: inherit;
}


.body-blog table{
    margin: 25px 0;
}

.body-blog table td{
    padding: 12px 15px;
}

.body-blog table tr td:first-child{
    width: 34%;
}
	
}


/*==================================================
blog-detail
================================================== */

#toc_container{
    border-radius: 3px !important;
    padding: 25px !important;
    background: #f4f4f4 !important;
    display: flex !important;
    box-sizing: border-box !important;
    border: none !important;
    margin: 35px 0 !important;
}

#toc_container p.toc_title{
    display: block;
    width: 100px !important;
    font-size: 15px !important;
    margin: 0 !important;
    text-align: left !important;
}

#toc_container ul.toc_list{
    border-left: 1px dotted #333 !important;
    padding-left: 50px !important;
    line-height: 2.5 !important;
    margin: 0 !important;
    list-style: disc !important;
}

#toc_container ul li{
    list-style: disc !important;
}

#toc_container ul.toc_list ul{
    margin-left: 18px !important;
}

@media only screen and (max-width: 480px) {

#topic-blog,
#toc_container{
    padding: 20px !important;
    display: block !important;
}

#topic-blog h3,
#toc_container p.toc_title{
    width: 100% !important;
    font-size: 15px !important;
    border-bottom: 1px dotted #333 !important;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
}

#topic-blog ul,
#toc_container ul{
    border-left: none !important;
    padding-left: 0 !important;
    line-height: 1.8 !important;
    margin-left: 12px !important;
}
    
}


/*==================================================
information
================================================== */

.ul-information-list{
    list-style: none;
}

.ul-information-list li{
    display: flex;
    margin-bottom: 15px;
}

.date-info{
    width: 13%;
}

.cate-info{
    width: 20%;
}

.title-info{
    width: 67%;
}

.cate-info span{
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    background: #e9e2d9;
    padding: 2px 5px;
    text-align: center;
}

@media only screen and (max-width: 480px) {

.ul-information-list li{
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.date-info{
    width: 25%;
}

.cate-info{
    width: 75%;
}

.title-info{
    width: 100%;
    margin:10px 0 8px;
}
    
}


/*==================================================
Project
================================================== */

#project .contents-area{
    width: 92%;
}

#project-list{
    list-style: none;
}

#project-list li{
    display: flex;
    margin-bottom: 35px;
    position: relative;
}

.img-project-list{
    width: 45%;
    height: 30vw;
}

.img-project-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.txt-project-list{
    width: 50%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-project-list h2{
    display: block;
    font-size: 2vw;
    margin-bottom: 35px;
}

.txt-project-list .btn-area{
    margin: 30px 0 0;
}

#project-list li:nth-of-type(2n)  .img-project-list{
    margin-left: 55%;
}

#project-list li:nth-of-type(2n) .txt-project-list{
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 30vw;
}

@media only screen and (max-width: 1024px) {
    
#project .contents-area{
    width: 96%;
}

#project-list li{
    display: block;
    margin-bottom: 50px;
}  

.img-project-list{
    width: 45%;
    float: left;
    height: auto;
}

.img-project-list img{
    height: auto;
    object-fit: none;
}

.txt-project-list{
    width: 50%;
    float: right;
    display: block;
}

.txt-project-list h2{
    font-size: 28px;
    margin-bottom: 25px;
}

#project-list li:nth-of-type(2n)  .img-project-list{
    float: right;
    margin-left: 0;
}

#project-list li:nth-of-type(2n) .txt-project-list{
    float: left;
    position: relative;
    top: inherit;
    left: inherit;
    min-height: auto;
}

.txt-project-list .btn-area{
    margin: 25px 0 0;
}
    
}

@media only screen and (max-width: 480px) {
    
#project .contents-area{
    width: 100%;
}

#project-list li{
    margin-bottom: 50px;
}  

.img-project-list{
    width: 100%;
    float: none;
    height: 45vw;
}


.img-project-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}    

.txt-project-list{
    width: 90%;
    float: none;
    margin: 12px auto 0;
}

.txt-project-list h2{
    font-size: 6vw;
    margin-bottom: 18px;
}

#project-list li:nth-of-type(2n)  .img-project-list{
    float: none;
    margin-left: 0;
}

#project-list li:nth-of-type(2n) .txt-project-list{
    float: none;
    margin-left: auto;
}

.txt-project-list .btn-area{
    margin: 15px 0 0;
}    
    
}


/*==================================================
message
================================================== */

#pic-messege{
    width: 35%;
    float: right;
}

#txt-message{
    width: 55%;
    float: left;
    line-height: 2.2;
}

#txt-message h3{
    display: block;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.7;
}

p.name-president{
    text-align: right;
    margin-top: 35px;
}

#history-message h4{
    display: block;
    font-size: 19px;
    margin-bottom: 12px;
}

#history-message .table-line th{
    padding: 12px ;
    text-align: left;
    vertical-align: top;
}

#history-message .table-line td{
    padding: 12px ;
    text-align: left;
}

@media only screen and (max-width: 768px) {

#pic-messege{
    width: 40%;
}
    
}

@media only screen and (max-width: 480px) {

#pic-messege{
    width: 60%;
    float: none;
    margin: 0 auto 15px;
}

#txt-message{
    width: 100%;
    float: none;
    line-height: 1.9;
}

#txt-message h3{
    margin-bottom: 25px;
    font-size: 6vw;
    line-height: 1.6;
}

p.name-president{
    margin-top: 25px;
}

#history-message h4{
    font-size: 16px;
    margin-bottom: 8px;
}
    
    #history-message .table-line{
        margin-left: 18px;
    }

#history-message .table-line th{
    padding: 10px 0 0 0;
}

#history-message .table-line td{
    padding: 5px 0 10px 12px;
}
    
}


/*Our Vison*/

#vision{
    text-align: center;
    padding:50px 0;
}

.vkp_filter_blur{
    background: none !important ;
}


.txt-vision{
    margin: 30px 0 0;
}

.txt-vision p{
    padding: 0;
    margin: 0;
    line-height: 2.5;
}

#vision ul{
    margin-top: 50px;
}

#vision ul li{
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-right: 15px;
    width: calc(100%/3);
    color: #333;
    text-align: left;
}

#vision ul li:last-child{
    margin-right: 0;
}

#vision ul li h3{
    text-align: center;
    display: block;
    font-size: 25px;
    border: none;
    color: #0073cc;
    margin: 0;
    padding: 0;
    min-height: 70px;
}

#vision ul li img{
    vertical-align: bottom;
    margin: 16px 0;
}

#vision ul li p{
    margin: 0;
}

.site-header-logo img{
    max-height: 40px !important;
}




@media only screen and (max-width: 768px) {
    
    #site-header-container{
        width: 98% !important;
        max-width: 98% !important;
    }
    
    .site-header{
        height: 60px;
    }
    
    .container, .container-md, .container-sm{
        max-width: 94%;
    }

.site-header--layout--nav-float .site-header-container{
    padding: 0 !important;
}

.ltg-slide-text-title{
    font-size: 4vw;
}
    
    .site-header-logo{
        padding: 10px 0;
    margin: 0 ;
    }

.site-header-logo img{
            max-height: 40px;
    margin: 0;
}

#vision ul li h3{
    min-height: auto;
} 
    
}


@media only screen and (max-width: 599px) {
    
    #site-header-container{
        width: 96% !important;
        max-width: 96% !important;
    }
	
.site-header{
    height: 60px;
    position: fixed;
}

.site-header-logo img{
    margin: 0 ;
}

#global-nav{
    display: none;
}

.site-header-logo img{
            max-height: 30px;
        margin: 5px 0 0 0;
}

.swiper-container{
    margin-top: 60px;
}

.ltg-slide-text-title{
    font-size: 8vw;
}

/*Our Vison*/


.txt-vision{
    margin: 20px 0;
}

.txt-vision p{
    line-height: 1.9;
    text-align: justify;
}
    
    #vision{
        width: 100% !important;
    }

#vision ul{
    margin-top: 30px;
}

#vision ul li{
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 14px;
}

#vision ul li:last-child{
    margin-right: auto;
}

#vision ul li h3{
    font-size: 6vw;
}

#vision ul li img{
    vertical-align: bottom;
    margin: 16px 0;
}

#vision ul li p{
    margin: 0;
}  

.site-header-logo img{
    max-height: 30px !important;
}

#vision{
    padding: 30px 0;
}
	
}





/* strength */

#strength{
    padding: 50px 0;
}

#strength ul{
    margin-top: 50px;
}

#strength ul li{
    padding-bottom: 25px;
}

#strength ul li h3{
    display: block;
    border: none;
    text-align: center;
    padding: 25px 30px;
    font-size: 25px;
    margin: 0;
}

#strength ul li h3 small{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

#strength ul li:first-child{
    background: #d8edfe;
}

#strength ul li:nth-child(2){
    background: #c1def4;
}

#strength ul li:last-child{
    background: #aed1ed;
}

.site-footer-title:after, .sub-section-title:after, h3:after{
    border: none;
}

#strength ul li p{
    margin: 0 30px;
}

#strength ul li img{
    display: block;
    width: auto;
    height: 15vw;
    vertical-align: bottom;
    margin: 0 auto 30px;
}

#strength ul li:nth-child(2) img{
    width: 80%;
}

@media only screen and (max-width: 599px) {
    
#strength{
    padding: 30px 0;
}
    #strength ul{
        margin-top: 25px;
    }
#strength ul li{
    margin: 0;
}

#strength ul li h3{
    padding: 25px 10px;
    font-size: 6vw;
}

#strength ul li h3 small{
    font-size: 13px;
}  

#strength ul li img{
    height: 35vw;
    margin: 0 auto 18px;
}
    
}


/*==================================================
banner-area
================================================== */

#banner-area{
    border-top: 1px solid #ddd;
    padding-top: 100px;
}

#banner-area .contents-area{
    width: 92%;
}

#ul-banner{
    flex-wrap: nowrap;
}

#ul-banner li{
    margin: 0 10px;
}

@media only screen and (max-width: 768px) {

#banner-area{
    padding-top: 65px;
}

#ul-banner li{
    margin: 0 5px;
}
    
}

@media only screen and (max-width: 480px) {

#banner-area{
    padding-top: 50px;
}

#ul-banner{
    flex-wrap: wrap;
}

#ul-banner li{
    margin: 0 auto 10px;
}
    
}


/*==================================================
product
================================================== */

#ul-product li{
    width: calc(100%/2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
}

.logo-product img{
    vertical-align: bottom;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.mainimg-product img{
    vertical-align: bottom;
    width: 90%;
    display: block;
    margin: 15px auto;
}

p.title-product{
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.txt-product{
    width: 90%;
    margin: 0 auto 15px;
}

.tag-product{
    width: 90%;
    margin: 0 auto;
}

.tag-p{
    display: inline-block;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 12px;
    margin:0 10px 15px 0;
    background-color: #e9e2d9;
    text-decoration: none;
}

#ul-product li .btn-area{
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {

.logo-product img{
    width: 80%;
}

p.title-product{
    font-size: 19px;
}
    
}

@media only screen and (max-width: 480px) {
    
#ul-product{
    margin-top: 65px;
}

#ul-product li{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    border-bottom: 1px dotted #999;
    padding-bottom: 20px;
}

.logo-product img{
    vertical-align: bottom;
    width: 60%;
    display: block;
    margin: 0 auto;
}

.mainimg-product img{
    vertical-align: bottom;
    width: 90%;
    display: block;
    margin: 15px auto;
}

p.title-product{
    width: 100%;
    margin: 0 auto 12px;
    font-size: 5.2vw;
}

.txt-product{
    width: 100%;
}

.tag-product{
    width: 100%;
}

.tag-p{
    padding: 3px 8px;
    margin:0 6px 12px 0;
}

#ul-product li .btn-area{
    margin-bottom: 0;
}
    
#ul-product li .btn-area a{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
}
    
}

/*==================================================
sec-free
================================================== */

#sec-free-pic{
    padding: 75px 0;
}

.sec-free > div.contents-area{
    width: 94%;
    display: flex;
}

.box-free{
    width: calc(100%/3);
    margin-left: 30px;
    margin-right: 30px;
}

.title-free-sec{
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.title-free-sec small{
    display: block;
    font-size: 55%;
    color: #999;
}

.img-free-sec{
    margin: 15px 0;
}

.img-free-sec img{
    vertical-align: bottom;
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

.img-free-icn{
    margin: 25px 0;
    text-align: center;
}

.img-free-icn img{
    vertical-align: bottom;
    width: auto;
    height: 9vw;
}

.sec-free > div.contents-area > article:nth-child(2){transition-delay: 200ms;}
.sec-free > div.contents-area > article:nth-child(3){transition-delay: 400ms;}
.sec-free > div.contents-area > article:nth-child(4){transition-delay: 600ms;}
.sec-free > div.contents-area > article:nth-child(5){transition-delay: 800ms;}

#sec-free-icn{
    padding-top: 75px;
}

@media only screen and (max-width: 768px) {

#sec-free-pic{
    padding: 50px 0;
}

.sec-free > div.contents-area{
    width: 98%;
    display: flex;
}

.title-free-sec{
    line-height: 1.4;
    font-size: 19px;
}

.box-free{
    margin-left: 15px;
    margin-right: 15px;
}
    
}

@media only screen and (max-width: 480px) {

.sec-free > div.contents-area{
    display: block;
    width: 88%;
}

.box-free{
    width: 100%;
    margin: 0 auto 50px;
}

.img-free-sec img{
    height: 30vw;
}

.img-free-icn img{
    height: 20vw;
}
    
.sec-free > div.contents-area > article:nth-child(2){transition-delay: 0ms;}
.sec-free > div.contents-area > article:nth-child(3){transition-delay: 0ms;}
.sec-free > div.contents-area > article:nth-child(4){transition-delay: 0ms;}
.sec-free > div.contents-area > article:nth-child(5){transition-delay: 0ms;}    
    
}


/*==================================================
menu-info
================================================== */

.box-menu{
    border: 1px solid #222;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.menu-price{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: #f4f4f4;
    padding: 10px;
    box-sizing: border-box;
}

.menu-koumoku{
    width: 50%;
}

.menu-p{
    width: 50%;
    text-align: right;
    font-weight: bold;
}

.menu-eex{
    font-size: 13px;
}

@media only screen and (max-width: 480px) {
    
.box-menu{
    padding: 20px;
    margin-bottom: 20px;
}
    
    .box-menu .title-basic{
        font-size: 5vw;
    }

.menu-price{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.menu-koumoku{
    width: 100%;
}

.menu-p{
    width: 100%;
}

.menu-eex{
    font-size: 12px;
}    
    
}

/*==================================================
cta-area
================================================== */

#cta-area{
    text-align: center;
    border-top: 1px solid #222;
    padding-top: 90px;
    font-size: 19px;
}

.cta-area-02{
    padding-bottom: 90px;
}

.cta-area-btn ul{
    list-style: none;
    display: flex;
    margin-top: 60px;
}

.cta-area-btn ul li{
    width: calc(100%/3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.cta-area-btn ul li a{
    width: 100%;
}

.cta-area-btn ul li p{
    font-size: 19px;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {

#cta-area{
    padding-top: 50px;
    font-size: 16px;
    padding-bottom: 5px;
}

#cta-area.cta-area-02{
    padding-bottom: 20px !important;
}

.cta-area-btn ul{
    display: block;
    margin-top: 45px;
}

.cta-area-btn ul li{
    width: 100%;
    margin: 0 auto 35px;
}

.cta-area-btn ul li a{
    width: 90%;
}

.cta-area-btn ul li p{
    font-size: 18px;
    margin-bottom: 7px;
}
    
}

/*==================================================
contact
================================================== */

.box-contact{
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.box-contact > article{
    width: calc(100%/2 - 57px);
    margin:0 30px 30px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    line-height: 2.0;
}

.box-contact > article:nth-of-type(2n){
    margin-right: 0;
}

.box-contact > article h4{
    display: block;
    font-size: 24px;
    background-color: transparent !important;
    border-radius: 0;
    padding-top: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.box-contact > article .bt{
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    width: 60%;
    min-width: inherit;
}

@media only screen and (max-width: 768px) {

.box-contact > article{
    width: calc(100%/2 - 52px);
    margin:0 20px 20px 0;
}

.box-contact > article h4{
    font-size: 21px;
}

.box-contact > article .bt{
    width: 80%;
}
    
}

@media only screen and (max-width: 599px) {

.box-contact > article{
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
}

.box-contact > article h4{
    font-size: 5vw;
    padding: 0;
    padding-bottom: 6px;
}

.box-contact > article .bt{
    width: 80%;
}
    
}


/*==================================================
form
================================================== */


#apply-form{
    position: relative;
}

#form-page{
    border-bottom: 1px solid #ddd;
}

.table-form{
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.table-form tr{
    border-top: 1px solid #ddd;
}

.table-form th{
    border: none;
    background: #f7f7f7;
    padding: 20px 25px;
    width: 35%;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.table-form td{
    border: none;
    padding: 20px ;
    width: 65%;
    box-sizing: border-box;
    position: relative;
}

.box-form article{
    margin: 0 0 35px;
}

.box-form article.no-required > p{
    text-align: center;
}

p.txt-form{
    color: #666;
    margin: 12px 0 0;
    line-height: 1.8;
    font-size: 13px;
}

.table-form td p{
    margin: 0;
}

.txt-error{
    color: #b70000;
}

input[type="text"],
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,
input[type="time"] ,
input[type="search"]  {
	width: 100%;
    box-sizing: border-box;
	height: 50px;
	font-size:100%;
	border:1px solid #ddd;
	padding:5px 10px;
	background:#fff;
	border-radius: 3px;
	margin: 0;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
textarea:focus {
    
}

textarea{
	min-height:190px;
	padding:5px 10px;
	width:100%;
    box-sizing: border-box;
	background:#fff;
	border-radius: 3px;
	font-size:100%;
	border:1px solid #ddd;
	font-size:100%;
}

input[type="checkbox"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#f5f5f5; 
    vertical-align: bottom;
    margin-right: 5px;
}

input[type="radio"]{
    display: inline-block; 
    width: 22px; 
    height: 22px; 
    background:#fff; 
	vertical-align: middle;
    margin-right:5px;
	border-color: #ddd !important;
}


select {
cursor: pointer;
    min-width: 40%;
text-indent: 0.01px;
text-overflow: ellipsis;
border: 1px solid #ddd !important;
outline: none;
background: #fff;
background-image: none;
box-shadow: none;
height: 50px;
box-sizing: border-box;
	border-radius:3px;
	font-size:100%;
}

.required{
    display: inline-block; 
    border-radius: 3px; 
    margin-left: 10px; 
    border: 1px solid #b70000;
    color: #b70000;
    font-size: 10px; 
    padding:3px 10px; 
    line-height: 1;
    vertical-align: middle;
}

#contact-confirm .required,
#contact-confirm .txt-form{
    display: none;
}

.btn-area{
    text-align: center;
}



.btn-cart{
    width: 420px;
    vertical-align: bottom;
}

#contact-thanks h3{
    display: block;
    font-size: 34px;
    text-align: center;
    border: none !important;
    margin: 25px 0;
}

#contact-thanks{
    text-align: center;
}


.birth-year,
.birth-month,
.birth-day,
.zip,
.establishment{
    width: 25% !important;
}

.tel{
    width: 50% !important;
}

@media (max-width: 599px) {

#form-page{
    border-bottom: 1px solid #ddd;
}

.table-form{
    margin-bottom: 10px;
    border-bottom: none;
}



.table-form th{
    padding: 14px 10px;
    display: block;
    width: 100%;
}

.table-form td{
    display: block;
    width: 100%;
    padding: 15px 5px 25px;
}

.box-form article{
    margin: 0 0 25px;
}

.box-form article.no-required > p{
    text-align: center;
}

p.txt-form{
    color: #666;
    margin: 12px 0 0;
    line-height: 1.8;
    font-size: 13px;
}

input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"] , 
input[type="tel"] ,
input[type="date"] ,  
input[type="time"] ,     
input[type="search"]  {
	height: 44px;
	font-size: 13px;
}
	
input[type="submit"],
button{-webkit-appearance:none !important;}	

textarea{
	min-height: 160px;
	font-size: 13px;
}

select {
width: 100%;
height: 42px;
} 
 

.btn-cart{
    width: 94%;
}  
    
.box-form .btn-area{
    margin: 0;
}

#contact-thanks h3{
    font-size: 6.6vw;
    text-align: center;
}

#contact-thanks{
    text-align: left;
}
    
    .mwform-radio-field label{
        display: block;
    }
    
    #contact-input .dis-block{
        display: block;
        margin-bottom: 10px;
    }


.birth-year,
.birth-month,
.birth-day,
.zip,
.establishment{
    width: 32% !important;
}

.tel{
    width: 100% !important;
}
    
	
}


/*==================================================
contents-voice
================================================== */

#contents-voice{
    padding-top: 0;
}

.voice{
    background-color: #f4f4f4;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
}

p.voice-info{
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.voice > div{
    line-height: 1.8;
}

.pic-voice{
    width: 30%;
    float: right;
    margin: 0 0 10px 30px;
}

@media only screen and (max-width: 599px) { 

.voice{
    padding: 18px;
    margin-bottom: 18px;
}

p.voice-info{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pic-voice{
    width: 100%;
    float: none;
    margin: 0 0 4px 0;
}
    
}


/*==================================================
sec-13
================================================== */

#sec-13{
	position: relative;
	padding-top: 0;
}

#sec-13 .contents-area{
	margin-bottom: 50px;
}


#sec-13 .title-big-en{
    margin: 0 0 35px;
    color: #E6E6E6;
}

.faq{
	display: block;
    background: #fff;
	padding-bottom: 25px;
    margin: 0 auto ;
}

.faq-no{
	text-align: center;
	padding:0 20px 0 0;
	font-size: 42px;
	font-weight: 800;
	border-right: 1px solid #ddd;
	line-height: 1.2;
	font-style: italic;
}

.faq-no small{
	font-size: 20px;
	display: block;
}

.faq-qa > p{
	display: flex;
    margin: 0 0 14px;
}

.faq-qa > p > i{
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #0073cc;
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	margin: 0;
}

.faq-qa > p.faq-a > i{
	background: #333;
}

.faq-qa > p > span{
	display: block;
	width: 1080px;
	padding-left: 14px;
    line-height: 1.8;
}

.faq-qa > p.faq-q > span{
	color: #0073cc;
	font-size: 21px;
	font-weight: 600;
}

.faq-qa > p.faq-a > span{
	padding-top: 6px;
}

@media only screen and (max-width: 1160px) { 

.faq-qa > p > span{
	width: calc(100% - 40px);
}
	
}


@media only screen and (max-width: 768px) { 
	.faq-qa > p.faq-q > span{
		font-size: 18px;
	}
}


@media only screen and (max-width: 599px) { 
	
	#sec-13{
		padding-top: 25px;
	}
	
	#sec-13 .contents-area{
		width: 100%;
		margin-bottom: 50px;
	}
	
	#sec-13 .title-big-en{
		margin-bottom: 25px;
	}

.faq{
	display: block;
    padding:0;
    margin: 0 auto 10px;
}

.faq-no{
	text-align: center;
	padding: 0;
	font-size: 42px;
	border-right: none;
	border-bottom: 1px solid #26488f;
}

.faq-no small{
	font-size: 20px;
	display: inline-block;
	padding-right: 7px;
}

.faq-qa{
	padding-left: 0;
	padding-top: 15px;
}

.faq-qa > p > i{
	width: 34px;
	height: 34px;
	font-size: 16px;
}
	
	.faq-qa > p.faq-q{
		margin-bottom: 0 !important;
	}

.faq-qa > p > span{
	width: calc(100% - 34px);
	padding-left: 10px;
}

.faq-qa > p.faq-q > span{
	font-size: 15px;
}
	
}

/*==================================================
single
================================================== */

.single .entry {
    background: #fff !important;
    padding: 50px 0 !important;
}

.single .page-header,
.single .entry-meta,
.single .entry-footer,
.vk_posts.next-prev{
    display: none;
}

#news-detail{
    padding: 30px 0;
}

#news-detail h2{
    display: block;
    background-color: #f4f4f4;
    font-size: 24px;
    padding: 12px 20px ;
    border-left: 8px solid #0073cc;
    margin: 50px 0 35px;
}

#news-detail p{
    line-height: 1.8;
    margin: 0 0 20px 25px;
}

#news-detail ul{
    margin-left: 45px;
}

@media only screen and (max-width: 768px) { 

#news-detail{
    padding: 0;
}

#news-detail h2{
    font-size: 18px;
    padding: 8px 15px ;
    border-left: 6px solid #0073cc;
    margin: 35px 0 20px;
}

#news-detail p{
    line-height: 1.8;
    margin: 0 0 20px 20px;
}

#news-detail ul{
    margin-left: 40px;
}
    
}

@media only screen and (max-width: 599px) { 

.single .entry {
    padding: 90px 0 0 !important;
}

#news-detail h2{
    font-size: 5vw;
}

#news-detail p{
    margin: 0 0 20px 10px;
}

#news-detail ul{
    margin-left: 30px;
}


    
}


