/** @format */

@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: inherit;
  max-height: 100%;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bg.jpg) repeat center top;
}
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block::after {
  clear: both;
  content: "";
  display: block;
}
/*=============================================
 * header
 *=============================================*/
 body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .navBtn,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
header .logo {
  position: absolute;
  top: 0;
  width: 76px;
  z-index: 80;
}
header #belt {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  z-index: 9999;
}
header #hd_top {
  background: #431e12;
  position: absolute;
  top: 25px;
  right: 1%;
  z-index: 99;
  height: 61px;
  width: 61px;
}
header .navBtn {
  position: static;
}
header h1 {
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding: 2% 0;
}
header .hd_tel {
  line-height: 27px;
  padding-left: 0 !important;
}
header .menu_toggle li {
  text-align: center;
  border-bottom: 0;
}
/*====================== nav ====================== */
header .menu_toggle ul li a:after {
  display: none;
}
header .close_btn {
  background: #431e12;
  border-top: 1px solid #fff;
}
header .topnavi {
  position: absolute;
  bottom: 3px;
  right: 5px;
  height: 54px;
}
header .topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}
header .topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 5px;
  width: 100%;
  border-left: 1px dotted white;
}
header .topnavi li a:hover {
  text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
}
header .menu_toggle {
  background: #431e12;
}
header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
header .link1 {
  background-color: #4d3914;
  margin: 0 4% 7%;
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
  position: relative;
  overflow: hidden;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
  color: #b14d2d;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}
.bx-prev::after {
  content: "";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-next::after {
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  background: url(../img/shared/footer_line.png) repeat-x top center, url(../img/shared/footer_bg.png) no-repeat top center, url(../img/shared/bg.jpg) repeat top center;
  color: #fff;
  background-size: auto, cover, auto;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 21%;
}
footer .shopinfo {
  padding: 5% 1.5%;
  position: relative;
}
footer .vcard {
  padding: 0 1%;
  margin-bottom: 3%;
  text-align: center;
}
footer .vcard dl {
  padding-bottom: 5%;
}
footer .box {
  background: url(../img/shared/ft_bgbox2.png) no-repeat center bottom/cover, url(../img/shared/ft_bgbox.jpg) repeat center top;
  border: 2px #3d3626 solid;
  padding: 2%;
  margin: 0 6%;
}
#f_logo {
  margin: 0 auto 5px;
  width: 95px;
}
#f_tel {
  width: 265px;
  margin: 0 auto 10px;
}
footer .nav {
  text-align: center;
  padding: 4% 0;
}
footer .nav li {
  margin: 0 3%;
}
footer .banner li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
}
footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
footer .link1 {
  width: 60%;
  margin: auto;
}
footer .link p {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}
footer .link p a {
  background: #431e12;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
  margin-right: 9px;
}
footer address {
  line-height: 44px;
  background: #444;
  color: #d3d1d1;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.txt {
  padding: 2% 0;
}
.full {
  margin: 0 -2%;
}
.toggle .toggle-link:after {
  left: 50%;
  top: auto !important;
  bottom: 0;
  right: auto !important;
}
.toggle .toggle-link {
  text-align: center;
  padding-bottom: 6%;
  margin-bottom: 2%;
}
.ft_contact_tel {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3% 0;
  background-color: #431e12;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pagetop {
  padding-bottom: 27%;
}
#socialbuttons {
  padding-top: 3%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index .price {
  font-size: 19px;
  font-weight: bold;
}
#index .price span {
  font-size: 16px;
}
#index .deco {
  position: relative;
  width: 90%;
  margin: auto;
  text-align: center;
}
#index .deco dt {
  display: inline;
  padding: 0 0 0 1%;
}
#index .deco:before {
  content: "";
  background: url(../img/index/lunch_deco2.png) no-repeat center top/contain;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
}
#index #lead {
  color: #fff;
}
#index #lead h2 {
  padding-bottom: 2%;
}
#index #lead .photo {
  margin-top: -28%;
}
#index #lead .toggle-link {
  font-size: 18px;
  font-weight: bold;
  padding-top: 3%;
}
#index #kakou {
  color: #fff;
}
#index #kakou h3 {
  padding-top: 3%;
}
#index #kakou .col1 .photo {
  margin-bottom: -31%;
}

#index #kakou .col1 h2 {
  padding-top: 4%;
}
#index #kakou .col1 .txt {
  text-shadow: 0 0 7px #000;
  background-color: #000;
  padding: 4% 2%;
  margin-bottom: 13%;
}
#index #course {
  color: #fff;
  margin-top: 10%;
  padding-bottom: 13%;
  background: url(../img/index/wine_line.png) repeat-x top center, url(../img/index/wine_line.png) repeat-x bottom center, url(../img/index/wine_bg2.png) no-repeat center bottom/contain, url(../img/index/wine_bg.jpg) repeat top center;
}
#index #course h2 {
  padding-top: 11px;
}
#index #course .btn {
  margin: 8vw 5vw 0;
}
#index #lunch {
  background: url(../img/index/lunch_bg.png) repeat top center;
  position: relative;
  padding-bottom: 16%;
}
#index #lunch .box_border {
  text-align: center;
  border: 2px #8c6b4f solid;
  width: 80%;
  margin: auto;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 10px;
  line-height: 20px;
}
#index #lunch .box_border dt {
  position: relative;
  top: -16px;

  left: 0;
  width: 100px;
  margin: 0 auto -10px;
  background: url(../img/index/lunch_bg.png) repeat center top;
}

#index #lunch .tab-link li {
  text-align: center;
  background: url(../img/index/lunch_deco.png) no-repeat center bottom/contain;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 47%;
  margin: 2% 1% 0;
  padding: 6% 0;
  line-height: 19px;
}
#index #lunch .tab-link li.active {
  background: url(../img/index/lunch_deco_on.png) no-repeat center bottom/contain;
}
#index #lunch .box {
  background: url(../img/index/lunch_box.png) no-repeat top center;
  margin-top: -9px;
  padding: 5% 5%;
}
#index #lunch .block {
  background: url(../img/index/lunch_bg_box.png) repeat top center;
  padding: 6% 2% 3%;
  margin-top: -6%;
}
#index #lunch .block dl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#index #lunch .photo1 {
  padding-top: 5%;
}
#index #lunch:before {
  content: "";
  background: url(../img/index/lunch_bg2.png) no-repeat bottom center/100% auto;
  background-size: cover;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#index #dinner .deco:before {
  background: url(../img/index/dinner_deco.png) no-repeat center top/contain;
}
#index #dinner {
  color: #fff;
  position: relative;
}
#index #dinner ul {
  margin-top: 13%;
}

#index #dinner .deco {
  width: 76%;
  margin: 7% auto 0;
  text-align: left;
  line-height: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index #dinner .deco dt {
  font-size: 16px;
}
#index #dinner .style5 dt {
  font-size: 15px;
}
#index #dinner .style5:before {
  width: 16px;
  height: 16px;

  top: 2px;
}

#index #dinner .deco dd {
  text-align: right;
  display: inline-block !important;
  float: right;
}
#index #dinner .photo3 {
  margin-top: -9%;
}

#index #reserve {
  background: url(../img/index/reserve_bg2.jpg) repeat center center;
  padding: 5% 0 10%;
}
#index #soba {
  color: #fff;
  background: url(../img/index/soba_bg.png) no-repeat center top/cover;
  padding-bottom: 10%;
}
#index #soba .style6 {
  position: relative;
}
#index #soba .style6 dd {
  position: absolute;
  top: 50%;
  transform: translateY(-37%);
  right: 20%;
}

#index #soba dt {
  width: 68%;
}
#index #soba .txt {
  text-shadow: 0 0 7px #000;
  padding-top: 30%;
}
#index #soba .price {
  color: #fff;
  margin: -2% 0 0 45%;
}
#index #soba h2 {
  padding-top: 5%;
}
#index #pair {
  color: #fff;
}
#index #pair h3 {
  padding-top: 3%;
}
#index #menu {
  color: #fff;
  padding: 10% 0;
}
#index #menu h3 {
  padding-right: 8%;
}

#index #menu .item {
  margin-bottom: 7%;
}
#index #menu h4 {
  font-size: 18px;
  background-color: #342d29;
  text-align: center;
  margin-bottom: 4%;
}
#index #menu h5 {
  font-size: 18px;
  /* text-align: center; */
  /* margin-bottom: 4%; */
  color: #aa8a50;
}
/* #index #menu h4:before {
  content: "\2501";
  padding-right: 2%;
}
#index #menu h4:after {
  content: "\2501";
  padding-left: 2%;
} */
#index #menu dl {
  border-bottom: 1px solid #343230;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
#index #menu dl:after {
  /* content: "." !important; */
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
/* #index #menu dl dt {
	background: url(../img/index/icon_dt.png) no-repeat left top 13px;
	padding-left: 13px;
	float: left;
} */
#index #menu dl dd {
  text-align: right;
  /* float: right; */
  color: #94867d;
}
#index #free {
  background: url(../img/index/free_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4% 0 11%;
  color: #fff;
}
#index #free .box {
  color: #000;
  background: url(../img/index/free_bgbox.jpg) repeat center top;
  padding: 5% 2% 4%;
}
#index #free .price {
  color: #930000;
  font-size: 25px;
}
#index #free dl {
  position: relative;
}
#index #free dt {
  width: 43%;

  padding-left: 9%;
}
#index #free dd {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
#index #free h3 {
  width: 76%;
  margin: auto;
}
#index #floor {
  color: #fff;
  padding: 4% 0 15%;
}
#index #floor h3 {
  text-align: center;
  font-size: 27px;
  padding-bottom: 3%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index #floor h3:before {
  content: "\2501";
  padding-right: 2%;
  color: #714105;
}
#index #floor ul {
  margin-top: 4%;
}
#index #access {
  background: url(../img/index/reserve_bg2.jpg) repeat center center;
  padding-bottom: 10%;
}
#index #access ul {
  padding: 2% 0 5%;
}
#index #access .col1 {
  padding: 4% 0 7%;
}
#index #access .col2 {
  padding-bottom: 20%;
}

#index #access .col3 p {
  padding-bottom: 4%;
}
#index #access ul li {
  background: url(../img/index/access_icon.png) no-repeat left top 15px;
  padding-left: 19px;
}
#index #kakou .bxSlider .photo,
#index #dinner .bxSlider .photo {
  width: 76%;
  margin: auto;
}

#ft-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  background: url("../img/party/fixed_bg.jpg") repeat-x right center/auto 100%;
}

#ft-fixed p {
  width: 50%;
}

#ft-fixed .tel a {
  display: block;
  background: #431e12;
}

#ft-fixed img {
  max-width: 100%;
  width: auto;
  height: 50px;
}

.oshirase {
  padding: 24px;
  border: 3px #baab89 solid;
  background: #d2ba96;
  margin: 40px auto;
}

.oshirase h3 {
  margin-bottom: 25px;
  border-bottom: 1px #333333 solid;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.oshirase p.txt_c {
  text-align: left;
  color: #333333;
}