﻿@charset "utf-8";

/*
===============================
レストラン専用
===============================
*/

/*---------------------------------------------ページタイトル*/
.index-titbg{
	height:162px;
	}

.restaurant01-titbg,
.restaurant02-titbg,
.restaurant03-titbg,
.restaurant04-titbg,
.restaurant05-titbg,
.restaurant06-titbg,
.restaurant07-titbg,
.restaurant08-titbg{
	height:97px;
	}

/*ページタイトルタイトル背景*/
.index-titbg{
	background:url(../restaurant/img/index_titbg.jpg) no-repeat left top;
	}
.restaurant01-titbg{
	background:url(../restaurant/img/restaurant01_titbg.jpg) no-repeat left top;
	}
.restaurant02-titbg{
	background:url(../restaurant/img/restaurant02_titbg.jpg) no-repeat left top;
	}
.restaurant03-titbg{
	background:url(../restaurant/img/restaurant03_titbg.jpg) no-repeat left top;
	}
.restaurant04-titbg{
	background:url(../restaurant/img/restaurant04_titbg.jpg) no-repeat left top;
	}
.restaurant05-titbg{
	background:url(../restaurant/img/restaurant05_titbg.jpg) no-repeat left top;
	}
.restaurant06-titbg{
	background:url(../restaurant/img/restaurant06_titbg.jpg) no-repeat left top;
	}
.restaurant07-titbg{
	background:url(../restaurant/img/restaurant07_titbg.jpg) no-repeat left top;
	}
.restaurant08-titbg{
	background:url(../restaurant/img/restaurant08_titbg.jpg) no-repeat left top;
	}

/*---------------------------------------------トップ*/
.restaurant-index{
	margin:0 auto 25px auto;
	}
.restaurant-index td.bg{
	width:50%;
	padding:8px 13px 8px 6px;
	border:1px solid #d8b8ba;
	background:#f6f1ed;
	vertical-align:top;
	}
.restaurant-index .pic{
	width:105px;
	float:left;
	}
.restaurant-index h2{
	width:140px;
	text-align:left;
	padding:0 0 10px 0;
	float:right;
	}
.restaurant-index p{
	width:140px;
	font-size:68.8%;
	line-height:135%;
	text-align:left;
	color:#666666;
	float:right;
	}
.restaurant-map{
	margin:17px 14px 5px 14px;
	}



/*---------------------------------------------詳細*/
.restaurant-detail{
	margin:11px 0 15px 0;
	}
.restaurant-detail td{
	padding:10px;
	border:1px solid #d8b8ba;
	background:#f6f1ed;
	vertical-align:top;
	}
.restaurant-detail .pic{
	width:245px;
	float:left;
	}
.restaurant-detail .txt{
	width:290px;
	text-align:left;
	float:right;
	}
.restaurant-detail .txt .menuarea{
	border:#d7c899 solid 1px;
	background:#FFFFFF;
	padding:8px;
	margin-bottom:10px;
	font-size:75%;
	line-height:150%;
	}
.restaurant-detail .txt .menuarea .menu01{
	color:#610029;
	font-weight:bold;
	}
.restaurant-detail .txt .menuarea .menu02{
	color:#610029;
	font-weight:bold;
	padding:0 0 0 3.2em;
	}
.restaurant-detail .txt .menuarea .menu03{
	color:#610029;
	font-weight:bold;
	padding:0 0 0 1em;
	}
.restaurant-detail .txt .menuarea .subtext01{
	margin:0 0 4px 1em;
	}
.restaurant-detail .txt .menuarea .subtext02{
	margin:0 0 0 1em;
	}
.restaurant-detail .txt .comment{
	margin:0 7px 10px 7px;
	font-size:75%;
	line-height:150%;
	}
.restaurant-detail .txt .comment a{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}
.restaurant-detail .txt .comment a:visited{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}
.restaurant-detail .txt .comment a:hover{
	color:#854649;
	text-decoration:underline;
	font-weight:bold;
	}

.restaurant-detail .txt .dataarea{
	border-top:1px solid #dab7bb;
	padding:8px 7px 3px 7px;
	}


/* 旬メニュー */
.restmenu-detail .text-area01{
	background-color:#ffffff;padding-bottom:15px;margin-bottom:14px;
	}
.restmenu-detail .text-area01 .tit{
	background:#ffffff url(../restaurant/img/restmenu_bg.gif) repeat-x left top;
	padding:11px 0 10px 9px;margin-bottom:14px;
	}
.restmenu-detail .text-area01 h3{
	padding:1px 0 1px 8px;
	border-left:3px solid #d7b374; 
	color:#9c7836;
	font-size:75%;font-weight:bold;
	}
.restmenu-detail .txt{
	color:#666666;
	font-size:75%;
	line-height:150%;
	padding:0 13px;
	}
.restmenu-detail .txt ul{padding:0 0 0 20px;marign:0;}
.restmenu-detail .pic{
	width:230px;
	float:right;
	}
.restmenu-detail hr{color: #ffffff;}
.restmenu-detail .txt ul.notes {padding:0;margin:0;}
.restmenu-detail .txt ul.notes li{
	text-indent:-1em;
	padding-left:1em;
	list-style-type: none;
}

/* レイアウト一覧*/
.layoutarea{
	margin:20px 0 0 0;
	}
.layout{
	width:535px;
	margin:0 0 10px 26px;
	}
.layoutarea .layout p{
	font-size:75%;
	line-height:150%;
	}

.layoutarea .detail-left{
	width:145px;
	float:left;
	}
.layoutarea .detail-left img{
	border:1px solid #ffffff;
	}
.layoutarea .detail-right{
	width:370px;
	text-align:left;
	float:right;
	}
























