@charset "UTF-8";
@import "../../common/css/common.css";

/* ---------------------------------------------------------
	CSS Document facility
--------------------------------------------------------- */

#facility {
	margin: 30px 0 90px;
	position: relative;
	z-index: 0;
}

#facility:before {
	content: '';
	width: 1090px;
	height: 368px;
	background: url(../images/bg_01.png) no-repeat top;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#facility:after {
	content: '';
	width: 100%;
	height: 913px;
	background: url(../../common/images/page_bg.png) no-repeat center / 100% 913px;
	position: absolute;
	bottom: 200px;
	left: 0;
	z-index: -1;
}

#facility h3 {
	height: 110px;
	font-size: 31px;
	line-height: 90px;
	letter-spacing: 4px;
	color: #0378a6;
}

#facility .article {
	width: 933px;
	margin: 0 auto;
	padding: 10px;
	background: #f5ede1 url(../images/bg_02.png) 0 0;
}

#facility .section {
	padding: 28px 28px 30px 28px;
	background: #fff;
	position: relative;
}

#facility h4 {
	text-align: left;
	font-size: 0;
}

/* ---------------------------------------------------------
	CSS Document size
--------------------------------------------------------- */

#facility .size {
	display: flex;
	justify-content: flex-end;
}

#facility .size:after {
	content: '';
	width: 33px;
	height: 49px;
	background: url(../images/compass.png) no-repeat right;
}

#facility .size dl {
	display: flex;
	align-items: center;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 30px;
}

#facility .size dt {
	margin-right: 10px;
	padding: 0 20px;
	border-radius: 10px;
	background: #65b2e2;
	color: #fff;
}

#facility .size dd {
	padding: 0 5px;
}

/* ---------------------------------------------------------
	CSS Document floor
--------------------------------------------------------- */

#facility .floor:not(:first-of-type) {
	margin-top: 35px;
	position: relative;
}

#facility .floor:not(:first-of-type):before {
	display: block;
	content: '';
	height: 27px;
	margin-bottom: 35px;
	background: url(../images/bg_03.png) no-repeat top;
}

#facility .map {
	margin-top: -25px;
}

#facility ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	color: #705038;
}

#facility li {
	width: 200px;
	margin-bottom: 30px;
	margin-right: 19px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}

#facility li:nth-of-type(4n) {
	margin-right: 0;
}

#facility li img {
	height: 200px;
	margin-bottom: 5px;
}

#facility li > span {
	display: block;
	padding-left: 30px;
	line-height: 26px;
	position: relative;
}

#facility li i {
	width: 23px;
	height: 23px;
	margin-right: 5px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	background: #009ee2;
	text-align: center;
	font-style: normal;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 0;
}
