@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内施設
=================================================================== */
@font-face {
	font-family: "YuGothicBold";
	src: local("Yu Gothic Medium");
}
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
	margin-top: 85px;
	padding-top: 90px;
	background: url(../room/images/bg_int.png) repeat;
}

/* -----------------------------------------------------------
	con_res,con_sho
----------------------------------------------------------- */
.con_res h4, .con_sho h4 {
	text-align: center;
}

.con_res h4 {
	margin-top: -15px;
}
.con_res .btn {
	text-align: center;
}
.con_res .btn a {
	width: 300px;
	color: #3e807f !important;
	border: solid 1px #3e807f;
}
.con_res .btn a:hover {
	color: #fff !important;
	background: #3e807f;
}

.con_sho h4 {
	margin-top: -5px;
}

/* -----------------------------------------------------------
	con_oth
----------------------------------------------------------- */
.con_oth ul {
	letter-spacing: -.5em;
}
.con_oth ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin: 30px 0 0 38px;
}
.con_oth ul li:nth-child(-n+2) {
	margin-top: 0;
}
.con_oth ul li:nth-child(odd) {
	margin-left: 0;
}
