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

 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: 90px;
	height: 9.5em;
}


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

#restaurant #main .con_restaurant .box_res .txt_res {
	clear: both;
	overflow: hidden;
	padding: 20px 30px;
}



/* -----------------------------------------------------------
	#facilities
		施設・サービス
----------------------------------------------------------- */
#facilities #main .con_service02 .box_ser02 .con_cycling {
	width: 318px;
	margin: 25px auto 0 auto;
}

#facilities #main .con_service02 .box_ser02 .con_running {
	width: 374px;
	margin: 25px auto 0 auto;
}

#facilities #main .con_service02 .box_ser02 p.img_btn01 {
	float: left;
	margin: 0 10px 0 0;
}

#facilities #main .con_service02 .box_ser02 p.img_btn00 {
	float: left;
	margin: 0;
}



/*----------------------------------------------------
	#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

=======================================*/
* html {}