@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
    line-height: 1em;
    font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: var(--accent-color2);
	margin: 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}

.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: #e9e2f5;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

.kakomi02 {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 0px;
	background-color: #e9e2f5;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 768px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    background-color: #f2eff7;
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}

/*TOP アーユルヴェーダって？*/
.top_sec1{
	padding: var(--v-space) 0 var(--v-space2);
	background-color: #f2eff1;
}

.top_heading {
    text-align: left;
    font-size: clamp(17px, 2.4vw, 20px);
    margin: 0px 0 20px 0;
    border-bottom: 0;
    line-height: 1.3;
    font-weight: bold;
    padding: 7px 7px 2px 2px;
    color: #4c4c4c;

	padding-left: 45px;
	background: url(../img/ico01.png) no-repeat left center;
	background-size:40px;

	border-bottom: 1px dotted var(--accent-color1);;
}

/*見出し装飾*/
.puti{
	font-size: clamp(18px, 2.3vw, 25px);
	position: relative;
	font-family: serif, 'Noto Serif JP';
	/*display: inline-block;*/
	/* padding: 0 2em; */
	text-align: center;
	margin: 0 auto 2vw auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/* position: absolute;
	top: calc(50% - .5em); */
	color: var(--main-color);
	padding: 5px;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}

/*TOP アーユルヴェーダって？*/
.top_sec2{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-position: top left;
}

/*カード*/
.top_sec2-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 768px) {
	.top_sec2-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_sec2-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap:0px;
	/*ここまで*/

	padding: 20px;
	background-color: #ffffffd7;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.top_sec2-card__item H4{
	padding: 5px 0 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
}
.top_sec2-card__item img{
	border-radius: 15px;
}

/*詳しく見る*/
.top_sec2-card__item p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: var(--accent-color1);
}
.top_sec2-card__item p.btn11 a {	
	border-bottom: 1px solid var(--accent-color1);
}
.top_sec2-card__item p.btn11 a::after {
	content: ">";
	margin-left: 20px;
	
	border-bottom: 1px solid var(--accent-color1);
}

/*======= はじめての方へ ======*/
.gu_sec1 {
	padding: var(--v-space) 0;
	background-color: #f2eff1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.gu_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.gu_sec2_fuchidori {
	text-shadow:1px 1px 0 #f7f2f1, -1px -1px 0 #f7f2f1,
		-1px 1px 0 #f7f2f1, 1px -1px 0 #f7f2f1,
		0px 1px 0 #f7f2f1,  0-1px 0 #f7f2f1,
		-1px 0 0 #f7f2f1, 1px 0 0 #f7f2f1;
}

.gu_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.gu_sec2-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
.gu_sec2-box{
	background-color:#f7f2f1;
	box-shadow: 0px 0px 8px 8px #f7f2f1;
	padding:16px;
	margin:8px;

	font-size:clamp(14px,1.4vw,16px);

	background-image: url(../img/gu_sec2_img01.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media only screen and (max-width: 568px) {
	.gu_sec2-box{
		background-size: 30%;
	}
}

/*詳しく見る*/
.gu_sec2-box p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: var(--accent-color1);
}
.gu_sec2-box p.btn11 a {	
	border-bottom: 1px solid var(--accent-color1);
}
.gu_sec2-box p.btn11 a::before {
	content: ">>";
	
	border-bottom: 1px solid var(--accent-color1);
}

.gu_sec3 {
	padding: var(--v-space) 0;
	background-color: #d6cfcd;
	background-image: url(../img/bg_05.png);
	background-repeat: repeat;
	background-size: clamp(300px,50vw,500px);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.gu_sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 1000px) {
	.gu_sec3-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
	}
}

.gu_sec3-box{
	background-color:#f7f2f1;
	box-shadow: 0px 0px 8px 8px #f7f2f1;
	padding:16px;
	margin:8px;

	font-size:clamp(14px,1.4vw,16px);

	background-image: url(../img/gu_sec2_img01.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media only screen and (max-width: 568px) {
	.gu_sec3-box{
		background-size: 30%;
	}
}

/*セラピストの写真*/
.gu_sec3-photo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.gu_sec3-photo {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px 10px;
	}
}

/*======= メニューと料金 ======*/
.me_sec1 {
	padding: var(--v-space) 0;
	background-color: #d6cfcd;

	background-image: url(../img/bg_05.png);
	background-repeat: repeat;
	background-size: clamp(300px,50vw,500px);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.me_sec1 img {
    border-radius: 15px;
}

.me_sec1-box{
	background-color:#f7f2f1;
	box-shadow: 0px 0px 8px 8px #f7f2f1;
	padding:clamp(5px,2vw,16px) clamp(5px,2vw,16px) clamp(14px,3vw,16px);
	margin:8px;
}

ul.me_sec1__list{
    margin-top: 10px;
    font-size: clamp(14px,2vw,16px);
    line-height: 1.7;
    list-style-type: none;
    column-count: 1;		/*リスト横並び数を指定*/
}
.me_sec1__list li+li {
    margin-top: 5px;
}
.me_sec1__list li {
    position: relative;
    padding-left: clamp(25px,5vw,30px);
    border-bottom: 1px solid #ccc;
}
.me_sec1__list li:before {
    content: "";
    position: absolute;
    width: clamp(2px,3vw,8px);
    height: clamp(14px,2vw,16px);
    top: 0em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
}
.me_sec1__list li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: clamp(14px,2vw,16px);
    height: clamp(14px,2vw,16px);
    border: 1px solid #9c9c9c;
    border-radius: 2px;
}

.me_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.me_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 768px) {
	.me_sec2-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
	}
}

.me_sec2 h3 {
	color: var(--main-color);
	border-bottom: 2px var(--main-color) solid;
	position: relative;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 10px;
}
.me_sec2 h3:after {
	content: "税込価格";
	color: var(--main-color);
	font-size: 13px;
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 2px;
}
.me_sec2 table {
    width: 100%;
    margin: 0px auto 20px;
    font-size: clamp(14px,1.4vw,16px);
    border-top: 1px var(--main-color) solid;
}
.me_sec2 table td {
	color: var(--main-color);
	border-bottom: 1px var(--main-color) dotted;
	padding: 10px 0;
	line-height: 1.1;
	width: 80px;
}
.me_sec2 table th {
	color: var(--main-color);
	border-bottom: 1px var(--main-color) dotted;
	font-weight: normal;
	text-align: left;
}
.me_sec2 table td {
	font-weight: bold;
	text-align: right;
}
.me_sec2 hr{
	height: 1px;
	border: none;
	margin: 30px auto;
}
@media only screen and (max-width: 768px) {
	.me_sec2 hr{
		display: none;
	}
}

.kiwami {
    margin: 0 0 28px;
    padding: 6px 15px;
    background: #DCD5E8;
    border: 1px #8972B2 solid;
    color: #8972B2;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {

	.kiwami {
		margin: 0 0 8px;
	}
}

.mugwort {
    margin: 0 0 4px;
    padding: 5px 5px;
    background: #DCD5E8;
    border: 1px #8972B2 solid;
    color: #8972B2;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {

	.mugwort {
		margin: 0 0 8px;
	}
}

/* 光脱毛・光フォトフェイシャル */
.me_sec3 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.me_sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 768px) {
	.me_sec3-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
	}
}

/* タイトル */
.me_sec3 h3 {
	color: var(--main-color);
	border-bottom: 2px var(--main-color) solid;
	position: relative;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 10px;
}
.me_sec3 h3:after {
	content: "税込価格";
	color: var(--main-color);
	font-size: 13px;
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 2px;
}

/* 光メニュー */
.me_sec3_tbl table {
    width: 100%;
    margin: 0px auto 20px;
    font-size: clamp(14px,1.4vw,16px);
    border-top: 1px var(--main-color) solid;
}
.me_sec3_tbl table td {
	color: var(--main-color);
	border-bottom: 1px var(--main-color) dotted;
	padding: 10px 0;
	line-height: 1.1;
	width: 80px;
}
.me_sec3_tbl table th {
	color: var(--main-color);
	border-bottom: 1px var(--main-color) dotted;
	font-weight: normal;
	text-align: left;
}
.me_sec3_tbl table td {
	font-weight: bold;
	text-align: right;
}
.me_sec3_tbl hr{
	height: 1px;
	border: none;
	margin: 30px auto;
}
@media only screen and (max-width: 768px) {
	.me_sec3_tbl hr{
		display: none;
	}
}

/* 脱毛 料金表 */
table.me_sec3-bg-01-price{
	border-collapse: collapse;
	width: 100%;
  }
  .me_sec3-bg-01-price th,
  .me_sec3-bg-01-price td{
	padding: 5px;
	border: solid 1px var(--main-color);
	text-align:center;
	box-sizing:border-box;
	font-size: clamp(13px, 1.4vw, 15px);
	color:var(--main-color);
  }
  .me_sec3-bg-01-price th {
	background-color: #8972b244;
	color: var(--main-color);
	position: relative;
  }
  .me_sec3-bg-01-price th p {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	font-weight:normal;
}
  @media screen and (max-width: 768px) {
	.me_sec3-bg-01-price .head{
	  display:none;
	}
	.me_sec3-bg-01-price {
	  width: 100%;
	}
	.me_sec3-bg-01-price td,
	.me_sec3-bg-01-price th{
	  display: block;
	  width: 100%;
	  border-bottom:none;
	}
	.me_sec3-bg-01-price td{
	  padding: 0px 12px 0 0;
	  display: block;
	  width: 100%;
	  line-height: 2.5;
	  text-align:right;
	}
	.me_sec3-bg-01-price td:before{
	  color: var(--main-color);
	  content: attr(data-label);
	  font-weight: bold;
	  padding: 0px 10px;
	  display: inline;
	  margin-right: 10px;
	  float: left;
	}
	.me_sec3-bg-01-price tr:last-child{
	  border-bottom: solid 1px var(--main-color);
	}
  }

/*======= お客様の声 ======*/
.vo_sec1 {
	padding: var(--v-space) 0;
	background-color: #d6cfcd;

	background-image: url(../img/bg_05.png);
	background-repeat: repeat;
	background-size: clamp(300px,50vw,500px);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 画像とテキスト */
.vo_sec1__imgtext {
	padding:clamp(45px, 7vw, 60px) 0;		
	border: solid 1px var(--main-color);
	border-radius: 20px;
	padding: 1.5em;	
	background-color: #ffffff94;
	font-size:14px;
}

.vo_sec1__imgtext + .vo_sec1__imgtext {
	/* padding-top: 0; */
	margin: 15px auto;
}

.vo_sec1__imgtext-container {
	display: flex;
	flex-direction: column;
	gap: clamp(0px, 2vw, 35px);	/* テンプレ初期値 */

	/*gap: clamp(25px, 6vw, 35px);*/
}

.vo_sec1__imgtext time{
	font-size: 90%;
	color: var(--accent-color2);
}

.vo_sec1__img img{
	margin: 0 auto;	
	height: 100%;
	max-height: auto;
}
@media print, screen and (min-width: 768px) {
	.vo_sec1__imgtext-container {
		flex-direction: row;
	}

	.vo_sec1__imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.vo_sec1__imgtext-container > .vo_sec1__text {
		flex: 2;
		min-width: 17em;
  	}

	.vo_sec1__imgtext-container > .vo_sec1__img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 0.5;
		/* min-width: 250px; */
	}
	.vo_sec1__img img{
		margin: 0 auto;	
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}
@media only screen and (max-width: 768px){
	.vo_sec1__img img{
		margin: 0 auto;	
		aspect-ratio: 400 / 150;
		object-fit: cover;
	}
}

/*詳しく見る*/
.vo_sec1__imgtext p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: var(--main-color);
}
.vo_sec1__imgtext p.btn11 a {	
	border-bottom: 1px solid var(--main-color);
}
.vo_sec1__imgtext p.btn11 a::after {
	content: ">";
	margin-left: 20px;	
	border-bottom: 1px solid var(--main-color);
}



/*======= FAQ ======*/
.faq_sec1 {
	padding: 0px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 130%;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.4em;
	padding-left: 1.4em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 130%;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 100px 0;
	/* background-color: var(--base-color); */

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}


/*会社概要*/
.bg_b{
	background: #f2eff7;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 10px;
}

.info-sec1-container img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(4, 1fr);
	}
}


.info_sec2{
	padding: var(--v-space) 0;
	background-color: #f2eff1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*section2*/
.info_sec3 {
	padding: 0;
	background-color: #FFF;
}

.info_sec3__photo {
	padding: 0;
}
.info_sec3__photo-container img {
	aspect-ratio: 4 / 3;
	width: 100%;
    object-fit:cover;
}

.info_sec3__photo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
}

@media print, screen and (min-width: 768px) {
	.info_sec3__photo-container {
		grid-template-columns: repeat(6, 1fr);
	}
}





