@import url("animate.css");
@import url('https://fonts.googleapis.com');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic');


html {
    font-size: 62.5%;
    height: auto;
    position: relative;  
	scroll-behavior: smooth;
	scroll-padding-top: 10rem;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
	font-family: "Sawarabi Gothic";
    font-feature-settings: 'palt';
    width: 100%;
    position: relative;  
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
	color: #222;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
	color: #bdb76b;
}

a img {
  border: 0;
}

img{
    outline:none;
    border-style:none;
	width: 100%;
    backface-visibility: hidden;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}

hr {
	width: 100%;
	border: none;
    border-top: 1px solid #e6e6e6;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;    
}

.justify{
    text-align: justify;
}

small{
  font-size: 80%;    
}

ol, ul {
  list-style: none;
}

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

.flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}





/* ==================================================== */


body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #222222;
    letter-spacing: .05rem;
    line-height: 2;   
}

body:before{

}

h1{
	font-family: 'Oswald', sans-serif;
    font-size: 3rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.2rem;
    margin-bottom: 1rem;
	text-align: center;
}

h2{
	font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
	font-weight: 400;
	line-height: 1;
    margin-bottom: 5rem;
	padding: 2rem;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	width: 40%;
	text-align: center;
}

h3{
	font-family: 'Oswald', sans-serif;
    font-size: 2.4rem;
	font-weight: 600;
	padding: 0 1rem;
	background: linear-gradient(transparent 75%, #e4e2d0 75%);
    margin-bottom: 2rem;
	display: inline-block;
}


h4{
    font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.4;
    margin-bottom: 2rem;    
}

h5{
    font-size: 1.8rem;
	font-weight: 400;
    margin-bottom: 0.3rem;
}

p{
	font-size: 1.6rem;   
}

main{
	padding-top: 75px;
}	

.menu-en{
	text-align: center;
	margin-bottom: 5rem;
	color: #bdb76b;
}


.section-inner, .global-nav-item-list, footer .section-inner{
    width: 94%;
	max-width: 1100px;
    margin: 0 auto;
	position: relative;
}


section{
    padding: 7rem 1rem;
}

.section-inner {
	position: relative;
}

#photo, #copy,#menu .wrapper, #top-news .wrapper, #access .wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}		

.col-1, .col-2{
	width: 48%;
}	


.img-border{
	border: 1px solid #e3e3e3;
}



/* ------- top ------- */

#top-img{
    top:0;
    position: relative;
	width: 100%;
	height: 100vh;
	background: url("../img/top.jpg") center / cover;
}

#newsblog{
	width: 100%;
}

.btn{
	width: 40%;
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 2rem;
	padding: 3rem 5rem;
	display: flex;
	vertical-align: top;
	text-align: center;
}

.btn:hover{
	color: #fff;
	text-decoration: none;
}
.btn p{
	font-size: 1.8rem;
}

#copy{
	background-color: #f8faf4;
	display: flex;
    align-items: stretch;
	padding-right: 0;
	padding-left: 0;
}

#copy .col-1{
	display: flex;
    align-items: center;
	width: 48%;
}

#copy .col-1 .section-inner{
	margin: 0 auto;
	width: auto;
}


#copy .btn{
	width: 40rem;
}

#copy .col-2{
	display: flex;
    align-items: center;
	width: 50%;
}

#photo{
	padding: 0;
}

#photo .section-inner{
	width: 25%;
}


/* ------- news ------- */

#newsblog h2{
    font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1rem;
    margin-bottom: 3rem;
	padding: 2rem 0rem;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	width: 100%;
	text-align: left;
}

#newsblog img{
	max-width: 600px;
	height: auto!important;

}

#newsblog .date{
	font-size: 1.6rem;
}

#newsblog .date span{
	font-size: 1.4rem;
	color: #fff;
	background-color: #5f9ea0;
	padding: 0.2rem 0.5rem;
}

#top-news .date{
	font-size: 1.2rem;
}

#top-news .date span{
	font-size: 1rem;
	color: #fff;
	background-color: #5f9ea0;
	padding: 0.2rem 0.5rem;
}

.articleWrap{
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.newsArticle{
  margin-bottom: 3rem;
  position: relative;
  margin-right: 1%;
  margin-left: 1%;
  width: 23%;
  }

.newsImg{
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-top: 56.28%;
  transition: transform .4s linear;
}

.news-article p{
    font-size: 1.5rem;
}

.news-article a{
    color: #222222;
}

.news-article a:hover{
    color: #EF810A;;
}

.newsImgWrap{
  overflow: hidden;
  position: relative;
	margin-bottom: 1rem;
}

#top-news .btn, #review .btn{
	width: 30%;
	font-size: 1.6rem;
	border: 1px solid #5f9ea0;
	line-height: 1;
	margin-top: 2rem;
	padding: 2.5rem 5rem;
	display: inline-block;
	background-color: #fff;
}

#top-news .btn:hover, #review .btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #5f9ea0;
}

#top-news .newsTit{
	line-height: 1.6;
}

#concept{
	background: url("../img/bg.jpg") center / cover;
}

#concept p{
	text-align: center;
}

#menu{
	text-align: center;
}

.reset-stretch{
	background-color: #f5f5f5;
	padding: 5rem 5rem;
	margin-bottom: 7rem;
}

.osusume {
        position: relative;
    padding: 0.6rem 5rem;
    border: 1px solid #e4e2d0;
	background-color: #e4e2d0;
    font-size: 1.8rem;
	margin-bottom: 3rem;
	display: inline-block;
}

.osusume:before,
.osusume:after {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.osusume:before {
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #e4e2d0;
    border-width: 12px;
}

.osusume:after {
    margin-left: -11px;
    border-color: transparent;
    border-top-color: e4e2d0;
    border-width: 11px;
}

.osusume-bp{
	text-align: left;
	display: inline-block;
}

#menu p span{
	font-size: 50%;
	color: #5f9ea0;
	padding-right: 0.4rem;
	vertical-align: 15%;
}

.price{
	margin-top: 5rem;
}

.price .col-1, .price .col-2{
	width: 50%;
	padding: 0 4rem;
}

table{
	width: 100%;
	border-spacing: 0 1rem;
	margin: 2rem 0 5rem 0;
}

table p{
	font-weight: 400;
}

table th{
	width: 35%;
	background-color: #e6e6e6;
	padding: 0.3rem;
}

table td{
	width: 65%;
	background-color: #fff;
	border: solid 1px #e6e6e6;
}

.option-menu{
	width: auto;
	position: relative;
	display: inline-block;
	border: solid 1px #e6e6e6;
	background-color: #fff;
	text-align: center;
	padding-bottom: 1rem;
}	

.option-menu h5{
	background-color: #e6e6e6;
	margin-bottom: 3rem;
	padding: 1rem 2rem;
}

.option-menu p{
	padding: 0rem 5rem 1rem 5rem;
}

#menu .wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.therapist{
	padding: 0 6rem;
}

.therapist .col-1, .therapist .col-2{
	width: 47%;
	border: solid 1px #e6e6e6;
	padding: 4rem;
}

.therapist img{
	margin-bottom: 2rem;
}


#review{
	background-color: #f8faf4;
}

#review .articleWrap{
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.reviewArticle{
  margin-bottom: 3rem;
  position: relative;
  margin-right: 1.09%;
  margin-left: 1.09%;
  width: 31.15%;
	background-color: #fff;
	padding: 3rem;
	height: auto;
  }

#review-archive .reviewArticle{
  width: 100%;
  }

.faq-item {
  margin-top: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  
}

.faq-question__wrap {
  position: relative;
  padding: 2rem 8rem;
	border: 1px solid #5f9ea0;

}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #5f9ea0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #5f9ea0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s; /* 擬似要素のトランジションを追加 */
}

.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question__title {
	font-size: 1.6rem;
	position: relative;
}

.faq-question__title::before {
	font-size: 3rem;
	font-weight: 600;
	left: -5rem;
    position: absolute;
    color: #5f9ea0;
    content: "Q";
    top: 50%;
    transform: translateY(-50%);
  }

.faq-answer__wrap {
  background: #fff;
  transition: ease all 0.5s; 
  height: 0;
  overflow: hidden;
  padding: 0 8rem;
}

.faq-answer__wrap.active {
  height: auto;
  padding: 2rem 0 2rem 5rem;
}
.faq-answer__wrap {
  background: #fff;
  opacity: 0;
  padding: 2rem 0 2rem 5rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.7s;
}

.faq-answer__wrap.active {
  opacity: 1;
  padding: 2rem 0 2rem 5rem;
}

.faq-answer__title {
  position: relative;
  font-size: 1.6rem;
	padding: 0 5rem 0 3rem;
}

.faq-answer__title::before {
	font-size: 3rem;
	font-weight: 600;
    position: absolute;
    color: #bdb76b;
    content: "A";
    top: 50%;
	left: -1.5rem;
    transform: translateY(-50%);
  }

.faq-answer__text {
  margin-top: 5px;
}


#access{
	background-color: #f8faf4;
}



/* ------- footer ------- */

footer{
    padding-top: 3rem;
    padding-bottom: 3rem;
	background-color: #f2f2f2;
    bottom: 0;
	text-align: center;
}

footer a, footer a:hover, footer a:active{
}

footer a:hover, footer a:active{
    text-decoration: underline;
}

.fa-brands{
	font-size: 3rem;
	color: #222222;
}

footer .fa-brands:hover{
	
}



footer p{
	margin-top: 2rem;
	font-size: 1.3rem;
}

footer img{
	margin-top: 2rem;
	width: 18rem;
	margin-bottom: 2rem;
}

footer .btn{
	width: 40%;
	margin: 3rem 2rem 5rem 2rem;
}

.btn:hover{
	color: #fff;
	text-decoration: none;
}

.btn .fa-brands{
	font-size: 3rem;
	vertical-align: middle;
}

.hotpepper{
	font-size: 1.8rem;
	line-height: 1;
	color: #8f3255;
	background: #fff;
	border: solid 1px #8f3255;
	display: inline-block;
}

.hotpepper:hover{
	color: #fff;
	background-color: #8f3255;
	text-decoration: none;
}


.line{
	color: #06C755;
	background: #fff;
	border: solid 1px #06C755;
	padding: 2.4rem 5rem;
	display: inline-block;
}
.line p{
vertical-align: top;
	}

.line:hover{
	color: #fff;
	background-color: #06C755;
	text-decoration: none;
}

.line .fa-brands{
	color: #06C755;
}

.line:hover .fa-brands{
	color: #fff;
	background-color: #06C755;
	text-decoration: none;
}


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

html{
    font-size: 58%;
}   
	
h2{
	width: 50%;
}
	
#copy{
	padding-bottom: 0;	
}	
	
#copy .col-1{
	display: flex;
    align-items: center;
	width: 100%;
	margin-bottom: 5rem;
}

#copy .col-1 .section-inner{
	margin: 0 auto;
	width: auto;
}


#copy .btn{
	width: 40rem;
}

#copy .col-2{
	display: flex;
    align-items: center;
	width: 100%;
}
	
#photo .section-inner{
	width: 50%;
}	
	
#top-news .btn, #review .btn{
	width: 40%;
	margin-top: 2rem;
	padding: 2.5rem 5rem;
}	
	
.newsArticle{
	width: 47%;
	}		
	
.reset-stretch{
	padding: 5rem 3rem;
	margin-bottom: 7rem;
}	
	
.price .col-1, .price .col-2{
	width: 50%;
	padding: 0 3rem;
}	
	
.therapist{
	padding: 0;
}

.therapist .col-1, .therapist .col-2{
	width: 48%;
}	
	
.reviewArticle{
	width: 100%;
	}		

footer .section-inner{
    width: 92%;
}	

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

html{
    font-size: 53%;
}   
	
#top-img{
	height: 45vh;
}	
	
#top-news{
	width: 100%;
}
	
h1{
    font-size: 2.6rem;
}	

h2{
	width: 65%;
	font-size: 2.2rem;
}	
	
#top-news .btn, #review .btn{
	width: 70%;
	margin-top: 2rem;
	padding: 2.5rem 3rem;
}		
   
.newsArticle{
	width: 100%;
	}
	
.price .col-1, .price .col-2{
	width: 100%;
	padding: 0 6rem;
}
	
.option-menu{
	padding: 0 0rem;
}		
		
.option-menu p{
	padding-left: 6rem;
	padding-right: 6rem;
}
	
.therapist{
	padding: 0 8rem;
}

.therapist .col-1, .therapist .col-2{
	width: 100%;
	padding: 3rem;
}	
	
.therapist .col-1{
	margin-bottom: 3rem;
}	
	
#access .col-1, #access .col-2{
	width: 100%;
	padding: 0 6rem;
}
	
#access .col-1{
	margin-bottom: 3rem;
}	

footer .btn{
	width: 60%;
	margin: 2rem 2rem 0rem 2rem;
}
	
footer .fa-instagram{
	margin-top: 4rem;
	}		
	
}

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

html{
    font-size: 49%;
} 
	
section{
    padding: 5rem 1rem;
}

.menu-en{
	margin-bottom: 3rem;
}	
	
h2{
	width: 70%;
	margin-bottom: 4rem;
}		
	
.global-nav.open .global-nav-item-list {
	left: 35%;    
}	

#news-single img{
	width: 100%;
	height: auto;
}	

#top-news .btn, #review .btn{
	width: 55%;
	margin-top: 2rem;
	padding: 2.5rem 3rem;
}	
	
.price .col-1, .price .col-2{
	padding: 0 3rem;
}	
	
.option-menu p{
	padding: 0rem 3rem 1rem 3rem;
}		
    
	
.therapist{
	padding: 0 1.5rem;
}
	
#access .col-1, #access .col-2{
	padding: 0 3rem;
}

footer .btn{
	width: 80%;
}
    
}

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

html{
    font-size: 47%;
} 
	
h2{
	width: 80%;
}		
	
#access .col-1, #access .col-2{
	padding: 0;
}	
}

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

html{
    font-size: 0.4em;
}
    
}



/* ------- header ------- */

header{
	position: fixed;
	z-index: 100;
	width: 100%;
}


.logo{
	margin-right: 3rem;
	display: flex;
    position: relative;	
}

.logo img{
	height: 6rem;
	width: auto;
}

.global-nav {
	height: 10rem;
	padding: 2rem 0;
	background-color: #fff;

}	
	
.global-nav-item-list {
    display: flex;
	position: relative;
	width: 96%;
	justify-content: space-between;
	
}

.global-nav-menu{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin: 0 auto;
	}

.global-nav-item {
	display: flex;
    position: relative;
	height: 6rem;
	text-align: center;
	align-items: center;
    box-sizing: border-box;
	margin: 0 0 0 6rem;
	justify-content: center;
}

.global-nav-item > a {
    font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
    color: #222222;
	display: block;
	position: relative;
	text-decoration: none;
}

.global-nav-item a span {
    font-size: 1.1rem;
    color: #bdb76b;
}

.global-nav-item a:hover{
}


@media (min-width: 1200px) {
.global-nav-toggle, .SP-logo {
	display: none;
}
	
}


@media (max-width: 1199px) {

html {
	scroll-padding-top: 75px;
}
	
.global-nav {
	height: 75px;
	padding: 15px 0;
	width: 100%;

	
}	

.logo{
	display: none;
}

.SP-logo {
	height: 45px;
	text-align: center;
}		

.SP-logo img{
	height: 45px;
	width: auto;
}	

.global-nav-item-list {    
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100%;    
	padding: 4rem 0;
    z-index: 99;
    transition: 0.2s all;
	overflow: auto;
	background-color: #fff;
	
}
	
.global-nav-menu{
	min-height: 80%;
	margin: auto 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
	}
	
    /** トグルボタン */

.global-nav-button {
        box-sizing: border-box;
        position: fixed;
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        z-index: 101;
        cursor: pointer;
}

.global-nav-button-icon {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: calc(100% - 18px);
        height: 2px;
        margin-left: 9px;
        background: #bdb76b;
        z-index: 100;
}

.global-nav-button-icon::before {
        position: relative;
        top: -8px;
        display: block;
        content: "";
        height: 2px;
        background: #bdb76b;
        transition: 0.1s all;
}

.global-nav-button-icon::after {
        position: relative;
        top: 6px;
        display: block;
        content: "";
        height: 2px;
        background: #bdb76b;
        transition: 0.1s all;
}

.global-nav-button.open .global-nav-button-icon {
	background: transparent;
}

.global-nav-button.open .global-nav-button-icon::before {
    top: -6px;
	transform: translateY(6px) rotate(45deg);
}

.global-nav-button.open .global-nav-button-icon::after {
	top: 3px;
	transform: translateY(-5px) rotate(-45deg);
}	
	
.global-nav-item{
	text-decoration: none;
    transform: rotate(0.05deg);
	z-index: 200;
	margin: 1.5rem 0;
}
	
.global-nav-menu{
	width: 40%;
	}
	
.global-nav.open .global-nav-item-list {
	left: 60%;    
	
}	
	
}

@media (max-width: 576px) {
	
.global-nav-menu{
	width: 55%;
	}
	
.global-nav.open .global-nav-item-list {
	left: 45%;    
}		


	
}


/*Pagenation*/
.pagenation {
    margin-top: 5rem;
    text-align: center;
}

.pagenation ul {
    margin: 0 auto;
    display: inline-block;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    font-size: 1.5rem;
}

.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #B5B5B5;
    color: #fff;
    padding: 0.6rem 2rem;
}
.pagenation li a {
  font-weight: 400;
  color: #B5B5B5;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #B5B5B5;
    display: block;
    padding: 0.6rem 2rem;
}
.pagenation li a:hover {
    background-color: #B5B5B5;
    color: #fff;
	border: 1px solid #B5B5B5;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease;
}

.pagenation li .prev, .pagenation li .next {
  font-weight: 400;
  color: #B5B5B5;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #B5B5B5;
    display: block;
    padding: 0.6rem 1.5rem;
}
.pagenation li .prev:hover, .pagenation li .next:hover {
    background-color: #B5B5B5;
    color: #fff;
	border: 1px solid #B5B5B5;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease;
}

