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

/* ===================================================================

CSS information

 file name	:facilities.css
 style info :館内施設ページ用CSS
 
=================================================================== */

/*------------------------------------------------------------
	main_h2
------------------------------------------------------------*/
.main_h2 {
	background: url(/en/facilities/img/main_h2_tit_facilities.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.facilities_tit {
	overflow: hidden;
	font-size: 143%;
	color: #3c3c3c;
	padding: 30px 0 15px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.facilities_tit .smoke {
	float: right;
}
.facilities_tit .nosmoking {
	background: #ffedee;
	display: inline-block;
	font-size: 70%;
	margin-left: 10px;
	padding: 4px 6px;
}
.facilities_tit .nosmoking img {
	margin-right: 5px;
}
.facilities_tit .smoking {
	background: #e8ffe4;
	display: inline-block;
	font-size: 70%;
	margin-left: 10px;
	padding: 4px 6px;
}
.facilities_tit .smoking img {
	margin-right: 5px;
}
@media only screen and (max-width: 767px) {
.facilities_tit {
	padding: 15px 0 8px;
}
}</pre></body></html>