@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

body.is-fixed {
  overflow: hidden;
  touch-action: none;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.c-hover-opacity {
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-hover-opacity:hover {
    opacity: 0.7;
  }
}

[id^=anchor] {
  scroll-margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  [id^=anchor] {
    scroll-margin-top: 6rem;
  }
}
[id^=anchor] > * {
  pointer-events: auto;
}

.anchor-box {
  width: 10rem;
  height: 2rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
  background-color: transparent;
}

.font-lb {
  font-family: "Libre Baskerville", serif;
}

.font-zen {
  font-family: "Zen Old Mincho", serif;
}

.l-header-elementor,
.js-elementor-drawer-trigger {
  opacity: 0;
  pointer-events: none !important;
}

.c-mv {
  margin-top: 7.9rem;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .c-mv {
    margin-top: 5.9rem;
  }
}
.c-mv .c-mv__box {
  padding: 10rem calc(50% - 60rem) !important;
}
@media screen and (max-width: 767px) {
  .c-mv .c-mv__box {
    padding: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 13.5rem !important;
  }
}

.skiptranslate {
  display: none !important;
}

#glt-translate-trigger {
  display: none !important;
}

.b-header {
  background-color: #FFFDE7;
  padding: 0 4rem;
  width: 100%;
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .b-header {
    padding: 0 1.5rem;
    height: 6rem;
  }
}
.b-header * {
  font-family: "Zen Old Mincho", serif;
  color: #000;
  transition: 0.3s all;
}
.b-header .b-header__wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-header .b-header__wrap .h-logo {
  width: 26.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .h-logo {
    width: 21.1rem;
    height: 3.6rem;
  }
}
.b-header .b-header__wrap .nav-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap {
    width: 100%;
    height: 100dvh;
    padding: 10rem 2rem 8rem;
    position: fixed;
    top: 5.9rem;
    left: 0;
    z-index: 98;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    pointer-events: none;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap *:not(.hn-btn) {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
  }
}
.b-header .b-header__wrap .nav-wrap .link-li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .link-li {
    flex-direction: column;
    gap: 3rem;
    order: 1;
  }
}
.b-header .b-header__wrap .nav-wrap .link-li li p {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .b-header .b-header__wrap .nav-wrap .link-li li p {
    min-width: 11rem;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box {
    width: 100%;
    margin-left: 0;
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box * {
    opacity: 1;
    pointer-events: auto;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box a {
  width: 17.5rem;
  height: 4.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a {
    width: 100%;
    height: 6.7rem;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box a * {
  color: #fff;
}
.b-header .b-header__wrap .nav-wrap .btn-box a h4 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a h4.three {
    margin-right: 2rem;
    pointer-events: none !important;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box a p {
  font-size: 0.9rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a p {
    font-size: 1.3rem;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box a figure {
  width: 0.6rem;
  height: 1.1rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a figure {
    opacity: 0;
    pointer-events: none;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box a figure.one {
  transform: translateY(-50%);
  top: 50%;
  right: 10.7rem;
}
.b-header .b-header__wrap .nav-wrap .btn-box a figure.tow {
  transform: translateY(-50%);
  top: 50%;
  right: 3.8rem;
}
.b-header .b-header__wrap .nav-wrap .btn-box a figure.three {
  transform: translateY(-50%);
  top: 50%;
  right: 1.3rem;
}
.b-header .b-header__wrap .nav-wrap .btn-box a.btn-reservation {
  background-image: url("../images/common/btn-reservation-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-header .b-header__wrap .nav-wrap .btn-box a.btn-line {
  background-image: url("../images/common/btn-line-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box a.btn-line-en {
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }
}
.b-header .b-header__wrap .nav-wrap .btn-box .line-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .btn-box .line-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .b-header .b-header__wrap .nav-wrap .btn-box .line-box a {
    flex: 1;
  }
}
.b-header .b-header__wrap .nav-wrap .jpen-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .jpen-btn {
    gap: 2rem;
    margin-left: 0;
    margin-top: 3rem;
    order: 3;
  }
}
.b-header .b-header__wrap .nav-wrap .jpen-btn p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0em;
  padding: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header__wrap .nav-wrap .jpen-btn p {
    font-size: 1.4rem;
  }
}
.b-header .b-header__wrap .nav-wrap .jpen-btn p img {
  display: none !important;
}
.b-header .b-header__wrap .nav-wrap .jpen-btn p.is-active {
  color: #967C27;
  text-decoration-line: underline;
  text-decoration-color: #967C27;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.4rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.b-header .b-header__wrap .nav-wrap .jpen-btn p.is-active * {
  color: #967C27;
}
.b-header .b-header__wrap .nav-wrap .jpen-btn > div {
  width: 0.1rem;
  height: 2rem;
  background-color: #967C27;
}
.b-header .b-header__wrap .nav-wrap .sns-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
  order: 2;
}
.b-header .b-header__wrap .nav-wrap .sns-box figure {
  width: 3rem;
  height: 3rem;
}
.b-header .b-header__wrap .hn-btn {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
}
.b-header .b-header__wrap .hn-btn span {
  width: 2.8rem;
  height: 0.1rem;
  background-color: #967C27;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.b-header .b-header__wrap .hn-btn span:nth-of-type(1) {
  top: calc(50% - 0.4rem);
}
.b-header .b-header__wrap .hn-btn span:nth-of-type(2) {
  top: calc(50% + 0.4rem);
}
.b-header.is-open .nav-wrap {
  background-color: #FFFDE7;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .b-header.is-open .nav-wrap * {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .b-header.is-open .nav-wrap .btn-box {
    position: static;
    flex-direction: column;
    margin-top: 4.5rem;
    order: 4;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .b-header.is-open .nav-wrap .btn-box h4.tow {
    margin-right: 2.6rem;
  }
}
.b-header.is-open .nav-wrap .btn-box h4.three {
  pointer-events: auto !important;
}
@media screen and (max-width: 767px) {
  .b-header.is-open .nav-wrap .btn-box .btn-line-jp p {
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 767px) {
  .b-header.is-open .nav-wrap .btn-box .btn-line-en {
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
  }
}
.b-header.is-open .hn-btn span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-38deg);
}
.b-header.is-open .hn-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(38deg);
}

.b-footer * {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}
.b-footer .b-footer-wraptop {
  width: 100%;
  height: 32.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop {
    height: auto;
    flex-direction: column;
  }
}
.b-footer .b-footer-wraptop > div {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div {
    width: 100%;
    padding: 4rem;
    gap: 2rem;
  }
}
.b-footer .b-footer-wraptop > div > hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.b-footer .b-footer-wraptop > div > hgroup figure {
  width: 3rem;
  height: 3rem;
}
.b-footer .b-footer-wraptop > div > hgroup figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-footer .b-footer-wraptop > div > hgroup:has(figure) {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.b-footer .b-footer-wraptop > div > hgroup:has(figure) h4 {
  filter: drop-shadow(0px 0px 24px rgba(56, 43, 27, 0.75));
}
.b-footer .b-footer-wraptop > div > hgroup > h4 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div > hgroup > h4 {
    font-size: 2.5rem;
  }
}
.b-footer .b-footer-wraptop > div > hgroup > p {
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div > hgroup > p {
    font-size: 1.7rem;
  }
}
.b-footer .b-footer-wraptop > div .linkbtn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div .linkbtn-box {
    flex-direction: column;
  }
}
.b-footer .b-footer-wraptop > div .linkbtn-box > a {
  width: 28.2rem;
  height: 6.8rem;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  margin-right: 3.2rem;
}
.b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box h4 {
    font-size: 1.6rem;
  }
}
.b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box p {
  font-size: 1.4rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box p {
    font-size: 1.3rem;
  }
}
.b-footer .b-footer-wraptop > div .linkbtn-box > a .text-box figure {
  width: 0.7rem;
  height: 1.4rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -2.1rem;
}
.b-footer .b-footer-wraptop > div.reservation-block {
  background-image: url("../images/common/bfwraptop-reservation-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-footer .b-footer-wraptop > div.line-block {
  background-image: url("../images/common/bfwraptop-line-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 6.9rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wraptop > div.line-block {
    gap: 2rem;
  }
}
.b-footer .b-footer-wrapbottom {
  padding: 7rem 0;
  background-image: url("../images/common/b-footer-wrapbottom-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner {
  width: 115.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner {
    width: 100%;
    flex-direction: column;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box {
  display: flex;
  align-items: flex-start;
  gap: 7.3rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box {
    flex-direction: column;
    align-items: center;
    gap: 3.6rem;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box > figure {
  width: 15.5rem;
  height: 15.5rem;
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail * {
  color: #fff;
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail p {
    font-size: 1.3rem;
    text-align: center;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail p:nth-of-type(2) {
  margin-top: 2rem;
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail .sns-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail .sns-box {
    margin-top: 2.6rem;
    justify-content: center;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail .sns-box > figure {
  width: 3rem;
  height: 3rem;
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .left-box .detail .sns-box > figure svg * {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box {
    margin-right: 4rem;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box ul {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box ul {
    gap: 0;
    row-gap: 2rem;
    margin: 0 auto;
    margin-top: 3.8rem;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box ul li a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box ul li a {
    display: block;
    font-size: 1.3rem;
    min-width: 11rem;
  }
}
.b-footer .b-footer-wrapbottom .b-footer-wrapbottom-inner .right-box p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 5rem;
}

footer {
  display: none;
}/*# sourceMappingURL=style.css.map */