@-webkit-keyframes indicator {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@keyframes indicator {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  80% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-family: 'EB Garamond', 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body a {
  color: #cc7799;
  -webkit-transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
          transition-timing-function: cubic-bezier(0.028, 0.768, 0.712, 0.917);
}
body *[data-reveal] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
body *[data-reveal][data-inview="hidden"] {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
body main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
th {
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .no-sm {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .no-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sm-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .lg-only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  header.global-header.lg {
    display: none;
  }
  header.global-header.sm {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
  header.global-header.sm .inner {
    width: 100%;
    height: 13.33333333vw;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    will-change: background-color;
  }
  header.global-header.sm .inner a.logo {
    display: block;
    width: 23.73333333vw;
    height: 7.33333333vw;
    background-image: url("../images/svg/logo_bk.svg?1569550593129");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.global-header.sm .inner .nav-btn {
    display: block;
    width: 42px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 4vw;
    z-index: 20;
  }
  header.global-header.sm .inner .nav-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    will-change: background-color;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    position: absolute;
  }
  header.global-header.sm .inner .nav-btn span:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  header.global-header.sm .inner .nav-btn span:nth-of-type(2) {
    bottom: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  header.global-header.sm nav {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: height;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(114, 124, 124, 0.95);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 13.33333333vw;
    padding-right: 13.33333333vw;
  }
  header.global-header.sm nav ul {
    width: 100%;
    padding-top: 26.66666667vw;
    margin-bottom: 8vw;
  }
  header.global-header.sm nav ul li {
    width: 100%;
    height: 8.66666667vw;
    line-height: 8.66666667vw;
    margin-bottom: 11.33333333vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
  }
  header.global-header.sm nav ul li:last-of-type {
    margin-bottom: 0;
  }
  header.global-header.sm nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 4.53333333vw;
    letter-spacing: 0.15em;
    text-decoration: none;
  }
  header.global-header.sm nav ul li:after {
    display: block;
    content: "";
    width: 25px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/svg/arrow_sp_nav.svg?1569550593129");
    position: absolute;
    right: 0;
    bottom: 4vw;
  }
  header.global-header.sm nav .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 25px;
    margin-bottom: 9.33333333vw;
  }
  header.global-header.sm nav .sns a {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.global-header.sm nav .sns a.fb {
    background-image: url("../images/svg/fb_wh.svg?1569550593129");
    margin-right: 30px;
  }
  header.global-header.sm nav .sns a.ig {
    background-image: url("../images/svg/ig_wh.svg?1569550593129");
  }
  header.global-header.sm nav a.reservation {
    display: block;
    width: 100%;
    height: 12vw;
    background-color: #ffffff;
    font-size: 4vw;
    line-height: 12vw;
    text-align: center;
    text-decoration: none;
    color: #333333;
    letter-spacing: 0.1em;
    margin-bottom: 4.66666667vw;
  }
  header.global-header.sm nav a.contact {
    display: block;
    width: 100%;
    height: 12vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 4vw;
    line-height: 12vw;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  header.global-header.sm nav ul,
  header.global-header.sm nav .sns,
  header.global-header.sm nav a.reservation,
  header.global-header.sm nav a.contact {
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body.top header.global-header.sm.transparent .inner {
    background-color: transparent;
  }
  body.top header.global-header.sm.transparent .inner a.logo {
    background-image: url("../images/svg/logo_wh.svg?1569550593129");
  }
  body.top header.global-header.sm.transparent .inner .nav-btn span {
    background-color: #ffffff;
  }
  header.global-header.sm.open .inner .nav-btn span {
    background-color: #ffffff;
  }
  header.global-header.sm.open .inner .nav-btn span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-13deg);
            transform: translateY(12px) rotate(-13deg);
  }
  header.global-header.sm.open .inner .nav-btn span:nth-of-type(2) {
    -webkit-transform: translateY(-13px) rotate(13deg);
            transform: translateY(-13px) rotate(13deg);
  }
  header.global-header.sm.open nav {
    height: 100vh;
  }
  header.global-header.sm.open nav ul,
  header.global-header.sm.open nav .sns,
  header.global-header.sm.open nav a.reservation,
  header.global-header.sm.open nav a.contact {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  footer.global-footer.lg {
    display: none;
  }
  footer.global-footer.sm {
    text-align: center;
    font-family: 'EB Garamond';
    padding-top: 8vw;
    padding-bottom: 4.66666667vw;
  }
  footer.global-footer.sm .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10vw;
  }
  footer.global-footer.sm .sns a {
    height: 8vw;
    width: 8vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
  }
  footer.global-footer.sm .sns .fb {
    background-image: url("../images/svg/fb_bk.svg?1569550593129");
    margin-right: 9.33333333vw;
  }
  footer.global-footer.sm .sns .ig {
    background-image: url("../images/svg/ig_bk.svg?1569550593129");
  }
  footer.global-footer.sm figure.logo {
    height: 12.26666667vw;
    width: 39.33333333vw;
    background-image: url("../images/svg/logo_bk.svg?1569550593129");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 10.66666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer.global-footer.sm a.privacy {
    display: inline-block;
    color: #000000;
    font-size: 2.66666667vw;
    letter-spacing: 0.1rem;
    margin-bottom: 5.33333333vw;
  }
  footer.global-footer.sm p.copyright {
    font-size: 2.66666667vw;
    letter-spacing: 0.1em;
    color: #999999;
  }
}
@media screen and (min-width: 641px) {
  header.global-header.sm {
    display: none;
  }
  header.global-header.lg {
    width: 100%;
    height: 100px;
    min-width: 1280px;
    background-color: #ffffff;
    position: fixed;
    z-index: 10;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    will-change: background-color;
  }
  header.global-header.lg .inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  header.global-header.lg .inner a.logo {
    display: block;
    width: 168px;
    height: 52px;
    background-image: url("../images/svg/logo_bk.svg?1569550593129");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 25px;
  }
  header.global-header.lg .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 30px;
    height: 100%;
    position: absolute;
    right: 365px;
    top: 45px;
  }
  header.global-header.lg .inner ul li {
    height: 20px;
    margin-left: 35px;
    position: relative;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: opacity;
  }
  header.global-header.lg .inner ul li:first-child {
    margin-left: 0;
  }
  header.global-header.lg .inner ul li:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
  }
  header.global-header.lg .inner ul li:hover {
    opacity: 0.7;
  }
  header.global-header.lg .inner ul li:hover:after,
  header.global-header.lg .inner ul li.active:after {
    -webkit-transform: none;
            transform: none;
  }
  header.global-header.lg .inner ul a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  header.global-header.lg .inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 25px;
    height: 100%;
    position: absolute;
    right: 275px;
    top: 40px;
  }
  header.global-header.lg .inner .sns a {
    display: block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
    opacity: 1;
  }
  header.global-header.lg .inner .sns a:hover {
    opacity: 0.6;
  }
  header.global-header.lg .inner .sns a.fb {
    background-image: url("../images/svg/fb_bk.svg?1569550593129");
    margin-right: 15px;
  }
  header.global-header.lg .inner .sns a.ig {
    background-image: url("../images/svg/ig_bk.svg?1569550593129");
  }
  header.global-header.lg .inner a.reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 218px;
    height: 50px;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 0.1em;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    will-change: background-color, color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    right: 33px;
    top: 25px;
  }
  header.global-header.lg .inner a.reservation span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 206px;
    height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: border;
    transition-property: border;
    will-change: border;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header.global-header.lg .inner a.reservation:hover {
    background-color: #ffffff;
    color: #000000;
  }
  header.global-header.lg .inner a.reservation:hover span {
    border: 1px solid #333333;
  }
  body.top header.global-header.lg.transparent {
    background-color: transparent;
  }
  body.top header.global-header.lg.transparent .inner a.logo {
    background-image: url("../images/svg/logo_wh.svg?1569550593129");
  }
  body.top header.global-header.lg.transparent .inner ul li:after {
    background-color: #ffffff;
  }
  body.top header.global-header.lg.transparent .inner ul a {
    color: #ffffff;
  }
  body.top header.global-header.lg.transparent .inner .sns .fb {
    background-image: url("../images/svg/fb_wh.svg?1569550593129");
  }
  body.top header.global-header.lg.transparent .inner .sns .ig {
    background-image: url("../images/svg/ig_wh.svg?1569550593129");
  }
  footer.global-footer.sm {
    display: none;
  }
  footer.global-footer.lg {
    width: 100%;
    height: 150px;
  }
  footer.global-footer.lg .inner {
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 50px;
    padding-right: 45px;
  }
  footer.global-footer.lg .left .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 35px;
  }
  footer.global-footer.lg .left .sns a {
    display: block;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
    opacity: 1;
  }
  footer.global-footer.lg .left .sns a:hover {
    opacity: 0.6;
  }
  footer.global-footer.lg .left .sns a.fb {
    background-image: url("../images/svg/fb_bk.svg?1569550593129");
    margin-right: 30px;
  }
  footer.global-footer.lg .left .sns a.ig {
    background-image: url("../images/svg/ig_bk.svg?1569550593129");
  }
  footer.global-footer.lg .left a.privacy {
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  footer.global-footer.lg .left a.privacy:hover {
    text-decoration: none;
  }
  footer.global-footer.lg figure.logo {
    display: block;
    width: 170px;
    height: 52px;
    background-image: url("../images/svg/logo_bk.svg?1569550593129");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 35px;
  }
  footer.global-footer.lg .right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 177px;
    height: 33px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
    background-image: url("../images/svg/mail_wh.svg?1569550593129");
    background-repeat: no-repeat;
    background-size: 17px 10px;
    background-position: 36px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #333333;
    margin-bottom: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
            transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    will-change: background-color, color;
    opacity: 1;
  }
  footer.global-footer.lg .right a:hover {
    color: #333333;
    background-color: #ffffff;
    background-image: url("../images/svg/mail_bk.svg?1569550593129");
  }
  footer.global-footer.lg .right a span {
    position: relative;
    top: 1px;
    left: 10px;
  }
  footer.global-footer.lg .right p.copyright {
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #999999;
  }
  .document-wrapper {
    overflow: hidden;
  }
  body {
    min-width: 1280px;
  }
}
