.hamburger {
  position: fixed;
  top: 20px;
  right: 10px;
  border-radius: 0;
  text-align: center;
  z-index: 9999;
  width: 55px;
  cursor: pointer;
  padding: 0;
}
.hamburger .off {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  opacity: 0 !important;
}

.navOpen .hamburger .off {
  opacity: 1 !important;
}
.navOpen .hamburger .on {
  opacity: 0 !important;
}

#header {
  position: relative;
  color: #fff;
}
#header h1 {
  position: absolute;
  left: 10px;
  right: 75px;
  top: 13px;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 0.15em;
  z-index: 2;
}
#header .logo {
  top: 72.5px;
  width: 73px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

#index #header h1 {
  color: #9b9a9a;
}
#index #header .logo {
  width: 95px;
}

.menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0px;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  height: 100%;
  color: #000;
  padding: 90px 0 150px;
  z-index: -10;
  background: #f7f6f6;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  -webkit-overflow-scrolling: touch;
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
}

#menu_toggle .nav {
  width: 295px;
  margin: 0 auto;
  padding: 0 9px 0 21px;
  box-sizing: border-box;
}
#menu_toggle .nav li + li {
  margin-top: 16px;
}
#menu_toggle .nav li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-decoration: none;
  position: relative;
}
#menu_toggle .nav li a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/nav_active.png") no-repeat center/100% auto;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -25px;
  opacity: 0;
}
#menu_toggle .nav li a.active::before {
  opacity: 1;
}
#menu_toggle .nav li a small {
  font-size: 12px;
  color: #9b9a9a;
  letter-spacing: 0.15em;
}
#menu_toggle .nav li.nav-tit {
  color: #837250;
  font-size: 13px;
  line-height: 1.5;
  margin: 20px 0 25px;
  position: relative;
  transform: none !important;
  text-align: left;
}
#menu_toggle .nav li.nav-tit::before {
  content: "";
  position: absolute;
  background: url("../img/shared/nav_tit_bg.png") no-repeat bottom center/100% auto;
  width: 134.5px;
  height: 26.5px;
  left: -12.5px;
  bottom: -20px;
}
#menu_toggle .line {
  width: 295px;
  border-top: 1px dashed #707070;
  margin: 20px auto;
}
#menu_toggle .tel {
  margin: 20px auto 0;
  width: 335px;
  max-width: calc(100% - 20px);
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid #d6d6d6;
}
#menu_toggle .tel a {
  display: block;
  text-decoration: none;
  color: #baa782;
}
#menu_toggle .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
#menu_toggle .tel span {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#menu_toggle .tel span img {
  width: 14.5px;
  display: inline-block;
  margin: 0 3px;
  vertical-align: bottom;
}
#menu_toggle .tel span img ~ img {
  margin-left: 0;
}
#menu_toggle .tel span small {
  font-size: 18.5px;
}
#menu_toggle .sns {
  display: flex;
  justify-content: center;
  margin: 30px 0 28px;
  gap: 25px;
}
#menu_toggle .sns img {
  width: 26.5px;
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #110c4d;
  z-index: 70;
  display: flex;
  color: #fff;
}
#ft_fixed .map {
  width: 62.5px;
}
#ft_fixed .map a {
  padding: 13px 0 0;
  box-sizing: border-box;
  height: 58px;
  background: #3e3e3e;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}
#ft_fixed .map a img {
  width: 12.5px;
  display: block;
  margin: 0 auto;
}
#ft_fixed .map a span {
  display: block;
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 6px 0 0;
}
#ft_fixed .tel {
  width: calc(100% - 62.5px);
}
#ft_fixed .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  gap: 10px;
}
#ft_fixed .tel .sub-tel {
  font-size: 10.5px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#ft_fixed .tel span {
  line-height: 1;
  font-size: 21.5px;
  letter-spacing: 0.1em;
}
#ft_fixed .tel span small {
  font-size: 15.5px;
}
#ft_fixed .tel span img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: bottom;
  width: 12.5px;
}
#ft_fixed .tel span img ~ img {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #ft_fixed {
    padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
#footer {
  background: url("../img/shared/f_bg.png") no-repeat top center/cover;
  color: #fff;
  padding: 50px 0 150px;
  text-align: center;
  position: relative;
  z-index: 3;
}
#footer .logo {
  width: 105px;
  margin: 0 auto;
}
#footer .tel {
  margin: 25px auto 0;
}
#footer .tel a {
  display: block;
  text-decoration: none;
}
#footer .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
#footer .tel span {
  display: block;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer .tel span img {
  width: 14.5px;
  display: inline-block;
  margin: 0 3px;
  vertical-align: bottom;
}
#footer .tel span img ~ img {
  margin-left: 0;
}
#footer .tel span small {
  font-size: 18.5px;
}
#footer .sns {
  display: flex;
  justify-content: center;
  margin: 26px 0 23px;
  gap: 25px;
}
#footer .sns img {
  width: 26.5px;
}
#footer .info {
  margin: 0 20px;
  border-top: 1px solid #6e6c65;
  border-bottom: 1px solid #6e6c65;
  padding: 15px 0 45px 15px;
  text-align: left;
}
#footer .info p {
  font-size: 13px;
  line-height: 21px;
}
#footer .info p + p {
  margin-top: 15px;
}
#footer .info p + dl {
  margin-top: 15px;
}
#footer .info dl {
  font-size: 13px;
  line-height: 21px;
}
#footer .info dl dd {
  margin: 0 0 0 10px;
}
#footer .btn-copy {
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
#footer .btn-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#footer .btn-copy a:after {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  width: 14px;
  height: 14px;
}
#footer .cookies-link {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#footer .cookies-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#footer .cookies-link a:after {
  content: "";
  background: url("../img/shared/icon_cookies.png") no-repeat center/100% auto;
  width: 12px;
  height: 12px;
}
#footer #socialbuttons {
  margin: 35px 0 0;
}
#footer address {
  margin: 25px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: inherit;
}

.fs19 {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.fs7 {
  font-size: 7vw;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.position-r {
  position: relative;
}

.mb6 {
  margin-bottom: 6vw;
}

.btn-link {
  margin: 0 auto;
  width: 309px;
  max-width: calc(100% - 20px);
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn-link a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  height: 52px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: url("../img/shared/bg_btn.png") no-repeat center/100% auto;
}
.btn-link a img {
  width: 8.5px;
}

.btn-popup {
  width: 95vw;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn-popup span, .btn-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 5vw;
  letter-spacing: 0.15em;
  font-size: 5.6vw;
  line-height: 1.5;
  background: url("../img/lunch/s3_bg_btn.png") no-repeat center/100% auto;
  height: 17.73vw;
  cursor: pointer;
}
.btn-popup span img, .btn-popup a img {
  width: 4.4vw;
}
.btn-popup a img {
  width: 3vw;
}
.btn-popup + .btn-popup {
  margin-top: 5.5vw;
}
.btn-popup + .btn-popup span {
  font-size: 4.5vw;
  background-image: url("../img/lunch/s3_bg_btn2.png");
}
.btn-popup + .btn-popup span img {
  width: 3.46vw;
}

.remodal-wrapper {
  padding: 0;
}

.remodal-menu {
  background: #fff;
  padding: 0;
}

.popup-menu {
  padding: 27.5px 0 44px;
}
.popup-menu button {
  border: 0;
  background: transparent;
  outline: 0;
}
.popup-menu .remodal-close2 {
  margin: 50px auto 0;
  cursor: pointer;
  width: 47px;
}
.popup-menu .remodal-close {
  width: 43.5px;
  cursor: pointer;
  margin: 0 9px 20px auto;
      z-index: 999;
}
.popup-menu .remodal-close::before {
  display: none;
}
.popup-menu h2 {
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 10px;
  text-align: center;
}
.popup-menu h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 503px;
  margin: 0 auto;
  background: url("../img/shared/ttl_border.png");
  height: 2px;
}
.popup-menu .txt {
  line-height: 28px;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0;
  font-size: 12px;
}
.popup-menu .flex {
  position: relative;
  margin: 0 var(--wrapPadding);
}
.popup-menu .flex .col + .col {
  margin-top: 15px;
}
.popup-menu .flex h5 {
  font-weight: bold;
  padding: 6px 0;
  border-bottom: 1px solid #a6a6a6;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.popup-menu .flex .col h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 6px;
  border-bottom: 1px solid #b11823;
  text-align: center;
}
.popup-menu .flex .col h4 ~ h4 {
  margin-top: 15px;
}
.popup-menu .flex .col .flex2 .col2 + .col2 {
  margin-top: 15px;
}
.popup-menu .flex .col dl {
  padding: 10px 0;
  border-bottom: 1px dashed #707070;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0;
}
.popup-menu .flex .col dl.ps {
  display: block;
}
.popup-menu .flex .col dl.ps2 dd {
  align-self: flex-end;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
  font-weight: bold;
}
.popup-menu .flex .col dl:after {
  display: none !important;
}

.fs8 {
  font-size: 8.2vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
}