﻿@charset "utf-8";

/* ----------------------------------------------
 * 基本設定
---------------------------------------------- */
p {
	margin: 1em 0;
	font-size: 120%;
	line-height: 1.6;
}
	p.referenceMark {
		color: #666666;
		font-size: 100%;
	}

table {
	width: 100%;
	margin: 0;
	font-size: 120%;
	border: 1px solid #746144;
	border-collapse: collapse;
}
	th {
		color: #493700;
		text-align: center;
		font-weight: normal;
		background: #DFD6C6;
	}

	.reference {
		margin: 0;
		padding: 0;
		font-size: 120%;
		text-align: right;
	}


/* ----------------------------------------------
 * 宴会
---------------------------------------------- */
#mainContent {
	float: right;
	text-align: center;
}
	#mainContent #contents {
		width: 530px;
		margin: 12px auto;
		text-align: left;
	}
		#contents h3 {
			margin: 30px 0 10px;
		}

	/**
	 * 補足説明等、文字が小さい時に使う
	 */
	#contents .codicil {
		font-size: 80%;
	}

	/* ------------------------
	 * 特典
	------------------------ */
	.amenity caption img {
		margin: 0 0 12px 0;
	}

	.amenity table th {
		padding: 3px;
		border: 1px solid #746144;
	}
	.amenity table td {
		line-height: 1.2;
		border: 1px solid #746144;
	}
		.amenity table td ul li {
			margin-left: 15px;
			line-height: 1.2;
			list-style-type: disc;
		}

	/* ------------------------
	 * ページナビゲーション
  ------------------------ */
	.pageNav {
		margin: 50px 0 20px;
		border-bottom: 2px solid #cccccc;
	}
		.pageNav li {
			float: left;
			margin: 0 0 0 10px;
		}


	/**
	 * #plans table extends table
	 * プラン用
	 */
		.plans table {
			margin-top: 1em;
			margin-bottom: 1em;
		}
			.plans table th,
			.plans table td {
				padding: 20px 12px;
			}

			/* 一番上のプラン名のところ */
			.prop_space {
				margin-right: 10px;
			}

			.plans img {
				float: left;
			}

			.plans table.planName {
				float: left;
				width: 260px;
				height: 170px;
				margin-top: 0;
			}
				.plans table.planName th,
				.plans table.planName td {
					padding: 10px 12px;
				}
				.plans table.planName td em {
					display: inline;
					color: #4F3B18;
					font-size: 110%;
					font-weight: bold;
				}

					/* テーブルの中のメニュー */
					.plans table.planName td table {
						margin: 0;
						border: none;
					}
						.plans table.planName td table td {
							padding: 0;
							font-size: 80%;
						}


	/**
	 * プランの内容
	 */
	.planDetail {
		width: 530px;
		height: 156px;
		margin-bottom: 20px;
		padding: 0.5em 0;
	}
		.planDetail ul {
			margin: 1.2em 0;
		}
			.planDetail ul li {
				margin: 0.3em 0 0.3em 1em;
				font-size: 120%;
				list-style-type: disc;
			}

	#planDetail01 {
		background: url("../img/planDetailBack01.jpg") no-repeat right bottom;
	}
	#planDetail02 {
		background: url("../img/planDetailBack02.jpg") no-repeat right bottom;
	}

	/**
	 * 宴会場写真
	*/
	#enkaijyo p {
		margin-bottom: 5px;
	}
	#enkaijyo ul li {
		float: left;
		width: 261px;
		margin-right: 5px;
	}
			#enkaijyo ul li.end {
				margin-right: 0;
			}




/*
	.amenity img {
		float: left;
		width: 188px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
*/

		/**
	 * #menu table extends table
	 * 特典用
	 */

		/* menuで囲んだ中では */
		.menu table {
			float: right;
			width : 330px;
		}
			.menu table th {
				padding: 3px;
				border-bottom: 1px solid #746144;
			}
			.menu table td {
				padding-left: 10px;
				border-bottom: 1px solid #746144;
			}
				.menu table td.comments {
					padding: 5px;
					font-size: 90%;
				}


		/* tableにmenuをつけた場合 */
		table.menu {
			margin: 1em 0;
		}
			table.menu th {
				width: 137px;
				height: 50px;
				border-bottom: 1px solid #746144;
			}
			table.menu td {
				padding-left: 10px;
				border-right: 1px solid #746144;
				border-bottom: 1px solid #746144;
			}

			table.menu tr.notTd th {
				border: 1px solid #746144;
			}


	/**
	 * 温泉でビジネス会議
	*/
	#business .businessImg li {
		float: left;
		margin-right: 10px;
	}
		#business .businessImg li.end {
			margin-right: 0;
		}
		#business table td table {
			width: 100%;
			border: none;
		}
			#business table td table td {
				border: none;
			}