<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  :tsurumi.css
 author     :Ability Consultant
style info  :ホテルメッツ店舗個別設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header h1 {
	width: 950px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat 0 0;
}


/*----------------------------------------------------
	#gnav h2
		ページタイトル
----------------------------------------------------*/
/* 客室 */
#rooms #gnav h2 {
	background: url(../rooms/images/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

/* レストラン */
#restaurant #gnav h2 {
	background: url(../restaurant/images/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

/* 設備・サービス */
#facilities #gnav h2 {
	background: url(../facilities/images/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

/* アクセス */
#access #gnav h2 {
	background: url(../access/images/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

/* グループホテル */
#group #gnav h2 {
	background: url(../group/images/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}


/*----------------------------------------------------
	#homepage
　　.con_plan　おすすめプラン
----------------------------------------------------------- */
#homepage .box_plan dl {
	min-height: 120px;
	height: 11em;
}


/*----------------------------------------------------
	#restaurant
		レストランの説明テキスト部分
----------------------------------------------------*/
#restaurant #main .con_restaurant .box_res h5 {
	background: none;
	padding: 15px 20px;
}

#restaurant #main .con_info {
	border: 1px solid #b90d0d;
	width: 656px;
	margin: 50px 0 70px;
	padding: 20px;
	text-align: left;
}
#restaurant #main .con_info h4 {
	color: #b90d0d;
	margin-bottom: .8em;
	font-size: 14px;
	font-weight: normal;
}
#restaurant #main .con_info p {
	color: #b90d0d;
	font-size: 14px;
}

/*----------------------------------------------------
	#facilities .con_service
		サービス
----------------------------------------------------*/
#facilities #main .con_facility,
#facilities #main .con_service,
#facilities #main .con_sleep {
	margin: 0 0 40px;	
}

#facilities #main .con_facility h3,
#facilities #main .con_service h3,
#facilities #main .con_sleep h3 {
	width: 700px;
	height: 20px;
	text-indent: -9999px;
	background: url(../facilities/images/st_faci_service.gif) no-repeat 0 0;
	margin: 0 0 10px;	
}

#facilities #main .con_facility h3 {
	background: url(../facilities/images/st_faci_facility.gif) no-repeat 0 0;
}

#facilities #main .con_service h3 {
	background: url(../facilities/images/st_faci_service.gif) no-repeat 0 0;
}

#facilities #main .con_sleep h3 {
	background: url(../facilities/images/st_faci_sleep.gif) no-repeat 0 0;
}


/* 追加分　共通設定
----------------------------------------------------------- */
#facilities #main .con_facility .box_facility,
#facilities #main .con_service .box_service,
#facilities #main .con_sleep .box_sleep {
	width: 654px;
	border: solid 3px #d8d8d8;
	margin: 0 0 20px;
	padding: 20px;
	overflow: hidden;
}

#facilities #main .con_facility .box_facility .box_fac,
#facilities #main .con_service .box_service .box_ser,
#facilities #main .con_sleep .box_sleep .box_sle {
	clear: both;
	border-bottom: solid 1px #d8d8d8;
	margin: 0 0 20px;
	padding: 0 0 20px;
	overflow: hidden;
}

#facilities #main .con_facility .box_facility .box_end,
#facilities #main .con_service .box_service .box_end,
#facilities #main .con_sleep .box_sleep .box_end {
	border-bottom: none;
	margin: 0;
	padding: 0;
}


/* 左カラム */
#facilities #main .con_facility .box_facility .box_fac .box_l,
#facilities #main .con_service .box_service .box_ser .box_l,
#facilities #main .con_sleep .box_sleep .box_sle .box_l {
	float: left;
	width: 210px;
}


/* 右カラム */
#facilities #main .con_facility .box_facility .box_fac .box_r,
#facilities #main .con_service .box_service .box_ser .box_r,
#facilities #main .con_sleep .box_sleep .box_sle .box_r {
	float: left;
	float: right;
	width: 410px;
	padding: 0 20px 0 0;
}

#facilities #main .con_facility .box_facility .box_fac .box_r h4,
#facilities #main .con_service .box_service .box_ser .box_r h4,
#facilities #main .con_sleep .box_sleep .box_sle .box_r h4 {
	color: #4f6899;
	border-bottom: dotted 1px #cfcfcf;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#facilities #main .con_facility .box_facility .box_fac .box_r ul,
#facilities #main .con_service .box_service .box_ser .box_r ul,
#facilities #main .con_sleep .box_sleep .box_sle .box_r ul {
	margin: 0 0 5px;
}

#facilities #main .con_facility .box_facility .box_fac .box_r li,
#facilities #main .con_service .box_service .box_ser .box_r li,
#facilities #main .con_sleep .box_sleep .box_sle .box_r li {
	background: url(../facilities/images/ic_circle_blue.gif) no-repeat 0 5px;
	padding: 0 0 0 17px;
}


/*----------------------------------------------------
	#access
　　.box_route　順路
----------------------------------------------------------- */
#access .box_route dl {
	min-height: 220px;
	height: 17em;
}


/* -----------------------------------------------------------
	#side
		サイドバー、サブ
----------------------------------------------------------- */
/* 携帯サイトQRコード */
#side .bn_side_mobile {
	width: 210px;
	height: 85px;
	text-indent: -9999px;
	background: url(../images/bn_side_mobile.gif) no-repeat 0 0;
	margin: 0 auto;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer .txt_l p {
	background: url(../images/logo_footer.gif) no-repeat 0 0;
	width: 350px;
	height: 40px;
	text-indent: -9999px;
}


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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
#facilities #main .con_facility .box_facility .box_fac,
#facilities #main .con_service .box_service .box_ser,
#facilities #main .con_sleep .box_sleep .box_sle {
	zoom: 1;
}</pre></body></html>