@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 100px 4% 80px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
    border-bottom: 1px solid #f2f2f2;
	padding: 0;
	width: 100%;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}

nav.gnavSp .subMenu{
    display: flex;
	flex-wrap:wrap;
}
nav.gnavSp .subMenu li{
    border-bottom: none;
    font-size: 14px;
    width: 48%;
    margin-left: 4%;
	margin-bottom:0.5em;
}
nav.gnavSp .subMenu li:nth-child(2n+1){
    margin-left: 0;
}
nav.gnavSp .subMenu li a{
    padding: 0;
    display: inline-block;
}



.headerTelSp{
	text-align:center;
    margin-bottom: 0.5em;
}
.headerTelSp a{
	color:#FFF;
}
.headerTelSp a span{
	font-size:14px;
    line-height: 1.8;
}
.headerTelSp a strong{
	display:block;
	font-size: 28px;
	vertical-align:middle;
}
.headerTelSp a strong:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}


/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* メニュー開いた時の処理 */
body #headerLogo a img {
	content: url('../images/logo.svg');
}
body.fixed #headerLogo a img {
	content: url('../images/logo_w.svg');
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #189FBA;
    width: 52px;
    border-radius: 6px;
	cursor: pointer;
    align-items: center;
    justify-content: center;
    display: none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp960{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
/*============================================================================================================

max-width: 1320px

============================================================================================================ */
@media screen and (max-width: 1280px) {
/* Header Setting
=========================================================================================== */
#headerSet{
    padding-left: 2%;
}
#headerSet #headerMenuSet .gnav ul li{
    padding: 0.5em 1em;
}
/* index Setting
=========================================================================================== */
}
/*============================================================================================================

max-width: 1100px

============================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.hideOnlySp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:0.8vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 0 4%;
}
#headerSet #headerLogoSet #headerLogo img{
    width: 200px;
}
#headerSet #headerMenuSet{
	display:none;
}
.navBoxSp{
	display: flex;
    height: 52px;
}
.navToggle{
	display: block;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
.therapistList1 > li > a .therapistImg{
	height:36vw;
}
.therapistList2 > li > a .therapistImg{
	height:36vw;
}
.therapistList2 > li > a .therapistText .therapistType{
	display:block;
}
.therapistList2 > li > a .therapistText .therapistType li{
	margin-right:0;
}
.staffBlogList li a .staffBlogImg{
    height: 20vw;
}
.tenpoBlogList li a .tenpoBlogImg{
    height: 20vw;
}
ul.staff_block{
    margin-bottom:1em;
}
ul.staff_block > li{
    font-size: 1.8rem;
}
ul.staff_block > li{
    width: 48%;
	margin:0;
	margin-left: 4%;
	margin-bottom:2em;
}
ul.staff_block > li:nth-child(4n+1){
    margin-left: 4%;
}
ul.staff_block > li:nth-child(2n+1){
    margin-left: 0;
}
ul.staff_block > li > .thumb{
	height:36vw;
}
ul.staff_block > li > a .therapistText .therapistName{
    font-size: 16px;
}
/*#subContentsHead .mainVisual .mainTitle{
    padding: 0 4%;
}*/

	
/* therapist-single Setting
=========================================================================================== */
.profileSet .profileImg .imgOnlyStyle{
	height:46vw;
}

/* recruit Setting
=========================================================================================== */
.recruit .entryList li{
    font-size: 14px;
}


/* schedule Setting
=========================================================================================== */
.scheduleList{
    font-size: 1.8rem;
}

/* blog Setting
=========================================================================================== */
#gridSet{
	width:100%;
	padding:60px 4%;
}
#gridSet #mainGrid article section,
#gridSet #sideGrid article section{
	padding:0;
}

/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 80vh;
}
#indexContentsHead .mainCatch{
    padding: 0 4%;
}
#indexContentsHead .mainCatch img{
    max-width: 100%;
}
.introContents .bannerSlideList .prev-arrow{
    left: 2%;
    z-index: 1;
}
.introContents .bannerSlideList .next-arrow{
    right: 2%;
}
.topTherapistSet .ttlStyle1:before{
    width: 29vw;
    height: 10vw;
    bottom: 0;
    transform: translateY(-100%) translateX(0);
}
.topTherapistSet:before{
    min-height: 240px;
}

/* footer Setting
=========================================================================================== */
footer #footerContact .inner{
    width:100%;
    padding-left:4%;
	padding-right:4%;
}

footer #footerArea{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
footer #footerArea section{
    width:100%;
}

footer .footerColumnSet{
    display: block;
}
footer .footerColumnSet .columnL{
    width: 100%;
    text-align: center;
}
footer .footerColumnSet .columnL .footerSnsList{
    display: flex;
    justify-content: center;
}
footer .footerColumnSet .columnL .footerSnsList li{
    margin: 0 0.5em;
}
footer .footerColumnSet .columnR{
    width: 100%;
    margin-left: 0;
}
}
/*============================================================================================================

max-width: 960px

============================================================================================================ */
@media screen and (max-width: 960px) {
.showSp960{
	display:block;
}
.flowList li{
    width: 48%;
    margin-left: 4%;
}
.flowList li:nth-child(3n+1){
    margin-left: 4%;    
}
.flowList li:nth-child(2n+1){
    margin-left: 0;    
}

}
/*============================================================================================================

max-width: 767px

============================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.hideOnlySp1100{
	display:block;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead .mainVisual{
    height: 42vh;
    min-height: inherit;
}
#subContentsHead .mainVisual .mainTitle{
    font-size: 16px;
}
article section{
	padding:40px 4%;
}
main article:last-child section{
    padding-bottom: 60px;
}
.ttlStyle1{
    font-size: 26px;
}
.ttlStyle2{
    font-size: 20px;
}
.catchStyle1{
    font-size: 18px;
}
.map iframe{
    height: 240px;
}
.therapistList1 > li{
    width: 48%;
    margin-left: 4%;
}
.therapistList1 > li:nth-child(3n+1){
    margin-left: 4%;
}
.therapistList1 > li:nth-child(2n+1){
    margin-left: 0;
}
.therapistList1 > li > a .therapistImg{
	height:240px;
}
.therapistList1 > li > a .therapistText .therapistName{
    font-size: 16px;
}
.therapistList1 > li > a .therapistText .therapistType li{
    width: 48%;
    margin-left: 4%;
    margin-right: 0;
    font-size: 12px;
}
.therapistList1 > li > a .therapistText .therapistType li:nth-child(2n+1){
    margin-left: 0;
}


.therapistList2{
    margin-bottom: 0;
}
.therapistList2 > li{
    width: 48%;
    margin-left: 4%;
}
.therapistList2 > li:nth-child(4n+1){
    margin-left: 4%;
}
.therapistList2 > li:nth-child(2n+1){
    margin-left: 0;
}
.therapistList2 > li > a .therapistImg{
	height:240px;
}
.therapistList2 > li > a .therapistText .therapistName{
    font-size: 16px;
}
.therapistList2 > li > a .therapistText .therapistType li{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	display:block;
	margin-bottom:6px;
    font-size: 12px;
}
.therapistList2 > li > a .therapistText .therapistType li:nth-child(2n+1){
    margin-left: 0;
}

ul.staff_block > li > .thumb{
	height:240px;
}
ul.staff_block > li > .post-info .name{
	font-size: 16px;
}
ul.staff_block > li > .post-info .attendance{
	font-size: 14px;
}


.staffBlogList{
    display: block;
}
.staffBlogList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
.staffBlogList li a{
    display: flex;
}
.staffBlogList li a .staffBlogImg{
    width: 120px;
    height: 120px;
}
.staffBlogList li .staffBlogText{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.staffBlogList li .staffBlogText span{
    font-size: 12px;
}
.staffBlogList li .staffBlogText p{
    font-size: 14px;
}



.tenpoBlogList{
    display: block;
}
.tenpoBlogList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
.tenpoBlogList li a{
    display: flex;
}
.tenpoBlogList li a .tenpoBlogImg{
    width: 120px;
    height: 120px;
}
.tenpoBlogList li .tenpoBlogText{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.tenpoBlogList li .tenpoBlogText span{
    font-size: 12px;
}
.tenpoBlogList li .tenpoBlogText p{
    font-size: 14px;
}


.accordionList{
    line-height: 1.4;
	margin-bottom:1em;
}
.accordionList dt{
    font-size: 16px;
    padding: 0.5em 24px 0.5em 16px;
}
.accordionList dt span{
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.accordionList dd span{
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.accordionList dd{
    font-size: 14px;
    padding: 0.5em 16px;
}
.accordionList dd strong{
    width: calc(100% - 62px);
}

/* about Setting
=========================================================================================== */
.aboutList li.typeA{
	display: block;
}
.aboutList li.typeA .columnText{
    width: 100%;
}
.aboutList li.typeB{
    display: block;
}
.aboutList li.typeB .columnText{
    width: 100%;
    margin-left: 0;
}
.aboutList li h3{
    text-align: center;
}
.aboutList li h3 span{
    font-weight: normal;
    font-size: 12px;
    display: block;
}
.aboutList li h3 span img{
    width: 50px;
    margin: 0 auto;
    display: block;
}
.aboutList li .columnText h3{
    font-size: 20px;
    margin-bottom: 1em;
}
.aboutList li .columnText h3 sup{
    margin-right:0;
}
.aboutList li .columnText h3 div,
.aboutList li .columnText h3 span{
    display: block;
	line-height: 1.2;
}
.aboutList li .columnText .imgOnlyStyle{
    margin-bottom: 0.5em;
}

.reliefList > li .icon{
    width: 70px;
}
.reliefList > li .icon img{
    width: 100%;
}
.reliefList > li dl {
    width: calc(96% - 70px);
}
.reliefList > li dl dt{
    font-size: 18px;
}
.reliefList > li dl dd .listStyle1{
    font-size: 13px;
    line-height: 1.2;
}
.reliefList > li dl dd p{
    font-size: 13px;
}


/* recruit Setting
=========================================================================================== */
.recruit .recruitIntro h2{
    font-size: 20px;
}
.recruit .recruitIntro h3{
    font-size: 18px;
}
.recruit .meritList li{
    width: 48%;
    margin-left: 4%;
    padding: 2em 4% 1em;
    margin-bottom: 2em;
}
.recruit .meritList li:nth-child(3n+1){
    margin-left: 4%;
}
.recruit .meritList li:nth-child(2n+1){
    margin-left: 0;
}
.recruit .meritList li h3{
    font-size: 18px;
}
.recruit .meritList li p{
    font-size: 13px;
}


.recruit .recruitTable{
    font-size: 12px;
}
.recruit .recruitTable th,
.recruit .recruitTable td{
    padding: 0.2em;
}


.recruit .exampleList > li{
    display: block;
    padding: 1em 4%;
}
.recruit .exampleList > li .exampleImg{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.recruit .exampleList > li .exampleText{
    width: 100%;
    margin-left: 0;
}
.recruit .exampleList > li .exampleText h3{
    font-size: 20px;
    text-align: center;
}
.recruit .exampleList > li .exampleText .listStyle3{
    font-size: 14px;
}
.recruit .exampleList > li .exampleText li strong{
    font-size: 20px;
}

.recruit .recruitFlowList li{
    width: 48%;
    margin-left: 4%;
}
.recruit .recruitFlowList li:nth-child(4n+1){
    margin-left: 4%;    
}
.recruit .recruitFlowList li:nth-child(2n+1){
    margin-left: 0;    
}
.recruit .recruitFlowList li span{
    width: 32px;
    height: 32px;
    line-height:32px;
}
.recruit .recruitFlowList li p{
    font-size: 14px;
}


.recruit .recruitGaiyouList{
    margin-bottom: 0;
}
.recruit .recruitGaiyouList dd{
    font-size: 14px;
}
.recruit .recruitGaiyouList dd p,
.recruit .recruitGaiyouList dd ul{
    font-size: 14px;
}

.recruit .entryContents:before{
    width: 174px;
    height: 196px;
    right: 0%;
    bottom: -50px;
}
.recruit .entryList{
    display: block;
    margin-bottom: 100px;
}
.recruit .entryList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    text-align: center;
}

/* schedule Setting
=========================================================================================== */
.scheduleList li{
    margin-left: 1%;
    width: calc(94% / 7);
    display: flex;
}
.scheduleList li a{
    padding: 0.5em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scheduleList li.today a:before {
    bottom: -10px;
    border-width: 10px 9px 0 9px;
}
/* system Setting
=========================================================================================== */
.priceList{
    margin-bottom: 1em;
}
.priceList dt{
    padding: 0.5em 1em;
    font-size: 16px;
    justify-content: space-between;
}
.priceList dt:after{
    width: 12px;
    height: 12px;
    right: 18px;
}
.priceList dt.ac:after {
    width: 12px;
    height: 12px;
    right: 18px;
}
.priceList dt strong{
    width: auto;
}
.priceList dt div{
    margin-right: 24px;
}

.priceList dd{
    display: block;
    padding: 1em 4%;
}
.priceList dd h3{
    font-size: 18px;
}
.priceList dd strong{
    width: auto;
    font-size: 14px;
}


.flowList{
    display: block;
}
.flowList li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
}
.flowList li:nth-child(3n+1){
    margin-left: 0;    
}
.flowList li img{
    width: 136px;
}
.flowList li span{
    width: 36px;
    height: 36px;
    line-height:36px;
    font-size: 20px;
}

.flowList li .flowText{
    margin-left: 4%;
    width: calc(96% - 136px);
}

.flowList li h3{
    font-size: 14px;
    text-align: left;
    margin-bottom: 0.5em;
}
.flowList li p{
    font-size: 12px;
}



.cancelBox .ttlStyle1{
    width: 84%;
    font-size: 18px;
}
.cancelBox .subTtlStyle1 {
    font-size: 16px;
}
.cancelBox .listStyle2{
    font-size: 14px;
}
.prohibitionsBox ul,
.prohibitionsBox p{
    font-size: 14px;
}



/* company Setting
=========================================================================================== */
.companyTable{
    display: block;
}
.companyTable colgroup{
    display: none;
}
.companyTable th,
.companyTable td{
    display: block;
    padding: 0;
}
.companyTable th{
    font-weight: bold;
}
.companyTable td{
    margin-bottom: 1em;
}
/* blog Setting
=========================================================================================== */
#gridSet{
	display:block;
}
#gridSet #mainGrid{
	width:100%;
}
#gridSet #sideGrid{
	width:100%;
	margin-left:0;
}
#gridSet .staffBlogList{
    display: block;
}
#gridSet .staffBlogList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
#gridSet .staffBlogList li a{
    display: flex;
}
#gridSet .staffBlogList li a .staffBlogImg{
    width: 120px;
    height: 120px;
}
#gridSet .staffBlogList li .staffBlogText{
    width: calc(100% - 130px);
    margin-left: 10px;
}
#gridSet .staffBlogList li .staffBlogText span{
    font-size: 12px;
}
#gridSet .staffBlogList li .staffBlogText p{
    font-size: 14px;
}
/* singlePage Setting
=========================================================================================== */
#singlePage .singleTtl{
    font-size: 20px;
}
/* therapist-single Setting
=========================================================================================== */
.profileSet .profileImg{
    display: none;
}
.profileSet .profileText{
    margin-left: 0;
    width: 100%;
}
.profileSet .profileText .imgOnlyStyle{
	height: 64vh;	
}
.profileSet .profileText .imgOnlyStyle img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
.profilePhotoList li{
    width: 48%;
    margin-left: 4%;
}
.profilePhotoList li:nth-child(4n+1){
    margin-left: 4%;
}
.profilePhotoList li:nth-child(2n+1){
    margin-left: 0;
}
.profilePhotoList li .castListImg{
    height: 140px;
}
.profilePhotoList li .profilePhotoListImg{
    height: 180px;
}

.scheduleTable{
    font-size: 13px;
    margin-bottom: 0;
}
.scheduleTable th,
.scheduleTable td{
    padding: 0.5em;
}

/* index Setting
=========================================================================================== */
#indexContentsHead #mainVisual{
    height: 90vh;
}
#indexContentsHead .mainCatch{
    text-align: center;
}
.introContents .todayBox p{
    font-size: 16px;
}
.introContents .todayBox .todayBtn a{
    padding: 1em;
    display: block;
}
.bannerSlideSet .slick-slide img{
    width: 100%;
}
.topNewsContents .topNewsBox .btnStyle1{
    position: static;
    text-align: center;
}
.topNewsContents .topNewsBox .ttlStyle1{
    margin-bottom: 0.5em;
}
.topTherapistSet:before{
    background-position: center top;
    background-attachment: scroll;
}

.topTherapistSet .ttlStyle1:before{
    width: 240px;
    height: 82px;
}
.topTherapistSet .ttlStyle1 strong{
    width: 90%;
    min-width: inherit;
}

.topNewsContents .topNewsBox{
    margin:0 4%;
}
	
.topRecruitContents h2{
    font-size: 28px;
}
.topRecruitContents h2:before{
    width: 172px;
    height: 62px;
    top: -64px;
}
.topRecruitContents .topRecruitCatch{
    font-size: 18px;
    text-align:left;
}

.topRecruitContents .topRecruitColumnSet{
    display: block;
    position: relative;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnImg{
    margin-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnText{
    width: 100%;
    text-align: left;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnText .listStyle1{
    font-size: 14px;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnText .listStyle1 li{
    margin-bottom: 0;
}
.topRecruitContents .redRecruitText{
    font-size: 24px;
    padding: 0.8em;
}



.topAccessContents .accessColumnSet{
    display: block;
}
.topAccessContents .accessColumnSet .columnL{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.topAccessContents .accessColumnSet .columnL .btnStyle1{
    text-align: center;
}
.topAccessContents .accessColumnSet .columnR{
    width: 100%;
}
.topAccessContents .accessColumnSet .columnR p{
    text-align: center;
}
/* footer Setting
=========================================================================================== */
footer #footerContact {
    background-attachment: inherit;
	background-image: url(../images/footer_bg.jpg);
}
footer #footerContact .inner{
    padding: 60px 4%;
}
footer #footerContact .inner .footerCatch span{
    text-align: left;
}
footer #footerContactBtn{
    display: block;
}
footer #footerContactBtn li{
    width: 100%;    
}
footer #footerContactBtn li.tel{
    margin-bottom: 1em;
}
footer #footerContactBtn li.mail{
    margin-left: 0;
}
footer #footerContactBtn li.mail span{
    font-size: 10px;
}
footer #footerContactBtn li a{
    padding: 1em;
}
footer #footerContactBtn li strong{
    margin-bottom: 0;
}


footer #footerArea section{
    padding: 20px 0;
}
footer .footerColumnSet .columnR{
    display: none;
}


}
/*============================================================================================================

max-width: 579px

============================================================================================================ */
@media screen and (max-width: 579px) {
}