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

 author     :Ability Consultant
style info  :ホテルメッツ店舗個別設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header h1 {
	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: 8em;
}

/*----------------------------------------------------
	#rooms
　　.point　客室のご案内
----------------------------------------------------------- */
.point {
	background-color: #e3eafa;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 8px 10px 8px 10px;
}


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

/* 2021.03.30追記 */
#restaurant #main .con_info {
	border: 2px solid #465a93;
	width: 656px;
	margin: 30px 0 50px;
	padding: 20px;
	text-align: center;
}

#restaurant #main .con_restaurant .box_res h4 {
    margin-bottom: 20px;
}

#restaurant #main .con_restaurant .box_res .con_photo {
	clear: both;
	padding: 0 20px;
}

#restaurant #main .con_breakfast .box_bre .con_photo {
	clear: both;
	padding: 20px 35px 0 35px;
}

#restaurant #main .con_restaurant .box_res .con_photo .left,
#restaurant #main .con_breakfast .box_bre .con_photo .left {
	float: left;
}

#restaurant #main .con_restaurant .box_res .con_photo .right,
#restaurant #main .con_breakfast .box_bre .con_photo .right {
	float: right;
}

#restaurant #main .con_breakfast .box_bre dl {
    background: url(../../images/ic_circle_gold.gif) no-repeat 0 5px;
    padding: 0 0 3px 17px;
    margin: 0 0 8px;
	overflow: hidden;
}

#restaurant #main .con_breakfast .box_bre dt,
#restaurant #main .con_breakfast .box_bre dd {
	padding: 2px 0;
	float: left;
}

#restaurant #main .con_breakfast .box_bre dt {
	font-weight: bold;
	width: 90px;
	clear: both;
}

#restaurant #main .con_breakfast .box_bre dd {
	width: 540px;
}

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


/* -----------------------------------------------------------
	#side
		サイドバー、サブ
----------------------------------------------------------- */
/* 携帯サイトQRコード */
#side .bn_side_mobile {
	background: url(../images/bn_side_mobile.gif) no-repeat 0 0;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer .txt_l p {
	background: url(../images/logo_footer.gif) no-repeat 0 0;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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