
/*フレームの表示*/
.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%;
}




/*------------------------------------------------
コンセプトで使用（装飾枠内にテキスト配置）
------------------------------------------------*/
/*白バーション*/
.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: 20px;
    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: 20px;
    letter-spacing: 1px;
    outline: solid 2px rgba(255,255,255,0.8);
    outline-offset: 3px;
	color: #222222;
	font-weight: 500;
}
.concept_box span{
	color: #f36d9f;
	font-size: 1.6rem;
}


/*黒バーション*/
.concept_box2{
    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/logo_main_black.webp');
    background-size: cover;
    background-position: center;
}

.concept_box2 .concept_txt2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8dcd6+0,efe8e4+54,ffffff+100&0.6+0,0.6+100 */
background: -moz-linear-gradient(top,  rgba(232,220,214,0.6) 0%, rgba(239,232,228,0.6) 54%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(232,220,214,0.6) 0%,rgba(239,232,228,0.6) 54%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(232,220,214,0.6) 0%,rgba(239,232,228,0.6) 54%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e8dcd6', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
    padding: 30px;
    letter-spacing: 1px;
    outline: solid 2px rgba(0,0,0,0.8);
    outline-offset: 3px;
    font-size: 16px;
	color: #000;
}
.concept_box2 span{
	color: #FF7FBB;
	font-size: 20px;
}


.concept_box .concept_txt3{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    letter-spacing: 1px;
    outline: solid 2px rgba(255,255,255,0.8);
    outline-offset: 3px;
    font-size: 1.6rem;
	font-weight: 500;
}

.massage_box .concept_txt{
text-align: center;
}


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




/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/
.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: #000;
  color: #fff;
  border: 1px 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: #333;
  color: #fff;
}
/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/




/*------------------------------------------------
出勤日付が四角パターン
------------------------------------------------*/
.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: #fff;
  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: #fff;
}
/*------------------------------------------------
出勤日付が四角パターン
------------------------------------------------*/




/*------------------------------------------------
セラピストスケジュールにルーム表示を追加
------------------------------------------------*/
.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: #000;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 0.1rem solid #fff;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fff;
}

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


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



/*------------------------------------------------
出勤時間とステイタス表示パターン
------------------------------------------------*/
.c-list-therapist__status {
  position: absolute;
		width: 100%;
	text-align: center;
	font-size: 1.8rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #fff;
  border-radius: 0px;
  line-height: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .c-list-therapist__status {
  bottom: 0px;
  line-height: 26px;
  }
}

.c-list-therapist__status_under {
  display: block;
		width: 100%;
	text-align: center;
	font-size: 1.6rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #fff;
  border-radius: 0px;
  padding: 0 10px;
	line-height: 4.0rem;
}

.c-list-therapist__time {
  position: absolute;
		width: 100%;
	text-align: center;
	font-size: 1.6rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #fff;
  border-radius: 0px;
  line-height: 30px;
  padding: 0 20px;
}
.c-list-therapist__time {
  background: rgba(15,72,106,0.78);
}
@media screen and (max-width: 760px) {
  .c-list-therapist__time {
  line-height: 26px;
  }
}


.c-list-therapist__time_under {
display: block;
width: 100%;
text-align: center;
margin: 10px 0 0 0;
border-radius: 6px;
text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #fff;
}

.c-list-therapist__time_under-today{
display: block;
font-size: 1.7rem;
color: #fff;
margin: 0.6rem 0 0 0;
line-height: 3.0rem;
}
.c-list-therapist__time_under-room{
display: block;
font-size: 1.5rem;	
color: #fff;
}








.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: rgb(109 60 16 / 80%);
}





.c-list-therapist__spec {

	font-size: 1.4rem;
	  letter-spacing: 0.8px;
}

.c-list-therapist__spec span {
	font-size: 80%;
	color: #927355;
}
@media screen and (max-width: 480px) {
.c-list-therapist__spec {
	font-size: 1.2rem;
}
}

.c-list-therapist__spec-ranking {
    color: #fff;
	font-size: 1.4rem;
	  letter-spacing: 0.8px;
}

.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: #FF7B7D;
}

p.c-list-therapist__intro{
	margin-top: 10px;
	padding: 5px;
    border: 1px solid #6B4100;
	border-radius: 10px; 
	overflow : hidden;
}

p.c-list-therapist__intro span{
}



.c-list-therapist__item .c-list-therapist__ranking{
	text-align: center;
	font-size: 3rem;
	color: #333;
	text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #fff;
}
.c-list-therapist__item {
	background-color: #422802;
  border: 0.1rem solid #fff;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fff;
}

.c-list-therapist__item .c-list-therapist__ranking i{
	text-align: center;
	font-size: 2rem;
	color: #d0a900;
}
.c-list-therapist__ranking__item .c-list-therapist__ranking{
	text-align: center;
	font-size: 3rem;
	color: #fff;
	text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #fff;
}

.c-list-therapist__ranking__item .c-list-therapist__ranking i{
	text-align: center;
	font-size: 2rem;
	color: #d0a900;
}

.c-list-therapist__ranking__item a{
	color: #fff;
}


.c-list-therapist-ranking .c-list-therapist__ranking img{
	margin-right: 5px;
}
/*------------------------------------------------
出勤時間とステイタス表示パターン
------------------------------------------------*/




/*------------------------------------------------
新着情報の全記事表示
------------------------------------------------*/
.c-list-news-all {
}
.link-alignment {
	position: absolute;
	top:-70px;
}
@media screen and (max-width: 940px) {
.link-alignment {
	position: absolute;
	top:-40px;
}}
.c-list-news-all__item {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.c-list-news-all__item:last-child{
  margin-bottom: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.c-list-news-all__ttl {
  color: #000;
  margin: 20px 0 0 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-all__label{
  position: absolute;
	right:20px;
	top:20px;
	  border: 1px solid #ccc;
    background-color: #333;
	color: #fff;
	padding: 5px;
}


.c-list-news2__item{
	position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.c-list-news2__item:last-child{
	position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 0;
}





.c-list-news2__ttl {
  color: #000;
  margin: 20px 0 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  
}

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

.c-list-news2__img {
  text-align: center;
}

.c-list-news2__label{
  position: absolute;
	right:20px;
	top:20px;
	  border: 1px solid #ccc;
    background-color: #333;
	color: #fff;
	padding: 5px;
}



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





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

.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(2, 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;
}



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



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




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

.add-op2 {
  background: rgba(224, 255, 255, 0);
  padding: 20px 0px;
}
/*------------------------------------------------
装飾
------------------------------------------------*/











/*------------------------------------------------
ノーマルヘッダー
------------------------------------------------*/
.l-header-mainvisual{
	margin-bottom: 0;
	margin-top: 60px;
	width: 100%;
	height: 100svh;
}

.l-header-mainvisual__img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.l-header-mainvisual__logo {
  position: absolute;/*絶対配置*/
  top:60%;
	left:50%;
	width: 300px;
	margin: auto;
	z-index: 2;
	 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}

@media screen and (max-width: 600px) {
.l-header-mainvisual__logo {
	width: 300px;
}
}

@media screen and (max-width: 600px) {
.l-header-mainvisual{
	height: 100svh;
}
}
/*------------------------------------------------
ノーマルヘッダー
------------------------------------------------*/


/*------------------------------------------------
パーティクル（羽毛）
------------------------------------------------*/
/* ---- reset ---- */ 
canvas{
	display: block; 
	vertical-align: bottom; } /* ---- particles.js container ---- */ 
#particles-umo-js{ 
	position:absolute; 
	width: 100%; 
	height: 100%; 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: 50% 50%; 
	z-index: 999;
} 
/*------------------------------------------------
パーティクル（キラキラ）
------------------------------------------------*/
#particles-star-js{ 
	position:absolute;/*描画固定*/
	z-index:1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.0);/*背景色*/
}


.wrapper{
	position: relative;
	max-width:1000px;
	height: 100%;
	margin: auto;
}

#wrapper_lower{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 100;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}


/*------------------------------------------------
波紋のアニメ
------------------------------------------------*/
#ripples{
	background: url("https://template-001.esteweb.com/images/st1.webp") center center/cover no-repeat") center center/cover no-repeat;
	width: 100%;
	height: 100vh;
}
/*------------------------------------------------
波紋のアニメ
------------------------------------------------*/


/*------------------------------------------------
装飾
------------------------------------------------*/
/*グラデーションライン*/
.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: 1px;
  width: 260px;
  background-image: linear-gradient(90deg, rgba(171, 148, 105, 0) 0%, rgb(218, 205, 161) 20%, rgb(247, 240, 195) 50%, rgb(218, 205, 161) 80%, rgba(171, 148, 105, 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(0, 0, 0, 0.7);
	border-radius: 15px;
	
}
.waku6{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	
}


/*セクション背景にcss画像を設定*/
.p-section--img1 {
background-image: linear-gradient(rgba(255,255,255,0.7),rgba(0,0,0,0)),url('../images/bg_concept.webp');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 80px;
}


.p-section--img2 {
background-image: url('../images/bg_session2.webp');
background-position: center center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
background-size: cover;
padding-bottom: 80px;
}

.p-section--img3 {
background-image: url('../images/bg_session3.webp');
background-position: center center;
background-color:rgba(255,255,255,0.5);
background-blend-mode:lighten;
background-size: cover;
padding-bottom: 80px;
}

.p-section--img4 {
background-image: url('../images/system-bg.webp');
background-position: center center;
background-color:rgba(255,255,255,0.1);
background-blend-mode:lighten;
background-size: cover;
padding-bottom: 80px;
}
/*セクション背景にcss画像を設定*/



.add-op {
  background: rgba(224, 255, 255, 0);
  padding: 20px 10px;
}
.add-op50 {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
}
.add-op50-nopadding {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0px;
}
.ad-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: 5px 20px;
	text-align: center;
	font-size: 2.0rem;
	margin-top: 40px;
	color: #fff;
	border-radius: 15px;
	text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #fff;
}

.cp_h1title2:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 60px;/*画像の幅*/
  height: 40px;/*画像の高さ*/
  background-image: url("../images/icon_ranking.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	margin-right: 10px;
}
/*
.cp_h1title2:before {
	left:0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #ad1112);
}
*/
.cp_h1title2 .c-txt {
  font-weight: 400;
}

/*見出しパターン*/




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





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

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

.waku4{
background: rgba(255,255,255,0.8);
padding: 20px;
border-radius: 20px;
}
.waku5{
	max-width: 980px;
	margin: 0 10px;
background: rgba(255,255,255,0.8);
padding: 20px;
border-radius: 20px;
}
.ad-pd20{
	padding-bottom: 30px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
}


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




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

}

@media screen and (max-width: 760px) {
  .wide-ban {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }
}

.wide-ban2{
	margin: 20px auto;
    max-width: 1000px;
}

@media screen and (max-width: 760px) {
  .wide-ban2 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }
}

.wide-ban3{
	margin: 20px auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  .wide-ban3 {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  overflow: hidden;
  }
}

.wide-ban4{
	margin: 20px auto;
    max-width: 1000px;
}

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





/*------------------------------------------------
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;
	padding: 0 5px;
}

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

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

/*------------------------------------------------
ヘッダー電話番号（グラデーション用）
------------------------------------------------*/


.l-header-telopen-gold {
  min-height: 40px;
  margin: 0;
  padding: 12px 5px 12px 5px;
  background-image: linear-gradient(90deg, rgba(255,205,205,1) 0%, rgba(255,255,255,1) 50%, rgba(255,205,205,1) 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 {

}


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

.l-header-telopen-gold__txt--open {
}

@media screen and (max-width: 761px) {
	.l-header-telopen-gold__txt--tel a{
		font-size: 2.2rem;
		font-weight: 700;
	}
  }
/*------------------------------------------------
ヘッダー電話番号（枠用）
------------------------------------------------*/
.l-header-telopen-waku {
  min-height: 40px;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #C1C1C1;
  margin: 0;
  padding: 12px 5px 12px 5px;
	background-color: #f1ece9;
	color: #000;
	/*background-image: linear-gradient(135deg, rgba(240, 226, 226, 1), rgba(249, 211, 207, 1) 50%, rgba(240, 226, 226, 1));*/

  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-waku a {
color: #000;
}



/*------------------------------------------------
ヘッダー電話番号（グラデーション用）
------------------------------------------------*/


.l-header-telopen-gold {
  min-height: 40px;
  margin: 0;
  padding: 12px 5px 12px 5px;
  background-image: linear-gradient(90deg, rgba(255,205,205,1) 0%, rgba(255,255,255,1) 50%, rgba(255,205,205,1) 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 {

}


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

.l-header-telopen-gold__txt--open {
}

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






.recruit_ban{
	text-align: center;
	margin: auto;
}

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

.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: #fcfaf5;
}

.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;
}
/*------------------------------------------------
ヘッダーナビ伸び縮みバージョン
------------------------------------------------*/



/*------------------------------------------------
セクションの上右・下左に画像を配置する
------------------------------------------------*/
.seccion_happa{
	background-color:#edecea; 
	background-image: url("../images/happa-left.webp"), url("../images/happa-right.webp");
	background-repeat:no-repeat, no-repeat;
	background-position: bottom left, top right;
	background-size: 400px auto, 400px auto;
}

@media screen and (max-width: 761px) {
	.seccion_happa{
	background-size: 300px auto, 300px auto;
	}
  }

@media screen and (max-width: 500px) {
	.seccion_happa{
	background-size: 200px auto, 200px auto;
	}
  }
/*------------------------------------------------
セクションの上右・下左に画像を配置する
------------------------------------------------*/


/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 800px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.c-list-therapist__motto {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.6rem;
    font-weight: normal;
    padding: 5px 10px 5px 20px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.c-list-therapist__motto::before,
.c-list-therapist__motto::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.c-list-therapist__motto::before{
    top:48%;
    left: 10px;
    transform: rotate(0deg);
    
}
.c-list-therapist__motto::after{    
    top:48%;
    left: 10px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.c-list-therapist__motto.close::before{
  transform: rotate(45deg);
}

.c-list-therapist__motto.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

/*========= レイアウトのためのCSS ===============*/


.c-list-therapist__accordion-day{
	text-align: left;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 700;
}

.c-list-therapist__accordion-time{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 0;
}

/*===================
アコーディオンのためのcss
===================================*/







/*===================
セラピ画像カルーセルテストcss
===================================*/
/* カルーセル全体 */
.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}
/* カルーセル内容 */
.contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}
/* 各スライド */
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 100%;
  aspect-ratio: 2 / 3;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
/* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}
/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
.scroll_prev {
  left: 10px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
/* 次へボタン */
.scroll_next {
  right: 10px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}

/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* 1番目のスライドの前へ次へボタンの領域を */
.slide_select:nth-of-type(1):checked
  ~ .move_controler
  .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked
  ~ .move_controler
  .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked
  ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
/*===================
セラピ画像カルーセルテストcss
===================================*/


/*===================
リアルタイムボックス
===================================*/
.massage3_box {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 40px 80px;
	position: relative;
	background-image: url(../images/point_top_l.webp), url(../images/point_top_r.webp), url(../images/point_bottom_l.webp), url(../images/point_bottom_r.webp);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 60px, 60px;
	z-index: 0;
}


.massage3_box span.title{
	display: block;
	font-size: 2rem;
	padding: 0 0 5px 0 ;
	border-bottom: 1px solid #572A00;
}

.massage3_box span.time{
	display: block;
	font-size: 1.4rem;
	padding: 10px 0 5px 0 ;

}

@media screen and (max-width: 500px) {
	.massage3_box{
    padding: 40px 30px;
	}
  }

@media screen and (max-width: 500px) {
	.massage3_box span{
	font-size: 2.2rem;
	}
  }

.massage4_box {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px 20px;
    border: 1px solid #e6dcc7;
	border-radius: 20px;	
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fff,
            0 0 0.8rem #fff,
            0 0 2.8rem #fff,
            inset 0 0 1.3rem #fff; 
}

.massage4_box span.title{
	display: block;
	font-size: 1.6rem;
	padding: 0 0 5px 0 ;
	border-bottom: 1px solid #E68500;
	border-image: linear-gradient(90deg, rgba(157, 112, 0, 1), rgba(255, 242, 58, 0));
    border-image-slice: 1;
	color: #fff;
}

.massage4_box span.time{
	display: block;
	padding: 10px 0 5px 0 ;
	color: #fff;
}

.massage4_box span.text{
	display: block;
	padding: 0 0 5px 0 ;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.massage4_box{
      padding: 20px 20px;
	}
  }

@media screen and (max-width: 500px) {
	.massage4_box span.text{
	}
  }
/*===================
コンセプトボックス
===================================*/
.massage2_box {
	    color: #3D3D3D;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 80px;
	position: relative;
	background-image: url(../images/point_top_l.webp), url(../images/point_top_r.webp), url(../images/point_bottom_l.webp), url(../images/point_bottom_r.webp);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 60px, 60px;
	z-index: 0;
	text-align: left;
}



.massage2_box span{
	display: block;
	font-size: 2.4rem;
	padding: 0 0 10px 0 ;
	border-bottom: 1px solid #D1BF69;
}

@media screen and (max-width: 500px) {
	.massage2_box{
    padding: 40px 30px;
	}
  }

@media screen and (max-width: 500px) {
	.massage2_box span{
	font-size: 2.2rem;
	}
  }



/*===================
テキストのグラデーション
===================================*/

.txt_gradation {
	display: inline-block;
	background: var(--gold-gradation1);
	background: -webkit-linear-gradient(0deg, rgba(53, 53, 53, 1), rgba(161, 161, 161, 1) 50%, rgba(53, 53, 53, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.txt_gradation1 {
	display: inline-block;
	background: var(--gold-gradation1);
	background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.txt_gradation2 {
	background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



/*===================
3点ナビ
===================================*/
.c-list-3navi {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 10px;
}

@media screen and (min-width: 640px) {
  .c-list-3navi {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-list-3navi__img {
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.c-list-3navi__title {
  position: absolute;/*重ねたい子要素にabsolute*/
  top:40%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 2.4rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}
@media screen and (max-width: 640px) {
  .c-list-3navi__title {
  top:40%;
  font-size: 4rem;
  }
}


.c-list-3navi__title2 {
  position: absolute;/*重ねたい子要素にabsolute*/
  top:60%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 1.4rem;
  margin: 0!important;/*文字がずれている場合や*/
  padding: 0!important;/*文字が折り返される場合*/
}
@media screen and (max-width: 640px) {
  .c-list-3navi__title2 {
  top:60%;
  font-size: 2rem;
  }
}
/*===================
3点ナビ
===================================*/





/*===================
ウェブ予約フォーム
===================================*/
.webyoyaku-Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.webyoyaku-Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.webyoyaku-Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.webyoyaku-Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Fwebyoyaku-orm-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.webyoyaku-Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
	background-color: #333;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.webyoyaku-Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 16px;
  }
}




.webyoyaku-Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 16px;
  }
}
.webyoyaku-Form-Btn {
  border: 2px solid #333;
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
    opacity: 0.4;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
    opacity: 0.4;
  }
}
.webyoyaku-Form-Btn.check {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .webyoyaku-Form-Btn.check {
  opacity: 1;
  }
}
label {
  display: block;
}
#AgreementCheck{
	transform: scale(2);
	margin-right:20px;
}
label {
  display: block;
}

input,
label {
  margin: 0.4rem 0;
}
/*===================
ウェブ予約フォーム
===================================*/

/*------------------------------------------------
ウェブ予約フォーム電話番号（枠用）
------------------------------------------------*/
.webyoyaku-telopen-waku {
  min-height: 40px;
  margin: 0;
  padding: 12px 5px 12px 5px;
	color: #fff;

  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;
}
.webyoyaku-telopen-waku a {
	color: #fff;
}


/*------------------------------------------------
ウェブ予約フォーム（グラデーション用）
------------------------------------------------*/


.webyoyaku-telopen-gold__txt a {
		font-size: 2.2rem;
		font-weight: 700;
}


@media screen and (max-width: 761px) {
	.webyoyaku-telopen-gold__txt a{
		font-size: 2.2rem;
		font-weight: 700;
	}
  }
/*------------------------------------------------
ウェブ予約フォーム（ゴールド用）
------------------------------------------------*/




/*===================
セラピストランキング
===================================*/
.c-list-therapist-ranking {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
	padding: 20px 10px;
}

@media screen and (min-width: 600px) {
  .c-list-therapist-ranking {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 790px) {
  .c-list-therapist-ranking {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .c-list-therapist-ranking {
    grid-template-columns: repeat(5, 1fr);
  }
}
/*===================
セラピストランキング
===================================*/



.c-list-charmpoint {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
	padding: 20px 10px;
}
@media screen and (max-width: 740px) {
.c-list-charmpoint {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 10px;
	padding: 20px 10px;
}}

.c-list-charmpoint__item {
  background: rgba(255, 255, 255, 1.0);
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 25px;
	overflow: hidden;
}
@media screen and (max-width: 761px) {
.c-list-charmpoint__item {
	border-radius: 15px;
}}

.c-list-charmpoint__item figure img{
	width: 100%;
}


.webyoyaku-telopen-gold__txt i{
	font-size: 2.5rem;
}



/*------------------------------------------------
無限スライダー
------------------------------------------------*/
.bottom_nav__wrapper{
    display: none;
}

.bottom_nav{
	z-index: 999;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
}




.bottom_nav a{
	padding: 0px 0 5px;
	background: rgb(75 36 3 / 100%);
	opacity: 0.8;
	display: block;
	width: calc(100%/3);
	border-right: #616161 1px solid;
	border-top: #616161 1px solid;
	color: #fff;
	font-size: 16px;
}
.bottom_nav a:last-child{
	border-right: none;
}
.bottom_nav .footer_icon{
	width: 20px;
	padding-bottom: 2px;
	padding-top: 5px;
}
@media screen and (min-width: 761px) {
  .bottom_nav {
    display: none !important;
  }
}


.slider-wrapper-mugen {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
	margin-top: 20px;
	margin-bottom: 50px;
}

@media screen and (max-width: 761px) {
.slider-wrapper-mugen {
	margin-top: 10px;
	margin-bottom: 30px;
}}

@media screen and (max-width: 560px) {
.slider-wrapper-mugen {
	margin-top: 0px;
	margin-bottom: 10px;
}}




/* スライド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;
}
	
@media screen and (max-width: 761px) {
.slide-mugen {
  width: calc(100vw / 3); /* スライドの枚数 */
}
}	
	
@media screen and (max-width: 560px) {
.slide-mugen {
  width: calc(100vw / 2); /* スライドの枚数 */
}
}		
	
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*------------------------------------------------
無限スライダー
------------------------------------------------*/






#bottom_nav{
	z-index: 999;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	/* box-shadow: 0px 0px 16px -6px #828282; */
}
#bottom_nav a{
	padding: 0px 0 5px;
	background: #4e3428cc;
	display: block;
	width: calc(100%/3);
	border-right: #616161 1px solid;
	border-top: #616161 1px solid;
	color: #fff;
	font-size: 16px;
}
#bottom_nav a:last-child{
	border-right: none;
}
#bottom_nav .footer_icon{
	width: 15px;
	padding-bottom: 2px;
	padding-top: 5px;
}
@media screen and (min-width: 761px) {
  #bottom_nav {
    display: none !important;
  }
}





/*newアイコン設定*/
.c-list-therapist__img .sns-x {
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 1rem;
  z-index: 1;
}

.c-list-therapist__img .staff_frame {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.c-list-therapist__img .staffclass {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.c-list-therapist__ranking__img .staffclass {
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.c-profile-imgs .staffclass{
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.c-list-therapist__under {
  position: absolute;
		width: 100%;
  right: 0px;
  bottom: 0px;
}
.c-list-therapist__img .new {
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 1rem;
  z-index: 1;
}
.c-list-therapist__img .rank {
  display: block;
  width: 30%;
  margin: 0 0 0.5rem 1rem;
  z-index: 1;
}

.c-list-therapist__img .grade{
  display: block;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.c-list-therapist__img .beginner {
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 1rem;
  z-index: 1;
}

.c-profile-imgs .new{
  display: block;
  width: 15%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}
.c-profile-imgs .sns-x{
  display: block;
  width: 15%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}
.c-profile-imgs .rank{
  display: block;
  width: 25%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}
.c-profile-imgs .staffclass{
    width: 40%;
    position: absolute;
    top: 0px;
    left: 0px;
}
/*newアイコン設定*/
.pickup__img {
  display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
  margin:0 auto 5%;
}

.c-slider04__img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: 0px 0px;
  border-radius:50%;
}

@media screen and (max-width: 761px) {
.c-slider04__img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: 0px 0px;
  border-radius:50%;
}
	}

@media screen and (max-width: 400px) {
.c-slider04__img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: 0px 0px;
  border-radius:50%;
}
	}

.pickup__img .new2 {
  width: 25%;
  position: absolute;
  top: -10px;
  left: 5px;
  z-index: 1;
}

.p-section-profile__profile__new{
  width: 60px;
  position: relative;
  z-index: 1;
	margin: 10px auto -10px;
}




.c-list-therapist-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 10px;
}

.c-list-therapist-featureicon__item li {
	max-height: 100px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: -webkit-linear-gradient(135deg, #89794f 0%, #e9e3bb 50%, #89794f 100%);
	color: #333;
	font-size: 1.2rem;
	padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.c-list-therapist__ranking-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 10px;
}

.c-list-therapist__ranking-featureicon__item li {
	max-height: 100px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #000;
	color: #E6D8B3;
	font-size: 1.2rem;
	padding: 3px 0;
}

@media print, screen and (max-width:767px) {
.c-list-therapist__ranking-featureicon__item li {
	font-size: 1.3rem;
	padding: 3px 0;
}
}

.p-section-profile-featureicon__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 10px;
}

.p-section-profile-featureicon__item li {
	max-height: 100px;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background-color: #333;
	color: #E6D8B3;
	font-size: 1.4rem;
	text-align: center;
	padding: 5px 0;
}

.p-section-profile__option{
	margin-bottom: 40px;
	color: #000;
}


.p-section-profile__option2__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 5px;
  margin-top: 10px;
}

.p-section-profile__option2__item li {
	min-height: 40px;
	background-color: #f1ece9;
	color: #000;
	padding: 10px 0px 10px 10px
}
.p-section-profile__option2__item li span.left {
  display: inline-block;
	width: 88%;
	vertical-align: middle;
}
.p-section-profile__option2__item li span.right {
  display: inline-flex;
	width: 12%;
	vertical-align: middle;
}





.p-section-profile__qa-q{
	/*background-color: #747474;*/
	padding: 5px 10px;
	margin-bottom: 0;
	color: #D63780;
	font-size: 1.4rem;
}
.p-section-profile__qa-a{
	margin-bottom: 20px;
	padding-left: 15px;
	color: #000;
	font-size: 1.4rem;
}




/*--- concept ---*/
#concept h3 {
	font-family: 'Shippori Mincho', serif;
	font-weight: bold;
	color: #e19191;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 2px solid #e19191;
}
.concept_block:not(:last-of-type) {
	margin-bottom: 50px;
}
.concept_block img {
	filter: drop-shadow(8px 8px 2px rgba(0,0,0,.25));
}
.concept_block ul li {
	position: relative;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}
.concept_block ul li:before {
	position: relative;
	font-weight: 600;
	margin-right: 0.5em;
}
/* SP style */
@media print, screen and (max-width:767px) {
	#concept h3 {
	font-size: 2.2rem;
	text-align: center;
	}
	.concept_block {
		flex-direction: column;
		align-items: center;
	}
	.concept_block img {
		width: 400px;
		margin-bottom: 20px;
	}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;
		line-height: 1.25;
		color: #fff;
	}
}
/* PC style */
@media print, screen and (min-width:760px) {
	#concept h3 {
	font-size: 2.2rem;
	}
	.concept_block {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 10px;
	}
	.concept_block:nth-of-type(odd) {
		flex-direction: row-reverse;
	}
	.concept_block img {
		width: 300px;
	}
	.concept_block div {
		width: calc(100% - 350px);
	}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;
		line-height: 1.5;
		color: #fff;
	}
}
	.sp_sectioninner {
		width: calc(100% - 10px);
		margin: 0 auto;
	}
/* flexbox */
.concept_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}


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

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

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




.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom-2 img {
      width: 100%;
      height: auto;
      animation: animationZoom2 10s ease-in-out infinite;
    }
.zoom {
      width: 100%;
      height: 200px;
      overflow: hidden;
      margin-bottom: 30px
    }

    @keyframes animationZoom1 {
      1massage2_box00% { transform:scale(1.1)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }





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


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

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


.price-head h3 {
    /* padding: 0 0 10px 0; */
    margin: 60px 0 30px 0;
    text-align: center;
	font-size: 3.2rem;
	padding: 5px 0 5px;
  color: #fff;
  text-shadow: 0 0 1px #fff, 0 0 20px #fff, 0 0 10px #fff;
	
}
.price-head h3 span {
 display: block;
	font-size: 1.2rem;
	margin-top: -5px;
}

.cont_titile {
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding: 25px 0 25px;
  font-weight: normal;
	color: #827d80;
	/*background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}

.cont_titile span {
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  padding: 0;
  display: block;
  font-weight: 200;
  padding-bottom: 0.25rem;
	/*background: -webkit-linear-gradient(360deg, rgba(171, 148, 105, 1) 0%, rgba(218, 205, 161, 1) 25%, rgba(247, 240, 195, 1) 50%, rgba(218, 205, 161, 1) 75%, rgba(171, 148, 105, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
}


.cont_titile span {
  position: relative;
}
.cont_titile span::before {
  content: "";
  display: block;
  background: url("../images/h2_wing.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 40rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: -1;
  padding: 3rem 0;
  opacity: 1;
}


.cont_titile span{
  font-family: "Cinzel", serif;
  /* text-transform: uppercase; */
  font-weight: 100;
  color: #454545;
}


.top_topics .topics_title {
  font-family: "Cinzel", serif;
  /* text-transform: uppercase; */
  font-weight: 100;
	padding: 5px 0;
	color: #000;
}


.cont_titile span::first-letter {
  color: #827d80;
  font-size: 3rem;
}

.cont_titile span {
  color: #353535;
  font-size: 2.6rem;
}
	
	
	
/*top_topics*/

.top_topics {
  margin-top: 1rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid;
  border-image: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
  border-image-slice: 1;
  box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  .top_topics {
    margin-top: 0;
  }
}

.top_topics .topics_title {
  /* background: linear-gradient(15deg, rgba(224,40,40,1) 0%, rgba(254,151,151,1) 260%, rgba(224,40,40,1) 100%); */
  background: #282828;
  /* padding-top: 5px; */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  z-index: 1;
  width: 70px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  height: 100%;
}

.top_topics .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
  padding: 5px 0 5px 100%;
}

@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
	
	.top_topics .topics_title {
  font-family: "Cinzel", serif;
  /* text-transform: uppercase; */
  font-weight: 100;
  color: #454545;
}

.top_topics .topics_title {
  background: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
  color: #fff;
}
	
.top_topics .topics_title {
  background: linear-gradient(34deg, #9e8139 -27%, #f9f1b5 50%, #9e8139 120%);
  color: #fff;
}

h2.profile-name{
	text-align: center;
	line-height: 8rem;
	font-size: 3.4rem;
	color: #353535;
	background-image: url('../images/logo_mini2.webp');
	background-size: 80px;
	    background-repeat: no-repeat;
    background-position: 50% center;
background-blend-mode:lighten;
}


.c-inner-system{/*メニュー枠デザイン*/
	max-width: 800px;
	margin: auto;
	padding: 20px;
	background-color: rgb(75 36 3 / 70%);
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fff,
            0 0 0.8rem #fff,
            0 0 2.8rem #fff,
            inset 0 0 1.3rem #fff; 
	
}

h2 span.ttl{
font-family: "Lobster";
font-weight: 700;
font-style: italic;
font-size: 4.0rem;
letter-spacing: 0.5rem;	
}

h2 .sub{
font-family: "lust-didone";
font-weight: 700;
font-style: italic;
font-size: 1.5rem;
margin-top: 10px;
}



.inner-bg{
	position:fixed; 
	max-width: 1000px; 
	height: 1500px; 
    background-image: url('../images/bg_body.webp');
    background-size: cover;
        background-position: top center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
	z-index: -100;
}

.inner-logo{
  margin: auto;
  display: block;
    width: 800px;
    max-width: 95%;
}

.sub__header h2{
    position: relative;
	margin: 0 auto;
	max-width: 1000px;
	top:80px;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 1060px) {
.u-pc-db-navi {
  display: none;
}}



.u-pc-db-navi2 {
  display: none;
}

@media screen and (min-width: 940px) {
  .u-pc-db-navi2 {
    display: block;
  }
}



.explanation-wrapper{}
.explanation-inner{
	max-width:400px;
	margin: 0 auto 20px;
	text-align: center;
}
.explanation-inner span{
	color: #fff;
}
.explanation-box{
	display: flex;
	justify-content:center;
	gap: 40px;
	margin-top: 5px;
}
.explanation-icon1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation-icon1 img{
	width: 40px;
	margin-right: 10px;
}
.explanation-icon2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanation-icon2 img{
	width: 40px;
	margin-right: 10px;
}
@media screen and (max-width: 760px) {
.explanation-box{
	gap: 20px;
}
.explanation-icon1 img{
	width: 40px;
}	
.explanation-icon2 img{
	width: 40px;
}
}


.pagelink-button-wrapper{
	width: 300px;
	height: 52px;
	margin: 40px auto 60px;
	overflow: hidden;
	position: relative;
}
.pagelink-button-wrapper:after{
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
   pointer-events: none;/* ←これです！*/
}
.pagelink-button{
	background-color: #333;
	padding: 15px 10px;
	text-align: center;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pagelink-txt{
	color: #fff;
	font-size: 1.6rem;
}
.pagelink-button:hover {
    background-color: #8FD4F5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zoom-mv-pc img {
animation: animationZoom1 5s ease-out forwards;
}
@keyframes animationZoom1 {
  from {
  transform: scale(1.2);
  transform-origin: top;	  	  
  }

  to {
      transform:scale(1);
    transform-origin: top;
  }
}

a i.fa-brands{
	color: #fff;
}

.add-pic-ban{
	margin: 20px 0;
}