/* 館内施設 */
.lead {
	padding: 0 10px 30px;
}
.bg_wrap {
	background: rgba(255,255,255,.6);
}
#sec01,
#sec03,
#sec05,
#sec07 {
	padding: 20px 0;
}
#sec02,
#sec04,
#sec06,
#sec08 {
	padding: 20px 0;
	background: rgba(63,43,20,.1);
}
h3.facility {
	position: relative;
	margin: 5px 0 5px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.2;
	color: #00417D;
}
h3.facility img {
	display: inline-block;
	margin-bottom: 5px;
}
h3.facility:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: 100%;
	height: 24px;
	margin-left: -10px;
	background: url(../img/bg_nami.png) no-repeat;
	background-size: 320px auto;
}

.blue {
	margin-bottom: 10px;
	line-height: 1.5;
	color: #00417D;
}