@charset "UTF-8";

/* 共通 */
html {
	min-width: 1030px;
}

body {
	color: #333;
	font-size: 14px;
	font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.7;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	transition: opacity .4s, background .4s, color .4s;
}

.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

.inner.-wide {
	max-width: 1320px;
}

.vis-sp,
.vis-tb {
	display: none;
}

/* ヘッダー */
.head {
	position: relative;
	padding: 20px 15px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

body.-home .head {
	box-shadow: none;
}

.head_ttl {
	display: inline-block;
}

.head_ttl_logo {
	margin-bottom: 9px;
}

.head_ttl_logo a {
	display: block;
}

.head_ttl_logo a:hover {
	opacity: 0.6;
}

.gnav {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -0.5em;
	right: 10px;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: bold;
}

body.-home .gnav {
	top: 20px;
	margin-top: 0;
}

.gnav a {
	position: relative;
	padding: 0 20px;
}

.gnav a:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 2px;
	background: #333;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.gnav a:hover:after,
body.-about .gnav a.-about:after,
body.-program .gnav a.-program:after,
body.-abstract .gnav a.-abstract:after,
body.-reg_accom .gnav a.-reg_accom:after,
body.-info .gnav a.-info:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gnav_btn {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -13px;
	right: 10px;
	width: 35px;
	height: 26px;
	cursor: pointer;
}

.gnav_btn_border {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: all 0.3s;
}

.gnav_btn_border.-item1 {
	top: 0;
}

.gnav_btn_border.-item2 {
	top: calc(50% - 1px);
}

.gnav_btn_border.-item3 {
	bottom: 0;
}

.gnav_btn.-open .gnav_btn_border.-item1 {
	-webkit-transform: translate(0px, 13px) rotate(-45deg);
	transform: translate(0px, 13px) rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.gnav_btn.-open .gnav_btn_border.-item2 {
	-webkit-transform: translate(0px, -1px) rotate(90deg);
	transform: translate(0px, -1px) rotate(90deg);
	opacity: 0;
}

.gnav_btn.-open .gnav_btn_border.-item3 {
	-webkit-transform: translate(0, -12px) rotate(45deg);
	transform: translate(0, -12px) rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}

/* フッターナビ・フッター */
.fnav {
	color: #FFF;
	background: #45382A;
	text-align: center;
	padding: 24px 0;
	border-bottom: 1px solid #292018;
	font-size: 0;
}

.fnav a {
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 0 25px;
}

.fnav a:hover {
	text-decoration: underline;
}

.foot {
	color: #FFF;
	background: #45382A;
	padding: 70px 0;
}

.foot_row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.foot_col {
}

.foot_col.-logo {
}

.foot_col.-contact {
	overflow: hidden;
}

.foot_logo {
	margin-bottom: 20px;
}

.foot_logo a {
	display: block;
}

.foot_logo a:hover {
	opacity: 0.6;
}

.foot_copyright {
	font-size: 12px;
}

.contact_ttl {
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	position: relative;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.contact_ttl:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: linear-gradient(to right, #b13c3c 20%, #436eb5 20%, #436eb5 40%, #b6ac23 40%, #b6ac23 60%, #7e6b5a 60%, #7e6b5a 80%, #b327a4 80%);
}

.foot_col.-contact p {
	margin-bottom: 5px;
}

.foot_col.-contact p:last-child {
	margin-bottom: 0;
}

.foot_col.-contact p span.-tel {
	display: inline-block;
	margin-right: 1em;
}

/* メイン */
.main {
	min-height: 800px;
}

.cmn_sec_ttl {
	font-family: 'Comfortaa', cursive;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.cmn_sec_ttl small {
	display: block;
	font-size: 18px;
	margin-top: 5px;
}

.cmn_sec_ttl:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -193px;
	height: 5px;
	width: 386px;
	background: linear-gradient(to right, #b13c3c 20%, #436eb5 20%, #436eb5 40%, #b6ac23 40%, #b6ac23 60%, #7e6b5a 60%, #7e6b5a 80%, #b327a4 80%);
}

.cmn_comingsoon_catch {
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	font-weight: bold;
	color: #8E9241;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
}

.cmn_comingsoon_txt {
	font-size: 20px;
	text-align: center;
}

/* All SP & Tablet */
@media screen and (max-width:1400px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.gnav a {
		padding: 0 10px;
	}

	.head_ttl {
		width: 260px;
	}

	.gnav {
		font-size: 17px;
	}

}

@media screen and (min-width:641px) {
	.gnav {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	html {
		min-width: 360px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	/* ヘッダー */
	.head {
		padding: 10px;
	}

	.head_ttl {
		width: 50%;
	}

	.head_ttl_logo {
		margin-bottom: 0;
	}

	.gnav {
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 0;
		padding: 30px;
		text-align: center;
		background: #FFF;
		box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
		opacity: 0;
		z-index: -1;
		transition: opacity 0.3s, z-index 0.3s;
	}

	body.-home .gnav {
		top: 0;
	}

	.gnav.-open {
		z-index: 10;
		opacity: 1;
	}

	.gnav a {
		display: block;
		margin-top: 20px;
	}

	.gnav a:first-child {
		margin-top: 0;
	}

	.gnav a:after {
		content: none;
	}

	.cmn_sec_ttl:after {
		width: 300px;
		margin-left: -150px;
	}

	.cmn_comingsoon_txt {
		font-size: 18px;
	}

	/* フッター */
	.foot_col {
		width: 100%;
		text-align: center;
	}

	.foot_col.-logo {
		margin-bottom: 30px;
	}

	.contact_ttl:after {
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
	}

	/* メイン */
	.main {
		min-height: 100%;
	}

}

/* for Print */
@media print {
}
