@charset "utf-8";

/* ==========================================
 override
========================================== */


@media (min-width: 601px) {
	#contents .only_pc {
		display: inline-block;
	}
	#contents .only_sp {
		display: none;
	}
}
@media (max-width: 600px) {
	#contents .only_pc {
		display: none;
	}
	#contents .only_sp {
		display: inline-block;
	}
}



/* ==========================================
 個別説明会のご予約
========================================== */

@media (max-width: 600px) {
	#main .wrapper {
		width: 100%;
		padding: 0 3vw;
	}
}

/* 見出し
------------------------------------------ */
#contents #h2_wrapper {
	margin-bottom: 50px;
	background: url("/explanatory/images/main_bg_left.png") repeat-x center top;
	border-top: 5px solid #016;
	border-bottom: 5px solid #016;
	overflow: hidden;
}

#contents h2 {
	margin-left: 50%;
	padding-bottom: 0;
	background: url("/explanatory/images/main_bg_right.png") repeat-x left 8px top;
}

#contents h2 img {
	margin-left: -776px;
}

@media (max-width: 600px) {
	#contents #h2_wrapper {
		background: none;
		margin-bottom: 30px;
	}
	#contents h2 {
		background: none;
		margin-left: 0;
		border-top: 5px solid #fff104;
		border-bottom: 5px solid #fff104;
	}
	#contents h2 img {
		margin-left: 0;
		width: 100%;
	}
}


/* コンテンツ
------------------------------------------ */
#main.one {
	width: 100%;
	padding: 0;
	font-size: 17px;
	color: #333;
	box-sizing: border-box;
}
@media (max-width: 600px) {
	#main.one {
		font-size: initial;
	}
}

/* まずはお気軽に～
------------------------------------------ */
#intro {
	margin-bottom: 80px;
}

.waiwai {
	text-align: center;
}
.waiwai span {
	display: inline-block;
	padding: 0 40px;
	min-height: 37px;
	font-size: 30px;
	font-weight: bold;
	color: #016;
	background: url("/explanatory/images/waiwai_left.png"), url("/explanatory/images/waiwai_right.png");
	background-position: left bottom 5px, right bottom 5px;
	background-repeat: no-repeat, no-repeat;
	background-size: 22px 37px, 22px 37px;
}

#intro .read {
	margin-bottom: 40px;
}

#intro .online {
	margin-bottom: 60px;
}

#intro .online_ttl {
	margin-bottom: 0.4em;
	color: #016;
	font-size: 22px;
	font-weight: bold;
}

@media (max-width: 600px) {
	#intro {
		margin-bottom: 40px;
	}
	
	#main h3.waiwai {
		margin-bottom: 15px;
	}
	.waiwai span {
		padding: 0 30px;
		font-size: 20px;
	}
	
	#intro .read {
		margin-bottom: 30px;
	}
	
	#intro .online {
		margin-bottom: 40px;
	}
	
	#intro .online_ttl {
		font-size: 18px;
	}
}


/* Web＆電話で予約する
------------------------------------------ */
.reservation {
	border: 8px solid #009845;
}
.reservation.reservation_web {
	margin-bottom: 50px;
	padding: 0 50px 40px;
}
.reservation.reservation_tel {
	margin-bottom: 25px;
	padding: 0 40px 40px 50px;
	border-color: #f90;
}

.reservation_ttl {
	width: 10em;
	margin: -1.1em auto 25px;
	padding: 18px 20px 13px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background-color: #009845;
}
.reservation_tel .reservation_ttl {
	background-color: #f90;
}

.reservation_web .reservation_txt {
	margin-bottom: 25px;
	text-align: center;
}
.reservation_tel p {
	font-size: 16px;
}
.reservation_tel p a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.reservation_tel p img {
	margin-right: 20px;
	width: 307px;
	height: auto;
}

.reservation_btn img {
	max-width: 100%;
}
.reservation_btn:hover img {
	opacity: 0.7;
}

@media (max-width: 600px) {
	.reservation {
		border-width: 5px;
	}
	.reservation.reservation_web {
		margin-bottom: 40px;
		padding: 0 15px 15px;
	}
	.reservation.reservation_tel {
		padding: 0 15px 15px;
	}
	.reservation_ttl {
		margin-bottom: 14px;
		padding: 12px 20px 8px;
		font-size: 18px;
		border-radius: 30px;
	}
	.reservation_web .reservation_txt {
		margin-bottom: 10px;
		text-align: left;
	}
	
	.reservation_tel p a[href^="tel:"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		pointer-events: auto;
	}
	.reservation_tel p img {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
		max-width: 307px;
	}
	#contents .reservation_tel p .tel_txt_sp {
		display: block;
		margin-bottom: 10px;
		color: #f90;
		font-size: 90%;
		font-weight: bold;
		text-align: center;
	}
}


/* Web予約フォーム
------------------------------------------ */
.reservation_form {
	margin: 0;
	padding: 25px 15px;
	background-color: #eaf8ef;
}

/* まずは！～ */
.reservation_form .reservation_form_txt {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #009845;
}
.reservation_form .reservation_form_txt img {
	display: inline-block;
	width: 75px;
	height: auto;
	margin-top: -35px;
	vertical-align: top;
}

/* フォーム */
.reservation_form form {
	margin-left: 14%;
}

/* プルダウン */
.reservation_form form .select_wrap {
	width: 70%;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.reservation_form form .select_wrap:after {
	content: "";
	position: absolute;
	top: 40%;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid #999;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.reservation_form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	width: 100%;
	font-size: 17px;
	line-height: 1;
	padding: 10px;
	border: 1px solid #444;
	border-radius: 5px;
	background: transparent;
	position: relative;
	z-index: 2;
}

/* ボタン */
.reservation_form form input[type="button"],
.reservation_form form .go_to_school_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	display: inline-block;
	width: 80px;
	height: 40px;
	margin-left: 8px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	background-color: #009845;
	border-radius: 100px;
	border: none;
}
.reservation_form form input[type="button"]:hover {
	cursor: pointer;
}

.reservation_form form .alert {
	display: none;
	background: url("/common/images/alert_icon.png") no-repeat left/1em 1em;
	padding-left: 1.2em;
	margin-top: 4px;
}


@media (max-width: 600px) {
	.reservation_form {
		padding: 20px 10px;
	}
	.reservation_form .reservation_form_txt {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.reservation_form .reservation_form_txt img {
		display: block;
	}
	
	.reservation_form form {
		margin-left: 0;
	}
	.reservation_form form input[type="button"],
.reservation_form form .go_to_school_btn {
		width: 25%;
		height: 40px;
		margin-left: 2%;
	}
}


/* 背景グレー部分
------------------------------------------ */
.bg_gray {
	margin-bottom: 70px;
	padding: 80px 0 60px;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	background-color: #fbfbfb;
}
.bg_gray + .wrapper {
	margin-bottom: 50px;
}


@media (max-width: 600px) {
	.bg_gray {
		margin-bottom: 50px;
		padding: 40px 0;
	}
}


/* 相談会の流れ
------------------------------------------ */
#soudankai_txt_area {
	margin-bottom: 30px;
}
#soudankai_txt_area:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#soudankai_txt_area h3,
#soudankai_txt_area #soudankai_txt {
	float: left;
	width: 540px;
	margin-right: 40px;
}
#soudankai_txt_area #soudankai_img img {
	float: right;
	width: 420px;
}


.line {
	margin-bottom: 30px !important;
	padding: 0 0 0.2em;
	font-size: 30px;
	font-weight: bold;
	color : #016;
	border-bottom: 4px solid #a6add0;
	position: relative;
}
.line::before {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	width: 80px;
	height: 4px;
	background: #016;
}
.line2 {
	font-size: 22px;
	border-bottom-width: 3px;
}
.line2::before {
	bottom: -3px;
	height: 3px;
}
.line3 {
	margin-bottom: 20px !important;
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-color: #ffd195;
}
.line3::before {
	bottom: -3px;
	height: 3px;
	background: #ff9c00;
}

@media (max-width: 600px) {
	#soudankai_txt_area {
		margin-bottom: 25px;
	}
	#soudankai_txt_area h3,
	#soudankai_txt_area #soudankai_txt {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#soudankai_txt_area #soudankai_img img {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.line {
		margin-bottom: 20px !important;
		font-size: 20px;
		line-height: 1.2;
	}
	.line2 {
		font-size: 19px;
	}
	.line3 {
		font-size: 18px;
	}
}



/* フロー図
------------------------------------------ */
ol.soudankai_flow {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
ol.soudankai_flow li {
	padding: 25px 20px 25px 30px;
	width: 320px;
	height: 10em;
	box-sizing: border-box;
	position: relative;
}
ol.soudankai_flow li:first-child {
	background-color: #f9e2e2;
}
ol.soudankai_flow li:nth-child(2) {
	background-color: #faeadc;
}
ol.soudankai_flow li:last-child {
	background-color: #def2eb;
	width: 310px;
}
ol.soudankai_flow li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -5em;
	border-top: 5em solid transparent;
	border-bottom: 5em solid transparent;
}
ol.soudankai_flow li:first-child::after {
	border-left: 1em solid #f9e2e2;
}
ol.soudankai_flow li:nth-child(2)::after {
	border-left: 1em solid #faeadc;
}
ol.soudankai_flow li:last-child::after {
	display: none;
}


ol.soudankai_flow li h4 {
	margin-bottom: 0.8em;
	font-size: 19px;
	font-weight: bold;
}
ol.soudankai_flow li:first-child h4 {
	color: #df5757;
}

ol.soudankai_flow li:nth-child(2) h4 {
	color: #ff8a00;
}

ol.soudankai_flow li:last-child h4 {
	color: #22946a;
}

ol.soudankai_flow li h4 img {
	width: 44px;
	margin-right: 10px;
	vertical-align: middle;
}


@media (max-width: 600px) {
	ol.soudankai_flow {
		display: block;
	}
	
ol.soudankai_flow li {
	margin-bottom: 30px;
	padding: 15px 20px;
	width: 100%;
	height: auto;
}
ol.soudankai_flow li:last-child {
	padding-bottom: 20px;
	width: 100%;
}

ol.soudankai_flow li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 0;
	border-right: 47vw solid transparent !important;
	border-left: 47vw solid transparent !important;
	border-bottom: 0;
}
ol.soudankai_flow li:first-child::after {
	border-top: 20px solid #f9e2e2;
}
ol.soudankai_flow li:nth-child(2)::after {
	border-top: 20px solid #faeadc;
}

ol.soudankai_flow li h4 {
	margin-bottom: 0.5em;
	font-size: 18px;
}
}



/* 受付時間
------------------------------------------ */
.soudankai_uketsukejikan {
	display: flex;
	margin-bottom: 40px
}
.soudankai_uketsukejikan dt {
	margin-right: 1em;
	padding: 10px 10px 8px;
	color: #016;
	font-weight: bold;
	line-height: 1.0;
	border: 1px solid #016;
	background-color: #fff;
}
.soudankai_uketsukejikan dd {
	padding-top: 5px;
}
.soudankai_uketsukejikan dt + dd {
	margin-right: 1em;
	font-weight: bold;
}

@media (max-width: 600px) {
	.soudankai_uketsukejikan {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.soudankai_uketsukejikan dt + dd {
		margin-right: 0;
	}
	.soudankai_uketsukejikan dd + dd {
		width: 100%;
		margin-top: 0.3em;
	}

}


/* コロナ感染防止について
------------------------------------------ */
#main .covid {
	padding: 40px 50px;
	border: 6px solid #eee;
	box-sizing: border-box;
	background-color: #fff;
}
#main .covid h3{
	color: #F60;
	margin-bottom: 10px;
}
.covid ul {
}
.covid ul li {
	margin: 0 0 0.3em 1.5em;
	list-style: disc;
}

@media (max-width: 600px) {
	#main .covid {
		margin-top: 30px;
		padding: 20px;
		border-width: 6px;
	}
	.covid ul li {
		line-height: 1.5;
	}
}


