@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/	/*日本語*/
	font-size: clamp(22px, 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(40px, 4.5vw, 53px);
	position: relative;
	font-family: serif, 'Noto Serif JP';
	padding-top: 1.2em;
	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;/*300以上にならないように*/
	height: 35px;
	top: 10px;
}
h2.dech2 + p{
	text-align: center;
	font-size: clamp(16px, 1.6vw, 17px);
	margin-bottom: 30px;
	color: #fff;
}
h2.dech2 + p.nob{
	margin-bottom: 5px;
}

/*テキストcenter→justify*/
.tx-ctj {
	margin: 5px auto;
	text-align: center;
}
@media (max-width: 1068px) {
	.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;
}
/**/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}



/*======= ご挨拶 ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 20px 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_05.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
/**/
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(16px, 1.7vw, 18px);
	font-family: serif, 'Noto Serif JP';
	font-weight: 600;
	line-height: 1.9;
}






/*======= お悩みを宇宙の法で解いて道を開けます ======*/
/*sec1*/
.sec1 {
	padding: clamp(70px, 8vw, 140px) 0 clamp(30px, 5vw, 70px) 0;
	background-color: #fff;
	background-image: url(../img/bg_03.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
/*日本語の場合　装飾タイトル*/
h2.dech2jp {
	text-align: center;
	font-weight: 600;
	font-size: clamp(25px, 3vw, 40px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	padding-top: 2em;
	line-height: 1.2;
	color: #520e71;
}
h2.dech2jp::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;/*300以上にならないように*/
	height: 35px;
	top: 10px;
}
h2.dech2jp + p{
	text-align: center;
	font-size: clamp(16px, 1.6vw, 17px);
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
}

/*4つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
@media (max-width: 968px) {
	.sec1-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
}
/**/
.sec1-item h3{
	font-size: clamp(17px, 1.8vw, 20px);
	text-align: center;
	line-height: 1.3;
	display: grid;
	align-items: center;
	border-radius: 30px;
	background-color: #392f17a1;
	color: #fff;
	border: 0;
	margin: 5px 10px;
	padding: 4px 5px 6px 5px;
	font-family: 'Noto Serif JP', serif;
}
/**/
.sec1-item p{
	font-size: clamp(13px, 1.4vw, 14px);
	text-align: justify;
	line-height: 1.4;
	color: #000;
	background-color: #ffffff3b;
	border: 0;
	margin: 10px 15px;
	padding: 10px;
}




/*======= 体験談 testimonial ======*/
/*sec2*/
.sec2 {
	padding:  clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: #fff;
	background-image: url(../img/bg_04.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*2つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 0;
}
@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:  10px 0;
	}
}

.testip{
	font-size: clamp(15px, 1.5vw, 16px);
	text-align: justify;
	line-height: 1.5;

}





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


/*セクションの間イメージ画像*/
.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(20px, 3vw, 40px) 0 var(--v-space) 0;	/*ページ内カテゴリーの場合*/
	/*padding: var(--v-space) 0;*/
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	background-color: #000;/*BODYに設定しているが、印刷の時に剥げるため念のために指定*/
}
/**/
div.faq2{
	padding: 10px 0 0 0;
}

/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgb(255, 255, 255, 0.95);
	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-color2);
	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: #561275;
	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.jpg");
	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(0, 0, 0, 0.7);
	padding: 40px 50px;
}
@media screen and (max-width: 768px) {
	.bg_b {
		background: rgba(0, 0, 0, 0.7);
		padding: 20px;
	}
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	/*width: 9em;*/
	font-size: clamp(15px, 1.6vw, 17px);
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	line-height: 1.3;
	color: #fff;
	padding: 15px 5px 15px 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: 15px 3px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 11em;
	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(15px, 1.5vw, 16px);
}

@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 10px 5px 10px 45px;
		width: 100%;
		/*border-bottom: 1px solid rgba(255,255,255,0);*/
		background-color: rgba(0, 0, 0, 0.7);
		border-bottom: none;
	}
	.info2 {
		display: block;
		padding: 10px 2px 10px 2px;
		width: 99%;
		border-bottom: 1px solid #4f4f4f;
	}
	.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;*/
}

/* パーツの見出し3 */
.heading3 {
	position: absolute;
	/*top: calc((var(--v-space) + 0.7em) * -1);*//*通常*/
	top: calc((var(--v-space) + 0.7em) * -1.05);/*フォントにより*/
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	/*font-size: clamp(40px, 5.2vw, 70px);*/	/*テンプレ初期値*/
	font-size: clamp(40px, 4.5vw, 55px);
	min-height: 0vw;
	font-weight: 400;
	color: #fff;
}
.heading3 span {
	display: block;
	color: #fff;
	font-size: clamp(17px, 1.3vw, 25px);
	font-weight: 400;
	line-height: 1;
	/*font-family: 'Noto Serif JP', serif;*/
}




.line-sns {
	display: inline-block;
	font-size: 20px;
	padding: 0px 3px;
	line-height: 1;
}


/*======= 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;
}





