<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	施設紹介（本館・別館）
*/


.contents {
	margin-bottom: 50px;
}

.contents:first-of-type {
	margin-bottom: 0;
}

.contents p {
	line-height: 1.6em;
}


/*------------------------------------ 施設トップ
*/
#facility-top img {
	float: right;
	margin: 0 0 40px 30px;
	width: 45%;
}

#facility-top h3 {
	font-size: 46px;
	letter-spacing: 8px;
	margin: 0 0 15px 0;
}

#facility-top p {
	margin: 0;
}


/*------------------------------------ フロア
*/
#facility-floor {
	clear: both;
}

/* floor-num */
#floor-num {
	box-sizing: border-box;
	float: left;
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0 60px 0 0;
	width: 31%;
}

#floor-num li {
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	font-size: 30px;
	height: 84px;
	letter-spacing: 2px;
	line-height: 86px;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
	width: 100%;
}

#floor-num li.active:after {
	background: no-repeat 0 0;
	background-size: cover;
	content: '';
	display: block;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	right: -32px;
	top: 50%;
	width: 32px;
}

#floor-num.fac1 li {
	background: #BDD9F1;
}

#floor-num.fac1 li.active,
#floor-num.fac1 li:hover {
	background: #73B5E5;
}

#floor-num.fac1 li.active:after {
	background-image: url(../img/facility/arrow_floor_fac1.svg);
}

#floor-num.fac2 li {
	background: #EBF2BF;
}

#floor-num.fac2 li.active,
#floor-num.fac2 li:hover {
	background: #D4E062;
}

#floor-num.fac2 li.active:after {
	background-image: url(../img/facility/arrow_floor_fac2.svg);
}

#floor-num.fac3 li {
	background: #D6CFE7;
}

#floor-num.fac3 li.active,
#floor-num.fac3 li:hover {
	background: #A18FC3;
}

#floor-num.fac3 li.active:after {
	background-image: url(../img/facility/arrow_floor_fac3.svg);
}


/* floor-detail */
#floor-detail {
	border-top: 2px dotted #000;
	float: left;
	margin-bottom: 50px;
	padding-top: 30px;
	position: relative;
	width: 69%;
}

.floor-bl {
	clear: both;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
	width: 100%;
	z-index: -1;
}

.floor-bl.active {
	opacity: 1;
	position: static;
}

.floor-txt {
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	width: 33%;
}

.floor-txt h4 {
	border-bottom: 3px solid #000;
	font-size: 80px;
	margin: 0 0 20px 0;
	text-align: center;
	width: 74%;
}

.floor-txt ul {
	padding-left: 1.3em;
}

.floor-txt ul li {
	font-size: 17px;
	line-height: 1.8em;
}

.floor-img {
	float: left;
	width: 67%;
}

.floor-img .img-bl {
	margin-bottom: 30px;
}

.floor-img .img-bl.half {
	float: left;
	width: 48%;
}

.floor-img .img-bl.half:first-of-type {
	margin-right: 4%;
}

.floor-img .img-bl img {
	height: auto;
	margin-bottom: 5px;
	width: 100%;
}

.floor-img .img-bl h5 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

.floor-img .img-bl p {
	margin: 0;
}

.floor-map {
	clear: both;
	text-align: center;
}


/* btn */
.btn {
	clear: both;
	text-align: center;
}

.btn a {
	background: #4A74AE;
	color: #FFF;
	display: inline-block;
    height: 30px;
    line-height: 32px;
		margin: 0 15px;
    text-align: center;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	transition: opacity .1s linear;
    width: 260px;
}

.btn a:hover {
	opacity: .8;
	text-decoration: none;
}







@media screen and (max-width: 980px) {
	.contents p {
		font-size: 13px;
		line-height: 1.4em;
	}


	/*------------------------------------ 施設トップ
	*/
	#facility-top {
		margin-bottom: 20px;
	}
	
	#facility-top img {
		margin: 0 0 10px 10px;
	}

	#facility-top h3 {
		font-size: 18px;
		letter-spacing: 3px;
		margin: 0 0 5px 0;
	}

	#facility-top p {
		margin: 0;
	}
	
	/*------------------------------------ フロア
	*/
	/* floor-num */
	#floor-num {
		margin: 0 0 30px 0;
		padding: 0 20px 0 0;
		width: 26%;
	}

	#floor-num li {
		font-size: 18px;
		height: 40px;
		line-height: 42px;
	}

	#floor-num li.active:after {
		height: 16px;
		margin-top: -8px;
		right: -16px;
		width: 16px;
	}

	/* floor-detail */
	#floor-detail {
		border-top: 1px dotted #000;
		margin-bottom: 30px;
		padding-top: 15px;
		width: 74%;
	}

	.floor-txt {
		padding-right: 10px;
		width: 40%;
	}

	.floor-txt h4 {
		border-bottom: 2px solid #000;
		font-size: 30px;
		margin: 0 0 10px 0;
		width: 70%;
	}
	
	.floor-txt ul {
		margin: 0;
		padding-left: 1.1em;
	}

	.floor-txt ul li {
		font-size: 12px;
		line-height: 1.6em;
	}

	.floor-img {
		width: 60%;
	}

	.floor-img .img-bl {
		margin-bottom: 10px;
	}

	.floor-img .img-bl h5 {
		font-size: 14px;
	}

	.floor-img .img-bl p {
		font-size: 12px;
	}

	.floor-map img {
		height: auto;
		width: 100%;
	}
	
	
	.btn a {
		font-size: 12px;
		height: 26px;
		line-height: 28px;
		width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.btn a {
		display: block;
		margin: 10px auto;
	}
}














</pre></body></html>