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

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

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

#top-mv,#page-ttl{
    position: relative;
    width: 100%;
    padding-top: 130px;
}

body#recruit-form #page-ttl{
    padding-top: 70px;
}

#top-mv .slides img{
    width: 100%;
    vertical-align: bottom;
    height: calc(100vh - 130px);
    object-fit: cover;
}

#page-ttl h1, #page-ttl p{
    margin-bottom: 0;
}

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

.box-mv a.btn{
    box-shadow: 0px 0px 15px 2px #333;
	position: relative;
}

#top-mv .icn-beginner{
	    width: 46px;
    top: -12px;
}

.mv-copy{
    position: absolute;
    color: #fff;
    font-size: 3vw;
    margin: 0 !important;
    z-index: 99999999;
    top: 40vh;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.05em;
}

.mv-copy01{left: 30%;transition-delay: 200ms;}
.mv-copy02{right: 10%; top:50vh; transition-delay: 600ms; }
.mv-copy03{left: 35%; top:65vh; transition-delay: 1200ms;}


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

#top-mv .slides img{
    height: 48vh;
}

.mv-copy{
    font-size: 4.4vw;
    margin: 0 !important;
    z-index: 99999999;
    top: 40vh;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.05em;
}
    
.mv-copy01{left: 20%; top: 17vh; }
.mv-copy02{right: 10%; top:22vh;  }
.mv-copy03{left: 30%; top:32vh;}    
    
}

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

#top-mv,#page-ttl{
    padding-top: 70px;
}

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

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

#top-mv,#page-ttl{
    padding-top: 60px;
}

body#recruit-form #page-ttl{
    padding-top: 60px;
}

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

#top-mv .icn-beginner{
	width: 38px;
}
    
}

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

#top-mv .slides img{
    height: 60vh;
}

#top-mv h2{
    width: 86%;
    margin: 0 auto 15px;
    line-height: 1.5;
}

.box-mv a.btn{
    width: 72%;
    padding: 18px 0;
    top: 22px;
}

#top-mv .icn-beginner{
	width: 50px;
}

.mv-copy{
    font-size: 7.5vw;
    top: 25vh;
}

.mv-copy01{left: 10%; }
.mv-copy02{right: 7%; top:30vh; }
.mv-copy03{left: 10%; top:inherit; bottom: 35px; }
    
}

/*==================================================
strength
================================================== */

#strength{
    /*background: #e7fcf9;*/
}

#ul-strength{
    width: 96%;
    margin: 0 auto;
}

#ul-strength > li{
    flex: 1;
    border: 1px solid #442616;
    margin: 0 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 15px -5px #777777;
}
#ul-strength > li h2{
    color: #442616;
    display: block;
    font-size: 24px;
}
#ul-strength > li h3{
    display: block;
    font-size: 21px;
}

#ul-strength > li article{
    padding: 30px 20px;
    position: relative;
}

.img-strength{
    margin: 12px 0;
}

#ul-strength > li p{
    margin: 0;
    line-height: 2.0;
    font-size: 16px;
}

.promise{
    position: relative;
    text-align: right;
}

.promise img{
    width: 40%;
    vertical-align: bottom;
}

#ul-strength > li .reason-no{
    width: 60px;
    height: 60px;
    top: -33px;
    left: -33px;
}



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

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



    

    
}

@media only screen and (max-width: 768px) {
    #ul-strength{
        display: block;
    }

#ul-strength > li{
    width: 90%;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 25px;
}

#ul-strength{
    width: 94%;
    margin: 0 auto;
}
    
    #ul-strength > li article{
        padding: 20px 15px;
    }


    #ul-strength > li h2{
        font-size: 21px;
        margin-bottom: 12px;
        
    }
    #ul-strength > li h3{
        width: 55%;
        font-size: 17px;
        margin-bottom: 12px;
        
    }

.img-strength{
    position: absolute;
    top: 75px;
    right: 25px;
    width: 36%;
    margin: 0;
}

#ul-strength > li p{
    margin: 0;
    width: 55%;
}
    

    
}

@media only screen and (max-width: 599px) {
    
    #ul-strength{
        width: 90%;
    }
    
#ul-strength > li{
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#ul-strength > li article{
    padding: 0;
}

#ul-strength > li h2{
    width: 100%;
    font-size: 5vw;
    margin-bottom: 0;
    line-height: 1.5;
}

#ul-strength > li h3{
    width: 100%;
    font-size: 4.5vw;
    margin-bottom: 6px;
    line-height: 1.5;
}

.img-strength{
    position: relative;
    width: 100%;
    display: block;
    margin: 8px auto;
    top: inherit;
    right: inherit;
    /*height: 30vw;
    object-fit: cover;*/
}
    /*#ul-strength li:nth-child(1) .img-strength,
    #ul-strength li:nth-child(2) .img-strength{
        object-position: 0 100%;
    }*/

#ul-strength > li p{
    width: 100%;
    font-size: 15px;
}

#ul-strength > li .reason-no{
    width: 44px;
    height: 44px;
    top: -25px;
    left: -25px;
}

.promise{
    position: relative;
    text-align: right;
    top: inherit;
    right: inherit;
}
    

.promise img{
    width: 50%;
}
    
    #ul-strength > li .ul-basic{
        margin: 15px 0 15px 20px;
    }
        
}


/*==================================================
movie
================================================== */

#movie{
    padding-bottom: 65px;
}

#movie .contents-area{
    display: flex;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

#movie .contents-area article{
    flex: 1;
}

#movie .contents-area article:first-child{
    margin-right: 35px;

}

#movie .contents-area article iframe{
	width: 100%;
	height: 540px;
	vertical-align: bottom;
}

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

#movie{
	padding: 50px 0;
}
	
}

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

#movie{
	padding: 30px 0;
}

#movie .contents-area{
    padding: 0 30px;
}

#movie .contents-area article iframe{
	height: 170px;
}

#movie .contents-area article:first-child{
    margin-right: 20px;

}
	
}

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

#movie{
	padding: 20px 0 14px;
}

#movie .contents-area{
	display: block;
    padding: 0 20px;
}

#movie .contents-area article{
	padding: 0;
	margin: 0 auto 20px;
	width: 100%;
}

#movie .contents-area article iframe{
	height: 50vw;
}
	
}


/*==================================================
reason
================================================== */

#reason{
	padding-bottom: 50px;
}

#reason .contents-area{
	margin-top: 50px;
}

#ul-reason{
    list-style: none;
}

#ul-reason li{
    margin: 0 auto 25px;
	padding: 30px;
	position: relative; 
    background: url("../images/bg_body.jpg") repeat-y top center;
    background-size: 100%;
    color: #111;
    min-height: 310px;
}



.reason-no{
	display: inline-flex;
	width: 42px;
	height: 42px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	padding: 0;
	background: #442616;
	border-radius: 50%;
	color: #fff;
    margin-right: 10px;
}

#ul-reason li h3{
	font-size: 21px;
	display: flex;
    margin-bottom: 25px;
    width: 50%;
    line-height: 1.4;
}
#ul-reason li h3 strong{
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-reason{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45%;
    box-shadow: 0px 0px 15px -5px #777777;
}
#ul-reason li p{
    width: 50%;
    line-height: 1.8;
}


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

	
}


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

#reason{
	padding-bottom: 30px;
}

#reason .contents-area{
	margin-top: 30px;
}


#ul-reason li{
    margin: 0 auto 20px;
	padding: 20px;
    min-height: 290px;
}



#ul-reason li h3{
	font-size: 19px;
    margin-bottom: 20px;
    width: 100%;
}


.img-reason{
    position: absolute;
    top: 90px;
    right: 20px;
    width: 40%;
}
#ul-reason li p{
    width: 55%;
}
    
}


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

#reason{
	padding-bottom: 15px;
}




#ul-reason li{
    width: 100%;
    box-sizing: border-box;
	padding: 20px;
    margin: 0 auto 20px; 
}
    

#ul-reason li h3{
    width: 100%;
    font-size: 5vw;
    margin-bottom: 10px;
    line-height: 1.5;
}

.img-reason{
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin: 0;
}

#ul-reason li p{
    margin: 0;
    width: 55%;
} 

.reason-no{
	width: 40px;
	height: 40px;
	font-size: 18px;
	left: -20px;
	top: -20px; 
    z-index: 10;
}   

#ul-reason li p{
    margin: 10px auto 0;
    width: 100%;
}
    
    #ul-reason li strong{
        display: inline-block;
        width: calc(100% - 50px);
    }


	
}





/*==================================================
column
================================================== */

#top-column{
    padding: 75px 0;
}

#column{
    padding-bottom: 75px;
}

.related{
	margin-top: 50px;
}

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

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

.column-list li{
    box-shadow: 0px 0px 15px -5px #777777;
    width: calc(100%/3);
    margin-right: 20px;
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

#column .column-list li{
    width: calc(100%/3 - 44px);
    margin-bottom: 25px;
}


.column-list li:last-child{
    margin-right: 0;
}

#column .column-list li:nth-of-type(3n){
    margin-right: 0;
}

.column-list li:hover{
    background-color: #e7fcf9;
}

.column-list li a{
    text-decoration: none;
}

.column-info{
    margin: 7px 0 0;
    font-size: 13px;
}

.title-column{
    font-size: 14px;
    font-weight: normal;
}

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

.column-category{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    text-align: right;
}

.cate{
    display: inline-block;
    border-radius: 3px;
    padding: 1px 5px;
    background-color: #35b264;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
}

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


	
}

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

#top-column{
    padding: 50px 0;
}

.related{
	margin-top: 35px;
}
    
#top-column .img-hover,
#column .img-hover{
    height: 140px;
}

.column-category{
    top: 15px;
    right: 15px;
}
	
}

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

#top-column{
    padding: 35px 0;
}

.related{
	margin-top: 20px;
}

.column-list{
    display: block;
}

.column-list li{
    border: 1px solid #ddd;
    width: 100%;
    margin: 0 auto 12px;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

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

#column .column-list li:nth-of-type(3n){
    margin-right: auto;
}

.column-list li:hover{
    background-color: #fff;
}

.column-info{
    width: 65%;
    margin: 0;
    position: relative;
}
    
#top-column .img-hover,
#column .img-hover{
    height: 82%;
    width: 30%;
    position: absolute;
    top: 7px;
    right: 7px;
}

.title-column{
    font-size: 13px;
}

/*.column-category{
    top: -2px;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 10px;
}

.cate{
    display: inline-block;
    border-radius: 3px;
    padding: 1px 5px;
    background-color: #35b264;
    border: 1px solid #fff;
    color: #fff;
}*/
    
.column-category{
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}  
	
}


/*==================================================
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: 599px) { 
	
#g-map iframe{
	height: 240px;
}	
	
}

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

#top-news{
    padding: 75px 0;
}

#news{
    padding-bottom: 100px;
}



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

#news-list a{
	display: flex;
    text-decoration: none;
    margin-bottom: 0;
    border-bottom: 1px solid #111;
    padding: 20px 15px;
}

.news-date{
    min-width: 20%;
	width: auto;
}

#news .news-date{
    min-width: 15%;
}

.news-date .cate{
    margin-left: 10px;
}

#news-list a p{
	margin: 0;
    text-align: justify;
}

#news-list a:hover p{
    text-decoration: underline;
}

#top-news .btn-area{
	padding-left: 10px;
}



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

    
}

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

#top-news{
    padding: 50px 0;
}
    
#news-list a{
}
	
}

@media only screen and (max-width: 599px) { 
    
#news-list a{
    display: block;
    padding: 14px 12px;
}

.news-date{
    width: 100%;
    margin-bottom: 6px;
}

	
}


/*====== top-c ======*/

#top-c{
    position: relative;
}

#top-c::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#e0eaf1;
    transform: skewY(-8deg);
}

#top-c .contents-area{
    display: flex;
}

#top-c .contents-area > a{
    width: 48%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 600px;
    color: #fff;
    text-decoration: none;
}

#top-c .contents-area > a::before{
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#f1f1f1;
    transform: skewY(-8deg);
}

#top-c .contents-area > a.link-clinic{
    height: 672px;
}

#top-c .contents-area > a.link-clinic::before{
    background: url("../images/top_c01.jpg") no-repeat center center;
    background-size: cover;
    top: 72px;
}

#top-c .contents-area > a.link-conditioning::before{
    background: url("../images/top_c02.jpg") no-repeat center center;
    background-size: cover;
}

#top-c .contents-area > a .title-contents{
    color: #fff;
}

#top-c .contents-area > a .title-contents small{
    display: block;
    margin-top: 15px;
}

#top-c .contents-area > a > div > p{
    display: inline-block;
    margin: 35px auto 0;
    text-align: left;
}

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

#top-c .contents-area > a.link-clinic{
    height: 666px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 66px;
}
    
}

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

#top-c .contents-area > a{
    height: 460px;
}

#top-c .contents-area > a.link-clinic{
    height: 510px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 50px;
}

#top-c .contents-area > a .title-contents{
    font-size: 7.5vw;
}
    
}


@media only screen and (max-width: 599px) {
    
    #top-c{
        padding-bottom: 1px;
    }

#top-c .contents-area{
    display: block;
}

#top-c .contents-area > a{
    height: 440px;
    margin: 0 auto 22px;
    width: 100%;
}

#top-c .contents-area > a.link-clinic{
    height: 440px;
}

#top-c .contents-area > a.link-clinic::before{
    top: 22px;
}

#top-c .contents-area > a.link-conditioning::before{
    background: url("../images/top_c02.jpg") no-repeat center center;
    background-size: cover;
}

#top-c .contents-area > a .title-contents{
    font-size: 14vw;
}
    
}




/*==================================================
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;
}

#contact-thanks{
    text-align: center;
    padding: 40px 0 30px;
}

#contact-thanks h1{
    display: block;
    margin-bottom: 50px;
    line-height: 1.7;
    font-size: 1.6em;
}


@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: 599px) {

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

#contact-thanks h1{
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 6vw;
}
    
}


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

#privacy-policy{
    padding: 80px 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;
}


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

#privacy-policy{
    padding: 50px 0 0;
    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: 48px;
    height: 48px;
    border-radius: 8px; 
    text-decoration: none; 
	background: #fff;
	color: #111;
	line-height: 1;
	font-size: 15px;
	margin: 0 5px 20px 0;
}


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

@media (max-width: 768px) {

.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;
}
}
/*==================================================
cta
================================================== */

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

/*==================================================
area
================================================== */

.box-area-list{
    padding: 50px 0 45px;
}

.ul-area-list{
    list-style: none;
    text-align: center;
}

.ul-area-list li{
    display: inline-block;
    margin: 0 8px 20px;
}

.ul-area-list li.li-area-top{
    display: block;
    margin: 0 0 35px;
    text-align: center;
}

.ul-area-list li a{
    background-color: #fff05e;
    border: 2px solid #fff05e;
    text-decoration: none;
    min-width: 106px;
}

.ul-area-list li a:hover{
    background-color: #fff;
}

.ul-area-list li.li-area-top a{
    background-color: #fff;
    border: 2px solid #df80b1;
    text-decoration: none;
}

.ul-area-list li.li-area-top a:hover{
    background-color: #df80b1;
    color: #fff;
}

.ul-area-list li.li-area-top::before{
    content: none;
}

#area-list > article:nth-of-type(2n){
    background-color: #fdfcf3;
}

#area-list > article:first-child{
    padding-top: 0;
}

#area-list .title-contents{
    margin-bottom: 15px;
}



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

.box-area-list{
    padding-bottom: 50px;
}
    
}


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

.box-area-list{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ul-area-list li{
    margin: 0 4px 16px;
}

.ul-area-list li.li-area-top{
    margin: 0 0 20px;
}

.ul-area-list li a{
    min-width: 60px;
}
    
}


/*==================================================
genre
================================================== */

#genre-list #ul-genre li{
    background-color: #fbeff2;
}

#genre-list .pic-genre{
    height: 250px;
}

#ul-genre li h3{
    line-height: 1.4;
}

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

#genre-list .pic-genre{
    height: 30vw;
}
    
}


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

#genre-list .pic-genre{
    height: 46vw;
}
    
}


/*==================================================
instructor
================================================== */

#ul-instructor li{
    width: calc(100%/3 - 60px);
    margin: 0 12px 20px;
}

.name-ins{
    display: block;
    font-size: 16px;
    color: #e82239;
	margin-bottom: 8px;
}

/*detail*/

#head-instructor, #prof-instructor, #movie-instructor, #class-instructor{
    padding: 50px 0;
}

#head-instructor{
    min-height: 480px;
}

.pic-ins{
    width: 35%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}

.pic-ins img{
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    vertical-align: bottom;
}

.name-instructor{
    background-color: #df80b1;
    color: #fff;
    margin-bottom: 20px;
    width: 60%;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 8px;
}

.area-ins{
    margin-bottom: 12px;
    width: 60%;
}

.genre-ins{
    width: 60%;
}

.area-ins span,
.genre-ins span{
    display: inline-block;
    padding: 3px 10px;
    vertical-align: middle;
}

.tag-area{
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    color: #74a81a;
    border: 1px solid #74a81a;
    font-size: 13px;
}

.tag-genre{
    border-radius: 4px;
    background-color: #fff;
    margin-right: 5px;
    color: #4ec1fd;
    border: 1px solid #4ec1fd;
    font-size: 13px;
}

.message-ins{
    background-color: #fff;
    width: 60%;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    margin: 25px 0 0 0;
}

.insta-ins{
    text-align: center;
    padding: 25px 0 0;
}

#movie-instructor{
    text-align: center;
}

.movie-ins{
    margin-bottom: 25px;
    text-align: center;
}

.movie-ins iframe{
    width: 80%;
    height: 460px;
    vertical-align: bottom;
}

#ul-class-ins li{
    width: calc(100%/3 - 60px);
    margin: 0 10px 20px;
}

#ul-class-ins li:hover{
    cursor: inherit !important;
    background-color: #fff !important;
}

.class-time{
    color: #e82239;
}

#ul-class-ins li a.btn-small{
    margin-top: 15px;
    display: inline-block !important;
    padding: 5px 25px;
    background-color: #fff;
    color: #35b264;
    border: 2px solid #35b264;
}

#ul-class-ins li a.btn-small:hover{
    background-color: #35b264;
    color: #fff;
    border: 2px solid #35b264;
}

#ul-class-ins li .box-01{
    width: 100%;
}


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

#ul-instructor li,
#ul-class-ins li{
    width: calc(100%/2 - 54px);
}

.name-ins{
    font-size: 15px;
}

.name-instructor{
    font-size: 16px;
}
    
.insta-ins a{
    font-size: 13px;
    display: block;
}

.movie-ins iframe{
    width: 90%;
    height: 350px;
}
    
.tag-area{
    font-size: 12px;
}
    
}


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

.name-ins{
    font-size: 14px;
}

.info-ins{
    font-size: 12px;
    margin-top: 7px;
}

.area-ins{
    margin-bottom: 12px;
    width: 100%;
}

.genre-ins{
    width: 100%;
}

/*detail*/

#head-instructor, #prof-instructor, #movie-instructor, #class-instructor{
    padding: 30px 0;
}

.pic-ins{
    width: 100%;
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
}

.pic-ins img{
    max-height: inherit;
}
    
.insta-ins a{
    font-size: 13px;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.name-instructor{
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
}

.tag-area{
    margin-bottom: 6px;
}

.tag-genre{
    font-size: 12px;
}

.message-ins{
    width: 100%;
    padding: 20px;
    margin: 25px 0 0 0;
}

.insta-ins{
    padding: 15px 0 25px;
}
    
.movie-ins{
    margin-bottom: 15px;
}
    
.movie-ins iframe{
    vertical-align: bottom;
    width: 100% !important;
    height: 190px !important;
}
    
}


/*==================================================
class
================================================== */

#ul-class{
    margin: 50px 0 0;
}

#ul-class li{
    width: calc(100%/3 - 60px);
    margin: 0 10px 20px;
    border-color: #f5a1c0 !important;
	padding-bottom: 7px;
}

.name-ins{
    display: block;
    font-size: 16px;
    color: #e82239;
	margin-bottom: 8px;
}

#ul-class .card:hover{
    background-color: #fff !important;
    cursor: default !important;
}

#ul-class li article p{
    font-size: 12px;
    margin: 0 0 5px;
}

#ul-class li article p.class-tag{
    width: 70%;
    margin: 0;
}

#ul-class li article p.class-ins{
    margin-bottom: 0;
}

.class-tag a{
    display: inline-block;
    line-height: 1.0;
    border-radius: 18px;
    text-decoration: none !important;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
}

.class-genre{
    background-color: #ffff42;
}

.class-area{
    background-color: #f5a1c0;
}

.class-name{
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
    width: 70%;
    line-height: 1.4;
}

#ul-class li article p a{
    text-decoration: underline;
}

.btn-classlist{
    position: relative;
    margin: 0;
    text-align: right;
    margin-top: -10px;
}

.btn-classlist a{
    text-decoration: none;
}

.btn-classlist a img{
	width: 45%;
}

.f-txt-class {
    width: 40%;
    margin: 0 auto 25px;
    display: block;
}

img.pic-classroom{
    width: 100%;
    object-fit: cover;
    height: 140px;
    vertical-align: bottom;
    margin-bottom: 5px;
}

img.pic-classroom-ins{
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    vertical-align: bottom;
    top: 15px;
    right: 12px;
    z-index: 1;
    object-fit: cover;
}

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

#ul-class li{
    width: calc(100%/2 - 54px);
}

.f-txt-class {
    width: 54%;
}
    
}


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

.f-txt-class {
    width: 100%;
    margin-bottom: 12px;
}

img.pic-classroom{
    height: 42vw;
}
    
    .class-name{
        font-size: 16px;
    }
    
}


/*==================================================
contents-column
================================================== */

#contents-column-list{
    flex-wrap: wrap;
    flex-direction: row;
	list-style: none;
	display: flex;
}

#contents-column-list li{
    width: calc(100% / 2 - 55px);
    margin: 0 10px 20px;
	min-height: 80px;
    border-color: #fc846a !important;
}

#contents-column-list li .box-01{
	width: 80%;
    position: relative;
}

#contents-column-list li .box-01 .column-category{
    top: 0;
    right: 0;
}

#contents-column-list li .box-01 .title-column{
    margin-top: 5px;
}

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

#contents-column-list li .box-01{
	width: 77%;
}
    
}

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

#contents-column-list li .box-01{
	width: 70%;
}

#contents-column-list li .box-01 .title-column{
    margin-top: 0;
}

#contents-column-list li .box-01 .column-category{
    position: relative;
    top: inherit;
    right: inherit;
    text-align: left;
}
    
    #contents-column-list li .box-01 .column-category .cate{
        border: none;
    }
    
}

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


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

#news-detail{
    padding-bottom: 100px;
}

.post-title{
    display: block;
    border-left: 7px solid #62c0b4;
    font-size: 28px;
    margin-bottom: 50px;
    padding: 1px 0 1px 15px;
}

.post-title .post-date{
    font-size: 16px;
    font-weight: normal;
}

#body-post{
    line-height: 2.0;
}

#body-post p{
    margin-bottom: 35px;
}

#body-post h1,
#body-post h2,
#body-post h3,
#body-post h4,
#body-post h5,
#body-post h6{
    margin: 50px 0 25px;
    line-height: 1.5;
    font-size: 24px;
}

#body-post img{
    display: block;
    width: 100%;
    height: auto;
    margin: 15px auto 35px;
    vertical-align: bottom;
}

#post-bottom{
	position: relative;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	height: 80px;
    margin-top: 50px;
}

#post-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #111 !important;
}

#post-bottom a:hover{
    text-decoration: underline !important;
}


#post-bottom > a,
#post-bottom span{
	position: absolute;
	top: 15px;
}

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

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

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

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


.post-title{
    display: block;
    border-left: 7px solid #62c0b4;
    font-size: 21px;
    margin-bottom: 35px;
    padding: 1px 0 1px 15px;
}

.post-title .post-date{
    font-size: 15px;
}    

#body-post{
    line-height: 1.8;
}

#body-post p{
    margin-bottom: 25px;
}

#body-post img{
    margin: 10px auto 25px;
}

#body-post h1,
#body-post h2,
#body-post h3,
#body-post h4,
#body-post h5,
#body-post h6{
    margin: 30px 0 20px;
    font-size: 21px;
}
    
}

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

#news-detail{
    padding-bottom: 65px;
}


.post-title{
    border-left: 5px solid #62c0b4;
    font-size: 5.5vw;
    margin-bottom: 25px;
    padding: 1px 0 1px 12px;
    line-height: 1.4;
}

.post-title .post-date{
    font-size: 14px;
} 

#body-post h1,
#body-post h2,
#body-post h3,
#body-post h4,
#body-post h5,
#body-post h6{
    margin: 30px 0 20px;
    font-size: 18px;
}

#body-post img{
    width: 100%;
    max-width: 100%;
}
    
#post-bottom{
	position: relative;
	padding: 0 ;
	height: 60px;
    margin-top: 35px;
}
	
#post-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#post-bottom a.btn,
#post-bottom span{
	top: 20px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#post-bottom a.btn-back{
	position: absolute;
	top: 24px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 13px;
}

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

#post-bottom span.btn-prev{
	right: 33%;
}    
    
}






/*==================================================
merit-area
================================================== */

#ul-merit li article{
    width: 94%;
    margin: 0 auto;
}

#ul-merit li article h2{
    display: flex;
    text-align: center;
    font-size: 17px;
    min-height: 70px;
    align-items: center;
    justify-content: center;
	background: url("../images/tag01.svg") no-repeat center left;
	background-size: contain;
	line-height: 1.4;
	padding-left: 30px;
}

.pic-merit{
	border: 4px solid #f69fc6;
	border-radius: 8px;
	position: relative;
	top: -15px;
	z-index: -1;
    height: 220px;
}

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

#ul-merit li article p{
    background: #fffe9d;
    margin: 0;
	padding: 15px;
	border-radius: 8px;
}

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

.pic-merit{
    height: 150px;
}

#ul-merit li article h2{
    font-size: 15px;
	line-height: 1.3;
}

.pic-merit{
	border: 3px solid #f69fc6;
	top: -25px;
}

#ul-merit li article p{
	position: relative;
	top: -10px;
	padding: 10px;
	font-size: 13px;
}
    
}

@media only screen and (max-width: 599px) {
    
    #ul-merit li{
        margin-bottom: 35px;
    }

#ul-merit li article{
    width: 100%;
}

#ul-merit li article h2{
    font-size: 17px;
	background: url("../images/tag01.svg") no-repeat center left;
	background-size: 100%;
}

.pic-merit{
	border: 4px solid #f69fc6;
	top: -12px;
    height: 60vw;
}


#ul-merit li article p{
	font-size: 15px;
	padding: 15px;
	top: 0;
}
    
}



/*==================================================
404
================================================== */

#contents-404{
    display: flex;
    height: calc(100vh - 350px);
    text-align: center;
    line-height: 2.5;
    align-items: center;
    justify-content: center;
}

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

#contents-404{
    height: calc(100vh - 280px);
}
    
}

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

#contents-404{
    height: calc(100vh - 250px);
    line-height: 1.9;
}
    
}





/*==================================================
movie
================================================== */

.movie iframe{
	width: 100%;
	height: 580px;
	vertical-align: bottom;
}

.movie-banner{
    width: 976px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 1024px) {
.movie iframe{
	height: 520px;
}	

.movie-banner{
    width: 87%;
    margin: 25px auto 0;
}
}

@media only screen and (max-width: 768px) {
.movie iframe{
	height: 390px;
}	
	
}

@media only screen and (max-width: 599px) {
.movie iframe{
	height: 200px;
}	

.movie-banner{
    width: 90%;
    margin: 0 auto;
}	
	
}



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

.box-access{
    border: 5px solid #fff05e;
    margin: 0 auto 50px;
    box-sizing: border-box;
    border-top: none;
}

.name-access-studio{
    display: block;
    text-align: center;
    background-color: #fff05e;
    padding: 10px;
    font-size: 24px;
}

.info-access{
    padding: 30px 30px 20px;
    display: flex;
}

.pic-access-studio{
    width: 55%;
}

.pic-access-studio img{
    width: 100% !important;
    height: auto !important;
    vertical-align: top;
}

.txt-access-studio{
    width: 42%;
    padding-left: 3%;
}

.map-access{
    padding: 0 30px 30px;
}

.map-access iframe{
    vertical-align: bottom;
    width: 100%;
    height: 320px;
}

.info-access table{
    border: none !important;
    margin: 0 !important;
}

.info-access table th,
.info-access table td{
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 14px 15px !important;
    border: none !important;
}

.info-access table th{
    background-color: #fef3f5 !important;
}

#japan-map{
    margin-bottom: 65px;
}

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

.name-access-studio{
    padding: 6px 10px;
    font-size: 21px;
}

.info-access table th,
.info-access table td{
    padding: 9px 12px !important;
}

.map-access iframe{
    height: 260px;
}

#japan-map{
    margin-bottom: 45px;
}
    
}

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

.box-access{
    border: 4px solid #fff05e;
    margin: 0 auto 20px;
}

.name-access-studio{
    padding: 8px 10px;
    font-size: 17px;
}

.info-access{
    padding: 15px 15px 10px;
    display: block;
}

.pic-access-studio{
    width: 100%;
    padding-bottom: 10px;
}

.txt-access-studio{
    width: 100%;
    padding-left: 0;
}

.map-access{
    padding: 0 15px 15px;
}

.map-access iframe{
    height: 210px;
}

.info-access table{
    border: none !important;
    margin: 0 !important;
}

.info-access table th,
.info-access table td{
    padding: 10px 15px !important;
}

#japan-map{
    margin-bottom: 30px;
}
    
    
}

/*==================================================
tagwords
================================================== */

#tagwords{
    padding: 30px 0;
}

#box-tag{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 30px;
    line-height: 1.8;
    font-size: 14px;
}

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

#tagwords{
    padding: 20px 0;
}

#box-tag{
    padding: 20px;
}
    
}

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

#tagwords{
    padding: 15px 0;
}

#box-tag{
    padding: 12px;
    font-size: 13px;
}
    
}

/*==================================================
tagwords
================================================== */
    
    #contents-level{
        width: 600px;
    }

@media only screen and (max-width: 1024px) {
    
    #contents-level{
        width: 600px;
    }
    
}

@media only screen and (max-width: 599px) {
    
    #contents-level{
        width: 100%;
    }
    
}

/*==================================================
access-all
================================================== */

#access-all-btn li{
    width: calc(100%/4 - 6px);
    margin-right: 8px;
    margin-bottom: 12px;
}

#access-all-btn li:nth-of-type(4n){
    margin-right: 0;
}

#access-all-btn li a.btn{
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
    
#access-all-btn li{
    width: calc(100%/3 - 4px);
    margin-right: 6px;
    margin-bottom: 10px;
}

#access-all-btn li:nth-of-type(4n){
    margin-right: 6px;
}

#access-all-btn li:nth-of-type(3n){
    margin-right: 0;
}

#access-all-btn li a.btn{
    padding: 7px 0;
}    


}



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

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

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

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

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

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

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

.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;
}
    
}



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

#concept{
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: calc(100vh - 130px);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.title-concept{
    display: block;
    margin-bottom: 35px;
}
.title-concept strong{
    display: block;
    font-size: 32px;
}

#concept article{
    position: relative;
    text-align: left;
    min-height: 310px;
}


.pic-concept{
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

#concept article h3{
    display: block;
    font-size: 24px;
    margin-bottom: 25px;
    width: 50%;
}

#concept article h3 small{
    display: block;
    font-size: 16px;
    padding-left: 10px;
}

#concept article p{
    width: 50%;
    line-height: 1.9;
}

.ul-concept{
    list-style: none;
    width: 50%;
}

.ul-concept li{
    display: inline-block;
    line-height: 1;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px;
background-image: -moz-linear-gradient( -90deg, rgb(32,58,126) 0%, rgb(5,19,55) 100%, rgb(219,218,218) 100%, rgba(221,219,219,0.99608) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(32,58,126) 0%, rgb(5,19,55) 100%, rgb(219,218,218) 100%, rgba(221,219,219,0.99608) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(32,58,126) 0%, rgb(5,19,55) 100%, rgb(219,218,218) 100%, rgba(221,219,219,0.99608) 100%);
margin: 0 12px 15px 0;
    border: 1px solid #fff;
        border-radius: 3px;
}
   

.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 16px;
  /*border: 2px solid #000000;*/
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  /*border-style: solid;*/
  border-width: 15px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10.5px 5.3px 0 5.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

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

#concept{
    top: 70px;
    height: 48vh;
}
    
}

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

#concept article h3{
    font-size: 21px;
}

#concept article h3 small{
    font-size: 15px;
    padding-left: 10px;
}

.ul-concept li{
    padding: 7px 12px;
    margin: 0 7px 10px 0;
}

#concept article{
    min-height: auto;
}
    
}

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


#concept{
    top: 60px;
    height: 60vh;
}
    
    #concept .contents-area{
        width: 100%;
    }

.title-concept{
    margin-bottom: 15px;
}
.title-concept strong{
    font-size: 5.6vw;
}


.pic-concept{
    display: none;
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-bottom: 15px;
}

#concept article h3{
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 20px;
    width: 100%;
}

#concept article h3 small{
    font-size: 14px;
    padding-left: 0;
}

#concept article p{
    width: 100%;
    line-height: 1.7;
}

.ul-concept{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
    
    .ul-concept li{
        font-size: 13px;
    }
   

.speechBubble {
  padding: 8px 16px;
  font-size: 14px;
}
    
}

/*==================================================
about
================================================== */

#about{
    background: url("../images/bg_02.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
}

article.txt{
    line-height: 2.2;
    text-align: center;
}

article.txt p{
    margin-bottom: 50px;
}

.pic img{
    vertical-align: bottom;
    width: 100%;
}

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

article.txt{
    line-height: 1.9;
    text-align: left;
}

article.txt p{
    margin-bottom: 30px;
}
    
}

/*==================================================
therapist
================================================== */

#therapist-head{
    background: url("../images/bg_03.jpg") no-repeat top left;
    background-size: cover;
}

#therapist-list{
    padding: 80px 0 50px;
}

.box{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 25px;
    color: #111;
    line-height: 1.9;
}

.pic-therapist{
    width: 30%;
    float: right;
    margin: 0 0 15px 35px;
}

.box h2,
.box h3{
    display: block;
    border-bottom: 1px solid #442616;
    font-size: 24px;
    margin-bottom: 20px;
}

.basicinfo-therapist p{
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}

.enq-therapist{
    margin-top: 15px;
}
.enq-therapist strong{
    display: block;
}

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

#therapist-head{
    padding-bottom: 10px;
}

.box{
    padding: 20px;
}

.box h2,
.box h3{
    font-size: 21px;
}

#therapist-list{
    padding: 50px 0 20px;
}
    
}

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

.box h2,
.box h3{
    font-size: 5vw;
    padding-bottom: 10px;
    line-height: 1.4;
}

#therapist-list{
    padding: 30px 0 20px;
}

.box{
    margin-bottom: 15px;
    line-height: 1.6;
}

.basicinfo-therapist p{
    display: block;
    margin: 0 0 10px;
}
    
.basicinfo-therapist p strong{
    display: block;
}

.pic-therapist{
    width: 45%;
    margin: 0 0 10px 20px;
}
}

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

#access iframe{
    width: 100%;
    vertical-align: bottom;
    height: 460px;
}

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

#access iframe{
    height: 300px;
}
    
}

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

#access iframe{
    height: 80vw;
}
    
}

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

.price-menu{
    text-align: right;
    margin-top: 25px;
    font-weight: bold;
    font-size: 18px;
    background-color: #f4f4f4;
    padding: 6px 15px;
    clear: both;
}


.tabs {
  width: 100%;
}

/* radio非表示 */
.tabs input {
  display: none;
}

/* タブボタン */
.tabs label {
  display: inline-block;
  padding: 14px 35px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px 5px 0 0;
  transition: 0.3s;
    margin-right: 5px;
    border: 1px solid #442616;
    border-bottom: none;
}
.tabs label:hover {
  background: #402719;
    color: #e0c88d;
}

/* activeタブ */
#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label {
    background-image: linear-gradient(180deg, rgb(14,7,1), rgb(31,16,3), rgb(67,32,10));
  font-weight: bold;
  color: #e0c88d;
}

/* コンテンツ共通 */
.contents {
/*background-image: -moz-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(14,7,1) 0%, rgb(31,16,3) 50%, rgb(67,32,10) 100%);*/
  padding: 40px 30px 10px;
  position: relative;
}

.contents .title-contents{
    /*color: #e0c88d;*/
    margin-bottom: 25px;
    font-size: 26px;
}

/*.contents .title-contents span{
    border-top:1px solid #e0c88d;

}*/

.content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 表示制御 */
#tab1:checked ~ .contents .content1,
#tab2:checked ~ .contents .content2,
#tab3:checked ~ .contents .content3 {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.content2 > div:first-child{
    text-align: center;
    margin-bottom: 7px;
}

.content2 .speechBubble{
    background-color: #fff;
    color: #111;
}
.content2 .speechBubble::after{
    border-color: #fff transparent transparent;
}

.img-menu{
    display: flex;
    float: right;
    width: 25%;
    margin-left: 25px;
}

.img-menu2 .img-menu{width: 50%;}
.img-menu2 .img-menu img{
    width: 50%;
}
.img-menu3 .img-menu{width: 50%;}
.img-menu3 .img-menu img{
    width: 50%;
}
.img-menu3 .img-menu{
    flex-wrap: wrap;
}
.img-menu3 .img-menu img:first-child{width: 100%;}

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

.contents .title-contents{
    font-size: 21px;
}
    
}

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

/* タブボタン */
.tabs label {
  padding: 8px 10px;
    margin-right: 1px;
}

/* コンテンツ共通 */
.contents {
  padding: 25px 15px 10px;
  position: relative;
}

.contents .title-contents{
    font-size: 5vw;
}

.img-menu{
    display: flex;
    float: none;
    width: 100%;
    margin: 0 auto 15px;
}

.img-menu2 .img-menu{width: 100%;}

.img-menu3 .img-menu{width: 100%;}

    
}



















