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

 file name  :facilities.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
	$gnav: roo,bre,fac,sig,acc,gro,pac;
-----------------------------------------------------------*/
#gnav ul li.gnav_fac a {
	background-position: 0 -59px;
}

/*-----------------------------------------------------------
	.con_amenity
	アメニティバイキング
-----------------------------------------------------------*/
.con_amenity {
	margin-bottom: 80px;
	overflow: hidden;
}

.con_amenity .img {
	margin-bottom: 30px;
}

.con_amenity .box_title {
	float: left;
	width: 300px;
	margin-bottom: 50px;
}

.con_amenity .box_title h3 {
	margin-bottom: 20px;
}

.con_amenity .box_title .info {
	padding: 10px;
	text-align: center;
	line-height: 1;
	font-size: .9em;
	background: #dbe3ff;
}

.con_amenity .box_text {
	float: right;
	padding-left: 50px;
	width: 600px;
	border-left: 1px dashed #bababa;
	margin-bottom: 50px;
}

.con_amenity .box_amenity {
	clear: both;
}

.con_amenity .box_amenity h4 {
	background: url(../images/facilities/ic_cell.png) left center no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1;
	margin-bottom: 20px;
}

.con_amenity .box_amenity p {
	padding: 20px;
	background: #f4f4f4;
	border: 1px dashed #bababa;
}

/*-----------------------------------------------------------
	.con_list
	内容のリスト
-----------------------------------------------------------*/
.con_list {
	margin-bottom: 50px;
}

.con_list.last {
	margin-bottom: 0;
}

.con_list h3 {
	margin-bottom: 30px;
}

.con_list .txt_red {
	color: red;
	margin-bottom: 15px;
}

.con_list ul {
	overflow: hidden;
}

.con_list ul li {
	float: left;
	width: 25%;
	min-height: 300px;
	padding: 0 5px;
}

.con_list ul li .name {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding: 15px 0 10px;
	position: relative;
	font-size: 1.1em;
	border-top: 1px dotted #bababa;
}

.con_list ul li .name.long {
	letter-spacing: -1px;
}

.con_list ul li .name:before {
	content: "";
	width: 100px;
	height: 5px;
	background: #242f58;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.con_list ul li .img {
	margin-bottom: 10px;
}

.con_list ul li .txt {
	font-size: .9em;
}

.con_list ul li .txt span {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	padding: 5px;
	color: #242f58;
	border: 1px solid #242f58;
	background: #fff;
}
