@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/	/*日本語*/
	font-size: clamp(28px,3vw,35px);/*今回のみ*/
	line-height: 1.3em;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: #e18585;
	font-family: 'Kiwi Maru';
}
.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%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
/*印刷には表示されない*/
@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: 10px 20px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.5);
}
.kukuri p {
	margin: 10px auto 5px auto;
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.6;
}



/*装飾タイトル*/
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: #6a6a6a;
}
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: 53px;
	top: 5px;
}
/*
h2.dech2::after {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 75px);
	background-image: url(../img/dech2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 50px;
	top: 50px;
	padding-top: 1em;
}
*/
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;
	}
}





/*======= ご挨拶 ======*/
.kakomi01 {
	padding: 3px 10px 2px 10px;
	margin: 2px 0;
	border: 2px solid var(--main-color);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}

/*ご挨拶*/
.greeting {
	padding: 30px 0 clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02_left.png),url(../img/bg_02_right.png);
	background-position: left top,right center;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 90%,auto 80%;
}
@media (max-width: 1068px) {
	.greeting {
		background-position: left top,right center;
		background-size: auto 70%,auto 60%;
	}
}
@media (max-width: 768px) {
	.greeting {
		background-position: left 27%,right center;
		background-size: auto 55%,auto 50%;
	}
}
@media (max-width: 568px) {
	.greeting {
		background-position: left 27%,right center;
		background-size: auto 40%,auto 35%;
	}
}


/**/
p.grp{
	font-size: clamp(14px, 1.6vw, 17px);
	/*padding: 15px 20px;*/
	margin: 0 auto;
	/*border: 1px solid #ccc;*/
	font-family: serif, 'Noto Serif JP';
	color: #555;
	width: fit-content;
}
/**/
h3.grh3 {
	font-size: clamp(19px, 2.3vw, 29px);
	margin: 10px 0 20px 0;
	border-bottom: 0;
	line-height: 1.3;
	font-weight: 600;
	padding: 7px 7px 7px 2px;
	color: #8e7e51;
	border-bottom: 2px dotted #b6b6b6;
	font-family: serif, 'Noto Serif JP';
	text-align: center;
}
/*4つ*/
.gr-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 10px;
}
@media (max-width: 868px) {
	.gr-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gr-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為に今回だけ*/
@media print{
	.gr-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px 10px;
	}
}
/**/
div.lc3 h4{
	font-size: clamp(15px, 1.7vw, 18px);
	text-align: center;
	border-radius: 25px;
	background-color: #fbf0da;
	border: 0;
	margin: 5px 0;
	padding: 3px 5px;
	line-height: 1.2;
	height: 3em;
	display: grid;
	align-items: center;
}







/*======= 教室のご案内 classes ======*/
/*sec1*/
.sec1 {
	padding: var(--v-space) 0 190px 0;
	background-color: var(--accent-color2);
	background-image: url(../img/bg_03.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
}
/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 15px;
}
@media (max-width: 868px) {
	.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(3, 1fr);
		gap: 20px 15px;
	}
}
/**/
.kakomi02 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 3px;
	background-color: #f7f5d5;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(16px, 1.5vw, 17px);
	color: #c80c31;
	font-weight: 600;
}






/*======= レッスンスケジュール schedules======*/
/*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: 20px 15px;
}
@media (max-width: 1168px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 868px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
h4.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 10px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #f2f2f2;
	font-family: serif, 'Noto Serif JP';
}
h4.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}




/*======= お試し体験 TRIAL ======*/
/*sec3*/
.sec3 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_04.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.sec3{
		background-position: 83% 100%;
	}
}









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


/*セクションの間イメージ画像*/
.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: var(--accent-color2);
	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: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
}
div.faq2 p::first-letter {
	color: #df8b8b;
	font-weight: 600;
	font-size: 115%;
}






/*======= 概要 Information ======*/
/*info_sec1*/
.info_sec1{
	padding: clamp(50px, 4vw, 50px) 0;
	/*background-image: url(../img/bg_01.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;*/
	background: rgba(242, 242, 242, 0.65);
}
@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: 12em;
	font-size: clamp(16px, 1.7vw, 18px);
	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: 40px;
	box-sizing: border-box;
}

.info2 {
	font-size: clamp(16px, 1.7vw, 18px);
	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: 8em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@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%;
	}
}



/*======= Access アクセス ======*/
/**/
.access_sec1{
	padding: clamp(40px, 6vw, 90px) 0 70px 0;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*テーブル枠*/
table.twak{
	border: 1px solid #ddd;
	padding: 20px;
}
/*アクセスアイコン*/
.svgicon01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}





