@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	color: #212121;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap {
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
@media screen and (max-width:1399px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}
@media screen and (min-width:1400px){
	.wrap{
		padding-left: -webkit-calc((100% - 1400px) / 2);
		padding-left: calc((100% - 1400px) / 2);
		padding-right: -webkit-calc((100% - 1400px) / 2);
		padding-right: calc((100% - 1400px) / 2);
		min-width: 1400px;
	}
}

svg{
	height: 60px;
	width: 60px;
}
img.lazyload{
	opacity: 0;
}
.iframe{
	border: none;
}
.slick-dots li.slick-active button:before{
	background-color: #44AF35;
}
.slick-prev:before,
.slick-next:before{
	color: #44AF35 !important;
}

.colorbox_wrap{
	display: none;
}


/**************************************************50
 * common
 **************************************************/
/* -- color -- */

/* -- link -- */
a{
	color: #212121;
}

[class^="link_to"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 100px;
	color: #212121;
	cursor: pointer;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 260px;
}
[class^="link_to"]{
	background-color: #FFFFFF;
	border: 2px solid #333333;
	line-height: 56px;
}
[class^="btn_"]{
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 125%;
	margin: 0 1em;
	width: 240px;
}
[class^="link_to"]:after{
	color: #90C44A;
	content: "\F13E";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_contact{
	background-color: #00A63C;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.link_contact:before{
	content: "\F48A";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0.4em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn_back{
	background-color: #999999;
}
[class^="link_to"]{
	transition: border-color,background-color 0.2s ease-out 0s;
}
[class^="link_to"]:hover{
	background-color: #90C44A;
	border-color: #90C44A;
	color: #FFFFFF;
}
[class^="link_to"]:hover:after{
	color: #FFFFFF;
}
[class^="btn_"]{
	transition: opacity 0.2s ease-out 0s;
}
[class^="btn_"]:hover{
	opacity: 0.7;
}

/** -- pager -- **/
#pager{
	margin: 0 0 30px;
	padding: 20px 0;
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #90C44A;
	border-radius: 5px;
	color: #90C44A;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #90C44A;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > span{
	background-color: #90C44A;
	border-color: #90C44A;
	border-radius: 5px;
	color: #FFFFFF;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #90C44A;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	color: #90C44A;
	height: 32px;
	line-height: 28px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	left: 0;
}
.pager_btn .pager_next:before{
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}

.link_prev_next{
	margin: 0 0 50px;
	padding: 20px -webkit-calc((100% - 280px - (10em * 2)) / 2);
	padding: 20px calc((100% - 280px - (10em * 2)) / 2);
	text-align: center;
}
.link_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.link_prev_next .dummy_prev,
.link_prev_next .dummy_next,
.link_prev_next .link_next,
.link_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.link_prev_next .link_prev,
.link_prev_next .dummy_prev{
	float: left;
}
.link_prev_next .link_next,
.link_prev_next .dummy_next{
	float: right;
}
.link_prev_next .link_next,
.link_prev_next .link_prev{
	cursor: pointer;
	position: relative;
	text-decoration: none;
	line-height: 32px;
}
.link_prev_next .link_next:after,
.link_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.link_prev_next .link_next:after{
	content: "\F142";
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.link_prev_next .link_prev:after{
	content: "\F141";
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.link_prev_next .link_upper{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}

/* - form - */
label.select_box{
	display: inline-block;
	position: relative;
}
label.select_box:after{
	content: "\F35D";
	font-size: 160%;
	height: 30px;
	line-height: 30px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 2px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
select{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	color: #212121;
	cursor: pointer;
	font-size: 16px;
	height: 2em;
	padding: 0.2em 2.1em 0.2em 0.5em;
}
select::-ms-expand{
	display: none;
}
input[type="text"],
input[type="password"]{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	padding: 0.5em 1em;
	transition: all 0.2s ease-out 0s;
	vertical-align: baseline;
	width: 100%;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.7);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	border-color: #424242;
}
textarea{
	border: 1px solid #C0C0C0;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	min-height: 12em;
	margin: 0;
	padding: 0.5em 1em;
	resize: vertical;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

/** -- checkbox -- **/
input[type="checkbox"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="checkbox"] + label:not(.label_btn){
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn){
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="checkbox"] + label:not(.label_btn):before,
input[type="checkbox"] + label:not(.label_btn):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="checkbox"] + label:not(.label_btn):before{
	content: "\F131";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="checkbox"] + label:not(.label_btn):after{
	content: "\F132";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
.input_check[class*="error_"]{
	background-color: #FFEBEE;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="checkbox"] + label:not(.label_btn):after{
		font-size: 40% !important;
	}
}
input[type="checkbox"]:checked + label:before{
	color: transparent !important;
}
input[type="checkbox"]:checked + label:after{
	color: #A9D061;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="checkbox"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="checkbox"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"]:disabled + label:hover,
input[type="checkbox"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
/*
:-ms-input-placeholder{
	color: #616161;
}
:-webkit-input-placeholder{
	color: #616161;
}
:placeholder-shown{
	color: #616161;
}
*/

/** -- radio -- **/
input[type="radio"]{
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	height: 0;
	margin: 0;
	outline: none;
	padding: 0;
	width: 0;
}
input[type="radio"] + label:not(.label_btn){
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 1em 0 2.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="radio"] + label:not(.label_btn):before,
input[type="radio"] + label:not(.label_btn):after{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
input[type="radio"] + label:not(.label_btn):before{
	content: "\F43D";
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
	z-index: 1;
}
input[type="radio"] + label:not(.label_btn):after{
	content: "\F43E";
	color: transparent;
	font-size: 240%;
	line-height: 1;
	left: -0.05em;
	z-index: 2;
	transition: all 0.1s ease-out 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	input[type="radio"]:checked + label:after{
		font-size: 40% !important;
	}
}
input[type="radio"]:checked + label:before{
	color: transparent !important;
}
input[type="radio"]:checked + label:after{
	color: #A9D061;
	font-size: 160%;
	line-height: 1;
	left: 0.2em;
}
input[type="radio"]:disabled + label{
	background-color: #F5F5F5;
	color: #9E9E9E;
}
input[type="radio"]:focus + label{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
input[type="radio"]:disabled + label:hover,
input[type="radio"]:disabled + label:focus{
	box-shadow: none;
	cursor: default;
}
.input_radio[class*="error_"]{
	background-color: #FFEBEE;
}

/* -- list -- */
.list_num_parentheses{
	counter-reset: num;
}
.list_num_parentheses > li{
	padding-left: 2em;
	text-indent: -2em;
}
.list_num_parentheses > li:before{
	content: counter(num) "）";
	counter-increment: num;
	display: inline-block;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
[class^="list_star"] > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F4CE";
	text-indent: 0;
}
.list_star_outline > li:before{
	content: "\F4D2";
	text-indent: 0;
}
.list_square > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square > li:before{
	content: "\F12E";
	text-indent: 0;
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
	padding-top: 120px;
}
#header_wrap{
	background-color: #FFFFFF;
	border-bottom: 1px solid #90C44A;
	color: #646464;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
#header_wrap h1{
	font-size: 87.5%;
	height: 32px;
	line-height: 32px;
	padding: 0 1em;
	text-align: left;
}
#header_logo{
	float: left;
}
#header_logo img{
	height: 80px;
}
header nav{
	float: left;
	margin-top: 5px;
}
header nav a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #646464;
	display: inline-block;
	height: 75px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
	vertical-align: top;
}
header nav a svg{
	display: block;
	margin: 0 auto;
	height: 44px;
}
header nav a.active,
header nav a:hover{
	color: #FFFFFF;
}
header nav a[href$="information/index"].active,
header nav a[href$="information/index"]:hover{
	background-color: #F8B2B8;
}
header nav a[href$="#about"].active,
header nav a[href$="#about"]:hover{
	background-color: #90C44A;
}
header nav a[href$="#program"].active,
header nav a[href$="#program"]:hover{
	background-color: #A0D1DE;
}
header nav a[href$="#price"].active,
header nav a[href$="#price"]:hover{
	background-color: #FDBD66;
}
header nav a[href$="#admission"].active,
header nav a[href$="#admission"]:hover{
	background-color: #E8B9A9;
}
header nav a[href$="#access"].active,
header nav a[href$="#access"]:hover{
	background-color: #CCB0EF;
}
header nav a[href$="information/index"] svg{
	fill: #F8B2B8;
}
header nav a[href$="#about"] svg{
	fill: #90C44A;
}
header nav a[href$="#program"] svg{
	fill: #A0D1DE;
}
header nav a[href$="#price"] svg{
	fill: #FDBD66;
}
header nav a[href$="#admission"] svg{
	fill: #E8B9A9;
}
header nav a[href$="#access"] svg{
	fill: #CCB0EF;
}
header nav a.active svg,
header nav a:hover svg{
	fill: #FFFFFF;
}
#header_info{
	float: right;
}
#header_info div{
	display: inline-block;
	vertical-align: middle;
}
#header_info div img{
	height: 40px;
}
#header_info #header_open{
	padding-left: 40px;
	position: relative;
	width: 190px;
}
#header_info #header_open:before{
	background-color: #646464;
	border-radius: 5px;
	color: #FFFFFF;
	content: "営業時間";
	display: inline-block;
	font-size: 87.5%;
	float: left;
	height: 36px;
	line-height: 16px;
	padding: 2px 0;
	position: absolute;
	top: 50%;
	left: 5px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	vertical-align: middle;
	width: 36px;
}
#header_info #header_open p{
	font-size: 62.5%;
	line-height: 1.4;
	width: 120px;
}
#header_info #header_open p span{
	display: inline-block;
	text-align: left;
	width: 3em;
}
#header_info > p{
}
#header_info .mdi-map-marker:before{
	color: #90C44A;
}
@media screen and (max-width:1399px){
	header nav a{
		font-size: 62.5%;
		padding: 8px 0;
		width: 80px;
	}
	header nav a svg{
		width: 40px;
	}
	#header_info > p{
		font-size: 87.5%;
	}
}
@media screen and (min-width:1400px){
	header nav a{
		font-size: 87.5%;
		padding: 6px 0;
		width: 120px;
	}
	header nav a svg{
		width: 44px;
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: center;
}
#contents{
	margin-left: auto;
	margin-right: auto;
}
#middle_block{
	min-height: -webkit-calc(100vh - 92px - 320px);
	min-height: calc(100vh - 92px - 320px);
}

/* -- title -- */
.title_section{
	margin-bottom: 20px;
}
.title_section b{
	color: #646464;
	display: block;
	font-size: 200%;
	font-style: italic;
	line-height: 1.2;
}
.title_section span{
	color: #90C44A;
}
.title_section svg{
	fill: #90C44A;
	height: 44px;
	vertical-align: middle;
	width: 44px;
}

/* -- breadcrumbs -- */
.breadcrumbs{
	background-color: #FFFFFF;
	font-size: 75%;
	padding: 5px 20px;
	text-align: left;
}
.breadcrumbs:before{
	content: "\F2DC";
	font-size: 125%;
	line-height: 1;
	vertical-align: middle;
}
.breadcrumbs > *{
	display: inline-block;
	position: relative;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	content: "\F142";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}


/**************************************************50
 * slider
 **************************************************/
#slider{
	position: relative;
	overflow: visible;
	width: 100%;
}
#slider:after{
	bottom: 0;
}
#slider:not(.slick-slider){
	height: 620px;
}
#slider > li:not(.slick-slide){
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#slider > li:not(.slick-slide):first-child{
	z-index: 1;
}
#slider li a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#slider li a img:hover{
	opacity: 0.7;
}
#slider .slick-dots{
	bottom: 0;
}
@media screen and (max-width:1399px){
	#slider > li:not(.slick-slide),
	#slider .slick-dots{
		width: 1200px;
	}
}
@media screen and (min-width:1400px){
	#slider > li:not(.slick-slide),
	#slider .slick-dots{
		width: 1400px;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}
#footer_wrap{
	background-color: #AACE60;
	color: #FFFFFF;
	padding-top: 20px;
}
#footer_wrap a{
	color: #FFFFFF;
}
#footer_wrap svg{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	fill: #FFFFFF;
	height: 42px;
	margin: 10px 10px 0;
	transition: opacity 0.2s ease-out 0s;
	width: 42px;
}
#footer_wrap a:hover svg{
	opacity: 0.7;
}
#footer_logo{
}
#footer_logo img{
	width: 160px;
}
#created_by{
	margin-top: 20px;
	margin-bottom: 20px;
}
#created_by img{
	height: auto;
}
#created_by a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#created_by a:hover img{
	opacity: 0.7;
}
#copyright{
	font-size: 75%;
	padding: 20px;
}
#copyright a{
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}
#btn_application{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FF5E5E;
	border-radius: 8px;
	color: #FFFFFF;
	cursor: pointer;
	position: fixed;
	transition: opacity 0.2s ease-out 0s;
	text-decoration: none;
	z-index: 999;
}
#btn_application svg{
	fill: #FFFFFF;
}
#btn_application p{
	line-height: 1.2;
}
#btn_application:hover{
	opacity: 0.7;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:1399px){
	#btn_application{
		height: 60px;
		padding-top: 3px;
		bottom: 60px;
		right: 0;
		width: 60px;
	}
	#btn_application svg{
		height: 30px;
		width: 30px;
	}
	#btn_application p{
		font-size: 62.5%;
		margin-top: -7px;
	}
	#btn_totop{
		right: 0;
		width: 60px;
	}
}
@media screen and (min-width:1400px){
	#btn_application{
		height: 100px;
		padding-top: 7px;
		bottom: 100px;
		left: -webkit-calc(50% + 720px);
		left: calc(50% + 720px);
		width: 100px;
	}
	#btn_application svg{
		height: 50px;
		width: 50px;
	}
	#btn_application p{
		font-size: 87.5%;
		margin-top: -6px;
	}
	#btn_totop{
		left: -webkit-calc(50% + 720px);
		left: calc(50% + 720px);
		width: 100px;
	}
}

