@charset "UTF-8";
/*///////////*/
/*--- var ---*/
/*///////////*/
/*--- reset ---*/
html {
  font-size: 10px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, hr, header, footer, nav, aside, section {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

address, caption, cite, code, dfn, h1, h2, h3, h4, th, var {
  font-style: normal;
  font-weight: normal; }

fieldset, img, abbr {
  border: 0; }

img {
  vertical-align: top; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto; }

th, td {
  margin: 0;
  padding: 0; }

th, td {
  text-align: left;
  vertical-align: top; }

caption, th {
  text-align: left;
  margin: auto; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

header, footer, main, article, section, nav, aside {
  display: block; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

hr {
  border: none;
  border-top: 1px #1F4C6D solid; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

a:link, a:focus, a:visited, a.is_hov {
  color: #fff;
  text-decoration: none;
  outline: none; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2; }

.w100 {
  display: block;
  max-width: 100%;
  height: auto; }

.w100p {
  display: block;
  width: 100%;
  height: auto; }

.wbr {
  display: inline-block; }

.global-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: 100lvh;
  background: #061119;
  background-color: #808080;
  pointer-events: none; }
  .global-bg-splide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .global-bg-splide__track {
      height: 100%; }
    .global-bg-splide-list > .splide__slide {
      height: 100%; }
    .global-bg-splide-list__item {
      height: 100%; }
    .global-bg-splide-list__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  .header-innr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 683px;
    padding: 16px 16px 16px 32px;
    margin: 0 auto;
    transition: background .2s; }
    .scrolled .header-innr {
      background: linear-gradient(to bottom, rgba(6, 17, 25, 0.4) 0%, transparent 100%); }
  .header-logo {
    flex: 0 0 auto;
    width: 81px; }
    .header-logo__anch {
      display: block;
      opacity: 0;
      transition: opacity .2s; }
      .scrolled .header-logo__anch {
        opacity: 1; }
  .header-reserve {
    flex: 0 0 auto;
    margin-left: auto; }
    .header-reserve-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 133px;
      height: 25px;
      background-color: rgba(255, 255, 255, 0.23);
      border: 1px solid #44789E; }
      .header-reserve-btn__lbl {
        font-family: "ShipporiMinchoB1", serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 0.05em; }
  .header-nav-tgl {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin-left: 12px; }
    .header-nav-tgl__btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px; }
    .header-nav-tgl__hamburger {
      flex: 0 0 auto;
      position: relative;
      width: 24px;
      margin-left: 8px;
      height: 1px;
      background-color: #fff;
      transition: background-color .2s; }
      .header-nav-tgl__hamburger:before, .header-nav-tgl__hamburger:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        height: 1px;
        background-color: #fff;
        transform-origin: center;
        transition: width 0.3s cubic-bezier(0, 0, 0, 1), transform 0.3s cubic-bezier(0, 0, 0, 1); }
      .header-nav-tgl__hamburger:before {
        top: -8px;
        width: 32px; }
      .header-nav-tgl__hamburger:after {
        bottom: -8px;
        width: 16px; }
      .drawer-open .header-nav-tgl__hamburger {
        background-color: rgba(255, 255, 255, 0); }
        .drawer-open .header-nav-tgl__hamburger:before {
          transform: translateY(8px) rotate(45deg); }
        .drawer-open .header-nav-tgl__hamburger:after {
          width: 32px;
          transform: translateY(-8px) rotate(-45deg); }

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  background-color: rgba(6, 17, 25, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s; }
  .drawer-open .drawer {
    opacity: 1;
    pointer-events: auto; }
  .drawer-nav {
    width: 100%;
    max-width: 375px;
    min-height: calc(100% + 1px);
    padding: 80px 32px;
    margin: 0 auto; }
    .drawer-nav-list {
      margin-bottom: 48px; }
      .drawer-nav-list__item:not(:nth-last-of-type(1)) {
        margin-bottom: 8px; }
      .drawer-nav-list__anch {
        position: relative;
        display: flex;
        align-items: center;
        width: fit-content;
        height: 48px;
        padding: 0 8px;
        margin: 0 auto;
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        font-style: italic;
        color: #fff;
        font-size: 3.2rem;
        overflow: hidden; }
        .drawer-nav-list__anch:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          transform: translateX(calc(-100% - 1px)); }
        .drawer-nav-list__anch:active {
          color: #1f4c6d; }
          .drawer-nav-list__anch:active:before {
            transform: translateX(0); }
  .drawer-sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .drawer-sns:not(:nth-last-of-type(1)) {
      margin-bottom: 32px; }
    .drawer-sns__lbl {
      flex: 0 0 auto;
      font-family: "Montserrat", sans-serif;
      font-weight: 200;
      font-style: italic;
      color: #fff;
      font-size: 2.4rem;
      line-height: 1; }
    .drawer-sns-list {
      flex: 0 0 auto;
      display: flex; }
      .drawer-sns-list__item {
        flex: 0 0 auto;
        width: 32px; }
        .drawer-sns-list__item:not(:nth-last-of-type(1)) {
          margin-right: 16px; }
      .drawer-sns-list__anch {
        display: block;
        width: 100%; }

.main {
  width: 100%;
  max-width: 683px;
  margin: 0 auto; }

.mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: 50vh;
  margin-bottom: 50svh; }
  .mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #061119; }
    .mv-bg__img {
      width: 100%;
      height: 100%;
      object-position: center top;
      object-fit: cover; }
  .mv-logo {
    flex: 0 0 auto;
    position: relative;
    width: 120px; }
  .mv-scrl-down {
    position: absolute;
    bottom: 32px;
    left: calc(50% - 8px); }
    .mv-scrl-down__btn {
      position: relative;
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      border-radius: 50%; }
      .mv-scrl-down__btn:before, .mv-scrl-down__btn:after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff; }
      .mv-scrl-down__btn:before {
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50%; }
      .mv-scrl-down__btn:after {
        top: 7px;
        left: 50%;
        width: 1px;
        height: 80px;
        transform: translateX(-50%); }

.container {
  width: 100%;
  padding: 24px 32px 0;
  background-color: #061119; }

.sec {
  padding-top: 136px;
  margin-bottom: 24px; }
  .sec-ttl {
    margin-right: -32px;
    margin-bottom: 32px;
    overflow: hidden; }
    .sec-ttl__en {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 200;
      font-style: italic;
      color: #1f4c6d;
      font-size: 6.4rem;
      line-height: 1;
      white-space: nowrap; }
    .sec-ttl__ja {
      display: block;
      margin-top: -24px;
      font-family: "ShipporiMinchoB1", serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      font-size: 2.8rem;
      line-height: 1.357;
      letter-spacing: 0.1em;
      font-feature-settings: 'palt' 1; }
    .sec-ttl__sub {
      font-size: 1.2rem; }
  .sec__lead {
    margin-bottom: 24px;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.043em; }
    .sec__lead:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * .5em); }
    @media all and (-ms-high-contrast: none) {
      .sec__lead:before {
        margin-top: 0; } }

.news-list {
  border-top: 1px solid #1F4C6D; }
  .news-list__g {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid #1F4C6D; }
  .news-list__date {
    margin-bottom: 4px;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1; }
  .news-list__anch {
    display: block; }
    .news-list__anch:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .news-list__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 4px; }
  .news-list__more {
    display: block;
    color: #44789e;
    text-align: right;
    line-height: 1; }
    .news-list__more:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      vertical-align: 1px;
      border: 2px solid #44789E;
      border-bottom: none;
      border-left: none;
      transform-origin: center;
      transform: rotate(45deg); }

.concept-ttl__sml {
  font-size: 0.875em; }
.concept-fig {
  margin-right: -32px;
  margin-bottom: 24px; }

.common-splide {
  pointer-events: none; }

.greetings-box {
  display: grid;
  grid-template-columns: 41.157556% 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "img names" "desc desc";
  align-items: center; }
  .greetings-box:not(:nth-last-of-type(1)) {
    margin-bottom: 56px; }
  .greetings-box-fig {
    grid-area: img; }
    .greetings-box-fig__img {
      width: calc(100% + 32px);
      height: auto;
      margin-left: -32px; }
  .greetings-box__body {
    display: contents; }
  .greetings-box-ttl {
    grid-area: names;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal; }
    .greetings-box-ttl__title {
      flex: 0 0 auto;
      width: 100%;
      margin-bottom: 4px;
      font-size: 1.2rem;
      letter-spacing: 0.05em; }
    .greetings-box-ttl__name-en {
      flex: 0 1 auto;
      font-size: 2rem;
      line-height: 1.2;
      letter-spacing: 0.05em; }
    .greetings-box-ttl__name-ja {
      flex: 0 1 auto;
      font-size: 1.4rem;
      letter-spacing: 0.05em; }
  .greetings-box__desc {
    grid-area: desc;
    padding-top: 20px; }

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; }
  .gallery-list__item {
    flex: 0 0 24%; }
  .gallery-list__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }

.course .sec__lead {
  margin-bottom: 32px; }
.course-fig {
  margin-right: -32px;
  margin-bottom: 24px; }
.course-menu-box {
  position: relative; }
  .course-menu-box:not(:nth-last-of-type(1)) {
    margin-bottom: 36px; }
  .course-menu-box-span {
    display: flex;
    justify-content: end; }
  .course-menu-box__ttl {
    display: inline-block;
    border-bottom: 2px solid #EE2A2D;
    margin-bottom: 12px;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.15em;
    font-feature-settings: 'palt' 1; }
    .course-menu-box__ttl-flex::after {
      content: "各1,400円";
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      position: absolute;
      font-size: 1.4rem;
      right: 0;
      top: 4px;
      margin-inline-start: 40px;
      padding-left: 8px;
      line-height: 1.714;
      letter-spacing: 0em; }
    .course-menu-box__ttl-flex--c8000::after {
      content: ""; }
    .course-menu-box__ttl-flex--c10000::after {
      content: ""; }
    .course-menu-box__ttl-flex--c12000::after {
      content: ""; }
.course-menu-list__g {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .course-menu-list__g:not(:nth-last-of-type(1)) {
    margin-bottom: 6px; }
  .course-menu-list__g--btl-gls {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(auto); }
.course-menu-list__name {
  flex: 0 1 auto;
  padding: 0 .8em;
  line-height: 1.714; }
  .course-menu-list__name-span {
    margin-left: 2em;
    display: block; }
  .course-menu-list--no-price .course-menu-list__name:not(:nth-last-of-type(1)) {
    margin-bottom: 6px; }
  .course-menu-list__g--btl-gls .course-menu-list__name {
    grid-area: span 1; }
    .course-menu-list__g--btl-gls .course-menu-list__name.btl-gls {
      padding-left: 1.8em; }
    .course-menu-list__g--btl-gls .course-menu-list__name:not(.btl-gls) {
      grid-area: 1 / 1 / 2 / 3; }
  .course-menu-list__name-sub {
    display: block;
    padding-left: 1em; }
.course-menu-list__price {
  flex: 0 1 auto;
  padding-left: 8px;
  margin-left: auto;
  line-height: 1.714; }
  .course-menu-list__g--btl-gls .course-menu-list__price {
    text-align: right; }

.food .sec__lead {
  margin-bottom: 32px; }
.food-fig {
  margin-right: -32px;
  margin-bottom: 24px; }
.food-menu-list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(auto); }
  .food-menu-list__g {
    display: contents; }
  .food-menu-list__name {
    position: relative;
    padding: 0 1em; }
    .food-menu-list__name:before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }
    .food-menu-list__g:not(:nth-last-of-type(1)) .food-menu-list__name {
      margin-bottom: 4px; }
  .food-menu-list__g:not(:nth-last-of-type(1)) .food-menu-list__price {
    margin-bottom: 4px; }

.drink-menu-box {
  position: relative; }
  .drink-menu-box:not(:nth-last-of-type(1)) {
    margin-bottom: 36px; }
  .drink-menu-box__ttl {
    display: inline-block;
    border-bottom: 2px solid #EE2A2D;
    margin-bottom: 12px;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.15em;
    font-feature-settings: 'palt' 1; }
    .drink-menu-box__ttl-span {
      float: right;
      margin-left: .5em; }
    .drink-menu-box__ttl-flex::after {
      content: "各1,500円";
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      position: absolute;
      font-size: 1.4rem;
      right: 0;
      top: 4px;
      margin-inline-start: 40px;
      padding-left: 8px;
      line-height: 1.714;
      letter-spacing: 0em; }
    .drink-menu-box__ttl-flex--c8000::after {
      content: ""; }
    .drink-menu-box__ttl-flex--c10000::after {
      content: ""; }
    .drink-menu-box__ttl-flex--c12000::after {
      content: ""; }
.drink-menu-list__g {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .drink-menu-list__g:not(:nth-last-of-type(1)) {
    margin-bottom: 6px; }
  .drink-menu-list__g--btl-gls {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(auto); }
.drink-menu-list__name {
  flex: 0 1 auto;
  padding: 0 .8em;
  line-height: 1.714; }
  .drink-menu-list--no-price .drink-menu-list__name:not(:nth-last-of-type(1)) {
    margin-bottom: 6px; }
  .drink-menu-list__g--btl-gls .drink-menu-list__name {
    grid-area: span 1; }
    .drink-menu-list__g--btl-gls .drink-menu-list__name.btl-gls {
      padding-left: 1.8em; }
    .drink-menu-list__g--btl-gls .drink-menu-list__name:not(.btl-gls) {
      grid-area: 1 / 1 / 2 / 3; }
  .drink-menu-list__name-sub {
    display: block;
    padding-left: 1em; }
.drink-menu-list__price {
  flex: 0 1 auto;
  padding-left: 8px;
  margin-left: auto;
  line-height: 1.714; }
  .drink-menu-list__g--btl-gls .drink-menu-list__price {
    text-align: right; }

.info__gmap {
  margin: 0 -32px 24px; }
  .info__gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9; }
.info-address {
  margin-bottom: 12px; }
  .info-address__item {
    line-height: 1.5;
    letter-spacing: 0.043em; }
    .info-address__item:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.5) * .5em); }
    @media all and (-ms-high-contrast: none) {
      .info-address__item:before {
        margin-top: 0; } }
    .info-address__item:not(:nth-last-of-type(1)) {
      margin-bottom: 8px; }
.info-spec {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(auto); }
  .info-spec__g {
    display: contents; }
  .info-spec__head {
    line-height: 1.5;
    letter-spacing: 0.05em;
    white-space: nowrap; }
    .info-spec__head:after {
      content: ':';
      display: inline-block;
      margin: 0 4px 0 2px; }
    .info-spec__g:not(:nth-last-of-type(1)) .info-spec__head {
      margin-bottom: 8px; }
  .info-spec__body {
    line-height: 1.5;
    letter-spacing: 0.05em; }
    .info-spec__g:not(:nth-last-of-type(1)) .info-spec__body {
      margin-bottom: 8px; }

.review-list {
  margin-right: -32px;
  margin-left: -32px; }
  .review-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 273px;
    padding: 12px 16px 16px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #1F4C6D; }
  .review-list__comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 4px;
    line-height: 1.714;
    overflow: hidden; }
    .review-list__comment:empty {
      color: #44789e;
      margin-bottom: 8px; }
      .review-list__comment:empty:before {
        content: '\2605\306E\307F\306E\8A55\4FA1'; }
  .review-list__rate {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1; }
    .review-list__rate-star {
      flex: 0 0 auto;
      width: 18px;
      height: 15px;
      fill: #fff;
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .review-list__rate[data-rate="0"] .review-list__rate-star {
      fill: transparent; }
    .review-list__rate[data-rate="1"] .review-list__rate-star:nth-of-type(1) ~ .review-list__rate-star {
      fill: transparent; }
    .review-list__rate[data-rate="2"] .review-list__rate-star:nth-of-type(2) ~ .review-list__rate-star {
      fill: transparent; }
    .review-list__rate[data-rate="3"] .review-list__rate-star:nth-of-type(3) ~ .review-list__rate-star {
      fill: transparent; }
    .review-list__rate[data-rate="4"] .review-list__rate-star:nth-of-type(5) {
      fill: transparent; }
  .review-list__anch {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-top: auto;
    color: #44789e !important;
    line-height: 1; }
    .review-list__anch[data-full-comment=""] {
      opacity: 0;
      pointer-events: none; }
    .review-list__anch:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .review-list__anch:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      vertical-align: 1px;
      border: 2px solid #44789E;
      border-bottom: none;
      border-left: none;
      transform-origin: center;
      transform: rotate(45deg); }
.review-act {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 0; }
.review .splide__arrows .splide__arrow {
  display: none; }
.review .splide__pagination {
  flex: 0 1 auto;
  position: static;
  display: flex;
  padding: 0; }
  .review .splide__pagination li {
    flex: 0 0 auto; }
    .review .splide__pagination li:not(:nth-last-of-type(1)) {
      margin-right: 4px; }
  .review .splide__pagination__page {
    width: 16px;
    height: 4px;
    margin: 0;
    background: rgba(68, 120, 158, 0.3);
    opacity: 1;
    border-radius: 0; }
    .review .splide__pagination__page.is-active {
      background: #44789e;
      transform: scale(1); }
.review-more {
  flex: 0 0 auto; }
  .review-more__anch {
    display: flex;
    align-items: center;
    color: #44789e !important; }
    .review-more__anch-icon {
      flex: 0 0 auto;
      margin-left: 8px; }
.review-comment {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: rgba(6, 17, 25, 0.8);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .3s; }
  .review-comment.is_show {
    opacity: 1;
    pointer-events: auto; }
  .review-comment__innr {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    max-width: 500px;
    padding: 24px;
    background-color: #233644;
    border-radius: 8px;
    box-shadow: 4px 8px 16px #000;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 0, 0, 1); }
    .is_show .review-comment__innr {
      opacity: 1;
      transform: translateY(0); }
  .review-comment-close {
    position: absolute;
    top: 0;
    right: 0; }
    .review-comment-close__btn {
      position: relative;
      display: block;
      width: 32px;
      height: 32px; }
      .review-comment-close__btn:before, .review-comment-close__btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 1px;
        background-color: #fff;
        transform-origin: center; }
      .review-comment-close__btn:before {
        transform: translateX(-50%) rotate(45deg); }
      .review-comment-close__btn:after {
        transform: translateX(-50%) rotate(-45deg); }
  .review-comment__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .review-comment__full {
    flex: 0 1 auto;
    width: 100%;
    max-height: 50vh;
    max-height: 50svh;
    overflow: auto;
    overscroll-behavior: none; }
  .review-comment__attr {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 12px; }
  .review-comment__rate {
    flex: 0 0 auto;
    display: flex;
    align-items: center; }
    .review-comment__rate-star {
      flex: 0 0 auto;
      width: 18px;
      height: 15px;
      fill: #fff;
      stroke: #fff;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .review-comment__rate[data-rate="0"] .review-comment__rate-star {
      fill: transparent; }
    .review-comment__rate[data-rate="1"] .review-comment__rate-star:nth-of-type(1) ~ .review-comment__rate-star {
      fill: transparent; }
    .review-comment__rate[data-rate="2"] .review-comment__rate-star:nth-of-type(2) ~ .review-comment__rate-star {
      fill: transparent; }
    .review-comment__rate[data-rate="3"] .review-comment__rate-star:nth-of-type(3) ~ .review-comment__rate-star {
      fill: transparent; }
    .review-comment__rate[data-rate="4"] .review-comment__rate-star:nth-of-type(5) {
      fill: transparent; }
  .review-comment__date {
    flex: 0 0 auto; }

.reserve-conv-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff; }
  .reserve-conv-btn__lbl {
    flex: 0 0 auto;
    margin: 0 auto;
    font-family: "ShipporiMinchoB1", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.05em; }
  .reserve-conv-btn__icon {
    flex: 0 0 auto; }
    .reserve-conv-btn__icon svg {
      display: block;
      width: 18px;
      height: 18px;
      fill: #fff; }

.snss {
  padding-top: 112px; }
  .snss__ttl {
    margin-bottom: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-style: italic;
    color: #316d97;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1; }
  .snss-list {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto; }
    .snss-list__item {
      flex: 0 0 auto;
      width: 32px;
      margin: 0 16px; }
    .snss-list__anch {
      display: block;
      transition: opacity .2s; }
      .snss-list__anch:hover {
        opacity: 0.5; }

.img-slides {
  padding-top: 136px; }
  .img-slides-splide {
    margin: 0 -32px;
    pointer-events: none; }
    .img-slides-splide-list__item {
      width: 80.533vw;
      max-width: 550px; }

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 683px;
  height: 64px;
  margin: 0 auto;
  background-color: #061119; }
  .footer-copy {
    flex: 0 1 auto;
    color: #1f4c6d;
    font-size: 1.2rem; }

.underconstruction {
  padding: 8px;
  color: #316d97;
  text-align: center;
  line-height: 1;
  background-color: rgba(49, 109, 151, 0.2); }

@media screen and (min-width: 683px) {
  .header-innr {
    padding: 24px;
    position: relative; }
  .header-logo {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%); }
  .header-reserve-btn {
    transition: background-color .2s; }
    .header-reserve-btn:hover {
      background-color: rgba(255, 255, 255, 0.5); }
  .header-nav-tgl__btn {
    transition: background-color .2s; }
    .header-nav-tgl__btn:hover {
      background-color: rgba(255, 255, 255, 0.1); }

  .drawer-nav {
    max-width: 1240px;
    padding: 96px 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    .drawer-nav-list {
      margin-bottom: clamp(48px, 7.68667vw, 105px);
      display: flex;
      flex-wrap: wrap;
      row-gap: clamp(8px, 2.92825vw, 40px); }
      .drawer-nav-list__item {
        display: flex; }
        .drawer-nav-list__item:not(:nth-last-of-type(1)) {
          margin-bottom: 0; }
          .drawer-nav-list__item:not(:nth-last-of-type(1)):after {
            content: '/';
            flex: 0 0 auto;
            padding: 16px 0 16px 8px;
            font-family: "Montserrat", sans-serif;
            font-weight: 200;
            font-style: italic;
            font-size: clamp(3.2rem, 4.68521vw, 6.8rem);
            line-height: 1; }
      .drawer-nav-list__anch {
        height: auto;
        padding: 16px 12px;
        font-size: clamp(3.2rem, 4.68521vw, 6.8rem);
        line-height: 1;
        transition: color .2s; }
        .drawer-nav-list__anch:before {
          transition: transform 0.3s cubic-bezier(0, 0, 0, 1); }
        .drawer-nav-list__anch:hover {
          color: #1f4c6d; }
          .drawer-nav-list__anch:hover:before {
            transform: translateX(0); }
  .drawer-sns {
    justify-content: flex-start;
    width: 50%;
    flex-wrap: wrap;
    row-gap: 16px;
    padding-right: 14px; }
    .drawer-sns:not(:nth-last-of-type(1)) {
      margin-bottom: 0; }
    .drawer-sns:before {
      content: '';
      flex: 0 0 auto;
      order: 2;
      width: clamp(24px, 4.68521vw, 64px);
      height: 1px;
      margin: 0 clamp(12px, 1.75695vw, 24px);
      background-color: #fff; }
    .drawer-sns__lbl {
      font-size: clamp(2.4rem, 2.34261vw, 3.2rem);
      order: 1; }
    .drawer-sns-list {
      order: 3; }
      .drawer-sns-list__item {
        width: clamp(24px, 2.48902vw, 34px); }
        .drawer-sns-list__item:not(:nth-last-of-type(1)) {
          margin-right: clamp(16px, 2.34261vw, 32px); }
      .drawer-sns-list__anch {
        transition: opacity .2s; }
        .drawer-sns-list__anch:hover {
          opacity: 0.5; }

  .mv {
    margin-bottom: 0; }
    .mv-logo {
      width: clamp(120px, 14.64129vw, 200px); }
    .mv-scrl-down__btn:before {
      transition: transform 0.3s cubic-bezier(0, 0, 0, 1); }
    .mv-scrl-down__btn:after {
      pointer-events: none; }
    .mv-scrl-down__btn:hover:before {
      transform: scale(6); }

  .container {
    padding: 96px 40px 0; }

  .sec {
    padding-top: 144px;
    margin-bottom: 48px; }
    .sec-ttl {
      margin-right: -40px;
      margin-bottom: 48px; }
      .sec-ttl__en {
        font-size: 8rem; }
      .sec-ttl__ja {
        margin-top: -30px;
        font-size: 3.2rem;
        letter-spacing: 0.146em; }
      .sec-ttl__sub {
        font-size: 1.3rem; }
    .sec__lead {
      margin-bottom: 32px; }

  .news-list__g {
    padding: 16px 12px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .2s; }
    .news-list__g:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .news-list__date {
    margin-bottom: 0;
    flex: 0 0 auto;
    padding-right: 12px; }
  .news-list__body {
    flex: 1 1 auto; }
  .news-list__anch {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .news-list__ttl {
    margin-bottom: 0;
    flex: 0 1 auto;
    padding-right: 12px; }
  .news-list__more {
    flex: 0 0 auto; }

  .concept-fig {
    margin-right: -40px;
    margin-bottom: 12px;
    float: right;
    width: 342px;
    margin-left: 16px; }

  .greetings-box {
    display: flex; }
    .greetings-box:not(:nth-last-of-type(1)) {
      margin-bottom: 48px; }
    .greetings-box:nth-of-type(even) {
      flex-direction: row-reverse; }
    .greetings-box-fig {
      flex: 0 0 auto; }
      .greetings-box-fig__img {
        width: 300px;
        margin-left: -40px; }
        .greetings-box:nth-of-type(even) .greetings-box-fig__img {
          margin-right: -40px;
          margin-left: 0; }
    .greetings-box__body {
      display: block;
      flex: 0 1 auto;
      padding-left: 40px; }
      .greetings-box:nth-of-type(even) .greetings-box__body {
        padding-right: 40px;
        padding-left: 0; }
    .greetings-box-ttl {
      padding-left: 0;
      align-items: flex-end; }
      .greetings-box-ttl__title {
        font-size: 1.4rem; }
      .greetings-box-ttl__name-en {
        font-size: 2.4rem;
        margin-right: 4px; }
      .greetings-box-ttl__name-ja {
        line-height: 1.6; }
    .greetings-box__desc {
      padding-top: 18px; }

  .gallery-list {
    gap: 2px; }

  .course-menu-box-span {
    display: inline-block;
    justify-content: unset; }

  .food-innr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; }
  .food-fig {
    margin-right: -40px;
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 342px; }
  .food-menu-list {
    align-self: center;
    padding-right: 32px; }
    .food-menu-list__g:not(:nth-last-of-type(1)) .food-menu-list__name {
      margin-bottom: 8px; }
    .food-menu-list__g:not(:nth-last-of-type(1)) .food-menu-list__price {
      margin-bottom: 8px; }

  .drink-menu {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: -40px;
    margin-left: -16px; }
    .drink-menu-box {
      flex: 0 0 auto;
      width: 50%;
      padding-right: 16px;
      padding-left: 16px;
      margin-bottom: 40px; }
      .drink-menu-box:not(:nth-last-of-type(1)) {
        margin-bottom: 40px; }
      .drink-menu-box__ttl-span {
        margin-left: 1em; }
      .drink-menu-box__ttl-flex::after {
        right: 20px; }
    .drink-menu-list__g:not(:nth-last-of-type(1)) {
      margin-bottom: 12px; }
    .drink-menu-list__name {
      padding-right: 0; }

  .info__gmap {
    margin: 0 -40px 24px; }
  .info-address {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap; }
    .info-address__item {
      flex: 0 0 auto;
      width: 100%; }
      .info-address__item--tel, .info-address__item--time {
        width: auto;
        margin-bottom: 0 !important; }
      .info-address__item--tel {
        margin-right: 4px; }
      .info-address__item:not(:nth-last-of-type(1)) {
        margin-bottom: 12px; }

  .review-list {
    margin-right: -40px;
    margin-left: -40px; }
    .review-list__anch:before {
      background-color: rgba(255, 255, 255, 0);
      transition: background-color .2s; }
    .review-list__anch:hover:before {
      background-color: rgba(255, 255, 255, 0.1); }
  .review-act {
    padding: 16px 40px 0; }
  .review .splide__arrows {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    .review .splide__arrows .splide__arrow {
      display: flex;
      flex: 0 0 auto;
      position: static;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 1;
      transform: none; }
      .review .splide__arrows .splide__arrow--prev {
        order: 1; }
      .review .splide__arrows .splide__arrow--next {
        order: 3; }
      .review .splide__arrows .splide__arrow svg {
        width: 20px;
        height: 20px;
        fill: #44789E; }
  .review .splide__pagination {
    order: 2;
    margin-right: 8px;
    margin-left: 8px; }
    .review .splide__pagination__page {
      display: block; }

  .reserve-conv-btn {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    transition: background-color .2s; }
    .reserve-conv-btn__lbl {
      font-size: 1.8rem;
      transition: color .2s; }
    .reserve-conv-btn__icon svg {
      transition: fill .2s; }
    .reserve-conv-btn:hover {
      background-color: white; }
    .reserve-conv-btn:hover .reserve-conv-btn__lbl {
      color: #1f4c6d; }
    .reserve-conv-btn:hover .reserve-conv-btn__icon svg {
      fill: #1F4C6D; }

  .img-slides {
    padding-top: 192px; }
    .img-slides-splide {
      margin: 0 -40px; } }

/*# sourceMappingURL=style.css.map */
