@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

:root {
	--blue: #00529B;
	--black: #1d1d1d;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1100px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 1.9;
	word-break: normal;
	word-wrap: break-word;
	color: var(--black);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: underline;
	transition: opacity .4s;
}

a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#container {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.sp {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 600px;
	overflow: hidden;
	background: linear-gradient(to right, #d2eafe 40%, #e2f3ff 40%);
	position: relative;
	z-index: 0;
}

#visual .figure {
	width: 2200px;
	height: 600px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 80px;
	background: var(--blue);
	color: #fff;
}

#header h1 {
	margin-right: 30px;
	text-align: left;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.5;
}

#header h1 span {
	color: #FDFF00;
}

/* ---------------------------------------------------------
	CSS Document resv
--------------------------------------------------------- */

.resv li {
	display: inline-block;
	vertical-align: top;
	width: 290px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}

.resv a {
	display: block;
	height: 70px;
	background: linear-gradient(to bottom, #3398f2 0%,#00529b 100%);
	text-decoration: none;
	color: #fff;
}

.resv a:hover {
	opacity: 0.8;
}

.resv span:first-of-type {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	color: #f7e300;
}

.resv span:last-of-type {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 1;
}

.resv span:last-of-type:after {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 0;
	height: 0;
	margin-left: 10px;
	border: solid 7px transparent;
	border-left: solid 10px #fff;
}

/* ---------------------------------------------------------
	CSS Document school
--------------------------------------------------------- */

.school {
	background: #e2f4ff;
}

.school .container {
	padding: 20px 0 30px;
	background: url(../images/comment.png) no-repeat right bottom;
	background-size: 184px auto;
	text-align: left;
	font-size: 16px;
}

.school h2 {
	font-weight: normal;
	font-size: 22px;
	color: #00529b;
}

.school p {
	margin-bottom: 15px;
	width: 770px;
}

.school li a {
	display: block;
	width: 270px;
	height: 50px;
	padding-right: 5px;
	border-radius: 5px;
	background: #ff9d02;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	line-height: 48px;
	color: #fff;
	position: relative;
}

.school li a:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -7px;
	border: solid 7px transparent;
	border-left: solid 10px #fff;
	position: absolute;
	top: 50%;
	right: 15px;
}

.school li a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	padding: 15px 0 115px;
	background: #00529b;
	font-size: 13px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 72px;
	height: 72px;
	font-size: 0;
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 9999;
	cursor: pointer;
}

#pagetop span {
	display: block;
	width: 72px;
	height: 72px;
	overflow: hidden;
	-webkit-border-radius: 72px;
	border-radius: 72px;
	background: rgba(0, 82, 155, 0.90);
	text-align: left;
	text-indent: -999px;
}

#pagetop span:before {
	content: '';
	width: 17px;
	height: 17px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	left: 26px;
}

#pagetop span:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document f_resv
--------------------------------------------------------- */

#f_resv {
	display: none;
	width: 100%;
	padding: 20px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	background: #00529b;
	font-size: 0;
	position: fixed;
	bottom: 0;
	left: 0;
}

#f_resv ul {
	display: flex;
	justify-content: center;
}

#f_resv li {
	width: 240px;
}

#f_resv a {
	display: block;
	height: 60px;
	background: linear-gradient(to bottom, #EE8B3E 0%, #F26400 100%);
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 60px;
	color: #fff;
	transition: .4s;
}

#f_resv a:hover {
	opacity: 0.6;
}

#f_resv li:nth-of-type(2) a {
	background: linear-gradient(to bottom, #01cac5 0%, #009894 100%);
}

#f_resv li:nth-of-type(3) a {
	background: linear-gradient(to bottom, #359df9 0%, #206fb6 100%);
}

#f_resv img {
	vertical-align: middle;
/*
	width: 20px;
*/
	height: 30px;
	margin-right: 10px;
	opacity: 1;
}

#f_resv li:nth-of-type(1) a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

#f_resv li:nth-of-type(1) .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#f_resv li:nth-of-type(1) img {
	vertical-align: top;
	height: 24px;
}

#f_resv .balloon {
	width: 100%;
	margin-bottom: 5px;
	font-size: 13px;
	color: #FDFF00;
}

#f_resv .name {
	font-weight: 600;
	font-size: 21px;
	line-height: 22px;
}

#f_resv .kana {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	letter-spacing: 0.05em;
}
