@charset "utf-8";

header{
	display: none;
}
#topimg{
	position: relative;
	width: 100%;
	height: 750px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#caption-wrap{
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	top: 30%;
	text-align: center;
}
#caption{
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HG明朝E","MS P明朝","MS 明朝",serif;
	font-size: 42px;
	font-weight: bold;
	color: #222;
	text-shadow: 2px 2px 4px #FFF, -2px 2px 4px #FFF, 2px -2px 4px #FFF, -2px -2px 4px #FFF, 2px 2px 8px #FFF, -2px 2px 8px #FFF, 2px -2px 8px #FFF, -2px -2px 8px #FFF;
}
@media (max-width: 1199px){
#topimg{
	height: 650px;
}
#caption{
	font-size: 36px;
}
}
@media (max-width: 991px){
#topimg{
	height: 550px;
}
#caption-wrap{
	top: 25%;
}
#caption{
	font-size: 32px;
}
}
@media (max-width: 767px){
#topimg{
	height: 450px;
}
#caption-wrap{
	top: 20%;
}
#caption{
	font-size: 28px;
}
}
@media (max-width: 479px){
#topimg{
	height: 350px;
}
#caption{
	font-size: 24px;
}
}
#newsbn{
	background-color: #EDFBD8;
	padding: 20px 0 30px;
}
#news{
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #FFF;
}
#news h2{
	margin: 10px 20px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	background-color: #FFF;
	border-bottom: 1px solid #DCDCDC;
}
#news ul{
	margin: 0;
	padding: 20px;
	list-style: none;
	background-color: #FFF;
	overflow: hidden;
}
#news ul li{
	padding: 0.25em 0 0.25em 0.75em;
	background: url(/img/arrow_g.gif) left center no-repeat;
}
.wrap-bn{
	max-width: 420px;
	margin: 20px auto 0;
}
.bn-facilities,
.bn-fee,
.bn-access,
.bn-recruit{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.bn-facilities img,
.bn-fee img,
.bn-access img,
.bn-recruit img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -20px;
	z-index: 1;
}
.bn-facilities:after{
	background: url(/img/home/bg_bn_facilities.jpg) no-repeat center center;
}
.bn-fee:after{
	background: url(/img/home/bg_bn_fee.jpg) no-repeat center center;
}
.bn-access:after{
	background: url(/img/home/bg_bn_access.jpg) no-repeat center center;
}
.bn-recruit:after{
	background: url(/img/home/bg_bn_recruit.jpg) no-repeat center center;
}
.bn-facilities:after,
.bn-fee:after,
.bn-access:after,
.bn-recruit:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.bn-facilities:hover:after,
.bn-fee:hover:after,
.bn-access:hover:after,
.bn-recruit:hover:after{
	opacity: 0.8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#map{
	margin-top: 30px;
}