/*------------------------------------------------
メインビジュアルにロゴを重ねる
------------------------------------------------*/

.l-header-mainvisual__img {
 width: 100%;
	height: auto;
		opacity: 1;
}


/*
@media screen and (max-width: 761px) {
  .l-header-mainvisual__img {
	height: 360px;
  }
}

@media screen and (max-width: 520px) {
  .l-header-mainvisual__img {
	height: 320px;
  }
}

@media screen and (max-width: 420px) {
  .l-header-mainvisual__img {
	height: 280px;
  }
}


.l-header-mainvisual2 {
  width: 100%;
}
*/


.l-header-mainvisual__logo {
  position: absolute;/*絶対配置*/
  top: 45%;
  left: 40%;
	width: 80%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:auto;
  padding:0;
}

/*
@media screen and (max-width: 840px) {
.l-header-mainvisual__logo {
  top: 45%;
	max-width: 800px;
  }
}

@media screen and (max-width: 760px) {
.l-header-mainvisual__logo {
  top: 45%;
	max-width: 700px;
  }
}

@media screen and (max-width: 650px) {
.l-header-mainvisual__logo {
  top: 50%;
	max-width: 600px;
  }
}

@media screen and (max-width: 560px) {
.l-header-mainvisual__logo {
  top: 50%;
	max-width: 460px;
  }
}

@media screen and (max-width: 420px) {
.l-header-mainvisual__logo {
  top: 50%;
	max-width: 400px;
  }
}

@media screen and (max-width: 380px) {
.l-header-mainvisual__logo {
  top: 50%;
	max-width: 360px;
  }
}
*/


.l-header-mainvisual__logo2 {
  position: absolute;/*絶対配置*/
  top: 85%;
  left: 40%;
	width: 60%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


.l-header-mainvisual {
  position: relative;/*相対配置*/
}

/*------------------------------------------------
メインビジュアルにロゴを重ねる
------------------------------------------------*/




/*------------------------------------------------
下層ページのメインビジュアルにロゴを重ねる
------------------------------------------------*/

.l-header-mainvisual-lowerpage__img {
 width: 100%;
	height: 200px;
		opacity: 0;
}


/*
@media screen and (max-width: 761px) {
  .l-header-mainvisual-lowerpage__img {
	height: 360px;
  }
}

@media screen and (max-width: 520px) {
  .l-header-mainvisual-lowerpage__img {
	height: 320px;
  }
}

@media screen and (max-width: 420px) {
  .l-header-mainvisual-lowerpage__img {
	height: 280px;
  }
}
*/



.l-header-mainvisual-lowerpage__logo {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
	width: 300px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:auto;
  padding:0;
}
/*
@media screen and (max-width: 840px) {
.l-header-mainvisual-lowerpage__logo {
  top: 45%;
	max-width: 800px;
  }
}

@media screen and (max-width: 760px) {
.l-header-mainvisual-lowerpage__logo {
  top: 45%;
	max-width: 700px;
  }
}

@media screen and (max-width: 650px) {
.l-header-mainvisual-lowerpage__logo {
  top: 50%;
	max-width: 600px;
  }
}

@media screen and (max-width: 560px) {
.l-header-mainvisual-lowerpage__logo {
  top: 50%;
	max-width: 460px;
  }
}

@media screen and (max-width: 420px) {
.l-header-mainvisual-lowerpage__logo {
  top: 50%;
	max-width: 400px;
  }
}

@media screen and (max-width: 380px) {
.l-header-mainvisual-lowerpage__logo {
  top: 50%;
	max-width: 360px;
  }
}
*/


.l-header-mainvisual-lowerpage__logo2 {
  position: absolute;/*絶対配置*/
  top: 85%;
  left: 50%;
	width: 300px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


.l-header-mainvisual-lowerpage {
  position: relative;/*相対配置*/
}

/*------------------------------------------------
メインビジュアルにロゴを重ねる
------------------------------------------------*/






/*------------------------------------------------
テキストサイズのレスポンシブ調整
------------------------------------------------*/
@media screen and (max-width: 760px) {
 html {
  font-size: 60%;
  }
}



/*------------------------------------------------
テキストサイズのレスポンシブ調整
------------------------------------------------*/




/*------------------------------------------------
セラピストスケジュールにルーム表示を追加
------------------------------------------------*/
.c-list-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.c-list-room__item {
  min-width: 100px;
  margin-right: 10px;
}

.c-list-room__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: rgba(255, 255, 255, 0.6);
  color: #D8009E;
  border: 0px solid #A7A7A7;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .c-list-room__link {
  height: 40px;
  }
}


.c-list-room__link.is-current, .c-list-room__link:hover {
  background: #D63780;
  color: #F0F0F0;
}

.c-list-room__link.is-grayout {
  opacity: 0.4;
}
/*------------------------------------------------
セラピストスケジュールにルーム表示を追加
------------------------------------------------*/












/*------------------------------------------------
出勤時間とステイタス表示パターン
------------------------------------------------*/
.c-list-therapist__status_under {
  position: absolute;
		width: 100%;
	text-align: center;
	font-size: 1.8rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #F0F0F0;
  border-radius: 0px;
  line-height: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .c-list-therapist__status_under {
  bottom: 0px;
  line-height: 26px;
  }
}
.c-list-therapist__name{
	font-weight: 700;
	color: #fff;
}
.c-list-therapist__time {
display: block;
width: 100%;
text-align: center;
font-size: 1.6rem;
font-weight: 400;
color: #F0F0F0;
	/*
background: #997a1f;
	*/
line-height: 20px;
	margin-top: 0px;
}
@media screen and (max-width: 760px) {
  .c-list-therapist__time {
  line-height: 26px;
  }
}
.c-list-therapist__room {
	color: #D63780;
}
@media screen and (max-width: 760px) {
.c-list-therapist__room {
  bottom: 60px;
}
}
.c-list-therapist__status--notime {
  background: rgba(255, 116, 159, 0.8);
}

.c-list-therapist__status--reservable {
  background: rgba(80, 163, 193, 0.9);
}

.c-list-therapist__status--soldout {
  background: rgba(173, 56, 56, 0.9);
}

.c-list-therapist__status--end {
  background: rgba(100, 100, 100, 0.9);
}

.c-list-therapist__status--work {
  background: rgba(204, 157, 0, 0.9);
}

.c-list-therapist__status--today {
  background: rgba(83, 193, 142, 0.8);
}






.c-list-therapist__spec {
	font-style: italic;
	color: #F0F0F0;
	font-size: 1.4rem;
	  letter-spacing: 0.8px;
}
.c-list-therapist__spec span {
	font-size: 80%;
}
@media screen and (max-width: 480px) {
.c-list-therapist__spec {
	font-size: 1.2rem;
}
}

/*ルームをセラピ画像右下に表示するスタイルを消す
.c-list-therapist__room {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  line-height: 40px;
  padding: 0 20px;
}
*/

p.c-list-therapist__intro{
	margin-top: 10px;
}


/*------------------------------------------------
出勤時間とステイタス表示パターン
------------------------------------------------*/













/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/
.c-list-week-circle {
  display: flex;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  overflow-x: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  justify-content: center;
}

 /*Google Chrome、Safariへの対応*/
.c-list-week-circle::-webkit-scrollbar{
  display: none;
}




@media screen and (max-width: 761px) {
  .c-list-week-circle{
	/*変更-20240613*/
    gap: 10px;
    justify-content: start;
  }
}

.c-list-week-circle__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  width: 90px;
  background: #F0F0F0;
  color: #997a1f;
  border: 0px solid #A7A7A7;
  border-radius: 45px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 6px;
}

@media screen and (max-width: 760px) {
  .c-list-week-circle__link {
    text-align: center;
  height: 75px;
  width: 75px;
  }
}

.c-list-week-circle__link.is-current, .c-list-week-circle__link:hover {
  background: #997a1f;
  color: #F0F0F0;
}
/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/




/*------------------------------------------------
出勤日付が四角パターン
------------------------------------------------*/
.c-list-week-p2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
}

@media screen and (min-width: 761px) {
  .c-list-week-p2 {
    gap: 0px;
  }
}

.c-list-week-p2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #F0F0F0;
  color: #D8009E;
  border: 0px solid #A7A7A7;
  border-radius: 0px;
}


.first-day {
  border-radius: 30px 0 0 30px ;
}
.last-day {
  border-radius: 0 30px 30px 0 ;
}


@media screen and (max-width: 760px) {
  .c-list-week-p2__link {
	font-size: 1.4rem;  
    text-align: center;
  }
}

.c-list-week-p2__link.is-current, .c-list-week-p2__link:hover {
  background: #F27CB2;
  color: #F0F0F0;
}
/*------------------------------------------------
出勤日付が四角パターン
------------------------------------------------*/




/*------------------------------------------------
新着情報の全記事表示
------------------------------------------------*/
.c-list-news-all {
	
}

.c-list-news-all__item {
  margin-bottom: 30px;
  background-color: #F0F0F0;
  padding: 20px;
  border-radius: 10px;
}

.c-list-news-all__item:not(:last-child) {
  margin-bottom: 30px;
}

.c-list-news-all__ttl {
  color: #F27CB2;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-list-news-all__content {
  margin-top: 20px;
}

.c-list-news-all__img {
  text-align: center;
}


.c-list-news__date {
  margin-bottom: 20px;
}
/*------------------------------------------------
新着情報の全記事表示
------------------------------------------------*/




/*------------------------------------------------
装飾
------------------------------------------------*/
/*グラデーションライン*/
.original-gradient-01 {
  height: 1px;
  width: 90%;
  background-image: linear-gradient(90deg, rgba(218, 179, 0, 1), rgba(255, 255, 255, 0));
  margin-top: 10px;
}

.original-gradient-02 {
  height: 2px;
  width: 50%;
  background-image: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,173,57,1) 50%, rgba(0,212,255,0) 100%);
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.original-gradient-03 {
  height: 2px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,173,57,1) 50%, rgba(0,212,255,0) 100%);
	margin-top: -22px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

/*どこでも設置できる半透明の枠*/
.waku{
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0px;
}


/*セクション背景に画像を設定*/
.p-section--img {
background-image: url('../images/bg10.jpg');
background-size: cover;
background-blend-mode:lighten;
}


.p-section--img2 {
background-image: url('../images/bg13.jpg');
background-size: cover;
background-blend-mode:lighten;
}



.add-op {
  background: rgba(224, 255, 255, 0);
  padding: 20px 10px;
}

.add-100{
	width: 100%;
}

.ad-cansel{
	text-decoration: line-through;
}


.widthadjust {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
.widthadjust iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ad-bgcolor {
  background: rgba(224, 255, 255, 0.2);
}

.ad-bgcolor2 {
  background: rgba(192, 205, 220, 0.2);
}


/*見出しパターン*/
.cp_h1title {
	position: relative;
	display: inline-block;
	padding: 0 17%;
	text-align: center;
	color:#F4511E;
}
.cp_h1title:before, .cp_h1title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 1px;
	background-color: #F4511E;
}
.cp_h1title:before {
	left:0;
	background: linear-gradient(-45deg, transparent, #F4511E 10%, #F4511E 30%, transparent);
}
.cp_h1title:after {
	right: 0;
	background: linear-gradient(-45deg, transparent, #F4511E 70%, #F4511E 90%, transparent);
}
/*見出しパターン*/


/*見出しパターン2*/
.cp_h1title2 {
	position: relative;
	display: inline-block;
	padding: 0 15%;
	text-align: center;
	color:#FFCE97;
	font-size: 2.0rem;
	margin-top: 50px;
}
.cp_h1title2:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20%;
	height: 2px;
	background-color: #FFCE97;
}
.cp_h1title2:before {
	left:0;
	background: linear-gradient(-45deg, transparent, #FFCE97 1%, #FFCE97 30%, transparent);
}
.cp_h1title2 .c-txt {
  font-weight: 400;
}

/*見出しパターン*/




/*見出しパターン3*/
.cp_h1title3 {
	color:#F0F0F0;
	font-size: 2.0rem;
	margin-top: 40px;
	margin-bottom: 10px;
}
/*見出しパターン*/





/*フッター背景に画像を設定*/
/*.l-footer--img {
background-image: url('../images/ftbg.png');
background-size: cover;
background-blend-mode:lighten;
}*/

.waku2{
background: rgba(255,255,255,0.2);	
}

.ad-pd20{
	padding-bottom: 30px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
}


/*------------------------------------------------
装飾
------------------------------------------------*/






/*------------------------------------------------
p-sectionパターン2　親要素無視して横100％
------------------------------------------------*/
.add-wide {
margin-right: calc(50% - 50vw);/*親要素無視してはみ出す*/
margin-left: calc(50% - 50vw);
padding-right: calc(50vw - 50%);/*コンテンツだけ親要素の内側に配置しなおす*/
padding-left: calc(50vw - 50%);
}

.c-inner-wide{/*中身を他の要素の横幅に合わせる*/
	max-width: 1000px;
	margin: auto;
}

.add-wide2 {
margin-right: calc(50% - 50vw);/*親要素無視してはみ出す*/
margin-left: calc(50% - 50vw);
}
/*------------------------------------------------
p-sectionパターン2　親要素無視して横100％
------------------------------------------------*/










/*------------------------------------------------
フッターリンク
------------------------------------------------*/

.c-footer-links__88 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .c-footer-links__88 {
  grid-template-columns: repeat(4, 1fr);
  }
}
.c-footer-links__88 li a img {
  width: 88px;
  aspect-ratio: 88 / 31;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-footer-links__200 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .c-footer-links__200 {
  grid-template-columns: repeat(2, 1fr);
  }
}
.c-footer-links__200 li a img {
  width: 200px;
  aspect-ratio: 5 / 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-footer-links__468 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.c-footer-links__468 li a img {
  width: 468px;
  aspect-ratio: 39 / 5;
  -o-object-fit: fill;
  object-fit: fill;
}



/*------------------------------------------------
フッターリンク
------------------------------------------------*/

.c-inner.w600{
  max-width: 600px;
  margin-inline: auto;
	text-align: center;
}


/*------------------------------------------------
下層ページヘッダーのロゴを重ねる
------------------------------------------------*/
.l-header-subpagevisual__logo {
  position: absolute;/*絶対配置*/
  top: 63%;
  left: 50%;
	max-width: 160px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


/*下層のイメージ*/
.l-header-subpagevisual {
	position: relative;
	width: 100%;
	text-align: center;
}

.l-header-subpagevisual-back{
  width: 100%;
	height: 250px;
  object-fit:cover;
	opacity: 0.0;
}




.l-header-subpagevisual__text{
	position: absolute;
  top:63%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #F0F0F0;
  font-size: 1.8rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}
/*------------------------------------------------
下層ページヘッダーのロゴを重ねる
------------------------------------------------*/


/*------------------------------------------------
画像の親要素に設定すると、PSは範囲内、スマホでブチ抜きになる
------------------------------------------------*/
.wide-ban{
	margin: 20px auto;
    max-width: 1000px;
}

@media screen and (max-width: 760px) {
  .wide-ban {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }
}
/*------------------------------------------------
画像の親要素に設定すると、PSは範囲内、スマホでブチ抜きになる
------------------------------------------------*/





/*------------------------------------------------
コンセプトで使用（装飾枠内にテキスト配置）
------------------------------------------------*/
/*白バーション*/
.concept_box{
    text-align: center;
    border: 1px solid #e6dcc7;
    border-image: linear-gradient(to bottom, rgba(112, 90, 49, 1) 0%, rgba(112, 90, 49, 1) 20%, rgba(255, 243, 220, 1) 60%, rgba(112, 90, 49, 1) 80%, rgba(112, 90, 49, 1) 100%);
    border-image-slice: 1;
    background: #F0F0F0;
    padding: 30px;
    position: relative;
    z-index: 1;
	background-image: url('../images/bg2.webp');
    background-size: cover;
    background-position: center;
}

.concept_box .concept_txt{
    background: rgba(255,255,255,0.8);
    padding: 30px;
    letter-spacing: 1px;
    outline: solid 2px rgba(255,255,255,0.8);
    outline-offset: 3px;
    font-size: 16px;
	color: #222222;
	font-weight: 500;
}
.concept_box span{
	color: #f36d9f;
	font-size: 20px;
}



/*------------------------------------------------
コンセプトで使用（装飾枠内にテキスト配置）
------------------------------------------------*/



/*------------------------------------------------
スマホ画面下に連絡先固定表示
------------------------------------------------*/

/*電話(センタリング)*/
.c-tell-box{
	width: 200px;
	margin: auto;/*センタリング*/
}

.c-tell {
position: fixed;
	bottom: 10px;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #222222;
width: 200px;
height: 60px;
z-index: 1;
border-radius: 10px;
justify-content:center;
}

.c-tell img{
display: inline-block; /*横並び*/
width: 30px;
	margin-top: 15px;
	
}

.c-tell-number{
display: inline-block; /*横並び*/
font-size: 2.0rem;
color: #222222;
	margin-top: 15px;
}


/*ページトップへ*/
.c-gotop img {
	position: fixed;
  bottom: 10px;
	right: 10px;
	width: 72px;
	z-index: 999;
	
}

@media screen and (max-width: 760px) {
  .c-gotop {
    width: 62px;
  }
}


@media screen and (min-width: 761px) {
	.c-tell img{
		display: none;
	}
  }

@media screen and (min-width: 761px) {
	.c-tell{
		display: none;
	}
  }

@media screen and (min-width: 761px) {
	.c-tell-number{
		display: none;
	}
  }







/*LINE(左位置に固定)*/
.c-line-box{
	width: 60px;
	/*margin: auto;*//*左位置固定のためオフ*/
}

.c-line {
position: fixed;
	bottom: 10px;/*左位置固定*/
	left: 20px;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #222222;
width: 60px;
height: 60px;
z-index: 1;
border-radius: 10px;
justify-content:center;
}

.c-line img{
display: inline-block; /*横並び*/
width: 30px;
	margin-top: 15px;
	
}

.c-line-number{
display: inline-block; /*横並び*/
font-size: 2.0rem;
color: #222222;
	margin-top: 15px;
}
/*------------------------------------------------
スマホ画面下に連絡先固定表示
------------------------------------------------*/



/*------------------------------------------------
動画
------------------------------------------------*/
.videoWrap{
display: flex;
max-width: 100%;
	margin-bottom: 50px;
	margin-top: -30px;
}

.videoWrap video{
margin: auto;
width: 1000px;
}

@media screen and (max-width: 760px) {
.videoWrap video {
width: 100%;
  }
}


/*------------------------------------------------
動画
------------------------------------------------*/





/*------------------------------------------------
フッターの広告表示
------------------------------------------------*/
.l-footer__ad{
	font-size: 1.2rem;
	margin-top: 30px;
	margin-bottom: 50px;
}

.l-footer__ad a{
	color: #F0F0F0;
}
/*------------------------------------------------
フッターの広告表示
------------------------------------------------*/


/*------------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
.p-spmenu__txt{
}

h1.p-spmenu__txt{
	font-size: 1.6rem;
	font-weight: 400;
}

.p-spmenu__txt a{
	color: #fcfaf5;
}
/*------------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/







/*------------------------------------------------
右側に縦並びで丸半透明ボタン配置
------------------------------------------------*/
.fixed_sidenav{
	position: fixed;
	bottom: 70px;
	right: 8px;
	z-index: 900;
	}
	
	.sidenav{
		margin-bottom: 15px;
		text-align: center;
		letter-spacing: 0.01em;
	}	
		.sidenav a{
			width: 80px;
			height: 80px;
			display: block;
			color: #F0F0F0;
			font-size: 1.4rem;
			background: rgba(10,203,171,0.8);
			border-radius: 150px;
			}
			.sidenav a:hover{
				background: rgba(10,203,171,0.50);
			}
		
			.sidenav img{
				width: 30px;
				padding-top: 15px;
			}

			.sidenav a:hover img{
            -webkit-animation: flash .0s;
            animation: flash .0s;
            }


@media screen and (max-width: 761px) {
	.fixed_sidenav{
		display: none;
	}
  }
/*------------------------------------------------
右側に縦並びで丸半透明ボタン配置
------------------------------------------------*/



/*------------------------------------------------
下部固定横並びで丸半透明ボタン配置
------------------------------------------------*/
.fixed_undernav{
	position: fixed;
	width: 100%;
	bottom: 10px;
	left: 0px;
	z-index: 600;
	text-align: center;
	}
	
	.undernav{
		display: inline-block; /*横並び*/
		margin-bottom: 0px;
		text-align: center;
		letter-spacing: 0.01em;
		width: 60px;

	}	
		.undernav a{
			min-width: 70px;
			height: 70px;
			display: block;
			color: #F0F0F0;
			font-size: 1.3rem;
			background: rgba(10,203,171,0.9);
			border-radius: 50px;
			}
			.undernav a:hover{
				background: rgba(10,203,171,0.50);
			}
		
			.undernav img{
				width: 20px;
				height: 40px;
				padding-top: 12px;
			}

			.undernav a:hover img{
            -webkit-animation: flash .0s;
            animation: flash .0s;
            }

@media screen and (min-width: 761px) {
	.fixed_undernav{
		display: none;
	}
  }
/*------------------------------------------------
下部固定横並びで丸半透明ボタン配置
------------------------------------------------*/




/*------------------------------------------------
ヘッダーナビ伸び縮みバージョン
------------------------------------------------*/
.l-header-nav2 {
  background: rgba(0, 0, 0, 0.5);
	padding-top: 10px;
}

.l-header-nav-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;

}

.l-header-nav-list__item2 {
	flex-basis: 300px;
}

.l-header-nav-list__link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  color: #F0F0F0;
}

.l-header-nav-list__link2.is-current, .l-header-nav-list__link2:hover {
  color: #FFCE97;
}

.l-header-nav-list__maintxt2 {
  font-weight: 700;
}

.l-header-nav-list__subtxt2 {
  font-size: 1.2rem;
}
/*------------------------------------------------
ヘッダーナビ伸び縮みバージョン
------------------------------------------------*/






/*------------------------------------------------
無限スライダー
------------------------------------------------*/
.slider-wrapper-mugen {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
	margin-top: -10px;
	margin-bottom: 50px;
}
/* スライド3枚のグループ */
.slider-mugen {
  animation: scroll-left 20s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide-mugen {
  width: calc(100vw / 4); /* スライドの枚数 */
}
/* スライドの画像 */
.slide-mugen img {
  display: block;
  width: 100%;
	height: 100%;
	object-fit: cover;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*------------------------------------------------
無限スライダー
------------------------------------------------*/








.l-header-info {
	position: fixed;
	width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 5px 10px;
  background: rgba(51, 36, 22, 0.8);
	line-height: 1.4;
  font-size: 1.4rem;/*変更-20240613*/
	text-align: right;
	color: #fff;
	z-index: 800;
}






/*------------------------------------------------
ヘッダー電話番号（ゴールド用）
------------------------------------------------*/


.l-header-telopen-gold {
  min-height: 40px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  background: -webkit-linear-gradient(135deg, #89794f 0%, #e9e3bb 50%, #89794f 100%);

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
}

.l-header-telopen-gold__txt--tel {
  color: #222222;

}


.l-header-telopen-gold__txt--tel a {
  color: #222222;
		font-size: 2.2rem;
		font-weight: 700;
}

.l-header-telopen-gold__txt--open {
  color: #222222;
}

@media screen and (max-width: 761px) {
	.l-header-telopen-gold__txt--tel a{
		font-size: 2.2rem;
		font-weight: 700;
	}
  }
/*------------------------------------------------
ヘッダー電話番号（ゴールド用）
------------------------------------------------*/



/*------------------------------------------------
キラキラヘッダー
------------------------------------------------*/
#particles-js{ 
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.0);/*背景色*/
	z-index: 1;
}


#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}
/*------------------------------------------------
ヘッダー電話番号（ゴールド用）
------------------------------------------------*/

.w600{
  max-width: 600px;
  margin-inline: auto;
}
.w800{
  max-width: 800px;
  margin-inline: auto;
}




.c-list-therapist__room_under {
display: block;
width: 100%;
text-align: center;
font-size: 1.4rem;
font-weight: 400;
color: #fff;
margin-top: 3px;
line-height: 30px;
  background: #83bfa9;
}



.c-list-therapist__time_under {
display: block;
width: 100%;
text-align: center;
font-size: 1.8rem;
font-weight: 400;
color: #fff;
margin-top: 10px;
line-height: 30px;
background: rgba(15,72,106,0.0);
}
@media screen and (max-width: 760px) {
  .c-list-therapist__time_under {
  line-height: 26px;
  }
}

/*------------------------------------------------
リアルタイム
------------------------------------------------*/
.concept_box2{
    border: 1px solid #e6dcc7;
    border-image: linear-gradient(to bottom, rgba(112, 90, 49, 1) 0%, rgba(112, 90, 49, 1) 20%, rgba(255, 243, 220, 1) 60%, rgba(112, 90, 49, 1) 80%, rgba(112, 90, 49, 1) 100%);
    border-image-slice: 1;
    background: #F0F0F0;
    padding: 30px;
    position: relative;
    z-index: 1;
	background-image: url('../images/bg14.jpg');
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 760px) {
.concept_box2{
    padding: 10px;
}
}
.concept_box2 .concept_txt2{
    background: rgba(0,0,0,0.8);
    padding: 30px;
    letter-spacing: 1px;
    outline: solid 2px rgba(0,0,0,0.8);
    outline-offset: 3px;
}
@media screen and (max-width: 760px) {
.concept_box2 .concept_txt2{
    padding: 10px;
}
}
.massage4_box {
  max-width: 1120px;
    background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.0);
	border-radius: 10px;
}

.massage4_box span.time{
	display: block;
	padding: 20px 20px 0px 20px;
	color: #fff;
    font-size: 1.6rem;
}

.massage4_box span.text{
	display: block;
	padding: 10px 20px 20px 20px;
	color: #fff;
    font-size: 1.6rem;
}
.massage4_box .mark-new{
  position: relative;
  margin-right: 10px;
  padding: 3px;
  color: #fff;
	font-size: 1.6rem;
}
	

/*------------------------------------------------
リアルタイム
------------------------------------------------*/