﻿@charset "utf-8";

/* -----------------------------------------------
 * ホテルパコグループ
 * 旭川 CSS
----------------------------------------------- */

/********** 複数のhtmlファイルで使用している記述 **********/

/* facilities.htmlの「お問い合わせ・ご予約」「営業時間」「カラオケランチ」部分
　 spa.htmlの「カイロプラクティックルーム」「お問い合わせ・ご予約」「営業時間」「ご利用料金」部分 */

#mainarea dl dt {
	margin-bottom: 5px;
}
/* facilities.htmlの「お問い合わせ・ご予約」「営業時間」「カラオケランチ」「貸出」「レンタル会議室」「レンタル倉庫」部分
　 restaurant.htmlの「お問い合わせ・ご予約」「営業時間」部分　および　spa.htmlの「カイロプラクティックルーム」「お問い合わせ・ご予約」「営業時間」部分 */
#mainarea dl dd {
	margin: 0 0 10px 15px;
	margin-left: 15px;
}

/* guestroom.html、spa.html料金表の料金部分 */
#mainarea table td {
	text-align: center;
	background: #ffffff;
}

/* facilities.html「レンタルスペース」の部屋写真部分
　 restaurant.htmlの施設・料理写真部分
　 spa.htmlの大浴場写真部分 */
#mainarea .imgList {
	margin: 10px 0;
}
	/* facilities.html「レンタルスペース」の各写真
	　 restaurant.htmlの各写真
	　 spa.htmlの大浴場各写真 */
	#mainarea .imgList li {
		float: left;
		margin-right: 10px;
	}
		/* facilities.html「レンタルスペース」の写真のうち、右端のもの
		　 restaurant.htmlの写真のうち、右端のもの
		　 resspataurant.htmlの大浴場写真のうち、右端のもの */
		#mainarea .imgList li.end {
			margin-right: 0;
		}


/********** レストラン（restaurant.html） **********/
/* 「◆○○のお知らせ」 */
#restaurant p.large {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
	color: #A10B6E;
}

/* 各店の「お問い合わせ」「営業時間」部分 */
#restaurant .restaurantDetail {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #776348;
}
/* 各店の「お問い合わせ」「営業時間」タイトル */
#restaurant dl dt {
	margin: 0 0 15px;
	color: #660000;
	font-size: 120%;
	font-weight: bold;
}

/* 各店の囲み枠部分 */
#restaurant .detail {
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #776348;
	background: #ffffff;
}
	/* 各店の説明文部分 */
	#restaurant .detail p {
		color: #776348;
	}
	/* 各店のロゴ */
	#restaurant .detail .imgL {
		margin: 0 10px 0 0;
	}
	
	/* 囲み枠内の点線から下の部分 */
	#restaurant .read {
		margin: 10px 0 0;
		padding: 5px 0 0;
		border-top: 1px dotted #776348;
	}
		#restaurant .read p {
			color: #404040;
		}

/* ラヴァーズカクテルメニュー */
	#restaurant table.foodMenu {
		margin: 0 15px 0 0;
		border: 3px solid #776348;
		background: #ffffff;
	}
		#restaurant table.foodMenu th,
		#restaurant table.foodMenu td {
			padding: 6px;
			font-weight: normal;
			border: 1px solid #776348;
			background: #ffffff;
		}
		#restaurant table.foodMenu thead th {
			color: #990000;
			text-align: center;
		}



/********** 温泉＆リラクゼーション（spa.html、spa2.html） **********/
/* 薄茶背景に白抜き文字の項目タイトル部分 */
#spa h3 {
	margin: 20px 0;
	padding: 5px 0;
	text-indent: 0.5em;
	color: #ffffff;
	font-size: 16px;
	background: #AB9070;
}

/* 「■カイロプラクティックルーム」「お問い合わせ・ご予約」「営業時間」「ご利用料金」 */
#spa dl dt {
	color: #990000;
}

/* 「カイロプラクティックルーム」部分 */
#spa .spaDetail {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 2px dotted #776348;
	}
	/* カイロプラクティックルーム写真 */
		#spa .spaDetail .imgL {
			margin: 0 10px 0 0;
		}

/* 「カイロプラクティックルーム」「限定コース」写真横の説明部分 */
#spa .posL {
	width: 400px;
}

/* 「ナチュラルセラピールーム」タイトル下の囲み枠部分 */
#spa .therapyDetail {
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #776348;
	background: #ffffff;
}
	/* カプセル写真 */
	#spa .therapyDetail .imgL {
		margin: 0 10px 0 0;
	}
	/* 「完全予約制…」 */
	#spa .therapyDetail p {
		color: #776348;
	}
	/* 「完全予約制…」 */
	#spa .read {
		margin: 18px 0 0;
		padding: 5px 0 0;
		border-top: 1px dotted #776348;
	}

/* 囲み枠「天然温泉大浴場入浴と…」の部分 */
#spa .reference {
	margin: 5px 0 12px;
	padding: 6px;
	border: 1px solid #A23116;
	background: #ffffff;
}
	/* 囲み枠「天然温泉大浴場入浴と…」の文章部分 */
	#mainarea p span.therapy {
		color: #FF8040;
	}

/* ナチュラルセラピールーム料金表 */
#mainarea table.spaFee {
	margin: 10px 0;
	border: 1px solid #776348;
	width: 600px;
}
	/* ナチュラルセラピールーム料金表の各セル */
	#mainarea table.spaFee th,
	#mainarea table.spaFee td {
		padding: 6px 15px;
		text-align: center;
		border: 1px solid #776348;
	}
	/* ナチュラルセラピールーム料金表の色つきセル */
	#mainarea table.spaFee th {
		font-weight: normal;
		background: #E3E1A3;
	}
		/* ナチュラルセラピールーム料金表のセル（ヘッダ行） */
		#mainarea table.spaFee thead th {
			text-align: center;
			padding: 6px;
		}

/* 「ご利用料金」部分 */
#spa .detail {
	margin: 20px 0;
}




/********** 施設（facilities.html） **********/
/* 薄茶背景に白抜き文字の項目タイトル部分 */
#facilities h3,
#facilities2 h3 {
	margin: 20px 0;
	padding: 5px 0;
	text-indent: 0.5em;
	color: #ffffff;
	font-size: 16px;
	background: #AB9070;
}

/* 「レンタルスペースのご案内」タイトル下の囲み枠部分 */
#facilities2 .detail {
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #776348;
	background: #ffffff;
}
	/* タイムゾーンのロゴとその下のキャプション */
	#facilities2 .detail .imgL {
		margin: 0 10px 0 0;
	}
	/* タイムゾーンの説明文 */
	#facilities2 .detail p {
		color: #776348;
	}
	/* タイムゾーンの説明文 */
	.rentalText {
		width: 400px;
		}

/* お問い合わせ・ご予約、営業時間、部屋写真部分 */
#facilities2 .facilities2Detail {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #776348;
}
	/* 「お問い合わせ・ご予約」、「営業時間」部分 */
	#facilities2 .facilities2Detail .imgL {
		margin: 0 10px 0 0;
	}

/* 「レンタルスペース」の【その他料金】、カラオケランチの金額 */
#facilities2 p span,
#facilities2 dd span {
	color: #990000;
}

/* 「ホテル施設」の詳細部分 */
#facilities .posL {
	width: 350px;
	margin-right: 10px;
}
	/* 「ホテル施設」の詳細リスト */
	#facilities ul {
		margin: 0 0 15px;
	}
		/* 「ホテル施設」の詳細リスト各項目 */
		#facilities ul li {
			margin-left: 20px;
			list-style-type: disc;
		}
	/* 「【貸出し】」*/
	#facilities .posL dt {
		padding-left: 6px;
	}

/* 【貸出し】部分 */
.facilitiesDetail {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #776348;
}
	/* 【貸出し】の文字部分 */
	#facilities .detail {
		margin: 0 0 20px;
		padding: 5px;
		border: 1px solid #776348;
		background: #ffffff;
	}
	/* 【貸出し】枠右の写真とキャプション */
	#facilities .posR p {
		margin-bottom: 10px;
	}


/* 「スタッフは２４時間体制で…」 */
.commentBox {
	padding: 10px;
	font-size: 80%;
	border: 1px solid #999999;
}


/********** アクセス（access.html） **********/
/* グーグルマップ表示部分 */
#access #map {
	width: 600px;
	height: 300px;
	margin: 0 0 20px;
	background:#FFFFFF;
}

/* 「（曜日、日々と…」 */
#access dd span {
	color: #4B3E8C;
	font-size: 80%;
}

/* 「天候や時期等により…」 */
.referenceMark {
	font-size: 80%;
}


/********** 客室（guestroom.html） **********/
/* 薄茶背景に白抜き文字の項目タイトル部分 */
#guestroom h3 {
	margin: 20px 0;
	padding: 5px 0;
	text-indent: 0.5em;
	color: #ffffff;
	font-size: 16px;
	background: #AB9070;
}

/* 客室イメージ部分 */
#change_image {
	margin:15px 0;
}
	/* 客室イメージ（大きな画像） */
	#change_image p {
		margin:3px 0 0 0;
		font-size:80%;
	}
	/* 客室イメージ（大きな画像） */
	#change_image #view {
		width:600px;
		height:300px;
		margin:0 0 5px 0;
		}
	/* 客室イメージ（サムネイル表示部分） */
	ul #thumbs {
		margin:0;
		}
		/* 客室イメージ（各サムネイル画像） */
		 #thumbs li {
			margin:0 3px 0 0;
			float:left;
			list-style:none;
		}
		/* 客室イメージ（右端のサムネイル画像） */
		 #thumbs li.end {
			margin:0;
			float:left;
			list-style:none;
		}
	/* 「▲」 */
	#change_image span {
		color:#990000;
	}

/* 料金表 */
#mainarea table {
	margin: 10px 0;
	border: 1px solid #AB9070;
}
	/* 料金表の各セル */
	#mainarea table th,
	#mainarea table td {
		padding: 6px;
		border: 1px solid #AB9070;
	}
	/* 料金表の色つきセル */
	#mainarea table th {
		background: #E3E1A3;
	}
		/* 料金表の色つきセル（ヘッダ行） */
		#mainarea table thead th {
			text-align: center;
		}

/* 「※禁煙ルームも…」 */
.guestroom_comment {
	font-size:80%;
}