/*############################################*/
/*右ナビ*/
/*############################################*/
.sideMenuBox{
	padding-top:9px;
}
#sideMenu{
	margin:0 0 8px 8px;
}
#sideMenu li{
	padding:10px 0 10px 9px;
}
#sideMenu li.sdLiNaka{
	padding-bottom:12px;
}

/* arky 2014.12.18 */
#sideMenu li.close{
	background:#ededed;
}

.restCopyTop p{
	text-align:left;
}
.restCopyTop p span{
	font-size:20px;
	line-height:180%!important;
}
/**/
.restCopy{
	margin:30px 0 28px 0;
}
.bodyCopy{
	margin:0 0 28px 0;
}
.bodyCopyTenant{
	margin:28px 0 28px 0; 
 }
 .tenantTextBox{
 	margin:20px 0 35px 0;
 }
/**/
.restNameBoxWrap{
	padding:67px 0 67px;
	background:url(../images/banner_back.jpg) no-repeat;
}
#restNameBox{
	width:729px;
	height:86px;
	margin-top:36px;
	border:solid 1px #e0e0e0;
	border-width:1px 1px 1px 0;
	background:url(../../images/share/name_back.gif) repeat-y;
}
#restNameBoxL{
	width:627px;
	margin-left:16px;
	float:left;
}
#restNameBoxR{
	width:85px;
	float:right;
}
/**/
#chefBoxL{
	width:295px;
	float:left;
}
#chefBoxR{
	width:435px;
	float:left;
}
.chefText{
	margin-top:12px;
}
/**/
.specTable{
	margin:30px 0 40px 0 ;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 0;
}
.specTable td,
.specTable th{
	border:solid 1px #e0e0e0;
	border-width:1px 0 0 1px;
}
.specTable th{
	background:#f5f1e8;
}



/*############################################*/
/*個室*/
/*############################################*/
.kositsuMidashi{
	margin:42px 0 30px 0;
}
.kositsuP{
	margin-right:15px;
	float:left;
}
.kositsuP p,
.kositsuPR p{
	margin-top:4px;
	text-align:center;
	font-weight:bold;
	font-size:90%;
}
.kositsuPR{
	margin-right:0;
	float:left;
}
.kositsuPBox{
	margin:30px 0 0 0;
}
.kositsuTBox{
	margin:20px 0 20px 0;
}

/* 2014.08.19 追記 by ARKy */
.RevWrap{
	width:730px;
	text-align:center;
	margin:0 0 30px;
	box-sizing:border-box;
	border:1px solid #e1e0de;
	background:#f5f1e8;
}
.RevWrap img{
	padding:20px 0;
}

/* arky 20141222 */
.toiawaseBox{
	width:730px;
	text-align:center;
	padding:20px 0;
	box-sizing:border-box;
	border:1px solid #e1e0de;
	background:#f5f1e8;
}

/* arky 20150225 */
.restTable{
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 0;
	margin-bottom: 40px;
}
.restTable td,
.restTable th{
	border:solid 1px #e0e0e0;
	border-width:1px 0 0 1px;
}
.restTable th{
	text-align:center;
	background:#f5f1e8;
}
.restTable th{
	
}
.restTable .bgGray{
	background:#eaeef1;
}
.tblShadow{
	margin:30px 0 30px 0 ;
	padding-bottom:31px;
	background:url(../../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
/**/
#restNameBox{
	position:relative;
}
#restNameBox .left{
	padding:0 0 0 40px;
	float:left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#restNameBox .right{
	padding:0 100px 0 0;
	float:right;
	text-align:right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#restNameBox.noReserve .right{
	padding:0 20px 0 0;
}
#restNameBox img{
	width:240px;
	height:auto;
}
.tenpoName{
	font-size:11px;
	letter-spacing:-0.05em;
}
.tenpoName .floor{
	font-weight:bold;
	font-size:13px;
}
.tenpoToi{
	font-size:11px;
}
.tenpoToi .tel{
	display:inline-block;
}
.tenpoToi .tel{
	display:inline-block;
	font-weight:normal;
	font-size:17px;
	color:#b99f60;
}
.tenpoToi .tel a{
	font-weight:normal;
	font-size:26px;
	line-height:32px;
	text-decoration:none;
	color:#b99f60;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yoyaku{
	position:absolute;
	top:0;
	right:10px;
	display:block;
	_float:right;
	padding-top:31px;
	_margin-right:10px;
	width:79px;
	height:52px;
	color:#fff!important;
	text-align:center;
	text-decoration:none;
	background:#383b68;
}
.restCopy2{
	margin:30px 0 28px 0;
	font-weight:normal;
	font-size:34px;
	line-height:43px;
}
.restCopy2 span{
	line-height:43px;
}











/* screen width 736px
-----------------------------------------------------------*/
@media only screen and (max-width: 736px){
#restNameBox {
	width: 100%;
    height: auto;
	padding-bottom: 1px;
    margin-top: 20px;
	background-size: 8px auto;
}
#restNameBoxL {
	width : -webkit-calc(100% - 8px);
	width : calc(100% - 8px);
	margin-left: 8px;
	float: none;
}
#restNameBoxL img {
	width : -webkit-calc(100% - 8px);
	width : calc(100% - 8px);
	height: auto;
}
#restNameBoxR {
	width : -webkit-calc(100% - 24px);
	width : calc(100% - 24px);
	margin: 5px 8px 3px 16px;
	background-color: #383B68;
}
#restNameBoxR a {
	display: block;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
#restNameBoxR a img {
	margin-top: -27px;
}
.restNameBoxWrap{
	padding:30px 0 0;
	background:none;
}
.RevWrap{
	width:auto;
	margin:0 0 10px;
}
.RevWrap img{
	padding:10px 0;
}
#chefBoxR {
	width: 100%;
}
#chefBoxL {
	width: 100%;
}
#honbunLeft #chefBoxL img {
	width: 100%;
}
.specTable tr:last-of-type td:last-child {
	word-break: break-all;
}
.tenantTextBox.clearfix .specTable img {
	width: auto;
}
.restTable th,
.restTable td{
	display: block;
	width: -webkit-calc(100% - 9px);
	width: calc(100% - 9px);
}
.restTable th {
border-width: 1px 0 1px 1px;
}
.restTable td{
	border-width: 0 0 0 1px;
}

/*############################################*/
/*レストラン - TOP*/
/*############################################*/
li.rtop_lunch {
	width: 30%;
}

/*############################################*/
/*江戸っ子*/
/*############################################*/
.tenantTextBox.clearfix img {
	width: 100%;
	margin-bottom: 8px;
}

/*############################################*/
/*The MED 22*/
/*############################################*/
.tenantTextBox img + div[style] {
	width: 100% !important;
	float: none !important;	
}
.tenantTextBox table td {
	vertical-align: top;
}

/*############################################*/
/*レストラン　個室*/
/*############################################*/
.kositsuP, .kositsuPR {
	float: none;
	margin-right: 0;
}
.kositsuP img, .kositsuPR img {
	width: 100%;
}
.kositsuPBox.clearfix img {
	width: 100%;
	margin-bottom: 8px;
}
#honbunLeft .kositsuTBox + .specTable {
	width: 100% !important;
}
.kositsuTBox + .specTable td {
	display: block;
	width: -webkit-calc(100% - 9px);
	width: calc(100% - 9px);
	border-width: 0 0 0 1px;
}
.kositsuTBox + .specTable tr td[colspan="2"],
.kositsuTBox + .specTable tr td[rowspan="2"] {
	font-weight: bold;
	border-width: 1px 0 0 1px;
}
/* menu */
.plan_menu{
	width:100%!important;
	margin:0px 0 0;
}
.plan_menu img{
	border:0;
}
.plan_menu ul{
	list-style:none;
	margin:0;
	padding:inherit;
}
.plan_menu li{
	width:49%!important;
	height:auto;
	text-indent:-0px!important;
	margin:0 2% 4px 0!important;
	float:left;
	border:none!important;
}
.plan_menu li:nth-child(even){
	margin:0 0 4px 0!important;
}
.plan_menu #btn_wrap li:last-child{
	margin:0;
}
.plan_menu li a{
	display:block;
	width:100%!important;
	height:auto!important;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	background:none!important;
	border:solid 1px #e0e0e0;
	border-bottom:solid 4px #efe5cd;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:120%!important;
}
.plan_menu li a.oneline{
	padding:13px 0 0 0;
	height:33px!important;
}
.plan_menu li a br{
	line-height:120%!important;
}
.plan_menu #card_menu04{
	margin:0 0 4px 0;
}
/**/
#restNameBox{
	margin-bottom:0;
	background:none;
	border-top:solid 5px #b69c5b;
	border-left-width:1px;
}
#restNameBox .left{
	padding:14px 0 0 10px;
	float:none;
	position:static;
	top:auto;
	-webkit-transform: translateY(0%); /* Safari用 */
	transform: translateY(0%);
}
#restNameBox .right{
	padding:10px 0 0 10px;
	float:none;
	text-align:left;
	letter-spacing:-0.05em;
	position: static;
	top: auto;
	-webkit-transform: translateY(0%); /* Safari用 */
	transform: translateY(0%);
}
#restNameBox.noReserve .right{
	padding:10px 0 0 10px;
}
#restNameBox img{
width:300px;
}
.tenpoName{
}
.tenpoName .floor{
}
.tenpoToi{
	margin-top:2px;
	font-size:11px;
}
.tenpoToi .tel{
	display:inline-block;
}
.tenpoToi .tel{
	display:inline-block;
	font-weight:normal;
	font-size:17px;
	color:#b99f60;
}
.tenpoToi .tel a{
	font-weight:normal;
	font-size:26px;
	line-height:32px;
	text-decoration:none;
	color:#b99f60;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yoyaku{
	position:static;
	top:auto;
	right:auto;
	margin:6px 10px 10px 10px;
	padding:6px 0;
	width:auto;
	height:auto;
_padding-top:18px;
_height:42px;
	_color:#fff!important;
	_font-size:14px;
	_text-align:center;
	_text-decoration:none;
	_background:#383b68;
}
.restCopy{
	margin-top:30px!important;
}
.restCopy2{
	margin:30px 0 28px 0;
	font-size:26px;
	line-height:40px;
}
.restCopy2 span{
	line-height:40px;
}

/*
2018/11/07追記-レストランのみfixedの予約ボタンに変更
*/
#yoyakuWrapper{
	display:none;
	visibility:hidden;
	height:0px;
	min-height: 0px;
}
#yoyakuBox {
	display:none;
	visibility:hidden;
	height:0px;
	min-height: 0px;
}
/**/
.restReserveWrapper{
	position:fixed;
	bottom:0;
	left:0;
	display:table;
	border-collapse:separate;
	border-spacing:5px;
	width:100%;
	height:64px;
	_padding:5px 0;
	text-align:center;
	background:#e1ce9d;
	box-sizing: border-box;
	background:rgba(68,72,109,0.5);
	z-index:106;
}
.restReserveWrapper .restReserveTelBtn{
	display:table-cell;
	width:35%;
	height:54px;
	padding-left:24px;
	background:#44486d url(../images/share/resttelbtn.png) 16px center no-repeat;
	background-size:28px auto;
	border:solid 1px #c2c2c2;
	box-sizing: border-box;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.restReserveWrapper .restReserveOpenBtn{
	display:table-cell;
	width:55%;
	height:54px;
	padding-left:24px;
	background:#ff8105 url(../images/share/restreservebtn.png) 20px center no-repeat;
	background-size:31px auto;
	border:solid 1px #cebc8d;
	box-sizing: border-box;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.restReserveWrapper a span{
	display:block;
	padding-top:14px;
}
.restReserveBox{
	display:none;
	position:fixed;
	bottom:0px;
	left:0;
	width:100%;
	padding-top:17px;
	height:320px;
	background: #F5F1E8;
	border-top:solid 10px #44486d;
	z-index:105;
}
/**/
#PageTop {
	bottom: 70px;
}
/**/
#FooterWrap #Copyright {
	padding-bottom:80px;
}
#tc-widget[data-layout="horizontal"] .tc-book{
	margin-top:20px;
	padding:12px 0!important;
	font-weight:bold!important;
}
.tc-shop, .tc-date, .tc-time, .tc-ppl {
	padding: 14px 0% !important;
}
#tc-widget .tc-date {
	width: 120px !important;
}
.tc-time {
	_width: 100px !important;
}
.tc-ppl {
	width: 100px !important;
}
#tc-widget[data-layout="horizontal"] .tc-wrap-book {
	padding: 14px 0 0 !important;
}
#tc-widget .tc-shop select {
	font-size: 14px;
	margin: 0px;
	height: 40px!important;
}




} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/
	.restReserveBox{
		padding-top:10px;
		height:370px;
	}


} /* /@media */





