@-moz-document url-prefix() {
  .txt-vertical .txt-latin {
    position: relative;
    left: 4px;
  }
}
/*=============================================
        * text vertical
        *=============================================*/
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin, .txt-vertical font {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

.txt-vertical .txt-dot {
  cursor: vertical-text;
  direction: ltr;
  writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  line-height: 0.4;
  display: inline-block;
  margin: 0 auto;
}

#header {
  padding: 60px 97px 0 101px;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  top: 14px;
  left: 0;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  #header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
#header .left {
  margin: 30px 0 0;
  display: flex;
  gap: 62px;
}
#header .left .logo {
  margin: 3px 0 0;
}
#header .left .group h1 {
  font-size: 13px;
  line-height: 19px;
  color: #fefefe;
  letter-spacing: 0.15em;
      max-width: 470px;
}
#header .left .group .tel {
  margin: 31px 0 0 -3px;
  color: #ddceb1;
  line-height: 1;
}
#header .left .group .tel .sub-tel {
  font-size: 15px;
  margin: 0 0 7px;
  display: block;
}
#header .left .group .tel span {
  display: block;
  font-size: 24.5px;
  letter-spacing: 0.1em;
}
#header .left .group .tel span img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
}
#header .left .group .tel span small {
  display: inline-block;
  margin-right: 5px;
  font-size: 17.5px;
}
#header .left .group .sns {
  display: flex;
  gap: 29px;
  margin: 30px 0 0;
}
#header .right .group-nav {
  display: flex;
  gap: 27px;
  justify-content: flex-end;
}
#header .right .group-nav .line {
  border-left: 1px dashed #fff;
  opacity: 0.33;
}
#header .right .group-nav .nav {
  display: flex;
  gap: 23px;
}
#header .right .group-nav .nav li {
  color: #fff;
}
#header .right .group-nav .nav li a {
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  justify-content: space-between;
  color: inherit;
  font-size: 18px;
  line-height: 1.5;
  width: 27px;
  height: 207px;
  box-sizing: border-box;
  padding: 5px 0 8px;
  align-items: center;
}
#header .right .group-nav .nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/shared/nav_active.png") no-repeat center;
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.5s;
  top: -21px;
}
#header .right .group-nav .nav li a span {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  #header .right .group-nav .nav li a span {
    letter-spacing: 0.07em;
  }
}
#header .right .group-nav .nav li a small {
  cursor: pointer;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #ddceb1;
}
@media (hover: hover) {
  #header .right .group-nav .nav li a:hover {
    opacity: 1;
  }
  #header .right .group-nav .nav li a:hover::before {
    opacity: 1;
  }
}
#header .right .group-nav .nav li a.active::before {
  opacity: 1;
}
#header .right .group-nav .nav li.nav-tit {
  color: #ddceb1;
  background: url("../img/shared/nav_balloon.png") no-repeat right center;
  height: 154px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  width: 21px;
  box-sizing: content-box;
  padding: 0 20px 0 0;
  letter-spacing: 0.15em;
  top: -40px;
  margin: 0 -25px 0 4px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #header .right .group-nav .nav li.nav-tit {
    letter-spacing: 0.07em;
  }
}
#header .right .language {
  display: flex;
  justify-content: flex-end;
  margin: 30px -6px 0 0;
}
#header .right .language p a {
  width: 90px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background-color: #17004d;
  border-radius: 10px;
  padding: 5px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 25px;
  letter-spacing: 1px;
  margin-right: 8px;
}
@media (hover: hover) {
  #header .right .language p a:hover {
    opacity: 0.8;
  }
}

.non-over a:hover, .non-over a:hover img {
  opacity: 1;
}

#index #header .left .group h1 {
  color: #9b9a9a;
}
#index #header .left .group .tel {
  color: #baa782;
}
#index #header .right .group-nav .line {
  border-left: 1px dashed #707070;
  opacity: 1;
}
#index #header .right .group-nav .nav li {
  color: #000;
}
#index #header .right .group-nav .nav li a small {
  color: #9b9a9a;
}
#index #header .right .group-nav .nav li.nav-tit {
  color: #837250;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 1px;
  border-radius: 0;
  text-align: center;
  z-index: 9999;
  width: 110px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.hamburger .off {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
}

.has_nav .hamburger {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .has_nav .hamburger:hover {
    opacity: 0.8;
  }
}

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

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu-toggle,
body.navOpen #menu-toggle *,
body.navOpen #ft-fixed,
body.navOpen #ft-fixed * {
  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;
}

.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0px;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  height: 100%;
  color: #000;
  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 {
  display: flex;
  align-items: center;
  font-weight: 400;
}
#menu-toggle .inner {
  padding: 0 0 99px;
}
#menu-toggle .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 90px;
}
#menu-toggle .flex .left {
  text-align: center;
  padding: 0 0 11px;
}
#menu-toggle .flex .left .logo {
  width: 114px;
  margin: 0 auto;
}
#menu-toggle .flex .left .tel {
  margin: 31px 0 0;
  color: #baa782;
  line-height: 1;
}
#menu-toggle .flex .left .tel .sub-tel {
  font-size: 15px;
  margin: 0 0 7px;
  display: block;
}
#menu-toggle .flex .left .tel span {
  display: block;
  font-size: 24.5px;
  letter-spacing: 0.1em;
}
#menu-toggle .flex .left .tel span img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
}
#menu-toggle .flex .left .tel span small {
  display: inline-block;
  margin-right: 5px;
  font-size: 17.5px;
}
#menu-toggle .flex .left .sns {
  display: flex;
  gap: 29px;
  justify-content: center;
  margin: 30px 0 0;
}
#menu-toggle .flex .left .sns a {
  display: block;
  line-height: 0;
}
#menu-toggle .flex .right .group-nav {
  display: flex;
  gap: 27px;
  justify-content: flex-end;
}
#menu-toggle .flex .right .group-nav .line {
  border-left: 1px dashed #707070;
  margin: 0;
}
#menu-toggle .flex .right .group-nav .nav {
  display: flex;
  gap: 23px;
}
#menu-toggle .flex .right .group-nav .nav li {
  color: #000;
}
#menu-toggle .flex .right .group-nav .nav li a {
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  justify-content: space-between;
  color: inherit;
  font-size: 18px;
  line-height: 1.5;
  width: 27px;
  height: 207px;
  box-sizing: border-box;
  padding: 5px 0 8px;
  align-items: center;
}
#menu-toggle .flex .right .group-nav .nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../img/shared/nav_active.png") no-repeat center;
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.5s;
  top: -21px;
}
#menu-toggle .flex .right .group-nav .nav li a span {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  #menu-toggle .flex .right .group-nav .nav li a span {
    letter-spacing: 0.07em;
  }
}
#menu-toggle .flex .right .group-nav .nav li a small {
  cursor: pointer;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #9b9a9a;
}
@media (hover: hover) {
  #menu-toggle .flex .right .group-nav .nav li a:hover {
    opacity: 1;
  }
  #menu-toggle .flex .right .group-nav .nav li a:hover::before {
    opacity: 1;
  }
}
#menu-toggle .flex .right .group-nav .nav li a.active::before {
  opacity: 1;
}
#menu-toggle .flex .right .group-nav .nav li.nav-tit {
  color: #837250;
  background: url("../img/shared/nav_balloon.png") no-repeat right center;
  height: 154px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  width: 21px;
  box-sizing: content-box;
  padding: 0 20px 0 0;
  letter-spacing: 0.15em;
  top: -40px;
  margin: 0 -25px 0 4px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #menu-toggle .flex .right .group-nav .nav li.nav-tit {
    letter-spacing: 0.07em;
  }
}
#menu-toggle .flex .right .language {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
#menu-toggle .flex .right .language p a {
  width: 90px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background-color: #17004d;
  border-radius: 10px;
  padding: 5px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 25px;
  letter-spacing: 1px;
  margin-right: 8px;
}
@media (hover: hover) {
  #menu-toggle .flex .right .language p a:hover {
    opacity: 0.8;
  }
}
#menu-toggle .btn-consul {
  margin: 51px auto 0;
  width: 400px;
  color: #fff;
}
#menu-toggle .btn-consul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 44px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  gap: 15px;
  background: #ae1a2a;
  border-radius: 5px;
  overflow: hidden;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  position: relative;
}

.fs-30 {
  font-size: 30px;
  line-height: 55px;
  letter-spacing: 0.15em;
}

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

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

/*=============================================
        * #socialbuttons
        *=============================================*/
#socialbuttons {
  font: unset;
  line-height: normal;
  line-height: 0;
}

#socialbuttons > * {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  height: 20px;
}

.social-google {
  display: none !important;
}

.social-facebook span, .social-facebook iframe {
  min-width: 101px !important;
  height: 20px !important;
}

font {
  letter-spacing: 0 !important;
}

#footer {
  background: url("../img/shared/f_bg.png") repeat-x top center;
  color: #fff;
  padding: 96px 0 98px;
  font-weight: 400;
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .left .row1 {
  display: flex;
  align-items: center;
  gap: 36px;
}
#footer .left .row1 .tel {
  line-height: 1;
}
#footer .left .row1 .tel .sub-tel {
  font-size: 15px;
  margin: 0 0 7px;
  display: block;
}
#footer .left .row1 .tel span {
  display: block;
  font-size: 24.5px;
  letter-spacing: 0.1em;
}
#footer .left .row1 .tel span img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
}
#footer .left .row1 .tel span small {
  display: inline-block;
  margin-right: 5px;
  font-size: 17.5px;
}
#footer .left .row1 .sns {
  display: flex;
  gap: 29px;
}
#footer .left .row1 .sns a {
  display: block;
  line-height: 0;
}
#footer .left .info {
  margin: 36px 0 0;
}
#footer .left .info p {
  line-height: 24px;
  letter-spacing: 0.06em;
}
#footer .left .info p + p {
  margin-top: 12px;
}
#footer .left .info p span:nth-child(2) {
  margin: 0 22px 0 19px;
}
#footer .left .info p:nth-child(3) {
  display: flex;
  align-items: flex-start;
}
#footer .left #socialbuttons {
  margin: 40px 0 0;
}
#footer .right {
  margin: 16px 0 0;
}
#footer .right .group-nav {
  display: flex;
  justify-content: flex-end;
  gap: 31px;
}
#footer .right .group-nav .line {
  border-left: 1px dashed;
  margin: 0;
}
#footer .right .group-nav .nav li a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.14em;
}
#footer .right .group-nav .nav li a::before {
  content: "";
  position: absolute;
  left: -23px;
  background: url("../img/shared/nav_active2.png") no-repeat center/100% auto;
  width: 13px;
  height: 11px;
  top: 4.5px;
  opacity: 0;
  transition: all 0.5s;
}
@media (hover: hover) {
  #footer .right .group-nav .nav li a:hover {
    opacity: 1;
  }
  #footer .right .group-nav .nav li a:hover::before {
    opacity: 1;
  }
}
#footer .right .group-nav .nav li a.active::before {
  opacity: 1;
}
#footer .right .group-nav .nav li + li {
  margin-top: 19px;
}
#footer .right .btn-copy {
  margin: 95px 4px 0 0;
  text-align: right;
}
#footer .right .btn-copy a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
#footer .right .btn-copy a:after {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  #footer .right .btn-copy a.copied:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
#footer .right .cookies-link {
  margin: 0 4px 0 0;
  text-align: right;
}
#footer .right .cookies-link a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  opacity: 1;
  letter-spacing: 0.15em;
}
#footer .right .cookies-link a:after {
  content: "";
  background: url("../img/shared/icon_cookies.png") no-repeat center/100% auto;
  width: 16px;
  height: 15px;
}
@media (hover: hover) {
  #footer .right .cookies-link a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
#footer .right address {
  text-align: right;
  margin: 41px 0 0;
  letter-spacing: 0.15em;
}

.btn-link {
  width: 353px;
  max-width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
}
.btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: url("../img/shared/bg_btn.png") no-repeat;
  height: 60px;
  font-size: 21px;
  gap: 15px;
  letter-spacing: 0.15em;
}
.btn-link a:after {
  content: "";
  background: url("../img/shared/menu_arrow.png") no-repeat center;
  width: 10px;
  height: 11px;
}

.remodal-menu {
  background: #fff;
}

.popup-menu {
  padding: 36px 0 94px;
}
.popup-menu button {
  border: 0;
  background: transparent;
  outline: 0;
}
.popup-menu .remodal-close2 {
  margin-top: 79px;
  cursor: pointer;
}
@media (hover: hover) {
  .popup-menu .remodal-close2:hover {
    opacity: 0.8;
  }
}
.popup-menu .remodal-close {
  width: 72px;
  cursor: pointer;
  margin: 0 31px 57px auto;
}
@media (hover: hover) {
  .popup-menu .remodal-close:hover {
    opacity: 0.8;
  }
}
.popup-menu h2 {
  padding: 0 0 10px;
  position: relative;
  margin: 0 0 18px;
  text-align: center;
}
.popup-menu h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 503px;
  margin: 0 auto;
  background: url("../img/ttlBorder.png");
  height: 2px;
}
.popup-menu .txt {
  line-height: 25px;
  text-align: center;
  margin: 0 0 37px;
}
.popup-menu .flex {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.popup-menu .flex:has(.col-1) {
  gap: 60px;
}
.popup-menu .flex .tit {
  font-size: 19px;
  line-height: 2;
  transform: rotate(-12.07deg);
  color: #837250;
  letter-spacing: 0.15em;
  position: absolute;
  top: -48px;
  left: 10px;
  width: -moz-max-content;
  width: max-content;
}
.popup-menu .flex .tit::before, .popup-menu .flex .tit:after {
  content: "";
  width: 2px;
  height: 65px;
  background: #baa782;
  position: absolute;
}
.popup-menu .flex .tit::before {
  transform: rotate(-34deg);
  bottom: -16px;
  left: -18px;
}
.popup-menu .flex .tit::after {
  transform: rotate(37deg);
  right: -16px;
  bottom: -19px;
}
.popup-menu .flex h5 {
  font-weight: bold;
  padding: 11px 0;
  border-bottom: 1px solid #a6a6a6;
  text-align: center;
  line-height: 1.5;
}
.popup-menu .flex .col {
  width: 312px;
}
.popup-menu .flex .col.col-2 {
  width: 656px;
}
.popup-menu .flex .col.col-1 {
  width: 470px;
}
.popup-menu .flex .col.col-1 {
  width: 682px;
}
.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 {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.popup-menu .flex .col .flex2 .col2 {
  width: 310px;
}
.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;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
  font-weight: bold;
}

.btn-popup {
  width: 704px;
  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: 32px;
  letter-spacing: 0.15em;
  font-size: 24px;
  line-height: 1.5;
  background: url("../img/lunch/s3_bg_btn.png") no-repeat center;
  height: 76px;
  cursor: pointer;
}
@media (hover: hover) {
  .btn-popup span:hover, .btn-popup a:hover {
    opacity: 0.8;
  }
}
.btn-popup + .btn-popup {
  margin-top: 28px;
}
.btn-popup + .btn-popup span {
  background-image: url("../img/lunch/s3_bg_btn2.png");
}