@charset "UTF-8";


#bottom-bar{
	display:none;
}

#ftBlk03 {
    color: #ffffff;
    padding: 14px 0 80px;
}



#res_mainBg01{
	width:100%;
	background: transparent url(../img/res_main_bg01.jpg) no-repeat center top;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding-bottom:80px;
}

#res_mainBg02{
	width:100%;
	background: transparent url(../img/res_main_bg02.jpg) no-repeat center top;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding-bottom:80px;
}

#res_mainBg03{
	width:100%;
	background: transparent url(../img/res_main_bg03.jpg) no-repeat center top;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding-bottom:80px;
}



#res_main{	
	width:100%;
	height:330px;
}

#res_main h2{
	text-align:center;
	padding-top:143px;
}

.res_cont_bg{
	width:100%;
	background:rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);/*IE8以下用*/
}

.res_cont{
	width:840px;
	margin:0 auto;
}

.res_cont .inner{
	padding-top:60px;
}


.wid240{
	width:240px;
}


/* ============================================================

	sideCall

============================================================ */


#sideCall {
	position:fixed;
	top:120px;
	right:0;
	z-index:290;
	margin-right:-315px;
	width:360px;
}

#sideCall .box01 {
	float:left;
	margin-top:30px;
}

#sideCall .sideCallBg {
	float:right;
	width:313px;
	height:360px;
	background-color:rgba(255,255,255,0.95);
	border-top:2px solid #8B7245;
	border-bottom:2px solid #8B7245;
	border-left:2px solid #8B7245;
}

#sideCall .sideCallPd {
	padding:60px 40px 0 40px;
	color:#8B7245;
}

#sideCall h3{
	text-align:center;
	font-size:16px;
}

#sideCall .txt01{
	text-align:center;
	margin-top:10px;
	border-bottom:1px dotted #8B7245;
	padding-bottom:20px;
}

#sideCall dl{
	margin:0 0 0 10px;
}

#sideCall .tel{
	background: transparent url(../../restaurant/img/icon_call.png) no-repeat 0 2px;
	padding-left:30px;
	margin:20px auto 0;
	font-weight:bold;
	font-size:24px;
	line-height:1;
}

#sideCall dd{
	text-align:center;
	margin-top:5px;
}

#sideCall .box01 img {
	cursor:pointer;
}

/*____________________________________________________________________

	tab_main
____________________________________________________________________*/

.res_tabBox{
	width: 624px;
	margin: 0 auto;
	position: relative;
	height:44px;
}

.res_tabBox li{
	position:absolute;
	top:0;
}

.res_tabBox li.tab01{
	left:0;
	z-index:1;
}

.res_tabBox li.tab02{
	left:198px;
	z-index:1;
}

.res_tabBox li.tab03{
	left:396px;
	z-index:1;
}

.res_tabBox li:hover{
	z-index:3;
}

.res_tabBox li.stay{
	z-index:2;
}


/*____________________________________________________________________

	tab_sub
____________________________________________________________________*/


.res_tab_sub_bg {
	width:100%;
	height:60px;
	background-color:#F7F7F7;
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1) inset;
}

#res_tab_sub {
	width: 840px;
	margin: 0 auto;
	position: relative;
}


/*_______________2017/10/04_add_______________________*/
#res_tab_sub ul li {
	float: left;
	padding:0 20px;
	height: 60px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#res_tab_sub ul li {text-align:center;}
/*
#res_tab_sub ul li:nth-child(1) { width: 161px;}
#res_tab_sub ul li:nth-child(2) { width: 91px;}
#res_tab_sub ul li:nth-child(3) { width: 148px;}
#res_tab_sub ul li:nth-child(4) { width: 173px;}
#res_tab_sub ul li:nth-child(5) { width: 148px;}
#res_tab_sub ul li:nth-child(6) { width: 117px;}
*/


/*______________________________________*/



#res_tab_sub ul li a {
	display: block;
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
    position: absolute;
    text-indent: -9999px;
	zoom: 1;
	background: #FFFFFF;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}

#res_tab_sub ul li p.jp {
	line-height: 1em;
	margin: 22px 0 0 0;
	color:#8B7245;
}

#res_tab_sub ul li:hover {
	background-color: #faf1d9;
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.1) inset, -1px 0 0 0 rgba(0,0,0,0.1) inset;
}

#res_tab_sub ul li.stay {
	background-color: #faf1d9;
	box-shadow: 1px 0 0 0 rgba(0,0,0,0.1) inset, -1px 0 0 0 rgba(0,0,0,0.1) inset;
}


/*____________________________________________________________________

	contents
____________________________________________________________________*/

.res_mrg01{
	margin-top:60px;
}

.res_tits01{
	width:840px;
	background: #faf1d9 url(../../common/img/com_linedot_gray.png) repeat-x left bottom;
	font-size:16px;
	line-height:1.4;
}

.res_tits01 h2 span {
	padding:15px 0 15px 20px;
	display:block;
	font-weight: normal;
	background: transparent url(../../common/img/com_linedot_gray.png) repeat-x left top;
	font-size:16px;
	text-align:center;
	color:#8b7245;
}

.res_block01{}

.res_block02{
	margin-top:30px;
}

.res_block02 .pic01{
	width:640px;
	margin:0 auto 30px;	
}

.res_block01 .box01{
	width:420px;
	float:left;
	margin-right:40px;
}

.res_block01 .box02{
	width:340px;
	float:left;
}

.res_block02 .box01{
	width:260px;
	float:left;
	margin-right:40px;
}

.res_block02 .box02{
	width:540px;
	float:left;
}

.res_block01 .txt01{
	font-weight:bold;
	margin-top:80px;
}

.res_block02 .txt01{
	font-weight:bold;
	margin-top:0;
}

.res_block01 .txt02 , .res_block02 .txt02{
	margin-top:10px;
}
/*_______________2017/10/04_add_______________________*/
.res_block01 .txt03 , .res_block02 .txt03{
	margin-top:5px;
}

/*____________________________________________________________________

	scene
____________________________________________________________________*/


.res_sce_bg{
	width:100%;
	position:relative;
}

.res_sce_bg .fig01{
	width:1100px;
	height:493px;
	position:absolute;
	top:230px;
	left:50%;
	background: transparent url(../../restaurant/img/sce_bg01.png) no-repeat left top;
	margin-left:-550px;
}

.res_sce_bg .fig02{
	width:1100px;
	height:493px;
	position:absolute;
	top:885px;
	left:50%;
	background: transparent url(../../restaurant/img/sce_bg01.png) no-repeat left top;
	margin-left:-550px;
}

.res_sce_bg .fig03{
	width:1100px;
	height:493px;
	position:absolute;
	top:1545px;
	left:50%;
	background: transparent url(../../restaurant/img/sce_bg01.png) no-repeat left top;
	margin-left:-550px;
}

.res_sce_cont{
	width:840px;
	margin:0 auto;
	position:relative;
	z-index:10;
}

.res_sce_cont .inner{
	padding-top:60px;
}


.res_sce_block01 .box01 ,.res_sce_block03 .box01{
	width:492px;
	float:right;
}

.res_sce_block01 .box02 ,.res_sce_block03 .box02{
	width:285px;
	float:left;
	margin-left:20px;
	display:inline;
}

.res_sce_block02 .box01 ,.res_sce_block04 .box01 ,.res_sce_block06 .box01{
	width:412px;
	float:left;
}

.res_sce_block02 .box02 ,.res_sce_block04 .box02 ,.res_sce_block06 .box02{
	width:315px;
	float:right;
	margin-right:20px;
	display:inline;
}


.res_sce_block05 .box01 ,.res_sce_block07 .box01{
	width:412px;
	float:right;
}

.res_sce_block05 .box02 ,.res_sce_block07 .box02{
	width:330px;
	float:left;
	margin-left:20px;
	display:inline;
}


.res_sce_block02{
	position:relative;
	top:-10px;
}

.res_sce_block03,.res_sce_block05,.res_sce_block06,.res_sce_block07{
	margin-top:10px;
}

.res_sce_block04{
	margin-top:15px;
}

.res_sce_block01 .txt01{
	margin-top:70px;
}

.res_sce_block02 .txt01{
	margin-top:70px;
}

.res_sce_block03 .txt01{
	margin-top:65px;
}

.res_sce_block04 .txt01{
	margin-top:30px;
}

.res_sce_block06 .txt01,.res_sce_block07 .txt01{
	margin-top:60px;
}

.res_sce_block05 .txt01{
	margin-top:40px;
}

.res_sce_cont .txt02{
	margin-top:30px;
	line-height:2.4;

}



/*____________________________________________________________________

	info
____________________________________________________________________*/



.res_index_info{}

.res_index_info li{
	width:260px;
	float:left;
	margin-right:30px;
}

.res_index_info li:last-child{
	margin-right:0;
}

.res_index_info li:last-child{
	margin-right:0;
}

.res_index_info a{
	display:block;
	margin-top:10px;
}

.res_index_info a span{
	color:#8B7245;
	display:block;
}

.res_index_info a:hover{
	text-decoration:underline;
	color:#8B7245;
}



.res_info01 dl {
	background: transparent url(../../common/img/com_linedot_gray.png) repeat-x left top;
	padding-top:10px;
	margin-top:10px;
}

.res_info01 dl:first-child {
	background:none;
	padding-top:0;
	margin-top:0;
}

.res_info01 dt {
	color:#151515;
	width: 18em;
}

.res_info01 dd {
	margin: -1.6em 0 0 18em;
}


.res_info01 dd dl  {
	background: none;
	padding-top:5px;
	margin-top:5px;
}

.res_info01 dd dt  {
	width: 9em;
}

.res_info01 dd dd  {
	margin: -1.6em 0 0 9em;
}


.res_info02 dl {
	background: transparent url(../../common/img/com_linedot_gray.png) repeat-x left top;
	padding-top:10px;
	margin-top:10px;
}

.res_info02 dl:first-child {
	background:none;
	padding-top:0;
	margin-top:0;
}

.res_info02 dt {
	color:#151515;
	width: 6.5em;
}

.res_info02 dd {
	margin: -1.6em 0 0 6.5em;
}


/*____________________________________________________________________

	anchor
____________________________________________________________________*/


#anchor {
	width: 100%;
	background-color:#FAF1D9;
/*	border-top:1px solid #FFFFFF;*/
}

#anchor00 {
    width: 840px;
	margin: 0 auto;
	padding: 20px 0 10px;
	text-align: left;
}


ul#an_Link01 li {
	display: inline-block;
    box-sizing: border-box;
    margin: 0 0px 0 0;
    padding: 0 20px 0 0;
    margin-bottom: 10px;
    line-height: 0;
    background: transparent url(/files/user/common/img/com_link_icon02.png) no-repeat left center;
}

ul#an_Link01 li a {
	padding:0 0 0 10px;
	line-height:1;
	line-height:1.5\9;
	font-size:13px;
}

ul#an_Link01 a:link {   color: #333333; text-decoration: none;}
ul#an_Link01 a:visited {color: #333333; text-decoration: none;}
ul#an_Link01 a:hover {  color: #333333; text-decoration: underline;}
ul#an_Link01 a:active { color: #333333; text-decoration: underline;}


