@charset "UTF-8";
/* CSS Document */



/*----------------------------------------------
↓↓↓メニュー部分↓↓↓
-----------------------------------------------*/

.menu_img{
	width:760px;
	height:110px;
	padding:0 0 0 135px;
	margin:0;
}


.menu_img a{
	width:160px;
	height:110px;
	display:block;
	cursor:pointer;
	float: left;
	margin:0 30px 0 0;
}



.menu_culumn{
	width:730px;
	margin:25px auto; 
}



.menu{
	width: 730px;
	height:100%;
	font-size: 100%;
	padding:0 0 0 0;
	overflow: auto;
	margin: 0 0 0 0;
	line-height: 1.2em;
}






.menu table,
.menu tr,
.menu td{
	border-collapse:collapse;
	vertical-align: top;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

.menu table{
	width:96%;
	padding:0 0 0 0;
}


.menu td.title,
.menu td.title_noline,
.menu td.price,
.menu td.price_noline,
.menu td.w_title,
.menu td.indent_title,
.menu td.w_price{
	padding:2px 0 2px 0;
	font-size: 100%;
	line-height: 1.2em;
}

.menu td.title,
.menu td.price,
.menu td.w_title,
.menu td.w_price{
	border-bottom: thin dashed #999999;
}

.menu td.title_noline,
.menu td.title{
	width:76%;
}

.menu td.price_noline,
.menu td.price{
	width:21%;
	text-align: right;
	vertical-align: top;
}

.menu td.w_title{
	width:68%;
}


.menu td.indent_title{
	width:71%;
	padding:1px 0 0 30px;
	font-size: 100%;
	line-height: 1.2em;
}

.menu td.w_price{
	width:29%;
	text-align: right;
	vertical-align: bottom;
}


.wine_catch{
width:80%;
padding:5px;
margin:10px auto 20px auto;
background-color:#b20b1e;
color:#fff;
font-size:130%;
text-align:center;
}

.wine_catch_border{
padding:5px;
border-bottom:thin solid #FFF;
border-top:thin solid #FFF;
}


/*----------------------------------------------
↓↓↓インテリア部分↓↓↓
-----------------------------------------------*/

.inte_message{
	width:85%;
	margin: 0 auto 0 auto;
	position: relative;
}

.inte_message p{
	text-align:center;
	font-size: 100%;
	line-height: 1.6em;
	padding: 10px 0 20px 0;
}

.inte_img{
	width:520px;
	height:170px;
	padding:0 0 0 20px;
	position: relative;
	margin: 0 auto 0 auto;
}

.inte_img a{
	width:240px;
	height:150px;
	display: block;
	cursor:pointer;
	float: left;
	margin: 0 20px 20px 0;
}



/*----------------------------------------------
↓↓↓マップ部分↓↓↓
-----------------------------------------------*/

#map_img{
	width:800px;
	margin: 0 auto 0 auto;
	padding:30px 0 0 0;
}

#map_img img{
	border: thin solid #999999;
}


.map_to_google{
	width:100%;
	margin: 0 auto 0 auto;
	padding:20px 0 20px 0;
	text-align:center;
}

.map_to_google a{
	text-decoration:underline;
}

