@charset "utf-8";

/* -----------------------------------------------------------
 　レストラン
----------------------------------------------------------- */

.restaurant {
	margin-bottom: 40px;
	overflow: hidden;
}

.restaurant .box_left {
	float: left;
	width: 450px;
}

.restaurant .box_left img {
	width: 450px;
}

.restaurant .box_right {
	float: left;
	text-align: center;
	margin: 30px 0 0 45px;
	width: 500px;
}

.restaurant .box_right p {
	line-height: 23px;
}

/* -----------------------------------------------------------
 ランチ
----------------------------------------------------------- */

.lunch {
	margin: 15px 0 80px 0;
	overflow: hidden;
}

.lunch img {
	float: left;
	margin: 0 17px;
}

.lu_hosoku {
	width: 70%;
	margin: 0 auto;
	padding-top: 15px;
}

table.tbl_menu {
	padding-bottom: 60px;
	width: 70%;
	margin: 0 auto;
}

table.tbl_menu tr th,
table.tbl_menu tr td {
	margin-bottom: 5px;
	padding: 5px;
	border: none;
	background: #fff;
}

table.tbl_menu tr {
	border-bottom: 1px dotted #ccc;
}

table.tbl_menu tr th>div,
table.tbl_menu tr td>div {
	padding-top: 15px;
}

table.tbl_menu tr th {
	font-weight: normal;
	text-align: left;
}

table.tbl_menu tr td {
	width: 150px;
	text-align: right;
}

/* -----------------------------------------------------------
 コース
----------------------------------------------------------- */
.course {
	margin: 40px 0;
	overflow: hidden;
	border-bottom: solid 1px #000;
	padding: 0 0 40px 0;
}

.course img {
	float: left;
	margin-right: 40px;
}

.course p.title {
	font-size: 120%;
	margin: 10px 0;
	font-weight: bold;
}

.course p {
	float: left;
	width: 600px;
	line-height: 15px;
	margin: 15px 0 0 0;
}

.course table {
	float: right;
	width: 650px;
	margin: 0px;
}


/* -----------------------------------------------------------
 モーニング
----------------------------------------------------------- */
.morning {
	margin: 0 auto;
	width: 570px;
}

.morning img {
	padding-right: 30px;
}

/* -----------------------------------------------------------
 バーベキュー
----------------------------------------------------------- */
.strong {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #a40035;
}

/* -----------------------------------------------------------
 　レストランウエディング
----------------------------------------------------------- */