@charset "UTF-8";
/* ----------------------------------
館内施設
---------------------------------- */
.pc {
	display: block;
}
.sp {
	display: none;
}
	@media only screen and (max-width: 750px) {
		.pc {
			display: none;
		}
		.sp {
			display: block;
		}
	}
#facility {
	box-sizing: border-box;
}

div#kv {
	width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    position: relative;
	margin-top: 0px;
    /*margin-top: 70px;*/
}
div#kv img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	@media only screen and (max-width: 750px) {
		div#kv {
			width: 100%;
			height: 420px;
			margin-top: 0;
		}
	    div#kv img {
			width: auto;
			height: 100%;
			left: 55%;
    	}
	}
.w765 {
	width: 765px;
	margin: 0 auto;
}
p.lead {
	line-height: 160%;
}
	@media only screen and (max-width: 750px) {
		.w765 {
			width: 90%;
			margin: 0 auto;
		}
	}

div#lead {
	margin: 60px 0 40px;
}
div#lead > div {
	display: block;
	width: 700px;
	margin: 0 auto;
}
div#lead > div > h1 {
	font-size: 15px!important;
	margin: 0;
}
div#lead > div > h1 > span {
	display: block;
	font-size: 38px;
	margin-top: 10px;
}
div#lead > div > h1 > span:before,
div#lead > div > h1 > span:after {
    content: "";
    display: inline-block;
    background-image: url(/common/top/pc/h2_layout.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 3px;
    background-size: contain;
    margin: 0 16px;
    vertical-align: 7px;
}
	@media only screen and (max-width: 750px) {
		div#lead {
			width: 90%;
			margin: 60px auto 40px;
		}
		div#lead > div {
			width: 100%;
		}
	}

div.information {
	width: 800px;
	border: #ccc 3px solid;
	margin: 30px auto 0;
	padding: 16px 32px;
	box-sizing: border-box;
}
div.information > ul > li {
	text-indent:-1em;
	padding-left:1em;
	line-height: 160%;
	text-align: left;
}
	@media only screen and (max-width: 750px) {
		div.information {
			width: 90%;
			padding: 16px;
		}
	}

div#contents {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin: 60px auto;
}
div#contents > section {
	width: 49%;
	margin-right: 2%;
}
div#contents > section:nth-of-type(2n) {
	margin-right: 0;
}
div#contents > section > div > img {
	width: 100%;
	height: auto;
}

div#contents > section > h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0;
}
div#contents > section > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
div#contents > section > dl > dt {
	width: 20%;
	line-height: 160%;
	margin-bottom: 10px;
}
div#contents > section > dl > dd {
	width: 80%;
	line-height: 160%;
	margin-bottom: 10px;
}
	@media only screen and (max-width: 750px) {
		div#contents {
			max-width: 90%;
			display: block;
			flex-wrap: nowrap;
			text-align: left;
			margin: 60px auto;
		}
		div#contents > section {
			width: 100%;
			margin-right: 0%;
		}
		div#contents > section > div > img {
			width: 100%;
			height: auto;
		}

		div#contents > section > h2 {
			font-size: 20px;
			font-weight: 700;
			margin: 20px 0;
		}
		div#contents > section > dl {
			display: flex;
			flex-wrap: wrap;
			margin: 20px 0;
		}
		div#contents > section > dl > dt {
			width: 25%;
			line-height: 160%;
			margin-bottom: 10px;
		}
		div#contents > section > dl > dd {
			width: 75%;
			line-height: 160%;
			margin-bottom: 10px;
		}
	}



article#service {
	background-color: #edebea;
	padding: 65px 20px;  
}
article#service > div > h2 {
	font-size: 40px;
	letter-spacing: .1em;
}
article#service > div > h3 {
	font-size: 20px;
	letter-spacing: .1em;
}
article#service > div > div {
	margin: 30px auto 0;
}
	@media only screen and (max-width: 750px) {
		article#service > div > h2 {
			font-size: 6vw;
		}
	}
