@charset "UTF-8";


.moreBtn {
	text-align: center;
	margin: 40px 0 0 0;
}
.moreBtn a {
	color: #c2d9de;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #c2d9de;
	margin: 0 auto;
	padding: .5em 5em;
	position: relative;
	display: inline-block;
}
.moreBtn a,
.moreBtn a::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.moreBtn a::after {
	content: '';
	width: 0;
	height: 100%;
	background: #c2d9de;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.moreBtn a:hover {
	color: #FFF;
}
.moreBtn a:hover::after {
	width: 100%;
}


#mainv {
	background: url(../images/p_mainv.jpg) no-repeat center top;
	background-size: cover;
}
#mainv .subContents {
	min-height: 600px;
}
#mainv .subContents h1 {
	color: #FFF;
	font-family: serif;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,.3);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


#news {
	margin-top: 50px;
}
#news h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}
#news dl {
	font-size: 15px;
	margin: 0 50px;
}
#news dl dt {
	padding: 10px 0 10px 15px;
	float: left;
}
#news dl dd {
	border-bottom: dotted 1px #CCC;
	padding: 10px 15px 10px 10em;
}


#about .subContents {
	display: flex;
	justify-content: space-between;
}
#about h2 {
	font-size: 16px;
}

#about .subContents figure {
	width: 350px;
}
#about .subContents figure img {
	width: 100%;
}
#about .subContents > div {
	width: 550px;
}

#row2 .subContents {
	display: flex;
	justify-content: space-between;
}
#row2 .subContents > div {
	width: 440px;
}
#row2 .subContents > div figure {
	margin: 0 0 15px;
}
#row2 .subContents > div figure img {
	width: 100%;
}
#row2 .subContents > div > div {
	margin: 0 20px;
}

#facilities .subContents > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#facilities .subContents > ul::before,
#facilities .subContents > ul::after {
	content: " ";
	width: 210px;
	display: block;
	order: 1;
}
#facilities .subContents > ul > li {
	width: 210px;
	margin: 0 0 20px;
}
#facilities .subContents > ul > li figure {
	margin: 0 0 5px;
}
#facilities .subContents > ul > li h3 {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#facilities .subContents > ul > li h3 br {
}



/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:751px) {



	.moreBtn {
		margin: 20px 0 0 0;
	}
	.moreBtn a {
	}
	.moreBtn a,
	.moreBtn a::after {
		-webkit-transition: 0;
		-moz-transition: 0;
		transition: 0;
	}
	.moreBtn a::after {
		content: none;
	}
	.moreBtn a:hover {
		color: #c2d9de;
	}
	.moreBtn a:hover::after {
	}


	#mainv {
		min-height: 500px;
		background: url(../images/p_mainv.jpg) no-repeat center top;
		background-size: cover;
	}
	#mainv .subContents {
		min-height: 500px;
	}
	#mainv .subContents h1 {
		font-size: 20px;
		font-weight: bold;
		left: 5vw;
	}
	#news {
		margin-top: 20px;
	}
	#news h2 {
		font-size: 18px;
		margin: 0 0 5px;
	}
	#news dl {
		font-size: 14px;
		margin: 0 5vw;
	}
	#news dl dt {
		padding: 10px 0 2px;
		float: none;
	}
	#news dl dd {
		border-bottom: dotted 1px #CCC;
		padding: 0 10px 10px 0;
	}

	#about .subContents {
		width: 90vw;
		display: block;
	}
	#about h2 {
		font-size: 13px;
	}
	#about .subContents figure {
		width: 100%;
		margin: 0 0 10px;
	}
	#about .subContents > div {
		width: 100%;
	}

	#row2 .subContents {
		width: 90vw;
		display: block;
	}
	#row2 .subContents > div {
		width: 100%;
	}
	#row2 .subContents > div:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#row2 .subContents > div figure {
		margin: 0 0 10px;
	}
	#row2 .subContents > div > div {
		margin: 0;
	}

	#facilities .subContents {
		width: 90vw;
	}
	#facilities .subContents > ul {
	}
	#facilities .subContents > ul::before,
	#facilities .subContents > ul::after {
		width: 30%;
	}
	#facilities .subContents > ul > li {
		width: 30%;
	}
	#facilities .subContents > ul > li figure {
	}
	#facilities .subContents > ul > li h3 {
		font-size: 13px;
	}
	#facilities .subContents > ul > li h3 br {
		display: none;
	}
	#facilities .moreBtn a {
		padding: .5em 3em;
	}


/* FOR smartphone portrait
***************************************************************************/
@media screen and (max-width:400px) {



}


