@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
:root {
  --font-size-title-en: 2.2rem;
  --font-size-title-ja: 2.4rem;
  --font-size-title-ja-l: 3.2rem;
  --font-size-text-large: 2rem;
  --font-size-text-medium: 1.8rem;
  --font-size-text-small: 1.7rem;
  --font-size-text-xsmall: 1.6rem;
  --font-size-text-xxsmall: 1.5rem;
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-title-en: 5rem;
    --font-size-title-ja: 5rem;
    --font-size-title-ja-l: 5rem;
    --font-size-text-large: 4rem;
    --font-size-text-medium: 3.6rem;
    --font-size-text-small: 3rem;
    --font-size-text-xsmall: 3rem;
    --font-size-text-xxsmall: 2.8rem;
  }
}

html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.1111111111vw;
  }
}
html:has(.l-header__trigger.is-open) {
  overflow: hidden;
}

body {
  padding-top: 8rem;
  color: #000;
  font-size: var(--font-size-text-medium);
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  line-height: 2.22;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 12rem;
  }
}

pictrure {
  display: block;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: apacity 0.5s;
    transition: apacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  text-align: center;
  background-color: #D2C586;
}
.c-button::after {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_link-black.svg) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-button::after {
    width: 3rem;
    height: 3rem;
  }
}
.c-button--border {
  border: 1px solid #000;
  background-color: #fff;
}
.c-button--border::after {
  background-image: url(../images/common/icon_link-primary.svg);
}
.c-button--wide {
  max-width: initial;
  width: max(45rem, 350px);
  padding: 0 10rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-button--wide {
    width: auto;
    padding: 0 11rem 0 8.5rem;
  }
}
.c-button--wide::after {
  poisiton: absolute;
  right: 5.2rem;
  top: 41%;
}
@media screen and (max-width: 767px) {
  .c-button--wide::after {
    right: 3.2rem;
    top: 37%;
  }
}
.c-button--small {
  width: 250px;
  min-height: 60px;
  padding: 0 7rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-button--small {
    width: 50rem;
    min-height: 10rem;
    padding: 0 9.5rem 0 7.5rem;
  }
}
.c-button--small::after {
  right: 2.5rem;
}
.c-button--white {
  color: #000;
  background-color: #fff;
}
.c-button--white::after {
  -webkit-filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
          filter: invert(10%) sepia(0%) saturate(3709%) hue-rotate(148deg) brightness(101%) contrast(77%);
}

/*----------------------------------------------------------------------------
	c-title
----------------------------------------------------------------------------*/
.c-title {
  text-align: center;
  font-size: var(--font-size-title-ja);
  font-weight: bold;
}
.c-title span {
  display: block;
  color: #D2C586;
  font-size: var(--font-size-title-en);
  font-weight: 500;
  line-height: 1.3;
  font-family: "EB Garamond", serif;
}
.c-title--large {
  font-size: var(--font-size-title-ja-l);
}

/*----------------------------------------------------------------------------
	c-link
----------------------------------------------------------------------------*/
.c-link {
  padding-right: 4rem;
  background: url(../images/common/icon_link-primary.svg) no-repeat right center/1.5rem auto;
}
@media screen and (max-width: 767px) {
  .c-link {
    padding-right: 5rem;
    background-size: 4rem;
  }
}
.c-link--white {
  background-image: url(../images/common/icon_link-white.svg);
}
.c-link--vertical {
  padding: 0 0 3rem 0;
  letter-spacing: 0.08em;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .c-link--vertical {
    padding-bottom: 5rem;
  }
}

/*----------------------------------------------------------------------------
	c-news
----------------------------------------------------------------------------*/
.c-news__list {
  /*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-news__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}
.c-news__list > div {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .c-news__list > div {
    width: 100%;
  }
}
.c-news__list-item, .c-news__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
.c-news__list-thumbnail {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .c-news__list-thumbnail {
    width: 17rem;
  }
}
.c-news__list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.c-news__list-info {
  margin-bottom: 1rem;
  color: #D2C586;
  font-size: var(--font-size-text-xxsmall);
  font-weight: 400;
  line-height: 1.3;
}
.c-news__list-title {
  font-size: var(--font-size-text-small);
  font-weight: 500;
  line-height: 1.5;
}
.c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-news__item {
    display: block;
    padding: 4.3rem 0;
  }
}
.c-news__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-news__item > a {
    display: block;
  }
}
.c-news__item + .c-news__item {
  border-top: 1px solid #f3f3f3;
}

/*----------------------------------------------------------------------------
	c-pageHeader
----------------------------------------------------------------------------*/
.c-pageHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50rem;
}
.c-pageHeader__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-pageHeader__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-pageHeader__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/*----------------------------------------------------------------------------
	c-loader
----------------------------------------------------------------------------*/
.c-loader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  background: #072856;
}
.c-loader__logo {
  width: 45rem;
}
.c-loader__progress {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  */
  margin: 50px auto -54px auto;
  width: 23rem;
  height: 4px;
  background: #39567E;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media screen and (max-width: 767px) {
  .c-loader__progress {
    height: 2px;
    margin: 30px auto -32px auto;
  }
}
.c-loader__progress-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-loader__progress-bar {
  width: 100%;
  height: 100%;
  background: #7C8EA7;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: all 10s cubic-bezier(0, 0, 0.58, 1);
  transition: all 10s cubic-bezier(0, 0, 0.58, 1);
}

.is-loaded .c-loader,
.is-loaded .c-loader__progress {
  -webkit-animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
          animation: loader_fadeOut 1.5s cubic-bezier(0, 0, 0.58, 1) forwards 0.6s;
}

@-webkit-keyframes loader_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loader_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4rem;
  }
}
.l-inner--1000 {
  max-width: 100rem;
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
  padding-left: 3rem;
  font-size: 1.6rem;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 12rem;
    padding-left: 3.5rem;
  }
}
.l-header.is-transparent {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.8rem;
     -moz-column-gap: 6.8rem;
          column-gap: 6.8rem;
  margin-right: auto;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #D6D6D6;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__language a.is-active,
.l-header__language a:hover {
  color: #000;
  opacity: 1;
}
.l-header__reservation {
  width: 19.8rem;
  height: 100%;
  margin-left: 6.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .l-header__reservation {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__reservation {
    position: relative;
    width: 34rem;
    z-index: 10000;
  }
}
.l-header__reservation a {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__reservation a {
    padding-left: 5rem;
    font: 0/0 a;
    background: url(../images/common/icon_calendar.svg) no-repeat 4rem center/5.2rem auto #D2C586;
  }
  .l-header__reservation a::before {
    font-size: 3.4rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    content: "ご予約";
  }
}
.l-header__logo {
  width: 75px;
  margin-right: 40px;
}
@media screen and (max-width: 950px) {
  .l-header__logo {
    width: 9rem;
    margin-right: auto;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__contact {
  width: 160px;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: max(1.4rem, 14px);
  background-color: #323232;
}
.l-header__trigger {
  position: relative;
  width: 8rem;
  height: 8rem;
  margin-right: 8rem;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
.l-header__trigger span {
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  width: 5rem;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-header__trigger span {
    left: 0.5rem;
    width: 7rem;
    height: 1px;
  }
}
.l-header__trigger span:nth-of-type(1) {
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger span:nth-of-type(1) {
    top: 1.5rem;
  }
}
.l-header__trigger span:nth-of-type(2) {
  top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger span:nth-of-type(2) {
    top: 2.8rem;
  }
}
.l-header__trigger span:nth-of-type(3) {
  top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger span:nth-of-type(3) {
    top: 4.2rem;
  }
}
.l-header__trigger span:nth-of-type(4) {
  top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .l-header__trigger span:nth-of-type(4) {
    top: 5.5rem;
  }
}
.l-header__trigger p {
  position: absolute;
  top: 2.2rem;
  left: 8.5rem;
  opacity: 0;
  visibility: hidden;
  font-family: "EB Garamond", serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-header__trigger p {
    top: 0.5rem;
    font-size: 3.2rem;
  }
}
.l-header__trigger.is-open span:nth-of-type(1) {
  top: 4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__trigger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.l-header__trigger.is-open span:nth-of-type(3) {
  opacity: 0;
}
.l-header__trigger.is-open span:nth-of-type(4) {
  top: 4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__trigger.is-open p {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 3rem 0 0 0;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 25rem;
  }
}
.l-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/common/bg_footer.png);
  opacity: 0.85;
  content: "";
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
  }
}
.l-footer__link a {
  padding-right: 2rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__link a {
    padding-right: 5rem;
    font-size: 4rem;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    margin: 5rem 0 9rem 0;
    font-size: 3.6rem;
    font-weight: 500;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    position: absolute;
    top: 11rem;
    left: 4rem;
    gap: 4rem;
  }
}
.l-footer__sns-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  font: 0/0 a;
  background: no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-icon {
    width: 4rem;
    height: 4rem;
  }
}
.l-footer__sns-icon--instagram {
  background-image: url(../images/common/icon_instagram.svg);
}
.l-footer__sns-icon--facebook {
  background-image: url(../images/common/icon_facebook.svg);
}
.l-footer__logo {
  width: 25rem;
  margin: 2.5rem auto 4rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    position: absolute;
    right: 4rem;
    bottom: 18rem;
    width: 39.8rem;
  }
}
.l-footer__copyright {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  border-top: 1px solid #5E7598;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 4rem 0;
    font-size: 2rem;
  }
}

/*----------------------------------------------------------------------------
	.l-glnavi
----------------------------------------------------------------------------*/
.l-header:not(:has(.is-open)) .l-glnavi {
  visibility: hidden;
  opacity: 0;
}

.l-glnavi {
  position: relative;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-glnavi {
    padding-top: 16rem;
  }
}
.l-glnavi__language {
  position: absolute;
  top: 2.2rem;
  right: 26.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  color: #D6D6D6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .l-glnavi__language {
    position: static;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-left: 4rem;
    font-size: 3.6rem;
  }
}
.l-glnavi__language a.is-active,
.l-glnavi__language a:hover {
  color: #000;
  opacity: 1;
}
.l-glnavi__sns {
  position: absolute;
  top: 2.8rem;
  right: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-glnavi__sns {
    top: auto;
    right: auto;
    bottom: 27rem;
    left: 4rem;
    gap: 5rem;
  }
}
.l-glnavi__sns-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  font: 0/0 a;
  background: no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-glnavi__sns-icon {
    width: 5rem;
    height: 5rem;
  }
}
.l-glnavi__sns-icon--instagram {
  background-image: url(../images/common/icon_instagram.svg);
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.l-glnavi__sns-icon--facebook {
  background-image: url(../images/common/icon_facebook.svg);
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.l-glnavi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding: 0 2rem;
  margin-top: 23vh;
}
@media screen and (max-width: 767px) {
  .l-glnavi__main {
    margin-top: 6rem;
    padding: 0 4rem;
  }
}
.l-glnavi__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36.9rem;
  margin-left: 9rem;
  margin-right: 12rem;
}
@media screen and (max-width: 1080px) {
  .l-glnavi__title {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-glnavi__title {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    width: 25rem;
    margin: 0;
  }
}
.l-glnavi__title img {
  -webkit-filter: brightness(0) saturate(100%);
          filter: brightness(0) saturate(100%);
}
.l-glnavi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vh;
  width: 34rem;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-glnavi__menu {
    font-size: 3.5rem;
  }
}
.l-glnavi__menu span {
  display: block;
  color: #D2C586;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .l-glnavi__menu span {
    font-size: 3.6rem;
  }
}
.l-glnavi__menu .c-button {
  width: 24.2rem;
  height: 5.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.l-glnavi__block-bottom {
  position: absolute;
  left: 11rem;
  bottom: 8vh;
}
@media screen and (max-width: 1080px) {
  .l-glnavi__block-bottom {
    left: 4rem;
    bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-glnavi__address {
    line-height: 1.46;
  }
}
.l-glnavi__address-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-glnavi__address-title {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.l-glnavi__address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-glnavi__address-top {
    display: block;
  }
}
.l-glnavi__address-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-glnavi__address-bottom {
    display: block;
  }
}
.l-glnavi__address-bottom p:not(:first-child)::before {
  margin: 0 1rem;
  content: "｜";
}
@media screen and (max-width: 767px) {
  .l-glnavi__address-bottom p:not(:first-child)::before {
    display: none;
  }
}
.l-glnavi__address-text {
  font-size: var(--font-size-text-xxsmall);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-glnavi__address-text {
    line-height: 1.46;
  }
}

/*----------------------------------------------------------------------------
	.l-banner
----------------------------------------------------------------------------*/
.l-banner {
  padding: 8rem 0 7rem 0;
  background: #F8F8F8;
}
.l-banner__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-banner__inner {
    max-width: initial;
    padding: 0 4rem;
  }
}
.l-banner__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-banner__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-banner__item--wide {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media screen and (max-width: 767px) {
  .l-banner__item--wide {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

/*----------------------------------------------------------------------------
	.l-location
----------------------------------------------------------------------------*/
.l-location {
  padding: 7rem 0 11rem 0;
  background: #ffffff;
}
.l-location__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-location__inner {
    max-width: initial;
    padding: 0;
  }
}
.l-location__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-location__title {
    font-size: 3.8rem;
  }
}
.l-location__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid #cdcdce;
}
@media screen and (max-width: 767px) {
  .l-location__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-location__item {
  margin-top: -1px;
  border: 1px solid #cdcdce;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-animate--fadeInUp {
  visibility: hidden;
}
.u-animate--fadeInUp.is-animated {
  -webkit-animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
          animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

@-webkit-keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.u-animate--line {
  position: relative;
}
.u-animate--line::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #000;
}
.u-animate--line:hover {
  opacity: 1;
}
.u-animate--line:hover::before {
  width: 100%;
}