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

 file name  :restaurant.css
 author     :Ability Consultant
style info  :レストランページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#con_inner　	
----------------------------------------------------*/
#restaurant #con_inner {
	overflow: hidden;
}


/*----------------------------------------------------
	#con_lead　	リード文
----------------------------------------------------*/
#restaurant #con_lead {
	margin: 0 0 35px 0;
}

/*	.box_lead		リード文
----------------------------------------------------*/
#restaurant .box_lead {
	overflow: hidden;
	position: relative;
}

#restaurant .box_lead div {
	padding: 35px 0 70px 0;
	margin: 15px 0 0 0;
}

#restaurant .box_lead div h3 {
	margin: 0 0 30px 0;
}

#restaurant .box_lead div p {
	margin: 0 0 35px 0;
}

#restaurant .box_lead div table {
	width: 380px;
}

#restaurant .box_lead #img_lead {
	position: absolute;
	top: 15px;
	right: 0;
}




/*----------------------------------------------------
	#con_rice　	お米へのこだわり
----------------------------------------------------*/
#restaurant #con_rice {
	margin: 0 0 75px 0;
	position: relative;
}

#restaurant #con_rice h3 {
	margin: 0 0 3px 0;
}

#restaurant #con_rice .box_rice {
	overflow: hidden;
	background: url(../restaurant/images/bg_rice.gif) top right no-repeat;
	padding: 27px 0 0 0;
}

#restaurant #con_rice .box_rice img {
	float: left;
}

#restaurant #con_rice .box_rice div {
	margin: 0 0 0 500px;
}

#restaurant #con_rice .box_rice div h4 {
	margin: 0 0 20px 0;
}

#restaurant #con_rice .box_rice div p {
	margin: 0 0 45px 0;
	font-size: 95%;
}

#restaurant #con_rice .box_rice div img {
	float: none;
}

#restaurant #con_rice #img_rice {
	margin: 0 0 3px 0;
	position: absolute;
	top: 223px;
	right: 422px;
}




/*----------------------------------------------------
	#con_menu　	バイキングメニュー
----------------------------------------------------*/
#restaurant #con_menu {
	margin: 0 0 100px 0;
}

#restaurant #con_menu h3 {
	margin: 0 0 10px 0;
}

#restaurant #con_menu ul {
	overflow: hidden;
	margin: 0 -10px 0 0;
}

#restaurant #con_menu ul li {
	width: 228px;
	float: left;
	margin: 20px 10px 0 0;
	padding: 0 0 25px 0;
	border-left: 1px solid #ececcd;
	border-right: 1px solid #ececcd;
	border-bottom: 1px solid #ececcd;
	background: url(../restaurant/images/bg_menu.gif) 0 0 repeat;
}

#restaurant #con_menu ul li img {
	margin: 0 -1px 15px -1px;
}

#restaurant #con_menu ul li p {
	padding: 0 20px;
	font-size: 95%;
}



/*----------------------------------------------------
	#con_plan　	朝食付き宿泊プラン
----------------------------------------------------*/

#restaurant #con_plan #btn_news {
	margin: -49px 0 0 0;
	text-align: right;
}

#restaurant #con_plan ul {
	margin: 35px 0 0 0;
	background: url(../restaurant/images/bg_plan.gif) 0 0 repeat;
	padding: 5px 0 5px 5px;
	overflow: hidden;
}

#restaurant #con_plan ul li {
	background: #fff;
	float: left;
	width: 270px;
	margin: 0 5px 0 0;
	padding: 20px;
	overflow: hidden;
}

#restaurant #con_plan ul li img {
	float: left;
	border: 1px solid #e3e3e3;
	background: #fff;
	padding: 3px;
	width: 92px;
	height: 67px;
}

#restaurant #con_plan ul li div {
	margin: 0 0 0 117px;
}

#restaurant #con_plan ul li div p a {
	font-weight: bold;
	line-height: 1.4;
}

#restaurant #con_plan ul li div .txt_price {
	text-align: right;
	font-size: 85%;
	margin: 5px 0 0 0;
	line-height: 1.2;
}

#restaurant #con_plan ul li div .txt_price span {
	font-weight: bold;
	color: #F00;
	font-size: 120%;
}


