@charset "UTF-8"; /* Default ============================================================ */
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
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

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
}

*, *:before, *:after {
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  word-wrap: break-word;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #231815;
  -webkit-text-size-adjust: 100%
}

img {
  vertical-align: bottom;
  max-width: 100%
}

a {
  text-decoration: none;
  color: inherit
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  margin: -1px
}

a.tel {
  text-decoration: underline
}

.smp {
  display: block !important
}

.mt190 {
  margin-top: 190px !important;
}

.menu-point-block {
  width: 850px;
  margin: 0 auto;
  font-size: 14px;
  max-width: 100%;
  text-align: justify;
}

.menu-point {
  border-bottom: 1px solid #c4c4c4;
  line-height: 1.75;
  padding: 0 0 10px;
}

.menu-point-block p {
  margin-top: 1%;
}

.smp-inline {
  display: inline-block !important
}

.pc {
  display: none !important
}

.pc-inline {
  display: none !important
}

.highlight {
  color: #e60012
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%
}

.header-visible {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 56px;
  padding: 13px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5)
}

.header-visible::after {
  content: '';
  display: table;
  clear: both
}

.header__logo img {
  float: left;
  display: block;
  height: 30px
}

.header .hamburger {
  float: right;
  position: relative;
  width: 22px;
  height: 18px;
  margin: 7px 0 0 0
}

.header .hamburger__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #231815
}

.header .hamburger__bar_type_up {
  top: 0
}

.header .hamburger__bar_type_md {
  top: 8px
}

.header .hamburger__bar_type_bt {
  top: auto;
  bottom: 0
}

.header .gnav {
  width: 100%;
  text-align: center;
  background-color: #fff
}

.header .gnav a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea
}

.header .gnav img {
  vertical-align: middle;
  height: 16px
}

.header .hamburger__bar {
  -webkit-transition: .35s;
  transition: .35s
}

.header .hamburger.active .hamburger__bar_type_up {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header .hamburger.active .hamburger__bar_type_md {
  opacity: 0
}

.header .hamburger.active .hamburger__bar_type_bt {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header .gnav {
  display: none;
  visibility: hidden;
  -webkit-transform: translateY(-168px);
  transform: translateY(-168px);
  opacity: 0;
  -webkit-transition: visibility 0s 0.65s, opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0s 0.65s, opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0s 0.65s, transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease-in-out;
  transition: visibility 0s 0.65s, transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.header .gnav.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0s 0s, opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: visibility 0s 0s, transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease-in-out;
  transition: visibility 0s 0s, transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.header .gnav__item:nth-of-type(3) img {
  height: 14px
}

.footer .copyright {
  display: block;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background-color: #000
}

.visual-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%
}

.visual-area__table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.visual-area .page-title {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.visual-area .page-title.loaded {
  opacity: 1.0;
  -webkit-transition: opacity 0.75s ease-in-out .50s;
  transition: opacity 0.75s ease-in-out .50s
}

.heading-m, .limited-products .assortment .heading-l {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold
}

.heading-m::before, .limited-products .assortment .heading-l::before, .heading-m::after, .limited-products .assortment .heading-l::after {
  content: '';
  position: absolute;
  background-color: #898989
}

.heading-m::before, .limited-products .assortment .heading-l::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px
}

.heading-m::after, .limited-products .assortment .heading-l::after {
  bottom: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px
}

.menu-menu-list__item {
  position: relative;
  margin-bottom: 20px
}

.menu-menu-list__item:last-child {
  margin-bottom: 0
}

.menu-menu-list__item span {
  display: block
}

.menu-menu-list__item .name {
  padding-right: 25%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5
}

.menu-menu-list__item .name .small {
  display: inline-block;
  font-size: .8em;
  font-weight: normal
}

.menu-menu-list__item .type {
  font-size: 1.2rem
}

.menu-menu-list__item .price {
  position: absolute;
  top: -1px;
  right: 0;
  font-weight: bold;
  text-indent: .15em
}

.menu-menu-list__item .supp {
  font-size: 1.2rem
}

.menu-menu-list__item .notion {
  font-size: 1.2rem
}

.square {
  display: inline-block !important;
  padding: 5px 10px;
  margin: 8px 0;
  border: 1px solid #231815;
  line-height: 1.50
}

.index .visual-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 492px;
  background-image: url("../images/index/main-v_smp.jpg?20240213");
  margin-bottom: 80px
}

.index .visual-area.night {
  background-image: url("../images/index/main-v2_smp.jpg")
}

.index .visual-area .page-title {
  width: 70px;
  margin: 52px 28px 0 0
}

.index .section, .inner_block {
  padding: 0 15px;
  margin: 40px 0
}

.inner_block > :last-child {
  margin-bottom: 0 !important;
}

.index .section-txt {
  margin-bottom: 15px
}

.index .about {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 50px;
  margin: 0;
  background-image: url("../images/index/bg1.png")
}

.index .about__heading {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold
}

.index .section-img {
  width: 100%
}

.index .section1 {
  margin-top: 0
}

.index .section2 .section-img:nth-of-type(1) {
  margin-bottom: 1px
}

.index .section4 .section-txt {
  position: relative;
  padding-top: 15px
}

.index .section4 .section-txt::before, .index .section4 .section-txt::after {
  content: '';
  position: absolute;
  background-color: #898989
}

.index .section4 .section-txt::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px
}

.index .section4 .section-txt::after {
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 4px
}

.index .section4 .section-img:nth-of-type(1) {
  margin-bottom: 1px
}

.index .separation-img {
  width: 100%;
  margin: 15px 0 50px
}

.index .access {
  padding-bottom: 45px;
  margin: 10px 0 0;
  text-align: center
}

.index .access__map {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  margin-top: 40px
}

.index .access .togmap {
  margin-bottom: 20px;
}

.index .access .togmap a {
  text-decoration: underline
}

.index .access .heading-l {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  background-image: url("../images/index/h10.svg")
}

.index .access .heading-l.text {
  text-indent: 0%;
  background-image: none;
  font-size: 22px;
  letter-spacing: 0.3em;
  font-weight: bold
}

.index .access .heading-l::before, .index .access .heading-l::after {
  content: '';
  position: absolute;
  top: 9px;
  width: 75px;
  height: 1px;
  background-color: #898989
}

.index .access .heading-l::before {
  left: 0
}

.index .access .heading-l::after {
  right: 0
}

.index .access .hp-btn {
  display: block;
  margin: 35px auto 0;
  width: 290px
}

.index .access .hp-btn img {
  height: 60px
}

.index .access-time {
  display: block;
  margin-bottom: 15px
}

.index .access-time-heading {
  display: block;
  margin-bottom: 5px
}

.index .access-time-heading::before {
  content: '';
  display: block;
  width: 255px;
  margin: 15px auto 10px
}

.index .access .heading-l.text {
  height: 40px
}

.index .access .heading-l.text::before, .index .access .heading-l.text::after {
  top: 20px
}

.limited-products .visual-area {
  height: 492px;
  background-image: url("../images/limited-products/main-v.jpg?20240213")
}

.limited-products .visual-area .page-title {
  width: 40px;
  margin: 50px 5px 0 0
}

.limited-products .section {
  padding: 0 15px;
  margin: 40px 0
}

.limited-products .section-txt {
  margin-bottom: 15px
}

.limited-products .section-img {
  width: 100%
}

.limited-products .separation-img {
  width: 100%;
  margin-top: 10px
}

.limited-products .assortment {
  padding-bottom: 20px;
  margin: 0
}

.limited-products .assortment .heading-l {
  margin-bottom: 20px
}

.limited-products .assortment-item {
  margin-bottom: 25px
}

.limited-products .assortment-item__box {
  padding: 15px 20px;
  background-color: #efefef
}

.limited-products .assortment-item__img {
  width: 100%
}

.limited-products .assortment-item__name {
  font-size: 1.8rem;
  font-weight: bold
}

.limited-products .assortment-item__desc {
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.4rem
}

.menu .page-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  height: 24px;
  margin: 40px 0 35px
}

.menu .page-title::before, .menu .page-title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #898989
}

.menu .page-title::before {
  bottom: -14px;
  background-color: #898989
}

.menu .page-title::after {
  bottom: -18px;
  background-color: #231815
}

.menu .menu-nav {
  margin-bottom: 40px
}

.menu .menu-nav-list__item {
  position: relative;
  width: calc(100% - 8px);
  padding: 3px 5px;
  margin: 0 auto 20px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-weight: normal;
  text-align: center;
  padding: 3px 0;
  margin: 0 auto 15px
}

.menu .menu-nav-list__item::before, .menu .menu-nav-list__item::after {
  content: '';
  position: absolute;
  top: -3px;
  width: 2px;
  height: calc(100% + 6px);
  background-color: #231815
}

.menu .menu-nav-list__item::before {
  left: -4px
}

.menu .menu-nav-list__item::after {
  right: -4px
}

.menu .menu-nav-list__item.active {
  color: #fff;
  background-color: #231815
}

.menu .section .heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  height: 24px;
  margin: 40px 0 35px;
  margin-top: 50px;
  position: relative
}

.menu .section .heading::before, .menu .section .heading::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #898989
}

.menu .section .heading::before {
  bottom: -14px;
  background-color: #898989
}

.menu .section .heading::after {
  bottom: -18px;
  background-color: #231815
}

.menu .lunch .section .heading {
  margin-bottom: 0
}

.menu .lunch .section .desc {
  position: relative;
  width: calc(100% - 8px);
  padding: 3px 5px;
  margin: 0 auto 20px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-weight: bold;
  text-align: center
}

.menu .lunch .section .desc::before, .menu .lunch .section .desc::after {
  content: '';
  position: absolute;
  top: -3px;
  width: 2px;
  height: calc(100% + 6px);
  background-color: #231815
}

.menu .lunch .section .desc::before {
  left: -4px
}

.menu .lunch .section .desc::after {
  right: -4px
}

.menu .lunch .section .desc_type_lunch {
  color: #fff;
  background-color: #231815
}

.menu .lunch .section-img {
  width: 100%;
  margin: 40px 0 27px
}

.menu .lunch-section1 .heading {
  background-image: url("../images/menu/h10.svg")
}

.menu .lunch-section2 .heading {
  background-image: url("../images/menu/h20.svg")
}

.menu .lunch-section3 .heading {
  background-image: url("../images/menu/h30.svg")
}

.menu .lunch .lunch-plate .section-img:nth-of-type(1) {
  margin-top: 107px
}

.menu .lunch .lunch-plate-box_type_oni-gozen {
  margin-bottom: 35px
}

.menu .lunch .lunch-plate-name {
  float: left;
  padding: 0 18px;
  border: 1px solid #231815;
  font-size: 1.8rem;
  font-weight: bold
}

.menu .lunch .lunch-plate-price {
  float: left;
  padding: 2px 0 0 15px;
  font-size: 1.8rem;
  font-weight: bold
}

.menu .lunch .lunch-plate-desc {
  clear: both;
  padding-top: 15px
}

.menu .lunch .lunch-plate-list {
  clear: both
}

.menu .lunch .lunch-plate-list_type_oni-gozen {
  padding-top: 15px
}

.menu .lunch .lunch-plate-supp {
  position: relative;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #231815;
  line-height: 1.75
}

.menu .lunch .lunch-plate-supp::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 40px);
  height: calc(100% + 4px);
  background-color: #fff
}

.menu .lunch .lunch-plate-supp__inner {
  position: relative;
  z-index: 1
}

.menu .lunch .lunch-plate .notion {
  margin-top: 20px;
  font-size: 1.4rem
}

.menu .dinner .section .heading {
  margin-top: 55px;
  margin-bottom: 35px
}

.menu .dinner .section .name {
  font-size: 1.8rem;
  font-weight: bold
}

.menu .dinner .section .name .small {
  font-size: .80em
}

.menu .dinner .section .price {
  font-size: 2.2rem;
  font-weight: bold
}

.menu .dinner .section .price__inner {
  display: inline-block;
  width: 50%
}

.menu .dinner .section .list {
  float: left;
  width: 50%;
  margin-bottom: 5px
}

.menu .dinner-block {
  margin: 40px 0
}

.menu .dinner-block:last-child {
  margin-bottom: 0
}

.menu .dinner-block:nth-of-type(1) {
  margin-top: 35px
}

.menu .dinner-block__txt::after {
  content: '';
  display: table;
  clear: both
}

.menu .dinner-block__img {
  margin-top: 10px
}

.menu .dinner-section1 .heading {
  background-image: url("../images/menu/d_h10.svg")
}

.menu .dinner-section2 .heading {
  background-image: url("../images/menu/d_h20.svg")
}

.menu .dinner-section3 .heading {
  background-image: url("../images/menu/d_h30.svg")
}

.menu .dinner-section4 .heading {
  background-image: url("../images/menu/d_h40.svg")
}

.menu .dinner-section5 .heading {
  background-image: url("../images/menu/d_h50.svg")
}

.menu .dinner-section6 .heading {
  background-image: url("../images/menu/d_h60.svg")
}

.menu .dinner-section7 .heading {
  background-image: url("../images/menu/d_h70.svg")
}

.menu .dinner-section8 .heading {
  height: 70px;
  margin-top: 60px;
  background-image: url("../images/menu/d_h80.svg")
}

.menu .dinner-section9 .heading {
  background-image: url("../images/menu/d_h90.svg")
}

.menu .dinner-section10 .heading {
  height: 120px;
  margin-top: 70px;
  background-image: url("../images/menu/d_h100.svg")
}

.menu .drink .section .heading {
  margin-bottom: 40px
}

.menu .drink .section .kura-name {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin: 55px 0 25px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5
}

.menu .drink .section .kura-name:nth-of-type(1) {
  margin-top: 0
}

.menu .drink .section .kura-name .desc {
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: underline
}

.menu .drink-section1 .heading {
  background-image: url("../images/menu/dr_h10.svg")
}

.menu .drink-section2 .heading {
  background-image: url("../images/menu/dr_h20.svg")
}

.menu .drink-section3 .heading {
  background-image: url("../images/menu/dr_h30.svg")
}

.menu .drink-section4 .heading {
  background-image: url("../images/menu/dr_h40.svg")
}

.menu .drink-section5 .heading {
  background-image: url("../images/menu/dr_h50.svg")
}

.menu .drink-section6 .heading {
  background-image: url("../images/menu/dr_h60.svg")
}

.menu .drink-section7 .heading {
  background-image: url("../images/menu/dr_h70.svg")
}

.menu .drink-section8 .heading {
  background-image: url("../images/menu/dr_h80.svg")
}

.menu .drink-section8 .menu-menu-list__item {
  margin-bottom: 30px
}

.menu .drink-section8 .menu-menu-list__item .name {
  padding-right: 50%
}

.menu .drink-section8 .menu-menu-list__item .price {
  padding-top: 7px;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.75
}

.menu .drink-section8 .menu-menu-list__item .supp {
  padding-top: 5px
}

.menu .drink-section8 .menu-menu-list__item .square {
  margin-bottom: 10px;
  font-size: 1.2rem
}

.menu .drink-section8 .menu-menu-list__item .small-supp {
  font-size: 1.2rem;
  text-indent: 1rem
}

.menu .drink-section9 .heading {
  background-image: url("../images/menu/dr_h90.svg")
}

.menu .drink-section10 .heading {
  background-image: url("../images/menu/dr_h100.svg")
}

.menu .drink-section10 .menu-menu-list__item {
  margin-bottom: 30px
}

.menu .drink-section10 .menu-menu-list__item .name {
  position: relative
}

.menu .drink-section10 .menu-menu-list__item .name .kana {
  position: absolute;
  top: -8px;
  left: 45px;
  font-size: 1.0rem
}

.menu .drink-section10 .menu-menu-list__item .price {
  text-align: right;
  line-height: 1.75
}

.menu .drink-section10 .menu-menu-list__item .supp {
  padding-top: 25px
}

.menu .drink-section11 .heading {
  background-image: url("../images/menu/dr_h110.svg")
}

.menu .js-target {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1.0s;
  transition: opacity 1.0s
}

.menu .js-target.active {
  display: block
}

.menu .js-target.active.visible {
  opacity: 1.0
}

.box-supp .heading {
  margin-bottom: 107px !important
}

.box-supp .heading + img {
  margin-top: 0 !important
}

.box-supp .heading .supp {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 40px
}

.box-supp.lunch-section1 .heading {
  background-image: url("../images/menu/h10.svg")
}

.box-supp.lunch-section1 .heading .supp {
  background-image: url("../images/menu/h_supp2.svg")
}

.box-supp.lunch-section2 .heading {
  background-image: url("../images/menu/h20.svg")
}

.box-supp.lunch-section2 .heading .supp {
  background-image: url("../images/menu/h_supp2.svg")
}

.box-supp.lunch-plate .heading {
  margin-bottom: 100px !important;
  background-image: url("../images/menu/h40.svg")
}

.box-supp.lunch-plate .heading + img {
  margin-top: 30px !important
}

.box-supp.lunch-plate .heading .supp {
  background-image: url("../images/menu/h_supp1.svg")
}

.box-supp.lunch-plate .heading .lunch-supp {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -132px;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.2rem
}

.box-supp.drink-section5 .heading {
  background-image: url("../images/menu/dr_h50.svg")
}

.box-supp.drink-section5 .heading .supp {
  background-image: url("../images/menu/dr_h80_supp.svg")
}

.box-supp.drink-section8 .heading {
  background-image: url("../images/menu/dr_h80.svg")
}

.box-supp.drink-section8 .heading .supp {
  background-image: url("../images/menu/dr_h80_supp.svg")
}

#Lunch .inner_block {
  text-align: left
}

#Lunch {
  padding: 0 15px
}

.footer {
  margin-top: 80px
}

.heading-l-new > span {
  display: table;
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  text-align: justify
}

.heading-l-new > span::after {
  right: -99999vw;
  left: calc(100% + 10px)
}

.heading-l-new > span::before {
  left: -9999vw;
  right: calc(100% + 10px)
}

.heading-l-new > span::before, .heading-l-new > span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #898989;
}

.heading-l-new {
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 20px
}

.heading-m-new {
  display: table;
  text-align: justify;
  font-size: 23px;
  line-height: 1.4;
  padding: 0 12px 5px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  color: #231815;
  margin: 0 0 15px
}

.heading-m-new::after {
  right: 0
}

.heading-m-new::before {
  left: 0
}

.heading-m-new::before, .heading-m-new::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background: #898989;
  border-radius: 10px;
}

.hover_animation {
  transition: all ease .3s
}

.hover_animation:hover {
  opacity: .7
}

.hover_line:hover {
  text-decoration: underline !important
}

.index .visual-area .page-title {
  width: auto !important;
  height: auto !important;
  margin: 60px 28px 0 0 !important
}

.mt60 {
  margin-top: 60px !important
}

.mt80 {
  margin-top: 80px !important
}

.mt120 {
  margin-top: 120px !important
}

.section-txt-block-new {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 80px 0;
  align-items: flex-start;
}

.section-txt-block-new_txt p {
  font-size: 14px;
  line-height: 2.3
}

.section-txt-block-new_txt {
  margin-left: 30px;
  text-align: justify;
  flex-grow: 1
}

.section-txt-block-new_txt_footer {
  border-top: 1px solid #C4C4C4;
  margin-top: 50px;
  padding-top: 0
}

.section-txt-block-new_txt_footer-insta {
  height: 30px
}

.section-txt-block-new_txt_footer_btns > * {
  margin: 15px 20px 0 0;
  display: flex
}

.section-txt-block-new_txt_footer_btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.hp-btn img {
  width: 300px
}

.hp-btn {
  transition: all ease .3s
}

.hp-btn:hover {
  opacity: .7
}

.center {
  text-align: center !important
}

/* /Default =========================================================== */
/* Note PC ============================================================ */
@media only screen and ( max-width: 1024px ) {
  .inner_block {
    padding: 0 15px
  }

  .section-txt-block-new {
    align-items: flex-start
  }
}

/* /Note PC =========================================================== */
/* PC Only ============================================================ */
@media only screen and (min-width: 768px) {
  .smp {
    display: none !important
  }

  .smp-inline {
    display: none !important
  }

  .pc {
    display: block !important
  }

  .pc-inline {
    display: inline-block !important
  }

  .wrapper {
    max-width: 1400px;
    margin: 0 auto
  }

  .header-inner {
    width: 1048px;
    margin: 0 auto;
    height: 60px;
    padding: 10px 0 10px 13px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    max-width: 100%;
  }

  .header-inner::after {
    content: '';
    display: table;
    clear: both
  }

  .header-visible {
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: 0;
    box-shadow: none
  }

  .header__logo img {
    float: none;
    display: inline-block;
    height: 40px;
    width: 209px
  }

  .header .hamburger {
    display: none
  }

  .header .gnav {
    float: right;
    display: block !important;
    width: auto;
    text-align: left
  }

  .header .gnav::after {
    content: '';
    display: table;
    clear: both
  }

  .header .gnav__item {
    float: left;
    margin-right: 48px
  }

  .header .gnav__item:nth-of-type(1) {
    width: 57px
  }

  .header .gnav__item:nth-of-type(2) {
    width: 119px
  }

  .header .gnav__item:nth-of-type(2) img {
    height: 13px
  }

  .header .gnav a {
    padding: 0;
    border-bottom: 0;
    margin-top: 4px;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
  }

  .header .gnav a:hover {
    opacity: .70
  }

  .header .gnav img {
    height: 15px
  }

  .header .gnav {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }

  .footer .copyright {
    padding: 27px 0
  }

  .heading-m, .limited-products .assortment .heading-l {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    height: 38px
  }

  .heading-m::before, .limited-products .assortment .heading-l::before, .heading-m::after, .limited-products .assortment .heading-l::after {
    display: none
  }

  .menu-menu-list {
    width: 750px;
    margin: 0 auto
  }

  .menu-menu-list__item {
    margin-bottom: 30px
  }

  .menu-menu-list__item::after {
    content: '';
    display: table;
    clear: both
  }

  .menu-menu-list span {
    display: inline-block
  }

  .menu-menu-list .name {
    width: 480px;
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 2.0
  }

  .menu-menu-list .name .small {
    font-size: .7em
  }

  .menu-menu-list .type {
    vertical-align: top;
    font-size: 1.5rem;
    text-indent: 0;
    line-height: 3.2
  }

  .menu-menu-list .price {
    position: static;
    float: right;
    text-indent: 0;
    font-size: 2.5rem;
    font-weight: normal
  }

  .menu-menu-list .supp {
    display: block;
    font-size: 1.4rem
  }

  .menu-menu-list .notion {
    display: block;
    font-size: 1.4rem
  }

  .square {
    display: block;
    font-size: 1.8rem
  }

  .index .access .heading-l.text {
    font-size: 26px
  }

  .index .access .heading-l.text::before, .index .access .heading-l.text::after {
    top: 24px
  }

  .index .visual-area {
    height: 680px;
    background-image: url("../images/index/main-v.jpg?20240213")
  }

  .index .visual-area.night {
    background-image: url("../images/index/main-v2.jpg")
  }

  .index .visual-area .site-title {
    width: 58px
  }

  .index .visual-area .page-title {
    width: 85px;
    margin-top: 60px
  }

  .index .section, .inner_block {
    width: 1048px;
    margin: 0 auto;
    padding: 0;
    max-width: 100%
  }

  .index .section-txt {
    margin-bottom: 0
  }

  .index .about {
    width: 100%;
    padding: 80px 0;
    margin: 40px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../images/index/bg1.png")
  }

  .index .about-txt-box {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 667px;
    background-image: url("../images/index/about_txt.svg")
  }

  .index .about__heading {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
  }

  .index .section-txt {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
  }

  .index .section-img {
    width: auto
  }

  .index .section1::after {
    content: '';
    display: table;
    clear: both
  }

  .index .section1 .section-txt-block {
    float: right;
    width: 497px;
    padding-top: 100px
  }

  .index .section1 .heading-m, .index .section1 .limited-products .assortment .heading-l, .limited-products .assortment .index .section1 .heading-l {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 18px;
    height: 39px;
    background-image: url("../images/index/honsyatyokubaijo.png")
  }

  .index .section1 .heading-2 {
    background-image: url("../images/index/hontenosyokujidokoro.png") !important;
  }

  .index .section1 .section-txt {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 140px;
    background-image: url("../images/index/txt1.png")
  }

  .index .section1 .section-img {
    float: left
  }

  .index .section2::after {
    content: '';
    display: table;
    clear: both
  }

  .index .section2 .section-txt-block {
    width: 100%;
    padding-top: 0;
    margin-top: 76px
  }

  .index .section2 .heading-m, .index .section2 .limited-products .assortment .heading-l, .limited-products .assortment .index .section2 .heading-l {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 18px;
    height: 38px;
    background-image: url("../images/index/h102.png")
  }

  .index .section2 .section-txt {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 47px;
    margin-bottom: 40px;
    background-image: url("../images/index/txt2.png")
  }

  .index .section2 .section-img {
    width: 100%;
    margin: 0
  }

  .index .section2 .section-img:nth-of-type(1) {
    float: left
  }

  .index .section3 {
    margin-top: 120px;
    margin-bottom: 86px
  }

  .index .section3::after {
    content: '';
    display: table;
    clear: both
  }

  .index .section3 .section-txt-block {
    float: left;
    width: 496px;
    padding-top: 100px
  }

  .index .section3 .heading-m, .index .section3 .limited-products .assortment .heading-l, .limited-products .assortment .index .section3 .heading-l {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 18px;
    height: 39px;
    background-image: url("../images/index/h103.png")
  }

  .index .section3 .section-txt {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 142px;
    background-image: url("../images/index/txt5.png")
  }

  .index .section3 .section-img {
    float: right
  }

  .index .section4 {
    position: relative;
    margin-top: 135px
  }

  .index .section4::after {
    content: '';
    display: table;
    clear: both
  }

  .index .section4 .ball {
    top: -48px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    position: absolute;
    background-color: #898989
  }

  .index .section4::before, .index .section4::after {
    content: '';
    position: absolute;
    background-color: #898989
  }

  .index .section4::before {
    top: -45px;
    left: 0;
    width: 100%;
    height: 1px
  }

  .index .section4::after {
    top: -48px;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 4px
  }

  .index .section4 .section-txt {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 141px;
    background-image: url("../images/index/txt3.png")
  }

  .index .section4 .section-txt::before, .index .section4 .section-txt::after {
    display: none
  }

  .index .section4 .section-img {
    margin-top: -160px
  }

  .index .section4 .section-img:nth-of-type(1) {
    float: left;
    margin-bottom: 0
  }

  .index .section4 .section-img:nth-of-type(2) {
    float: right
  }

  .index .separation-img {
    margin: 80px 0
  }

  .index .access {
    font-weight: 600;
    font-size: 1.7rem;
    width: 100%;
    padding: 0 15px;
    margin: 25px 0 80px;
  }

  .index .access__map {
    height: 320px;
    margin-bottom: 40px
  }

  .index .access .togmap {
    margin-bottom: 38px;
    margin-top: -30px;
  }

  .index .access .togmap a:hover {
    text-decoration: none
  }

  .index .access .tel {
    text-decoration: none;
    pointer-events: none
  }

  .index .access .heading-l {
    height: 25px;
    overflow-x: hidden
  }

  .index .access .heading-l::before, .index .access .heading-l::after {
    top: 12px;
    width: 618px
  }

  .index .access .heading-l::before {
    left: auto;
    right: 50%;
    -webkit-transform: translateX(-85px);
    transform: translateX(-85px)
  }

  .index .access .heading-l::after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(85px);
    transform: translateX(85px)
  }

  .index .access__address {
    margin: 40px auto;
    width: 416px
  }

  .index .access .hp-btn {
    display: block;
    margin: 20px auto 0;
    width: 306px
  }

  .index .access .hp-btn img {
    height: 60px
  }

  .index .access-time {
    display: block;
    margin-bottom: 0px
  }

  .index .access-time-heading {
    display: block;
    font-size: 1.8rem
  }

  .index .access-time-heading::before {
    margin: 22px auto
  }

  .limited-products .visual-area {
    height: 680px
  }

  .limited-products .visual-area .page-title {
    width: 46px;
    margin-top: 80px
  }

  .limited-products .section {
    width: 1048px;
    margin: 0 auto;
    padding: 0;
    margin: 84px auto 82px
  }

  .limited-products .section::after {
    content: '';
    display: table;
    clear: both
  }

  .limited-products .section-txt {
    margin-bottom: 0
  }

  .limited-products .section .heading-m, .limited-products .section .assortment .heading-l, .limited-products .assortment .section .heading-l {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 18px
  }

  .limited-products .section .section-txt {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
  }

  .limited-products .section-txt {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden
  }

  .limited-products .section-img {
    width: auto
  }

  .limited-products .section1 .section-txt-block {
    float: left;
    width: 692px
  }

  .limited-products .section1 .heading-m, .limited-products .section1 .assortment .heading-l, .limited-products .assortment .section1 .heading-l {
    height: 77px;
    background-image: url("../images/limited-products/h101.png")
  }

  .limited-products .section1 .section-txt {
    height: 396px;
    background-image: url("../images/limited-products/txt1.png")
  }

  .limited-products .section1 .section-img {
    float: right
  }

  .limited-products .section2 .section-txt-block {
    float: left;
    width: 517px;
    padding-top: 75px
  }

  .limited-products .section2 .heading-m, .limited-products .section2 .assortment .heading-l, .limited-products .assortment .section2 .heading-l {
    background-image: url("../images/limited-products/h102.png");
    height: 40px
  }

  .limited-products .section2 .section-txt {
    height: 203px;
    background-image: url("../images/limited-products/txt2.png")
  }

  .limited-products .section2 .section-img {
    float: right
  }

  .limited-products .section3 .section-txt-block {
    float: right;
    width: 395px;
    padding-top: 165px
  }

  .limited-products .section3 .heading-m, .limited-products .section3 .assortment .heading-l, .limited-products .assortment .section3 .heading-l {
    height: 37px;
    background-image: url("../images/limited-products/h103.png")
  }

  .limited-products .section3 .section-txt {
    height: 166px;
    background-image: url("../images/limited-products/txt3.png")
  }

  .limited-products .section3 .section-img {
    float: left
  }

  .limited-products .section4 .section-txt-block {
    float: left;
    width: 443px;
    padding-top: 115px
  }

  .limited-products .section4 .heading-m, .limited-products .section4 .assortment .heading-l, .limited-products .assortment .section4 .heading-l {
    height: 37px;
    background-image: url("../images/limited-products/h104.png")
  }

  .limited-products .section4 .section-txt {
    height: 128px;
    background-image: url("../images/limited-products/txt4.png")
  }

  .limited-products .section4 .section-img {
    float: right
  }

  .limited-products .assortment {
    margin-bottom: 50px
  }

  .limited-products .assortment .heading-l {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 40px;
    margin-bottom: 38px;
    height: 38px;
    background-image: url("../images/limited-products/h105.png")
  }

  .limited-products .assortment-list::after {
    content: '';
    display: table;
    clear: both
  }

  .limited-products .assortment-item {
    float: left;
    width: 339px;
    margin: 0 15px 50px 0
  }

  .limited-products .assortment-item:nth-of-type(3n) {
    margin-right: 0
  }

  .limited-products .assortment-item:nth-of-type(1) .assortment-item__name {
    background-image: url("../images/limited-products/products_name1.svg")
  }

  .limited-products .assortment-item:nth-of-type(2) .assortment-item__name {
    background-image: url("../images/limited-products/products_name2.svg")
  }

  .limited-products .assortment-item:nth-of-type(3) .assortment-item__name {
    background-image: url("../images/limited-products/products_name3.svg")
  }

  .limited-products .assortment-item:nth-of-type(4) .assortment-item__name {
    background-image: url("../images/limited-products/products_name4.svg")
  }

  .limited-products .assortment-item:nth-of-type(5) .assortment-item__name {
    background-image: url("../images/limited-products/products_name5.svg")
  }

  .limited-products .assortment-item:nth-of-type(6) .assortment-item__name {
    background-image: url("../images/limited-products/products_name6.svg")
  }

  .limited-products .assortment-item:nth-of-type(7) .assortment-item__name {
    background-image: url("../images/limited-products/products_name7.svg")
  }

  .limited-products .assortment-item:nth-of-type(8) .assortment-item__name {
    background-image: url("../images/limited-products/products_name8.svg")
  }

  .limited-products .assortment-item__box {
    padding: 20px 25px;
    margin-top: 5px
  }

  .limited-products .assortment-item__name {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 21px;
    margin-bottom: 10px
  }

  .limited-products .assortment-item__desc {
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.4rem
  }

  .limited-products .separation-img {
    margin: 0
  }

  .menu .page-title {
    width: 1048px;
    margin: 0 auto;
    height: 35px;
    margin: 90px auto 42px
  }

  .menu .section .heading {
    width: 1048px;
    margin: 0 auto;
    height: 35px;
    margin: 90px auto 42px
  }

  .menu .menublock {
    width: 1048px;
    margin: 0 auto
  }

  .menu .page-title {
    margin-top: 40px
  }

  .menu .menu-nav {
    margin-bottom: 80px
  }

  .menu .menu-nav-list {
    width: 604px;
    margin: 0 auto
  }

  .menu .menu-nav-list::after {
    content: '';
    display: table;
    clear: both
  }

  .menu .menu-nav-list__item {
    float: left;
    width: 180px;
    height: 25px;
    padding: 5px 0;
    margin: 0 31px 0 0;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: .10em;
    line-height: 1.0;
    cursor: pointer;
    -webkit-transition: color .35s, background-color .35s;
    transition: color .35s, background-color .35s
  }

  .menu .menu-nav-list__item:last-child {
    margin-right: 0
  }

  .menu .menu-nav-list__item:hover {
    color: #fff;
    background-color: #231815
  }

  .menu .lunch .section .desc {
    margin: 0 auto 60px;
    font-size: 1.8rem
  }

  .menu .lunch .section-img {
    margin: 68px 0 70px
  }

  .menu .lunch-section1 .desc {
    width: 424px
  }

  .menu .lunch .lunch-plate::after {
    content: '';
    display: table;
    clear: both
  }

  .menu .lunch .lunch-plate .section-img {
    margin: 40px 0
  }

  .menu .lunch .lunch-plate .section-img:nth-of-type(1) {
    margin-top: 65px
  }

  .menu .lunch .lunch-plate-box_type_oni-gozen {
    float: left;
    width: 477px;
    margin-bottom: 0
  }

  .menu .lunch .lunch-plate-box_type_futaaji-gozen {
    float: right;
    width: 520px
  }

  .menu .lunch .lunch-plate-name {
    padding: 8px 18px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.0
  }

  .menu .lunch .lunch-plate-price {
    padding: 8px 0 0 100px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1.0
  }

  .menu .lunch .lunch-plate-desc {
    font-size: 1.8rem
  }

  .menu .lunch .lunch-plate-list {
    font-size: 1.8rem
  }

  .menu .lunch .lunch-plate-supp {
    font-size: 1.8rem;
    letter-spacing: .10em
  }

  .menu .dinner .section .heading {
    margin-top: 100px;
    margin-bottom: 65px
  }

  .menu .dinner .section .name {
    font-size: 2.4rem
  }

  .menu .dinner .section .name .small {
    display: block;
    margin-bottom: 15px;
    line-height: 1.0
  }

  .menu .dinner .section .price {
    font-size: 2.8rem
  }

  .menu .dinner .section .limit-less {
    padding: 3px 10px 0;
    margin: 12px 0;
    font-size: 1.8rem;
    font-weight: bold
  }

  .menu .dinner-block {
    margin: 50px 0;
    letter-spacing: .20em
  }

  .menu .dinner-block::after {
    content: '';
    display: table;
    clear: both
  }

  .menu .dinner-block:nth-of-type(1) {
    margin-top: 50px
  }

  .menu .dinner-block_type_txt-only {
    padding-left: 50px;
    margin: 30px 0
  }

  .menu .dinner-block__txt {
    float: right;
    width: 490px
  }

  .menu .dinner-block__txt_type_left {
    float: left;
    width: 100%
  }

  .menu .dinner-block__img {
    float: left;
    margin-top: 0
  }

  .menu .dinner-section5 .heading_type_ir {
    margin-top: 100px;
    margin-bottom: 50px
  }

  .menu .dinner-section6 .heading {
    margin-top: 80px
  }

  .menu .dinner-section8 .heading {
    height: 108px
  }

  .menu .dinner-section8 .heading::before {
    bottom: -18px
  }

  .menu .dinner-section8 .heading::after {
    bottom: -22px
  }

  .menu .dinner-section10 .heading {
    height: 235px
  }

  .menu .dinner-section10 .heading::before {
    bottom: -28px
  }

  .menu .dinner-section10 .heading::after {
    bottom: -32px
  }

  .menu .dinner-section10 .dinner-block__txt {
    float: right;
    width: 350px
  }

  .menu .dinner-section10 .dinner-block__txt .name {
    font-size: 2.1rem;
    line-height: 1.5;
    text-indent: -.50em;
    letter-spacing: 0
  }

  .menu .dinner-section10 .dinner-block__txt .desc {
    font-size: 1.8rem;
    line-height: 1.5
  }

  .menu .dinner-section10 .dinner-block__txt .hatsugiri, .menu .dinner-section10 .dinner-block__txt .honkirishima {
    display: block;
    margin-top: 15px;
    text-indent: 0
  }

  .menu .dinner-section10 .dinner-block__txt .hatsugiri span, .menu .dinner-section10 .dinner-block__txt .honkirishima span {
    text-indent: -.50em
  }

  .menu .dinner-section10 .dinner-block_type_txt-only {
    padding: 0
  }

  .menu .dinner-section10 .dinner-block_type_txt-only .dinner-block__txt {
    float: left
  }

  .menu .drink .section .heading {
    margin-bottom: 60px
  }

  .menu .drink .section .kura-name {
    width: 750px;
    border-bottom: 0;
    margin: 0 auto;
    font-size: 2.0rem;
    letter-spacing: .20em
  }

  .menu .drink .section .kura-name .desc {
    font-size: 1.6rem;
    letter-spacing: -.05em
  }

  .menu .drink .menu-menu-list__item {
    margin-bottom: 25px
  }

  .menu .drink .menu-menu-list__item .name {
    width: 600px
  }

  .menu .drink-section7 .menu-menu-list {
    margin-bottom: 60px
  }

  .menu .drink-section7 .menu-menu-list__item {
    margin-bottom: 15px
  }

  .menu .drink-section7 .menu-menu-list__item .name .small {
    text-indent: -.50em
  }

  .menu .drink-section7 .menu-menu-list__item .price {
    font-size: 2.2rem
  }

  .menu .drink-section8 .menu-menu-list__item .name {
    width: 400px;
    padding-right: 0
  }

  .menu .drink-section8 .menu-menu-list__item .price {
    font-size: 2.5rem
  }

  .menu .drink-section8 .menu-menu-list__item .supp {
    line-height: 1.75
  }

  .menu .drink-section8 .menu-menu-list .square {
    margin-bottom: 10px;
    font-size: 1.4rem
  }

  .menu .drink-section8 .menu-menu-list .small-supp {
    font-size: 1.4rem;
    text-indent: 1rem
  }

  .menu .drink-section10 .menu-menu-list__item .name {
    width: 400px;
    padding-right: 0
  }

  .menu .drink-section10 .menu-menu-list__item .name .kana {
    left: 60px;
    font-size: 1.2rem
  }

  .menu .drink-section10 .menu-menu-list__item .price {
    padding-top: 5px
  }

  .menu .drink-section10 .menu-menu-list__item .supp {
    padding-top: 0;
    line-height: 1.75
  }

  .box-supp.lunch-plate .heading + img {
    margin-top: -36px !important
  }

  .box-supp.lunch-plate .heading + .list_menuphoto {
    margin-top: -36px !important
  }

  .box-supp.lunch-plate .heading .lunch-supp {
    text-align: right;
    bottom: -65px
  }

  .box-supp::after {
    content: '';
    display: table;
    clear: both
  }

  .box-supp .heading {
    margin-bottom: 65px !important
  }

  .box-supp .heading .supp {
    bottom: 0;
    left: auto;
    right: 0;
    display: block;
    width: 246px;
    height: 35px
  }

  .list_menuphoto > li {
    width: calc((100% - 8px) / 2)
  }

  .section-txt-block-new_img {
    max-width: 40vw;
    flex-grow: 0
  }
}

/* /PC Only =========================================================== */
/* Tablet ============================================================ */
@media only screen and ( max-width: 767px ) {
  #Lunch .inner_block {
    padding: 0
  }

  .heading-l-new {
    font-size: 22px;
    line-height: 1.5
  }

  .index .visual-area .page-title {
    margin: 52px 28px 0 0 !important
  }

  .section-txt-block-new {
    margin: 60px auto;
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 425px
  }

  .section-txt-block-new_img {
    margin: auto
  }

  .section-txt-block-new_txt {
    margin: 20px auto 0;
    width: 100%
  }

  .section-txt-block-new_txt_footer {
    margin-top: 30px
  }
}

/* /Tablet =========================================================== */
/* SMP ============================================================ */
@media only screen and ( max-width: 425px ) {
  #Lunch {
    margin-top: 25px
  }

  .footer {
    margin-top: 80px
  }

  .smt40 {
    margin-top: 40px !important
  }

  .smt80 {
    margin-top: 80px !important
  }
}

/* /SMP =========================================================== */
/* 姉妹店 */
.simaiten {
  display: flex;
  flex-wrap: wrap;
  --num: 4;
  --gap: 10px;
  gap: var(--gap);
  margin-top: 30px;
  padding: 0 15px;
}

.simaiten li {
  width: calc( ( 100% - var(--gap) * ( var(--num) - 1 ) ) / var(--num) );
}

#tenpo_slider li {
  margin: 0 1px;
}

#tenpo_slider.simaiten {
  padding: 0;
}

.simaiten a {
  display: block;
  position: relative;
  background: #000;
  width: 100%;
  aspect-ratio: 525/159;
}

.simaiten-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.simaiten a:hover .simaiten-bg {
  opacity: .7;
}

.simaiten-str {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.simaiten a img {
  border: none;
  transition: .6s;
}

.ht-btn {
  text-align: center;
  margin: 40px 0
}

.ht-btn a {
  transition: .6s
}

.ht-btn a:hover {
  opacity: .7
}

.ht-btn img {
  height: 60px
}

.hd_pole_center {
  font-size: 21px;
  letter-spacing: 0.2em;
  display: table;
  margin: 0 auto 15px;
  position: relative;
  border-bottom: 2px solid #C4C4C4;
  padding: 0 .5em 8px;
  line-height: 1.5
}

.hd_pole_center::after {
  right: 0
}

.hd_pole_center::before {
  left: 0
}

.hd_pole_center::before, .hd_pole_center::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #8A8A8A;
}

@media ( max-width: 767px ) {
  .simaiten {
    --num: 2;
  }
}

@media ( max-width: 480px ) {
  .simaiten {
    --num: 1;
  }
}

/* /姉妹店 */



/* レイアウト調整 2023.04.18 */
@media ( max-width: 767px ) {
  .tweak_20230418_01 {max-width: max-content;width: 100%;margin-left: auto;margin-right: auto;}
  .lunch-plate-box-wrap .lunch-plate-box.tweak_20230418_02 {margin-bottom: 0 !important;}
  .tweak_20230418_03 {margin-bottom: 0 !important;}
}
/* /レイアウト調整 2023.04.18 */



/* FVバランス調整 2024.02.13 */
@media ( min-width: 481px ) and ( max-width: 767px ) {
  .index .visual-area {height: 600px;background-image: url(../images/index/main-v.jpg?20240213);}
}
/* /FVバランス調整 2024.02.13 */

/* 別邸お知らせ */
.sec_bettei {text-align: center;margin-bottom: 60px;padding: 0 15px;}
.sec_bettei img {margin-top: 1em;}
/* /別邸お知らせ */