﻿@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 h3 {
	margin: 20px 0;
	padding: 5px 0;
	text-indent: 0.5em;
	color: #404040;
	font-size: 12px;
	font-weight: normal;
	background: none;
}

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

/* ショットバーの囲み枠部分 */
#restaurant .detail {
	margin: 20px 0;
	padding: 5px;
	border: 1px solid #776348;
	background: #ffffff;
}
	#restaurant .detail .imgL {
		margin: 0 10px 0 0;
	}

	.merlot {
		width: 380px;
	}

/********** 温泉＆リラクゼーション（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;
}

/* 「ホテル施設」の詳細部分 */
#facilities .posL {
	width: 300px;
	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%;
}
.commentBox {
	margin-top: 20px;
	padding: 10px;
	font-size: 80%;
	border: 1px solid #999999;
}



/********** 客室（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%;
}

/* レディースルーム囲み枠 */
#ladies {
	margin-top: 20px;
	border: 1px solid #B03B28;
	background: #ffffff;
}
	/* レディースルーム見出し */
	#ladies h4 {
		padding: 3px 0;
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background: #B03B28;
	}
	/* 写真と文章の1セット */
	#ladies .ladiesBox {
		padding: 10px;
	}
	/* 上記セットの文章エリア */
	#ladies .ladiesText {
		width: 330px;
	}
		/* 文章 */
		#ladies .ladiesText p {
			line-height: 1.3;
			margin-bottom: 5px;
		}
	/* 「美…beautiful」等のタイトル */
	#mainarea #ladies dl dt {
		margin: 3px 0 0;
		padding-left: 3px;
		color: #ffffff;
		font-weight: bold;
		background: #B03B28;
	}
	/* 「マイナスイオンドライヤー」等の項目 */
	#mainarea #ladies dl dd {
		line-height: 1.2;
		margin: 0;
		padding-left: 5px;
	}
	/* レディースルーム料金表 */
	#mainarea table.ladiesTable {
		width: 580px;
		margin-left: 10px;
	}
	/* ご注意 */
	.attention {
		padding: 5px 10px 10px;
		font-size: 80%;
	}
