@charset "UTF-8";
/* lower.css */

/* 
	・min-width 1200pxを基準としてclamp
 */


/* ===== mv（写真あり） ===== */
#mv_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.mv_img,
.mv_img img {
	width: 100%;
}
/* mv text */
#mv {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
#mv h1 {
	font-size: 37px;
	font-size: 3.083vw;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	padding-top: 1.5em;
}
#mv h1 small {
	font-size: 22px;
	font-size: 1.833vw;
	text-align: center;
	display: block;
	margin-top: .5em;
}
#mv h1:before {
	content: "";
	width:  3em;
	height: 3em;
	min-width: 3em;
	display: block;
	background-image:  url(../../img/common/heading_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: .35em;
}
/* ===== mv（写真なし） ===== */
#mv_title_wrap {
	padding: 60px 0;
	padding: min(6vw,60px) 0;
}
#mv_only_title {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
#mv_only_title:before {
	content: "";
	width:  3em;
	height: 3em;
	min-width: 3em;
	display: block;
	background-image: url(../../img/common/colorful_logo.svg);
	background-size:  contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: .35em;
}
#mv_only_title h1,
#mv_only_title:before {
	font-size: 37px;
	font-size: min(3.083vw,37px);
}

#mv_only_title h1 {
	line-height: 1;
	display: block;
	text-align: center;
}
#mv_only_title h1 small {
	font-size: 22px;
	font-size: min(1.833vw,22px);
	display: block;
	margin-top: .5em;
}





@media screen and (max-width:850px) {
	/* ===== mv（写真あり） ===== */
	#mv h1 {
		font-size: 22px;
		font-size: min(5.867vw,40px);
		padding-top: .65em;
	}
	#mv h1 small {
		font-size: 13px;
		font-size: min(3.467vw,23px);
	}
	/* ===== mv（写真なし） ===== */
	#mv_title_wrap {
		padding: 40px 0;
	}
	#mv_only_title h1,
	#mv_only_title:before {
		font-size: min(5.867vw,40px);
	}
	#mv_only_title h1 small {
		font-size: min(3.467vw,23px);
	}
}








/* ===== text ===== */
.color_gold {
	color: #bf9c50 !important;
}
.color_red {
	color: #b50a14 !important;
}


/* 黄金色の見出し */
.gold_head,
.red_head {
	font-size: min(5vw,62px);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-bottom: .35em;
	color: #bf9c50;
}
.red_head {
	text-align: left;
	color: #b50a14;
}
.gold_head small {
	font-size: clamp(13px,1.6vw,16px);
	line-height: 1;
	letter-spacing: .15em;
	display: inline-block;
	color: #fff;
	margin-left: 1em;
	padding: .5em 1em;
	background-color: #bf9c50;
	transform: translateY(-.5em);
}
.p_middle + .gold_head {
	margin-top: 1.25em;
}
/* 大きな日本語・中くらいの日本語 */
.p_big {
	font-size: min(3.2vw,35px);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: .75em;
}
.p_bigS {
	font-size: min(2.8vw,28px);
	font-weight: bold;
	line-height: 1.5;
	text-align:  center;
	margin-bottom: .5em;
}
.p_middle {
	font-size: min(2.1vw,21px);
	font-weight: bold;
	text-align: center;
}
.p_normal_size {
	font-size: clamp(14px,1.6vw,16px);
}

/* ===== keep hang out ===== */
.img_keep {
	width: 80%;
	max-width: 650px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.img_keep + .p_middle {
	margin-top: 1.5em;
}


/* ===== section img ===== */
section img {
	width: 70%;
	max-width: 660px;
	display: block;
	margin: 0 auto;
}
h2 + img {
	margin-top: 40px;
}
img + p  {
	text-align: center;
	margin-top: 1.5em;
}


/* ===== ギャラリー写真3つflex ===== */
.gallery_flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.gallery_flex .img_wrap {
	width: calc(100%/3 - 1%);
}
.gallery_flex img {
	width: 100%;
	max-width: inherit;
}


/* ===== 文頭「・」付きリスト ===== */
.dot_list li,
.list_flex {
	width: 100%;
	text-align: left;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.dot_list span,
.list_flex span {
	line-height: 1.8;
}


/* ===== コンテンツ中央揃え ===== */
.width_fit {
	width: fit-content;
	margin-left:  auto;
	margin-right: auto;
}


/* ===== MAP画像 ===== */
section .map_img {
	width: 100%;
	max-width: inherit;
}


/* ===== table bg_grad_box ===== */
.grad_box {
	padding: 40px 30px;
}
.grad_box * {
	color: #fff;
}
.gold_grad {
	background-image: linear-gradient(180deg, rgba(191, 155, 79, 1), rgba(116, 96, 44, 1));
}
.blue_grad {
	background-image: linear-gradient(180deg, rgba(31, 44, 94, 1), rgba(1, 0, 49, 1));
}
.red_grad {
	background-image: linear-gradient(180deg, rgba(160, 20, 26, 1), rgba(116, 0, 3, 1));
}

.bg_logo {
	position: relative;
	z-index: 2;
}
.bg_logo:after {
	content: "";
	width:  50%;
	height: calc(100% - 120px);
	display: block;
	position: absolute;
	top:   60px;
	right: 60px;
	background-image:  url(../../img/common/bg_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	opacity: .15;
	z-index: -1;
}
.grad_box h2.p_big {
	margin-bottom: .35em;
}
.blue_grad h2.p_big {
	margin-bottom: .75em;
}

/* ===== grad-box table ===== */
.table_wrap {
	width: 100%;
	overflow-x: scroll;
}
.grad_box table {
	width: 100%;
	min-width: 1000px;
}
.grad_box tr {
	border-bottom: 1.25px solid #fff;
}
.grad_box th,
.grad_box td {
	font-weight: normal;
	line-height: 1.5;
	padding: 1em 1em 1em;
	border-left: 1.25px solid #fff;
}
.grad_box th:first-of-type {
	border-left: none;
}
.grad_box th {
	text-align: center;
}
.grad_box td {
	vertical-align: middle;
}

.grad_box table img {
	width: 80% !important;
	display: block;
	margin: auto;
}
/* 位置調整 */
.vertical_middle {
	vertical-align: middle;
}
/* table U12・U15 */
.th_title {
	width: 100px;
}
/* スクール＆アドバンスコース 大きい値段 */
.grad_box .td_big {
	font-size: 1.25em;
	font-weight: bold;
}


/* ===== 電話でのお問い合わせ・体験のお申し込み ===== */
.contact_tel {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: center;
	margin-left:  auto;
	margin-right: auto;
}
#sec_info_contact .p_middle {
	font-size: min(1.8vw,20px);
}
.contact_tel div {
	width: 47%;
	max-width: fit-content;
}
.contact_tel div:first-of-type {
	margin-right: 6%;
}







@media screen and (max-width:850px) {
	/* ===== mv ===== */
	#mv_wrap {
		margin-bottom: 40px;
	}
	/* ===== text ===== */
	/* 黄金色の見出し */
	.gold_head,
	.red_head  {
		/* font-size: 28px; */
		font-size: 20px;
	}
	.gold_head small {
		font-size: 12px;
		padding: .25em .5em .35em .5em;
		transform: translateY(-.25em);
	}
	.gold_head.add_size {
		font-size: 22px;
	}
	.gold_head.add_size small {
		font-size: 11px;
	}

	/* 大きな日本語・中くらいの日本語 */
	.p_big {
		/* font-size: 20px; */
		font-size: 18px;
		margin-bottom: .75em;
	}
	.p_bigS {
		font-size: 18px;
	}
	.p_middle  {
		font-size: 16px;
	}
	.p_normal {
		font-size: 13px;
	}


	.p_middle + .gold_head {
		margin-top: 2em;
	}
	.img_keep + .p_middle  {
		margin-top: 1em;
	}
	/* SPのみ */
	.p_small_sp {
		font-size: 13px !important;
	}
	.p_middle_sp {
		font-size: 16px !important;
	}


	/* ===== keep hang out ===== */
	.img_keep {
		width: 75%;
		max-width: 350px;
		margin-top: 20px;
	}

	/* ===== section img ===== */
	section img {
		max-width: 600px;
	}
	h2 + img {
		margin-top: 20px;
	}


	/* ===== grad-box table ===== */
	.grad_box {
		padding: 20px 15px;
	}
	.grad_box table {
		min-width: 600px;
	}
	.grad_box tr:first-of-type {
		border-top: 1.25px solid #fff;
	}
	.grad_box th,
	.grad_box td {
		font-size: 13px;
	}

	table .dl_tableEX div {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	table .dl_tableEX dt {
		min-width: 5em;
		line-height: 1;
		text-align: center;
		margin-right: .75em;
	}
	table .dl_tableEX div + div {
		margin-top: 0;
	}

	/* ===== table bg_grad_box ===== */
	.bg_logo:after {
		content: "";
		width:  90%;
		height: 90%;
		top:  5%;
		left: 5%;
	}

	/* ===== 電話でのお問い合わせ・体験のお申し込み ===== */
	.contact_tel {
		width: 100%;
		max-width: 600px;
		justify-content: center;
		margin-left:  auto;
		margin-right: auto;
	}
	#sec_info_contact .p_middle {
		font-size: 14px;
	}
	.contact_tel div:first-of-type {
		margin-right: 2em;
	}
}