@charset "utf-8";
/* CSS Document */

/*introduction*/
.p-maintitle .c-icon.introduction {
	background: url(../img/introduction/icon_introduction.png) no-repeat left top;
	background-size: 90px 90px;
}
.p-photos .l-photos {
	margin: 0 -5px 0 45px;
}
.p-photos .text {
	font-size: 14px;
	line-height: 25px;
	text-align: right;
	margin: 0 0 30px;
}
.p-photos .c-photo {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 225px;
	margin: 0 15px 25px 0;
}
.p-photos .c-photo a {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.p-photos .c-photo a img {
	margin: 0;
	padding: 0;
	position: relative;
    top: 50%;
    left: 50%;
	z-index: 5;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.p-photos .c-photo a img.height200 {
	width: auto;
	height: 200px;	
}
.p-photos .c-photo a img.width200 {
	width: 200px;
	height:	auto;
}
.p-photos .c-photo a:before {
	content: "";
	position: absolute;
	z-index: 10;
	width: 200px;
	height: 200px;
	background: url(../img/introduction/icon_loupe.png) no-repeat right bottom;
	background-size: 30px 30px;
}
.p-photos .c-photo a:hover {
	opacity: 0.6;
}
.p-photos .c-photo .c-photocap {
	min-height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.p-facilities .p-detail {
	display: block;
	width: 100%;
}
.p-facilities .p-detail .c-facility {
	display: inline-block;
	vertical-align: top;
	width: 420px;
	clear: both;
}
.p-facilities .p-detail .c-facility:nth-child(2n+1) {
	margin: 0 30px 0 0;
}
.p-facilities .p-detail .c-facility:nth-child(2n) {
	margin: 0 0 0 30px;
}
.p-facilities .p-detail .c-facility .picture {
	float: left;
	vertical-align: top;
	border: #B7D4E3 solid 4px;
	margin: 0 10px 30px 45px;
}
.p-facilities .p-detail .c-facility .text {	
	display: table-cell;
	font-size: 14px;
	line-height: 25px;
	padding: 0 0 30px;
}
@media print, screen and (max-width: 1199px) {
	
	.p-photos .l-photos {
		text-align: center;
		margin: auto;
	}
	.p-photos .text {
		text-align: center;
	}
	.p-photos .c-photo {
		margin: 0 10px 10px;
	}
	.p-facilities .p-detail .c-facility {
		display: block;
		width: auto;
	}
	.p-facilities .p-detail .c-facility:nth-child(2n+1) {
		margin: 0 0 30px;
	}
	.p-facilities .p-detail .c-facility:nth-child(2n) {
		margin: 0 0 30px;
	}
	.p-facilities .p-detail .c-facility .text {
		margin: 0 40px 0 0;
	}
	
}
@media print, screen and (max-width: 959px) {
	
	.p-facilities .p-detail .c-facility .picture {
		float: none;
		display: table;
		text-align: center;
		margin: 0 auto 10px;
	}
	.p-facilities .p-detail .c-facility .text {
		margin: 0 0 30px;
	}
	
}