/* ------------------------------------ */
.page_mv {
	background: url(../images/facility/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
.facility {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 50px;
}
.facility li {
	float: left;
	width: 47%;
	margin-right: 6%;
	position: relative;
	height: 330px;
	overflow: hidden;
	margin: 0 auto 50px;
}
.facility li:nth-child(2n) {
	margin-right: 0;
}
.facility li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: 150%;
}
.facility li span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.5) 100%);
	height: 70px;
}
.facility li p {
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: 10px;
	color: #fff;
	line-height: 130%;
	font-size: 110%;
}
.facility li a {
	display: block;
	position: absolute;
	right: 12px;
	bottom: 10px;
	color: #fff;
	line-height: 130%;
	font-size: 160%;
}
/* ------------------------------------ */

/* ------------------------------------ */



@media only screen and ( max-width : 900px ) {
	
	/* ------------------------------------ */
	.facility li {
		height: 250px;
		overflow: hidden;
		margin: 0 auto 30px;
	}
	/* ------------------------------------ */ 
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 680px ) {
	
	/* ------------------------------------ */
	.facility {
		margin: 0px auto 30px;
	}
	.facility li {
		float: none;
		width: 100%;
		margin-right: 0;
		height: 330px;
		margin: 0 auto 10px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}