

/*------------------------------------------------
コンセプトで使用（装飾枠内にテキスト配置）
------------------------------------------------*/
/*白バーション*/
.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: 20pxconcept_txt;
    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: #3c3c3c;
}
.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{
    position: relative;
    background-color: rgba(250,234,222,1);
	padding: 20px 10px;
	margin: 0 10px;
	border-radius: 30px;
}
.massage_box:after {
    position: absolute;
    border: 1px solid #FB4570;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
	border-radius: 24px;
}

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


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




/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/


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




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










.c-list-week-circle-ad-sidescroll{
width: 1120px;
max-width: calc(100% - 20px);
margin: 0 auto 20px;
}
/*------------------------------------------------
スケジュール曜日ボタン
------------------------------------------------*/




/*------------------------------------------------
出勤日付が四角パターン
------------------------------------------------*/
.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-news-all {
}

.link-alignment{
	position: absolute;
	top:-50px;
}

@media screen and (max-width: 1400px) {
.link-alignment{
	position: absolute;
	top:-80px;
}}

@media screen and (max-width: 940px) {
.link-alignment {
	position: absolute;
	top:-70px;
}}



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

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

.c-list-news-all__ttl {
  color: #3c3c3c;
  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: #3c3c3c;
	color: #fff;
	padding: 5px;
}







/*------------------------------------------------
新着情報の全記事表示
------------------------------------------------*/





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

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

.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-footer-links__other {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}




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



/*------------------------------------------------
サイドリンク
------------------------------------------------*/

.col2-links__88 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.col2-links__88 li a img {
  width: 88px;
  aspect-ratio: 88 / 31;
  -o-object-fit: fill;
  object-fit: fill;
}

.col2-links__200 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.col2-links__200 li a img {
  width: 200px;
  aspect-ratio: 5 / 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.col2-links__468 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.col2-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;
}


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











/*------------------------------------------------
ノーマルヘッダー
------------------------------------------------*/
.l-header-mainvisual{
	margin-bottom: 0;
	margin-top: 58px;
	width: 100%;
}
@media screen and (max-width: 1294px) {
.l-header-mainvisual{
	margin-top: 86px;
}}
@media screen and (max-width: 940px) {
.l-header-mainvisual{
	margin-top: 57px;
}}

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


/*------------------------------------------------
ノーマルヘッダー
------------------------------------------------*/


/*------------------------------------------------
パーティクル（羽毛）
------------------------------------------------*/
/* ---- 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%;wide-ban3
	background-color:rgba(0, 0, 0, 0.0);/*背景色*/
}

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


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

/*どこでも設置できる半透明の枠*/

.waku6{
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}


/*セクション背景にcss画像を設定*/
.p-section--img1 {
background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.6)),url('../images/other/bg-beju.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 40px;
}


.p-section--img2 {
background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url('../images/p-section-bg2.png');
background-position: top left;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 40px;
}
@media screen and (max-width: 760px) {
.p-section--img2 {
background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url('../images/p-section-bg2sp.png');
background-position: top left;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 40px;
}}

.p-section--img3 {
background-image: url('../images/p-section-bg3.gif');
background-repeat: repeat;
padding-bottom: 40px;
}

.p-section--img4 {
background-color:#ECE1F2;
}
/*セクション背景にcss画像を設定*/

.p-section--img5 {
background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url('../images/p-section-bg5.jpg');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 40px;
}

.p-section--img6 {
background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url('../images/p-section-bg4.png');
background-position: center center;
background-size: cover;
background-repeat: no-repeat;	
padding-bottom: 40px;
}

.add-op {
  background: rgba(224, 255, 255, 0);

}
.add-op50 {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px;
}

.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*/


/*見出しパターン*/








/*フッター背景に画像を設定*/


.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: 0px auto 20px;
  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: 1400px;
	padding: 0;
}

@media screen and (max-width: 940px) {
  .wide-ban4 {
	margin: 20px 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
	padding: 0;
  }
}
/*------------------------------------------------
画像の親要素に設定すると、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-tel営業時間-gold {
  margin: 0;
  padding: 3px;
  background-color: #0E86D4;
  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;
			font-size: 1.8rem;
}

@media screen and (max-width: 940px) {
p-section-sub {
  margin: 0;
	}}


.l-header-tel営業時間-gold__txt--tel {
color: #fff;
			font-weight: 700;
}


.l-header-tel営業時間-gold__txt--tel a {
	color: #fff;
}

.l-header-tel営業時間-gold__txt--営業時間 {
			font-weight: 700;
	color: #fff;
}


/*------------------------------------------------
ヘッダー電話番号（枠用）
------------------------------------------------*/
.l-header-tel営業時間-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: #3c3c3c;
	/*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-tel営業時間-waku a {
color: #3c3c3c;
}



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


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






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


/*------------------------------------------------
ヘッダーナビ伸び縮みバージョン
------------------------------------------------*/



/*------------------------------------------------
セクションの上右・下左に画像を配置する
------------------------------------------------*/
.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;
}






/*===================
セラピ画像カルーセルテスト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
===================================*/



h2 span.ttl{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2 .sub{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2.h2-bg{
background: url("../images/h2_bg.webp");
background-repeat: no-repeat;	
background-position: center top;
background-size: 160px;	
height: 160px;
	padding-top: 60px;
}
.h2-bg2 span.ttl{
font-weight: 700;
font-size: 2.6rem;
line-height: 3.5rem;
letter-spacing: 0.2rem;	
	padding-left: 5px;
	color: #fff;

}

.h2-bg2 .sub{
font-weight: 700;
font-size: 2.6rem;
line-height: 2.4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}
h2.h2-bg2{
background: url("../images/flow.webp");
background-repeat: no-repeat;	
background-position: center top;
background-size: 160px;	
height: 160px;
	padding-top: 50px;
  z-index: 0;
}
/*===================
テキストのグラデーション
===================================*/






/*===================
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__item1{
	width: 100%;
	height: 160px;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("../images/image_01.jpg") ;
	position: relative;
	background-size: cover;
	background-position: center;
}
.c-list-3navi__item1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 12px solid #ffffff6e;
    box-sizing: border-box;
}

.c-list-3navi__item2{
	width: 100%;
	height: 160px;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("../images/image_02.jpg") ;
	position: relative;
	background-size: cover;
	background-position: center;
}
.c-list-3navi__item2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 12px solid #ffffff6e;
    box-sizing: border-box;
}

.c-list-3navi__item3{
	width: 100%;
	height: 160px;
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("../images/image_03.jpg") ;
	position: relative;
	background-size: cover;
	background-position: center;
}
.c-list-3navi__item3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 12px solid #ffffff6e;
    box-sizing: border-box;
}

.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 {
	width: 80%;
  color: #fff;
  font-size: 2rem;
	padding: 30px 0 0;
margin: auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
  .c-list-3navi__title {
  font-size: 3rem;
  }
}


.c-list-3navi__title2 {
	width: 80%;
  color: #fff;
  font-size: 1.4rem;
	padding: 20px 0 0;
margin: auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
  .c-list-3navi__title2 {
  font-size: 1.6rem;
  }
}
/*===================
3点ナビ
===================================*/






/*------------------------------------------------
ウェブ予約フォーム電話番号（枠用）
------------------------------------------------*/



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


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


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
















/*===================
セラピストランキング
===================================*/



.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-tell-gold__txt i{
	font-size: 2.5rem;
}



/*------------------------------------------------
無限スライダー
------------------------------------------------*/
.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%);
  }
}
/*------------------------------------------------
無限スライダー
------------------------------------------------*/





.c-profile-imgs .rank{
  display: block;
  width: 20%;
  margin: 0 0 0.5rem 0.5rem;
  z-index: 1;
}


/*newアイコン設定*/
.pickup__img {
  display: flex;
  justify-content: center; /* 水平方向にセンターに配置 */
  align-items: center;
  margin:0 auto 5%;
}

.pickup__img img{
 transition:0.5s all;
}
a:hover .pickup__img img{
  transform:scale(1.05,1.05);
}



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


.concept_block ul li {
	position: relative;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-weight: bold;
}
.concept_block ul li:before {
	position: relative;
	font-weight: 600;
	margin-right: 0.5em;
}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;

	}


/* SP style */
@media print, screen and (max-width:760px) {
	#concept h3 {
	font-size: 2.2rem;
	text-align: center;
	padding: 0 10px;
	}
	.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;
	}
}
/* 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: 350px;
	}
	.concept_block div {
		width: calc(100% - 400px);
	}
	.concept_block p,
	.concept_block ul {
		font-size: 1.6rem;
	}
}
	.sp_sectioninner {
		width: calc(100% - 10px);
		margin: 0 auto 30px;
	}
/* flexbox */
.concept_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}











.w600{
  max-width: 600px;
  margin-inline: auto;
}
.w800{
  max-width: 800px;
  margin-inline: auto;
}
.w1000{
  max-width: 1000px;
  margin-inline: auto;
}
.w1200{
  max-width: 1200px;
  margin-inline: auto;
}
.w1400{
  max-width: 1400px;
  margin-inline: auto;
}
/*------------------------------------------------
フッターの広告表示
------------------------------------------------*/

/*------------------------------------------------
フッターの広告表示
------------------------------------------------*/





.price-head h3 {
    /* padding: 0 0 10px 0; */
    background: rgba(255, 125, 186, 0.8);
    margin: 60px 0 30px 0;
    text-align: center;
	font-size: 3.2rem;
	padding: 5px 0 5px;
	color: #fff;
	font-family: "cantiga", sans-serif;;border-radius: 20px;
	font-weight: 300;
}
.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;
}




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

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

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: rgba(0, 0, 0, 0.7);
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #bc13fe,
            0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe,
            inset 0 0 1.3rem #bc13fe; 
	
}





.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-wrapper{
}

@media screen and (max-width: 760px) {
.inner-logo-wrapper{
height: auto;
}}

.inner-logo-wrapper-sub{
	position: absolute;
	width:200px;
	max-width: 50%;
	top: 60%;
	left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 760px) {
.inner-logo-wrapper-sub{
	top: 50%;
}}

.inner-logo-pc{
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner-logo-pc img{
	}
	

@media screen and (max-width: 600px) {
.inner-logo-pc{
        left: 50%;
        width: 95%;
}}

.inner-logo-pc-sub{
  position: absolute;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 650px) {
.inner-logo-pc-sub{
  width: 500px;
}}
@media screen and (max-width: 520px) {
.inner-logo-pc-sub{
  width: 400px;
}}
@media screen and (max-width: 420px) {
.inner-logo-pc-sub{
  width: 300px;
}}


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



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

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

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

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

.access-wrapper{
margin-top: 40px;
}
.access-room-name{
background-color: #FF7DBA;
color: #fff;
font-size: 2.0rem;
border-top-left-radius: 10px; 
border-top-right-radius: 10px; 
padding: 15px 20px;
}
.access-room-item{
padding: 0 5px;
}
.access-room-item li{
display: flex;
border-bottom: 1px solid #e19191;
padding: 16px 0;
font-size: 1.6rem;
}
.access-room-item-ttl{
width: 15%;
min-width: 60px;
font-weight: 700;
}
.access-room-item-txt{
width: 85%;
}
.access-room-item-map{
margin-top: 20px;
padding: 0 5px;
}
@media screen and (max-width: 600px) {
.access-room-item-map{
margin-right: calc(50% - 50vw);/*親要素無視してはみ出す*/
margin-left: calc(50% - 50vw);
padding: 0;
}}




.ad-under-wave{
  background:url(../images/wave-red.webp) bottom repeat-x; 
  background-size: 20px;
}

@media screen and (min-width: 1101px) {
.two-col-container {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px 0 0 0;
}}	
@media screen and (max-width: 1100px) {
.two-col-container {
  padding: 20px 0 0 0;
}}	
	
@media screen and (min-width: 1101px) {
.col1 {
  width: 60%;
}}

@media screen and (min-width: 1101px) {
.col2 {
  width: 40%;
  padding-right: 10px;
}}
@media screen and (max-width: 1100px) {
.col2 {
  margin: 0;
}}


.recruit-img{
	margin-top: 10px;
}
.in-mv{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 600px;
}
@media screen and (max-width: 760px) {
.in-mv{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}
}

.fa-clock{
	margin-right: 3px;
}

.explanation-wrapper{}
.explanation-inner{
	max-width:400px;
	margin: 0 auto 20px;
	text-align: center;
}
.explanation-inner span{
	color: #C7B994;
}
.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;
}
}

.youtube-ratio {
    aspect-ratio: 16 / 9;
	padding: 0 10px;
}
.youtube-ratio iframe{
	width: 100%;
	height: 100%;
}



.is-bg-border{
background-image: url('../images/p-section-bg3.gif');
background-repeat: repeat;	
}
.slider-main-zoom-wrapper{
	position: relative;
	width: 100%;
}
.inner-logo-sub{
	width: 100%;
}


/*------------------------------------------------
システム（表組み）
------------------------------------------------*/
/*PC、スマホ表示切り分け*/
.u-pc-sysytem-db {
  display: block;
}

.u-sp-sysytem-db {
  display: block;
}

@media screen and (min-width: 761px) {
  .u-sp-sysytem-db {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .u-pc-sysytem-db {
    display: none;
  }
}

/*コースタイトル*/
.system-head{
	text-align: center;
	margin-bottom: 30px;
}
.system-head-ttl{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;

}
.system-head-txt{
}

/*表（PC）*/
.system-course-table{
	color: #fff;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
}
.system-course-table-list-box{
	display: flex;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.system-course-table-col1-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 60%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	font-size: 1.7rem;
}
.system-course-table-col2-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	font-size: 1.7rem;
}
.system-course-table-col3-first{
	background-color: #68BBE3;
	font-weight: 700;
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
}

.system-course-table-col1{
	background-color: #E0F4FD;
	width: 60%;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.system-course-table-col2{
	background-color: #E0F4FD;
	width: 20%;
	text-align: right;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.system-course-table-col3{
	background-color: #E0F4FD;
	width: 20%;
	text-align: right;
	padding: 20px 10px;
	border-bottom: 1px solid #fff;
}

/*表（スマホ）*/
.system-course-table-col1-first-sp{
	font-weight: 700;
	width: 60%;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #fff;
}
.system-course-table-col100-first-sp{
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
}
.system-course-table-col2-first-sp{
	font-weight: 700;
	width: 40%;
	text-align: center;
	padding: 20px 10px;
	border-right: 1px solid #666;
	font-size: 1.7rem;
}
.system-course-table-col3-first-sp{
	font-weight: 700;
	width: 40%;
	text-align: center;
	padding: 20px 10px;
	font-size: 1.7rem;
}

.system-course-table-col1-sp{
	width: 60%;
	padding: 20px 10px;
	border-right: 1px solid #ccc;
	font-size: 1.8rem;
}
.system-course-table-col2-sp{
	width: 40%;
	text-align: right;
	padding: 20px 10px;
	font-size: 1.8rem;
	margin: auto;
	color: #333;
}
.system-course-table-col3-sp{
	background-color: #F3ECE8;
	width: 40%;
	text-align: right;
	padding: 20px 10px;
	border-bottom: 1px solid #666;
}

.basic-service-countainer{
	margin-bottom: 40px;
}
.basic-service{
	display: flex;
	gap :10px;
	flex-wrap:wrap;
	justify-content:center;
}
.basic-service li{
	background-color: #AD49E1;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 25px;
}
.system-course-table-col1-sp.ttl{
	font-size: 1.6rem;
	color: #3c3c3c;
}

@media screen and (max-width: 760px) {
.basic-service{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}}
/*------------------------------------------------
システム（表組み）
------------------------------------------------*/


/*------------------------------------------------
アクセス
------------------------------------------------*/
.access-room-ttl{
    width: 100%;
    color: #3c3c3c;
    text-align: center;
    padding: 20px 10px;
    font-size: 2.6rem;
}
.access-room-txt{
	margin: 10px 0 20px 0;
    color: #3c3c3c;
}
.access-room-root{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media screen and (max-width: 800px) {
.access-room-root{
    grid-template-columns: repeat(1, 1fr);
}}
.access-room-root-photo img{
	width: 100%;
}
.google-maps {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
position: relative;
padding-bottom: 500px; // これが縦横比
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 450px;
}


.google-calendar iframe {
width: 100% !important;
height: 500px;
}

.shop-info-box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	padding: 0 10px;
}
.shop-info img{
	width: 60px;
}
.shop-info{
	display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
}
@media screen and (max-width: 800px) {
.shop-info-box{
    grid-template-columns: repeat(1, 1fr);
	padding: 0 10px;
}
.shop-info img{
	width: 50px;
}
.shop-info{
	display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
}
}
/*------------------------------------------------
アクセス
------------------------------------------------*/

/*------------------------------------------------
スタッフプロフィール
------------------------------------------------*/
.staff-profile__status_under {
  display: block;
		width: 100%;
	text-align: center;
	font-size: 2rem;
  right: 0px;
  bottom: 0px;
  font-weight: 400;
	color: #fff;
  border-radius: 0px;
  padding: 3% 0;
}
/*------------------------------------------------
スタッフプロフィール
------------------------------------------------*/





/*------------------------------------------------
最初にトップページを開いたときに画面全体やロゴをフェードさせる
------------------------------------------------*/
 /*bodyフェードイン*/
.body-fadein {
 	animation: fadeIn 0.6s ease 0s 1 normal;
 	-webkit-animation: fadeIn 0.6s ease 0s 1 normal;
 }
 @keyframes fadeIn {
 	0% {opacity: 0}
 	100% {opacity: 1}
 }
 @-webkit-keyframes fadeIn {
 	0% {opacity: 0}
 	100% {opacity: 1}
 }
 /*bodyフェードイン*/

 /*first-view*/
#top_shutter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #68BBE3;
	z-index: 9999999;
	animation: bgAnime linear 4s forwards;
}

#top_shutter img{
	width: 70%;
	max-width: 350px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	-webkit-animation: text-focus-in 1s ease-in 0.3s both;
	animation: text-focus-in 1s ease-in 0.3s both;
}
/*keyframe*/
@keyframes bgAnime {
	70%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		display: none;
		z-index: -99999;
	}
}
@-webkit-keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
@keyframes text-focus-in {
	0% {
		-webkit-filter: blur(12px);
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
/*------------------------------------------------
最初にトップページを開いたときに画面全体やロゴをフェードさせる
------------------------------------------------*/


/*------------------------------------------------
GM部のコンタクト
------------------------------------------------*/
#gm-contact_nav{
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	bottom: 0;
	width: 100%;
	/* box-shadow: 0px 0px 16px -6px #828282; */
}
#gm-contact_nav a{
	padding: 0px 0 5px;
	background-color: rgba(174, 139, 112, 0.9);
	display: block;
	width: calc(100%/3);
	border-right: #fff 1px solid;
	border-top: #fff 1px solid;
	color: #fff;
	font-size: 16px;
}
#gm-contact_nav a:last-child{
	border-right: none;
}
#gm-contact_nav .footer_icon{
	width: 15px;
	padding-bottom: 2px;
	padding-top: 5px;
}
@media screen and (min-width: 941px) {
  #gm-contact_nav {
    display: none !important;
  }
}
/*------------------------------------------------
GM部のコンタクト
------------------------------------------------*/






.shop-introduction{
  padding: 40px 20px;
}
.shop-introduction-inner{
	display: flex;
	column-gap: 30px;
	max-width: 1200px;
	margin: auto;
}
.shop-introduction-col1{
	width: 60%;
	margin: auto;
}
@media screen and (max-width: 800px) {	
.shop-introduction-col1{
margin-bottom: 15px;
}
}
.shop-introduction-col1-ttl{
	font-size:3.6rem;
	font-weight: 700;
	line-height: 5rem;
	padding-bottom: 20px;
	color: #3c3c3c;
}
.shop-introduction-col1-txt{
	color: #3c3c3c;
    font-size: 1.7rem;
	line-height: 2.8rem;
	letter-spacing: 0.05rem;
}
.shop-introduction-col2{
	width: 40%;
	text-align: center;
	margin: auto;
}
.shop-introduction-col2 img{
	width: 400px;
	min-width: 300px;
}

@media screen and (max-width: 800px) {
.shop-introduction-inner{
	display:block;/*コレ*/
	column-gap: 30px;
	max-width: 1200px;
}
.shop-introduction-col1{
	width: 100%;
}
.shop-introduction-col1-ttl{
	font-size:2.8rem;
	line-height: 3.4rem;
	text-align: center;
}

.shop-introduction-col2{
	width: 100%;
    text-align: center;
}
.shop-introduction-col2 img{
	width: 70%;
	min-width: 260px;
}
}





.access-map{
	height: 100%;
	width: 100%;
}
.access-map img{
	position: absolute;
  width: 600px;
  top: 150px;
  right: 0;
  left: 0;
  margin: auto;
	    object-fit: cover;
}


/*リンク表）*/
.link-table{
	color: #3c3c3c;
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
}
.link-table-list-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.link-table-col1{
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.link-table-col1 a{
	color:#666;
}
.link-table-col2{
	text-align: left;
	padding: 20px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 700px) {
.link-table-list-box{
	grid-template-columns: 1fr;
}
.link-table-col1{
	padding: 5px 10px;
}
.link-table-col2{
	padding: 0px 10px 5px;
}
}
.content-pic{
	width: 100%;
}
.content-pic img{
	object-fit: cover;
	width: 100%;
	height: 260px;
}
@media screen and (max-width: 800px) {
.content-pic img{
	height: 200px;
}}
@media screen and (max-width: 600px) {
.content-pic img{
	height: 160px;
}}


.img-box{
  width: 600px;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.img-box>a div{
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  /* 追記 */
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 1枚目のスライド */
.img-box>a div:first-of-type{
  background-image: url(https://super-akuma.net/banners/shg_mv_01.jpg);
}

/* 2枚目のスライド */
.img-box>a div:nth-of-type(2){
  background-image: url(https://super-akuma.net/banners/IMG_2983.JPG);
  /* 追記 */
  animation-delay: 4s;
}

/* 3枚目のスライド */
.img-box>a div:last-of-type{
  background-image: url(https://super-akuma.net/banners/04.jpg);
  /* 追記 */
  animation-delay: 8s;
}


.contact-ban img{
	width: 100%;
}
.contact-ban-inner{
	
}
.contact-ban-box{
	padding: 0;
	position: relative;
}
.contact-ban{
	margin-top: 10px;
}
.contact-ban-flex{
	margin: 6px auto;
	display: flex;
	column-gap: 6px;
}


/*------------------------------------------------
フロー
------------------------------------------------*/
.p-section__header-type3 {
  border-bottom: 0px solid #707070;
  text-align: center;
  line-height: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -50px 0 -100px;
	height: auto;
	z-index: 0;
}


h2.h2-bg2{
	position: absolute;
    right: 0; /* 親要素の外側（右辺）から0px内側 */
    left: 0; /* 親要素の外側（左辺）から0px内側 */
    margin: -50px auto 0;
background: url("../images/flow.webp");
background-repeat: no-repeat;	
background-position: center top;
width: 200px;
background-size: 160px;	
height: 160px;
	padding-top: 50px;
	z-index: 0;
}

h2 span.ttl{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}

h2 .sub{
font-weight: 700;
font-size: 3.0rem;
line-height: 4rem;
letter-spacing: 0.5rem;	
	padding-left: 5px;
	color: #fff;
}


.testban {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	z-index: -100;
	top:80px;

}

.testban img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}


.massage_box-flow {
	color: #3D3D3D;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 700px;
    right: 0; /* 親要素の外側（右辺）から0px内側 */
    left: 0; /* 親要素の外側（左辺）から0px内側 */
    margin: -250px auto 0;
    padding: 40px 80px;
	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: 1;
	text-align: left;
	height: auto;
}



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

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

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



.massage_box-flow .concept_txt {
color: #fff;
	font-size: 1.6rem;
	line-height: 3rem;
}


.arrow1{
	margin: -30px auto 60px;;
	text-align: center;
	width: 80px;
}

/*------------------------------------------------
フロー
------------------------------------------------*/


