@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
	font-family: Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 800px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

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

header .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	padding: 30px 10px;
	max-width: 1000px;
	line-height: 1;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .asahi a img {
	width: 140px;
}

header .credit {
	text-align: right;
}

header .credit > p {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

header .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header .sns p {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

header .sns div {
	margin-left: 10px;
}

header .sns div img {
	width: 25px;
}

.mainimg {
	margin-bottom: 100px;
	text-align: center;
}

.mainimg .inner {
	padding: 0;
	max-width: 1000px;
}

.mainimg img {
	width: 100%;
}

.lead {
	padding-bottom: 100px;
}

.lead .inner {
	max-width: 900px;
}

.lead .btns {
	margin-top: 80px;
	text-align: center;
}

.lead .btns .unavailable {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	max-width: 100%;
	width: 400px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.lead .btns a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	max-width: 100%;
	width: 400px;
	background-color: #ad0016;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.lead .btns a img {
	margin: -3px 0 0 15px;
	width: 20px;
	vertical-align: middle;
}

.lead .btns strong {
	display: block;
	margin-top: 12px;
	font-weight: bold;
}

.lead .notice {
	margin-top: 80px;
	padding: 45px 50px;
	background-color: #efefef;
	font-size: 15px;
	font-size: 1.5rem;
}

.lead .notice a {
	text-decoration: underline;
}

section {
	padding: 100px 0;
}

section:nth-child(2n) {
	background-color: #efefef;
}

section h2 {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}

section h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}

section h2 span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	margin-left: -25px;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #000;
	content: "";
}

section table.table {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
}

section table.table tr th {
	padding: 10px 15px;
	width: 170px;
	border-bottom: 5px solid #efefef;
	background-color: #bfd7f7;
	vertical-align: middle;
	font-weight: bold;
}

section table.table tr td {
	padding: 10px 30px;
	border-bottom: 5px solid #efefef;
	background-color: #fff;
}

section table.table tr td .ttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
}

section table.table tr td .ttl strong {
	font-weight: bold;
}

section table.table tr td p {
	font-size: 15px;
	font-size: 1.5rem;
}

section table.table tr td small {
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

section table.table tr td a {
	text-decoration: underline;
}

.teacher .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.teacher .flex:not(:last-of-type) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.teacher .flex figure {
	width: 200px;
}

.teacher .flex .txt {
	width: calc(100% - 230px);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.teacher .flex .txt .name {
	font-size: 20px;
	font-size: 2rem;
}

.teacher .flex .txt .name strong {
	font-size: 30px;
	font-size: 3rem;
}

.teacher .flex .txt p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.teacher .flex .txt a {
	text-decoration: underline;
}

.inquiry {
	padding-bottom: 0;
}

.inquiry .inner h2 {
	margin-bottom: 30px;
}

.inquiry .inner > p {
	margin-bottom: 50px;
	text-align: center;
}

.inquiry .inner > p strong {
	font-weight: bold;
}

.inquiry iframe {
	width: 100%;
	height: 1420px;
}

.cautions .txt {
	padding: 30px;
	background-color: #fff;
}

footer {
	background-color: #fff;
	text-align: center;
}

footer .pagetop {
	padding: 50px 15px;
}

footer .pagetop a {
	display: inline-block;
	width: 80px;
	line-height: 1;
}

footer .pagetop a img {
	width: 30px;
}

footer .pagetop a div {
	margin-top: 6px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

footer .info {
	padding: 50px 15px;
	border-top: 1px solid #ccc;
}

footer .info .logo {
	margin-bottom: 30px;
	line-height: 1;
}

footer .info .logo img {
	width: 140px;
}

footer .info small {
	display: block;
	font-size: 10px;
	font-size: 1rem;
}

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

#thankyou {
	padding-top: 0;
	text-align: center;
}

#thankyou .inner {
	max-width: 1000px;
}

#thankyou h2 {
	position: relative;
	color: #69a2f0;
	font-weight: normal;
	font-size: 50px;
	font-size: 5rem;
	font-family: "Roboto Condensed", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

#thankyou h2:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #69a2f0;
	content: "";
}

#thankyou h2 span {
	padding: 0 50px;
	background-color: #fff;
}

#thankyou h2 span:after {
	display: none;
}

#thankyou .btns {
	margin-top: 80px;
	text-align: center;
}

#thankyou .btns a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	max-width: 100%;
	width: 400px;
	background-color: #69a2f0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

#thankyou .btns a img {
	margin: -3px 0 0 15px;
	width: 10px;
	vertical-align: middle;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	body {
		font-size: 1.5rem;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	header .inner {
		padding: 35px 20px 20px;
	}

	header .asahi a img {
		width: 110px;
	}

	header .credit {
		text-align: center;
	}

	header .credit > p {
		position: absolute;
		top: 8px;
		right: 0;
		left: 0;
		margin: 0;
		padding-top: 2px;
		font-size: 1rem;
	}

	header .sns p {
		font-size: 1.1rem;
	}

	.mainimg {
		margin-bottom: 45px;
	}

	.lead {
		padding-bottom: 45px;
	}

	.lead .btns {
		margin-top: 40px;
	}

	.lead .btns .unavailable {
		padding: 8px;
		font-size: 1.7rem;
	}

	.lead .btns a {
		padding: 8px;
		font-size: 1.7rem;
	}

	.lead .notice {
		margin-top: 40px;
		padding: 20px;
	}

	section {
		padding: 45px 0;
	}

	section h2 {
		margin-bottom: 25px;
		font-size: 2.5rem;
	}

	section h2 span {
		padding-bottom: 6px;
	}

	section h2 span:after {
		margin-left: -20px;
		width: 40px;
	}

	section table.table {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	section table.table tr th {
		padding: 10px;
		width: 80px;
	}

	section table.table tr td {
		padding: 10px;
	}

	section table.table tr td .ttl {
		font-size: 1.5rem;
	}

	.teacher .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.teacher .flex:not(:last-of-type) {
		margin-bottom: 30px;
		padding-bottom: 25px;
	}

	.teacher .flex figure {
		margin-bottom: 20px;
		text-align: center;
	}

	.teacher .flex .txt {
		width: 100%;
		text-align: center;
	}

	.teacher .flex .txt .name {
		margin-bottom: 10px;
	}

	.teacher .flex .txt p {
		margin-top: 20px;
		padding-top: 0;
		border-top: 0 none;
		text-align: left;
	}

	.inquiry .inner h2 {
		margin-bottom: 25px;
	}

	.inquiry .inner > p {
		margin-bottom: 25px;
	}

	.inquiry iframe {
		height: 1680px;
	}

	.cautions .txt {
		padding: 20px 15px;
	}

	footer .pagetop {
		padding: 40px 15px;
	}

	footer .info {
		padding: 40px 15px;
	}

	footer .info .logo img {
		width: 110px;
	}

	#thankyou h2 {
		font-size: 4rem;
	}

	#thankyou h2 span {
		padding: 0 10px;
	}

	#thankyou .btns {
		margin-top: 40px;
	}

	#thankyou .btns a {
		padding: 8px;
		font-size: 1.7rem;
	}
}
