@charset "UTF-8";
body * {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
}

.gothic {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.en {
  text-transform: uppercase;
}

.commonWidth {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.innerWidth {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.contentWidth {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 200;
}
header .titlelogo {
  display: block;
  width: 68px;
  height: auto;
  position: fixed;
  top: 18px;
  left: 32px;
}
header .hamburger {
  width: 70px;
  height: 40px;
  padding: 10px 10px;
  transition: 0.3s;
  z-index: 400;
}
header .hamburger .menuOn {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
  position: absolute;
  right: 10px;
}
header .hamburger .menuOff {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  position: absolute;
  right: 10px;
}
header .langmenu {
  transition: 0.3s;
  position: absolute;
  width: 60px;
  top: 22px;
  right: 84px;
  cursor: pointer;
}
header .langmenu span {
  font-size: 12px;
  padding: 3px 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5f5d56;
}
header .langmenu span:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(../img/icon_cursol.png) no-repeat center/contain;
}
header .langmenu a {
  font-size: 12px;
  width: 100%;
  padding: 3px 4px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  color: #5f5d56;
}
header .langmenu.open {
  transition: 0.3s;
}
header .langmenu.open a {
  display: block;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
header .global-nav {
  width: 50vw;
  min-height: 100svh;
  background: url(../img/nav_bg.jpg) center/contain;
  transform: initial;
  left: auto;
  top: 0;
  right: 0;
  padding: 30px;
  position: fixed;
  z-index: 300;
}
header .global-nav .global-nav-inner {
  display: block;
  padding: 0;
  max-width: 348px;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
header .global-nav .global-nav-inner .menulogo {
  display: block;
  margin: 0 auto 44px;
}
header .global-nav .global-nav-inner .txtlink {
  padding: 10px 16px;
  color: #5f5d56;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  line-height: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
header .global-nav .global-nav-inner .txtlink:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #707070;
}
header .global-nav .global-nav-inner .sublink {
  padding: 10px 16px;
  color: #5f5d56;
  font-size: 22px;
  line-height: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 38px;
}
header .global-nav .global-nav-inner .sublink.first {
  margin-top: 8px;
}
header .global-nav .global-nav-inner .sublink span {
  color: #98a6b5;
  font-size: 12px;
  line-height: 1em;
  display: block;
}
header .global-nav .global-nav-inner .instagram {
  padding: 10px 0;
  padding-left: 38px;
  display: block;
}
header .reservation {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 96px;
  background: #000;
  transition: 0.3s;
}
header .reservation .zen {
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 1em;
}
header .reservation .zen span {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
}
header .reservation:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.nav-open header .hamburger .menuOn {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.nav-open header .hamburger .menuOff {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
}
.nav-open header .global-nav {
  width: 50vw;
  transform: initial;
  left: auto;
  top: 0;
  right: 0;
}
.nav-open header .black-bg {
  opacity: 0.2;
}

@media screen and (max-width: 796px) {
  header .titlelogo {
    top: 16px;
    left: 20px;
  }
  header .hamburger {
    position: fixed;
    right: 6px;
    top: 16px;
    width: 58px;
    height: 30px;
    padding: 5px 5px;
  }
  header .hamburger .menuOff {
    top: 6px;
    left: 0px;
  }
  header .langmenu {
    position: fixed;
    width: 50px;
    top: 18px;
    right: 84px;
  }
  header .langmenu span {
    color: #fff;
  }
  header .langmenu span:after {
    background: url(../img/icon_cursol_wh.png) no-repeat center/contain;
  }
  header .langmenu a {
    color: #fff;
  }
  header .global-nav {
    width: 100vw;
    background: url(../img/nav_bg_sp.jpg) center/cover;
    padding: 80px 30px;
  }
  header .global-nav .global-nav-inner {
    max-width: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .global-nav .global-nav-inner .menulogo {
    margin: 0 auto 44px;
  }
  header .reservation {
    width: 100%;
    height: 58px;
  }
  header .reservation .zen {
    font-size: 22px;
  }
  header .reservation .zen span {
    font-size: 14px;
  }
  .nav-open header .global-nav {
    width: 100vw;
  }
}
body:has(.top) header .langmenu span {
  color: #fff;
}
body:has(.top) header .langmenu span:after {
  background: url(../img/icon_cursol_wh.png) no-repeat center/contain;
}
body:has(.top) header .langmenu a {
  color: #fff;
}/*# sourceMappingURL=common.css.map */