/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 180%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*detail調整*/
.detail ol{
  list-style-type: decimal;
}
.detail ul{
  list-style-type: disc;
}

/* *** */
.pc {
  display: block !important;
}
.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}
.sp-ib {
  display: none !important;
}
.bold{
  font-weight:bold;
}
.siz13{
  font-size: 13px;
}
.disclaimer{
  font-size: x-small;
}

body{
  font-family: Arial, san-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  color: white;
  background: #191816;
}
a{
color:#CC9900;
  text-decoration: underline;
}
#wrapper{
  width:990px;
  background:#000;
  margin:6px auto;
    position: relative;
}
#container{
  width:945px;
  margin:0 auto;

}
#wrapper:before{
  box-shadow: -10px 0 10px -10px #000000 inset;
      content: " ";
      height: 100%;
      left: -10px;
      position: absolute;
      top: 0;
      width: 10px;
}
#wrapper:after{
  box-shadow: 10px 0 10px -10px #000000 inset;
     content: " ";
     height: 100%;
     position: absolute;
     top:0;
     right: -10px;
     width: 10px;
}

.headlink ul{
  float:right;
}

.headlink ul li{
  display: inline-block;
  box-sizing: border-box;
  margin-right:5px;
  vertical-align: top;
}
.hl a{
color: #fff;
font-weight: bold;
text-decoration: none;
}

.hl :after{
  content: "│";
  margin-left: 7px;
}



/*タイトルとメインビジュアル部分*/
#top{
  margin-top:3px;
}
#top div.topleft,div.topright{
  float:left;
}
.topleft{
  width:184px;
}
.topleft h1 span{
  padding-top:5px;
}
.topleft h1 {
    margin-bottom: 36px;
}
.topright{
  width:755px;
}
.swiper-container　{
  width: 755px;
  height: 309px;
}

/*the best STEAK・ウィジット調整*/
.side {
  margin: 48px 0 24px;
}
.resback{
  position: relative;
  background:url(../images/common/reso_background.jpg) no-repeat;
  padding-top:80px;
  padding-bottom:40px;
}
#tc-widget{
  width: 175px!important;
}
#tc-widget div.tc-h1,
#tc-widget span.tc-icon{
  display: none!important;
}
#tc-widget .tc-shop, #tc-widget .tc-date, #tc-widget .tc-time, #tc-widget .tc-ppl{
  margin-bottom:5px!important;
}
#tc-widget .tc-body,
#tc-widget .tc-shop, #tc-widget .tc-date, #tc-widget .tc-time, #tc-widget .tc-ppl{
  float:left!important;
  padding:0!important;
  width:auto!important;
}
#tc-widget .tc-shop, #tc-widget .tc-date, #tc-widget .tc-time, #tc-widget .tc-ppl{
    padding:0 0 0 10px!important;
}
#tc-widget select, #tc-widget input[type='text']{
  font-size:10.5px!important;
  height:25px!important;
}
#tc-widget .tc-book{
  font-size:12px!important;
  width:100px!important;
}
input[type="submit"]{cursor: pointer;}

a.for_english {
  position: absolute;
  bottom:0px;
  left:11px;
  text-decoration:none;
  text-align: center;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  background-color: #bbb;
  border: 1px solid #909090;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing:border-box;
  display: block;
}
a.for_english:hover{background-color: #b0b0b0;}
.for_english_text{
  position: absolute;
  bottom: -19px;
  left:10px;
  color:#CC9900;
}
.takeback {
  background: url(../images/common/take_background.jpg?20230726) no-repeat;
  height: 100px;
  margin-top: 30px;
}
a.for_takeback {
  width: 150px;
  bottom: 90px;
}
a.for_takeback-2 {
  width: 150px;
  bottom: 20px;
}
/*メインビジュアル・メニュー*/
#mainnav{
  background: linear-gradient(#CA9900, #916C01);
  -webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  box-sizing: border-box;
  padding: 0 10px;
}
#mainnav ul{
  display: flex;
}
#mainnav li{
  display: flex;
  padding:3px 0px 5px 10px;
}
#mainnav li::after{
  margin-left:10px;
  content:"│";
}
#mainnav li:last-child::after{
  content:none;
}
#mainnav a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#mainnav a:hover{
text-decoration: underline;
}

/*************subnav******************/
#mainnav li:nth-of-type(4), #mainnav li:nth-of-type(1){
  position:relative;
}
#mainnav li:nth-of-type(1)>ul{
  left:-10px;
}
#mainnav>ul ul{
  display:block;
  position:absolute;
  top:27px;
  left:0;
  z-index: 100;
  width:150px;
  background-color:#c89a00;
  padding:8px 15px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 10px;
  display:none;
}
#mainnav ul li:hover>ul{
  display:block;
}
ul#subnav li::after{
  content:none;
}
ul#subnav li{
  padding:0;
  color:#000;
}
ul#subnav li a{
  color:#000;
  font-size:12px;
  font-weight: normal;
}
/*************************************/

.menu-body {
  display: none;
}

#top2{
  margin:30px 10px 30px;
  box-sizing: border-box;
  padding:50px 0 30px;
  border-top:1px solid #9A703C;

}

#top2 p{
  text-align: center;
  font-size:11px;
}

footer{
  margin-top:30px;
  padding:20px 0 0;
  border-top:1px solid #9A703C;
  padding-bottom:5px;
}
.ft2{
  width: 180px;
  box-sizing: border-box;

  border-left:1px solid #9E733D;
}
.ft2 div.underimg{
  display: block;
  width: 180px;
    text-align: center;
    padding-top: 30px;
}
.copylight{
  text-align:center;
  margin-top:5px;
}

/*フッターサイトマップ*/
#footsitemap{
  display: flex;
}
#footsitemap > div.ft1, #footsitemap > div.ft2{
display: flex;
}
div.ft1{
  width:743px;
}
div.fts1,div.fts2{
  display: flex;
}
.undersitemap{
  padding:50px 0;
  width:100%;
}
.undersitemap ul.footlink1 li{
  display: inline-block;
  margin-right:10px;
}
.undersitemap ul.footlink2 li{
  display: inline-block;
}
.undersitemap ul.footlink2 li::after{
 margin-left: 5px;
 content:"│";
}
.undersitemap ul.footlink2 li:last-child::after{
   content:none;
}

.undersitemap ul.footlink2{
  margin-top:10px;
}
.undersitemap li a{
  text-decoration: none;
}
.undersitemap li a:hover{
  text-decoration: underline;
}
.footerlink li{
  display: inline-block;
  margin-left:5px;
}
.footerlink{
  display: block;
  width: 180px;
}

/*NEWS*/
#top3{
  margin:50px 0px 50px 0;
}

#top3 li{
display: inline-block;
vertical-align: top;
}
#top3 li:first-child{
  width: 123px;
  padding-top: 18px;
  line-height: 110%;
}
#top3 dl{
  display: table;
  width: 550px;
  border-color: #555;
  line-height: 180%;
}
#top3 dt,#top3 dd{
  padding: 10px 5px 15px;
  display: table-cell;
  vertical-align: top;
}
#top3 dt{
  width: 80px;
}
#top3 dd a{
/  text-decoration: none;
}
#top3 h2{
      font-family: 'Times New Roman', Times, serif;
      color: #FFFFFF;
      font-weight: 100;
      /text-align: center;
      font-size:24px;
}

/*下層ページ*/
#contents{
  background:#fff;
  width:755px;
  -webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
  box-sizing: border-box;
  padding:20px 15px;
  min-height:400px;
}
#contents h2{
  color:#7d7a78;
  font-size:26px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding:10px 0;
}
#contents h2 .chushaku{
  font-size: 13px;
  color: #7d7a78;
  padding: 0px 10px;
}
#contents .no_tabs h2{
  font-size: 18px;
  line-height: 125%;
}
.int_visual {
  width: 755px;
  height: 173px;
  margin-bottom: 4px;
}

/*no_tabs*/
div .no_tabs{
/  font-size: 13px;
  color: #000;
  margin-top:10px;
}
div.no_tabs_text,
div.no_tabs_image{
float:left;
}
.no_tabs_text{
  width: 460px;
  margin:0 13px 0 2px;
}
.no_tabs_text p{
  margin:0 0 15px;
}

.no_tabs_image{
  width: 250px;
}
.no_tabs_image p{
  margin-bottom:10px;
  /*flex:none;*/
  line-height: 150%;
}
.no_tabs_fullimage p img{
  margin:10px 5px 0 5px;
}
#no_tabs h3{
  font-size:15px;
  font-weight:bold;
  line-height: normal;
  margin-bottom:10px;
}
#no_tabs h4{
  font-size:13px;
  font-weight: bold;
  line-height: normal;
}

.no_tabs_fulltext{
  width: 720px;
  margin: 0 2px;
  /*text-align: center;*/
}
.no_tabs_fulltext .detail{
  text-align:left;
}
.no_tabs_fulltext .detail li{
  text-align:left!important;
  margin-left:20px;
}

.no_tabs_fulltext p{
  margin:0 0 15px;
}
#no_tabs a{
  color: #ab6203;
}

/*NEWS LIST*/
#EventsList {
  width: 640px;
  padding: 0 40px 50px;
}
#EventsList dl {
  display: table;
  width: 640px;
  border-bottom: solid 1px;
  border-color: #ddd;
  line-height: 180%;
}
#EventsList dt,#EventsList dd{
  padding: 10px 0 10px 30px;
  display: table-cell;
  vertical-align: top;
}
#EventsList dt{
  width: 60px;
}
#EventsList dd{
  padding-right: 30px;
}
#EventsList dd a{
  text-decoration: none;
}
#EventsList dd a:hover{
  text-decoration: underline;
}

.pager {
  width: 640px;
  overflow: hidden;
  margin-top:20px;
  /padding: 0 40px 30px;
}
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.pager ul li {
  position: relative;
  left: -50%;
  float: left;
}
.pager ul li span,
.pager ul li a {
  display: block;
  padding: 0 0.5em;
  text-decoration: none;
}
.pager ul li a:hover {
  text-decoration: underline;
}

/* SHOP */
#shop {
  width: 640px;
  padding: 0 40px 50px;
}
#shop h3 {
  border-bottom: solid 1px;
  border-color: #ddd;
  padding-bottom: 10px;
}
#shop dl {
  display: table;
  width: 640px;
  border-bottom: solid 1px;
  border-color: #ddd;
  line-height: 180%;
}
#shop dt,#shop dd{
  padding: 10px 0 10px 20px;
  display: table-cell;
  vertical-align: top;
}
#shop dt{
  width: 70px;
  text-align-last: justify;
}
#shop dd{
  padding-right: 30px;
}
#shop iframe {
  margin-top: 40px;
}

/* FAQs */
#faqs {
  width: 640px;
  padding: 0 40px 50px;
}
#faqs p {
  margin-bottom: 10px;
  line-height: 160%;
}
#faqs .list {
  margin-bottom: 0;
}
#faqs ul {
  margin: 0 0 10px 20px;
  list-style-type: disc;
  line-height: 160%;
}

/*メニューページナビ*/
#menunav li{
display: inline-block;
}
#menunav ul{
  border-bottom:1px solid #333;
}

#menunav a{
  display: block;
  padding-bottom: 2px;
  color: #767676;
  text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    margin:0 10px;
}
#menunav li.on{
  background:#e5e5e5;
}
#menunav li.on a{
  color:#333333;
  border-bottom: 4px solid #333;
}

#menunav li a:hover{
  color:#333333;
  border-bottom: 4px solid #333;
}

/*メニュー詳細*/
div.menucontents1{
  font-size: 13px;
  color: #000;
  margin-top:40px;
}
.menutext{
  float: left;
  width: 415px;
  margin-right:10px;
}
div.menuimage{
  float:right;
}
.menuimage{
  width: 300px;
}
.menuimage{
  text-align: center;
}
.menuimage p{
  margin-bottom:10px;
  flex:none;
}
.menuimage span{
  font-weight: bold;
  font-size:14px;
}
#menucontents h3{
  font-size:18px;
  padding-top:3px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#menucontents.menunormal h4 {
  font-weight: bold;
  margin: 10px 0;
}
.item:first-child {
  margin-top: 0;
}
.item{
  margin-top: 20px;
}
ul.dot{
/  list-style: disc!important;
  padding-left: 20px;
  margin-top:20px;
}
ul.dot li{
  padding-top:5px;
}
ul.dot li:nth-child(2n+1) {
  background-color: #f3f3f3;
}
ul.dot dl,
ul.dot ul {
  display: table;
  width: 98%;
  line-height: 110%;
}
ul.dot dt,ul.dot dd{
  display: table-cell;
}
ul.dot dt{
  width: 85%;
  padding-left: 8px;
/  border-right: solid 1px;
/  border-color: #ddd;

}
ul.dot dt span,
ul.dot li li span,
ul.dot .lunch span {
  font-size: 10px;
}
ul.dot dd{
  text-align: right;
  vertical-align: middle;
}
ul.dot li li {
  text-align: right;
  margin: -6px 0 1px 8px;
}
ul.dot .lunch {
  text-align:center;
  padding: 10px;

}
.attention{
  margin:20px 0;
  font-size: 11px;
}
.attention.dessert{
  margin:10px 0 20px;
  padding-left:20px;
  font-size: 11px;
}
.wine{
  margin:10px 20px;
  font-size: 11px;
}
.wine:first-child,
.wine:last-child{
  margin:20px 20px 10px;
  font-size: 11px;
}
ul.dot2{
  list-style: disc!important;
  padding-left:20px;
}
/*POWER HOUR*/
.power_h3{
  display: block;
  width:80%;
  float:left;
}
.powerprice{
  width:20%;
  float:right;
  /*text-align: right;*/
  padding-right:10px;
  padding-top:3px;
  box-sizing: border-box;
  font-weight:bold;
}
/*SEASONAL*/
.seasonal_h3{
  display: block;
  width:80%;
  float:left;
  font-size:14px!important;
}
.seasonal_menutext{
  width:100%;
}
.seasonal_menutext ul.dot li{
  background: none;
}
.seasonal_menutext .item{
  margin-bottom:40px;
}
.seasonal_menutext .attention{
  width:85%;
}
/*cf*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}
@media (min-width: 641px) {
  .menu-body {
    display: none!important;
  }
}
