@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/	/*日本語*/
	font-size: clamp(20px, 2.5vw, 35px);
	line-height: 1.3em;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
}
.spot-heading01::first-letter {
	color: var(--accent-color1)
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 22px;
	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: 3.5%;
	background-color: #2d2d2d;
	margin: 1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7.5%;
	}
}

/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/**/
.adjus{
	padding-top: 5px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin: 0 0 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: .5em 0 .5em 2em;
	/*padding: .1em 0 .1em 2em;*/
	color: #fff;/*今回のみ*/
	font-size: clamp(14px, 1.6vw, 17px);
}
.list-design li:before {
	color: #67bdc3;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}
/*見出し装飾*/
.puti{
	font-size: clamp(21px, 2.5vw, 27px);
	position: relative;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	text-align: center;
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}

/**/
.kukuri{
	padding: 8px 20px 10px 20px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: rgba(255, 253, 234, 0.5);
	width: fit-content;
}
/*装飾タイトル*/
h2.dech2 {
	text-align: center;
	font-weight: 400;
	font-size: clamp(45px, 4.5vw, 53px);
	position: relative;
	font-family: serif, 'Noto Serif JP';
	padding-top: 1em;
	line-height: 1;
	color: #917150;
}
h2.dech2::first-letter {
	color: var(--main-color);
}
h2.dech2::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 140px);
	background-image: url(../img/dech2t.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 280px;
	height: 35px;
	top: 10px;
}
h2.dech2 + p{
	text-align: center;
	font-size: clamp(16px, 1.6vw, 17px);
	margin-bottom: 50px;
	color: #555;
}
h2.dech2 + p.nob{
	margin-bottom: 5px;
}

/*テキストcenter→justify*/
.tx-ctj {
	margin: 5px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 10px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #d9cdc594;
	font-family: serif, 'Noto Serif JP';
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: #8ad1d5;
	top: 7px;
	left: 0;
}




/*======= ご挨拶 ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
}
/**/
p.grp{
	font-size: clamp(14px, 1.5vw, 15px);
	/*padding: 15px 20px;*/
	margin: 0 auto;
	/*border: 1px solid #ccc;*/
	font-family: serif, 'Noto Serif JP';
	color: #555;
	width: fit-content;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 17px);
	font-family: serif, 'Noto Serif JP';
	font-weight: 600;
}






/*======= サービス内容 services ======*/
/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #f2efee;
	background-image: url(../img/bg_03.png);
	background-size: clamp(50px,8vw,100px);
	background-repeat: repeat;
	position: relative;
	z-index: 1;
}
/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}
/**/
.sec1-item img{
	margin-bottom: 10px;
}
/**/
.sec1-item p{
	font-size: clamp(13px, 1.5vw, 16px);
	text-align: center;
	line-height: 1.3;
	height: 3em;
	display: grid;
	align-items: center;
	border-radius: 30px;
	background-color: #fff;
	border: 0;
	margin: 5px 0;
	padding: 4px 5px 3px 5px;
}

/*3つ*/
.sec1-item-container2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 15px;
}
@media (max-width: 768px) {
	.sec1-item-container2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec1-item-container2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 15px;
	}
}
/*表*/
table.tab-b, table.tab-b1 {
	margin: 5px 0;
	font-family: serif, 'Noto Serif JP';
}
table.tab-b tr td, table.tab-b1 tr td {
	font-size: clamp(16px, 1.7vw, 18px);
	font-weight: 400;
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--accent-color1);
}
table.tab-b1 tr td span {
	font-size: clamp(11px, 1.2vw, 13px);
}
table.tab-b1 tr td:nth-of-type(2){
	text-align: right;
}








/*======= メニュー salonmenu======*/
/*sec2*/
.sec2 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}
/*2つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 30px;
}
@media (max-width: 768px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 30px;
	}
}
/**/
.sec2-item h3{
	font-family: serif, 'Noto Serif JP';
	font-size: clamp(17px, 1.8vw, 19px);
	color: #480805;
	background-color: #f5f5f5;
	padding: 2px 5px;
}
/**/
.details{
	padding: 4px 5px 5px 5px;
	margin: 5px 0;
	line-height: 1.4;
	font-size: small;
	color: #9d9064;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*表*/
table.tab-pri {
	margin: 5px 0;
	font-family: serif, 'Noto Serif JP';
}
table.tab-pri tr td:nth-of-type(1) {
	font-size: clamp(16px, 1.6vw, 17px);
	text-align: left;
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--accent-color1);
}
table.tab-pri tr td:nth-of-type(2) {
	font-size: clamp(20px, 2.1vw, 23px);
	text-align: right;
	font-weight: 400;
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--accent-color1);
}
table.tab-pri tr td span {
	font-size: clamp(11px, 1.2vw, 13px);
}



/*sec3 エクソソーム・ミラクルショット*/
.sec3 {
	padding: var(--v-space) 0;
	background-color: #F2F9FB;
}
/*3つ*/
.sec3-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 15px;
}
@media (max-width: 568px) {
	.sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec3-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 15px;
	}
}

/**/
.sec3-item h3{
	font-family: serif, 'Noto Serif JP';
	font-size: clamp(22px, 2.3vw, 27px);
	text-align: center;
}
/*追加指定*/
ul.nor{
	padding: 5px 20px;
}
@media (max-width: 568px) {
	ul.nor{
		padding: 5px 10px;
	}
}
/**/
.pho{
	border: solid 1px #ccc; 
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.4);
}






















/*------------------------------------------------*/


/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
/*
.sec-adimg-container-item6 { grid-area: 1 / 6 / 2 / 7; }
.sec-adimg-container-item7 { grid-area: 1 / 7 / 2 / 8; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}

/*------------------------------------------------*/


/*======= よくある質問 FAQ ======*/
/* よくある質問 FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	padding: var(--v-space) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	background-color: #f7f3f2;
	background-image: url(../img/bg_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
/**/
div.faq2{
	padding: 10px 0 0 0;
}

/*通常デザイン*/
/*
div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq2 p::first-letter {
	color: #d99c64;
	font-weight: 600;
}
*/

/*枠付きデザイン*/
/**/
.onecours{
	/*background-color: rgba(255, 255, 255, 0.75);
	border-radius: 10px;*/
	padding: 10px 20px 15px 20px;
	margin: 20px 0;
}
.onecours:first-child{
	margin: 0px;
}
/**/
hr.faqHr2 {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}

div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1.3em;
	padding-left: 1.3em;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
}
div.faq2 p::first-letter {
	color: #df8b8b;
	font-weight: 600;
	font-size: 120%;
}





/*======= 概要 Information ======*/
/*info_sec1*/
.info_sec1{
	padding: var(--v-space) 0;
	/*background: rgba(242, 242, 242, 0.65);*/
	background-image: url("../img/bg_02.png");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 21% 100%;
	}
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px 50px;
}
@media screen and (max-width: 768px) {
	.bg_b {
		background: rgba(255, 255, 255, 0.93);
		padding: 20px;
	}
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	width: 11em;
	font-size: clamp(15px, 1.6vw, 17px);
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	line-height: 1.3;
	padding: 13px 5px 13px 45px;
	background: url(../img/info-icon01.png) no-repeat 3px center;
	background-size: 30px;
	box-sizing: border-box;
}

.info2 {
	font-size: clamp(14px, 1.5vw, 16px);
	border-bottom: 1px dashed #8a8a8a;
	padding: 13px 3px;
	width: 400px;
	box-sizing: border-box;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
	font-family: 'Noto Serif JP', serif;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(13px, 1.5vw, 16px);
}
@media screen and (max-width: 868px) {
	td.info1{
		width: 15em;
	}
}
@media screen and (max-width: 568px) {
	td.info1 {
		display: block;
		padding: 10px 5px 10px 45px;
		width: 100%;
		/*border-bottom: 1px solid rgba(255,255,255,0);*/
		background-color: #f2f0ede3;
		mix-blend-mode: multiply;
	}
	.info2 {
		display: block;
		padding: 10px 2px 10px 2px;
		width: 99%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/* パーツの見出し */
.heading2 {
	position: absolute;
	top: calc((var(--v-space) + 0.7em) * -1.05);/*フォントにより*/
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(40px, 4.5vw, 55px);
	min-height: 0vw;
	font-weight: 400;
	color: var(--main-color);
	text-shadow: 2px 2px 10px #fff ,
	-2px 2px 10px #fff ,
	2px -2px 10px #fff ,
	-2px -2px 10px #fff;
}
h2.heading2::first-letter {
	color: var(--accent-color1);
}
.heading2 span {
	display: block;
	width: fit-content;
	color: #454545;
	font-size: clamp(17px, 1.5vw, 25px);
	font-weight: 400;
	background-color: #ffffffb9;
	padding: 0 0.7em 2px 0.7em;
	line-height: 1;
	/*border-radius: 20px;*/
}



/*======= Access アクセス ======*/
/**/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

/*アクセスアイコン*/
.svgicon01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}





