@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  font-family: "Noto Serif JP", sans-serif;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.body-wrap {
  position: relative;
  overflow: hidden;
}

main {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

picture {
  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;
}

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

.show--pc {
  display: block;
  visibility: visible;
}
@media (max-width: 768px) {
  .show--pc {
    display: none;
    visibility: hidden;
  }
}

.show--tab {
  display: none;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .show--tab {
    display: block;
    visibility: visible;
  }
}

.show--sp {
  display: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .show--sp {
    display: block;
    visibility: visible;
  }
}

.section__ttl {
  font-family: "Noto Serif JP", sans-serif;
}

.btn {
  position: relative;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  background: #000000;
  border: 1px solid #E5D1AF;
  width: 400px;
  padding: 36px 32px;
  color: #E5D1AF;
  text-align: center;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    font-size: clamp(14px, 3.5vw, 20px);
    padding: 18px 15px;
  }
}

@media (hover: hover) {
  .btn:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.btn--contact {
  background: #7C705C;
  border: 0;
  width: 400px;
  height: 100px;
  padding: 3px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn--contact {
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
}

.btn--contact__inner {
  background-color: #7C705C;
  border: 1px solid #E5D1AF;
  width: 100%;
  height: 100%;
  padding: 15px 32px;
  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;
}
@media (max-width: 768px) {
  .btn--contact__inner {
    width: 100%;
    padding: 10px 25px;
  }
}

.btn--instagram {
  margin: 0;
  padding: 16px 20px;
  background-color: #1F1F1F;
  border: 1px solid #707070;
  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;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  letter-spacing: 0.01em;
  color: #E4E4E4;
}
@media (max-width: 768px) {
  .btn--instagram {
    padding: 7px 20px;
    width: 100%;
    height: auto;
    gap: 5px;
    font-size: clamp(14px, 3.7vw, 20px);
  }
}

.btn--instagram .icon {
  width: 20px;
}
@media (max-width: 768px) {
  .btn--instagram .icon {
    width: 12px;
  }
}

.btn--instagram .arrow {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #FFFFFF;
  height: 80px;
}
@media (max-width: 956px) {
  header {
    height: 40px;
  }
}

.header__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  width: 100%;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 956px) {
  .header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding-right: 0;
  }
}

.header__logo {
  opacity: 0;
  position: absolute;
  left: 40px;
  top: 16px;
}
@media (max-width: 956px) {
  .header__logo {
    max-width: 140px;
    left: 20px;
    top: 8px;
  }
}

.header__nav {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.header__nav-list-item-link,
.drawer__nav-list-item-link {
  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;
  gap: 5px;
  font-size: 16px;
  color: #FFFFFF;
}
@media (hover: hover) {
  .header__nav-list-item-link:hover,
  .drawer__nav-list-item-link:hover {
    opacity: 0.7;
  }
}

.drawer__nav-list-item-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__nav-list-item-link-arrow,
.drawer__nav-list-item-link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__language-change {
  padding: 0 40px;
  background: inherit;
  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;
  gap: 8px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header__language-change {
    display: none;
  }
}

.header__language-change-icon {
  width: 16px;
  display: inline-block;
}

.header__btn-wrapper {
  position: static;
  display: inline-block;
}

.header__btn-contact {
  width: clamp(250px, 15.6vw, 300px);
  height: 80px;
}
@media (max-width: 956px) {
  .header__btn-contact {
    width: 100%;
    height: 40px;
  }
}

.header__btn-contact-inner {
  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;
}
@media (max-width: 956px) {
  .header__btn-contact-inner {
    padding: 0 25px;
  }
}

/* =============================================
    ハンバーガーメニュー
============================================= */
.hamburger {
  display: none;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .hamburger {
    padding: 5px 10px 5px 10px;
    display: block;
    visibility: visible;
    position: relative;
    width: 40px;
    height: 23px;
    border: none;
    background: inherit;
    border-left: 1px solid #E5D1AF;
  }
}

.hamburger::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
}

.hamburger-bar {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #E4E4E4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger-bar:nth-of-type(1) {
  top: 5px;
}

.hamburger-bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hamburger-bar:nth-of-type(3) {
  top: auto;
  bottom: 5px;
}

.hamburger.active .hamburger-bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 5px) rotate(-45deg);
          transform: translate(-50%, 5px) rotate(-45deg);
}
.hamburger.active .hamburger-bar:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger-bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -6px) rotate(45deg);
          transform: translate(-50%, -6px) rotate(45deg);
}

.hamburger-button-wrapper {
  display: none;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .hamburger-button-wrapper {
    display: block;
    visibility: visible;
    position: relative;
    z-index: 5;
  }
}

.drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 93.33%;
  height: 100vh;
  background: #000000;
}

.drawer.active {
  display: block;
}

.drawer-inner {
  padding: 80px 8.8% 0;
}

.drawer-nav-list {
  margin-top: 20px;
  border-bottom: 1px solid #707070;
}

.drawer__nav-list-item-link {
  padding: 18px 25px;
  border-top: 1px solid #707070;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drawer-nav__language-change-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.drawer-nav .header__language-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

.drawer-nav-btns {
  margin: 40px auto 0;
  max-width: 80%;
}

.drawer-nav-btns .btn + .btn {
  margin-top: 16px;
}

footer {
  background-color: #E4E4E4;
}

.footer__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding: 65px 20px;
}
@media (max-width: 768px) {
  .footer__inner {
    padding: 25px 0px;
  }
}

footer .copyRight {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #1F1F1F;
  text-align: center;
}
@media (max-width: 768px) {
  footer .copyRight {
    font-size: 10px;
    line-height: 2.1;
    letter-spacing: 0;
  }
}

.js-mv-image {
  opacity: 0;
}

.js-fadeIn-item {
  opacity: 0;
}

.drink__swiper {
  overflow: hidden;
}

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

.fv {
  position: relative;
}

.fv__logo-wrapper {
  position: absolute;
  padding: 5px;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fv__logo-wrapper {
    padding: 3px;
  }
}

.fv__logo-box {
  padding: clamp(30px, 4.16vw, 80px) clamp(60px, 5.9vw, 115px);
  border: 1px solid #E5D1AF;
}
@media (max-width: 768px) {
  .fv__logo-box {
    padding: clamp(42px, 11.2vw, 80px) clamp(35px, 1.8vw, 115px);
  }
}

@media (max-width: 768px) {
  .fv__logo-box h1 {
    width: clamp(53px, 14.1vw, 107px);
  }
}

.fv__content-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .fv__content-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fv__content-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about {
  position: relative;
}

.about__inner {
  position: relative;
  margin: 0 auto;
  padding: 152px 20px 140px;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .about__inner {
    padding: 70px 5.3% 60px;
  }
}

.about__title {
  position: relative;
  padding-bottom: 21px;
  font-size: clamp(32px, 3.3333333333vw, 40px);
  text-align: center;
}
@media (max-width: 768px) {
  .about__title {
    font-size: clamp(22px, 1vw, 26px);
  }
}

.about__title::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 64px;
  height: 1px;
  background-color: #707070;
}

.about__text {
  margin-top: 50px;
  font-size: clamp(16px, 1.5vw, 18px);
  text-align: center;
  line-height: 3;
}
@media (max-width: 768px) {
  .about__text {
    margin-top: 40px;
    font-size: clamp(13px, 4vw, 16px);
    line-height: 2.6666666667;
  }
}

.about__img-wrapper {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about__deco {
  position: absolute;
}

.about__deco--main {
  bottom: -5%;
  left: 0;
  -webkit-transform: translate(-45%, 0);
          transform: translate(-45%, 0);
  width: clamp(300px, 20vw, 400px);
  height: clamp(300px, 20vw, 400px);
}
@media (max-width: 768px) {
  .about__deco--main {
    display: none;
  }
}

.about__deco--right {
  top: 17.6%;
  left: auto;
  right: 0;
  -webkit-transform: translate(40%, 0);
          transform: translate(40%, 0);
  width: clamp(150px, 12.5vw, 240px);
  height: clamp(150px, 12.5vw, 240px);
}
@media (max-width: 768px) {
  .about__deco--right {
    top: 40px;
    right: -10%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: clamp(150px, 40vw, 240px);
    height: clamp(150px, 40vw, 240px);
  }
}

.about__deco--small {
  bottom: 20%;
  left: auto;
  right: 8%;
  width: clamp(60px, 4.1vw, 79px);
  height: auto;
}
@media (max-width: 768px) {
  .about__deco--small {
    display: none;
  }
}

.about__deco--bottom {
  display: none;
}
@media (max-width: 768px) {
  .about__deco--bottom {
    display: block;
    content: "";
    position: absolute;
    bottom: -5%;
    left: -11%;
    width: clamp(240px, 64vw, 300px);
    height: auto;
  }
}

.meal {
  position: relative;
}

.meal__inner {
  position: relative;
  margin: 0 auto;
  padding: 145px 20px 150px;
  width: 100%;
  max-width: 1240px;
}
@media (max-width: 768px) {
  .meal__inner {
    padding: 72px 5.3% 70px;
  }
}

.meal__ttl {
  font-size: clamp(34px, 3.3333333333vw, 48px);
  color: #E5D1AF;
  text-align: center;
}
@media (max-width: 768px) {
  .meal__ttl {
    font-size: 32px;
  }
}

.meal__content {
  position: relative;
  margin-top: 235px;
}
@media (max-width: 768px) {
  .meal__content {
    margin-top: 133px;
  }
}

.meal__content:nth-of-type(2) {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .meal__content:nth-of-type(2) {
    margin-top: 140px;
  }
}

.meal__content::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -62px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 1px;
  height: 120px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .meal__content::before {
    top: -41px;
    height: 60px;
  }
}

.meal__content-ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  color: #E5D1AF;
  text-align: center;
}
@media (max-width: 768px) {
  .meal__content-ttl {
    font-size: clamp(20px, 5.3vw, 24px);
  }
}

.meal__content-text {
  margin-top: 10px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  color: #E5D1AF;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .meal__content-text {
    margin-top: 5px;
    font-size: clamp(14px, 3.7vw, 16px);
  }
}

.meal__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.125vw, 60px);
}
.meal__list__lunch {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 768px) {
  .meal__list,
  .meal__list__lunch {
    margin-top: 25px;
    padding: 0 18px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.meal__item-ttl {
  margin-top: 20px;
  font-size: clamp(18px, 1.6666666667vw, 20px);
  color: #E5D1AF;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .meal__item-ttl {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.meal__item-price {
  margin-top: 10px;
  font-size: clamp(18px, 1.6666666667vw, 20px);
  color: #E5D1AF;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .meal__item-price {
    margin-top: 6px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.meal__item-price .tax {
  font-size: 14px;
}
@media (max-width: 768px) {
  .meal__item-price .tax {
    font-size: 12px;
  }
}

.meal__item-txt {
  margin-top: 10px;
  color: #E5D1AF;
  display: grid;
  font-size: 14px;
}
@media (max-width: 768px) {
  .meal__item-txt {
    font-size: 12px;
  }
}

.meal__content .note {
  margin: 55px 0 0;
  font-size: clamp(10px, 1.1666666667vw, 14px);
  color: #E5D1AF;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (max-width: 768px) {
  .meal__content .note {
    margin: 35px 0 0;
    font-size: 10px;
    text-align: center;
  }
}

.meal__btn-wrapper {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .meal__btn-wrapper {
    margin-top: 140px;
    padding: 0 16px;
  }
}

.meal__btn-wrapper::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -62px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 1px;
  height: 120px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .meal__btn-wrapper::before {
    top: -41px;
    height: 60px;
  }
}

.meal__deco-wrapper {
  position: absolute;
  top: 11%;
  left: auto;
  right: 0;
  -webkit-transform: translate(47%, 0);
          transform: translate(47%, 0);
  width: clamp(300px, 21.7vw, 418px);
}
@media (max-width: 768px) {
  .meal__deco-wrapper {
    top: 5%;
    right: -25%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 240px;
  }
}

.meal__deco-wrapper2 {
  position: absolute;
  top: 15px;
  left: -60px;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  width: clamp(180px, 10.4vw, 201px);
}
@media (max-width: 768px) {
  .meal__deco-wrapper2 {
    display: none;
  }
}

.meal__deco-wrapper3 {
  position: absolute;
  top: 39%;
  left: auto;
  right: -200px;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  width: 79px;
}
@media (max-width: 768px) {
  .meal__deco-wrapper3 {
    display: none;
  }
}

.meal__deco-wrapper4 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  width: clamp(200px, 12.5vw, 240px);
}
@media (max-width: 768px) {
  .meal__deco-wrapper4 {
    z-index: -1;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
    width: clamp(160px, 42.6vw, 200px);
  }
}

.meal__deco-wrapper5 {
  position: absolute;
  top: 25%;
  left: -90px;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  width: 79px;
}
@media (max-width: 768px) {
  .meal__deco-wrapper5 {
    display: none;
  }
}

.meal__deco-wrapper6 {
  position: absolute;
  top: 55%;
  left: auto;
  right: -48px;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  width: 79px;
}
@media (max-width: 768px) {
  .meal__deco-wrapper6 {
    top: 4%;
    z-index: -1;
    right: -4%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.meal__deco-wrapper7 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: -60px;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  width: clamp(200px, 12.5vw, 240px);
}
@media (max-width: 768px) {
  .meal__deco-wrapper7 {
    display: none;
  }
}

.meal__deco-wrapper8 {
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 5%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: clamp(400px, 25vw, 480px);
}
@media (max-width: 768px) {
  .meal__deco-wrapper8 {
    top: auto;
    bottom: -1%;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    width: 240px;
    height: 240px;
  }
}

.drink {
  position: relative;
  background-image: url(../imgs/drink-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .drink {
    background-image: url(../imgs/drink-bg-sp.png);
  }
}

.drink__inner {
  margin: 0 auto;
  padding: 145px 20px 140px;
  width: 100%;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .drink__inner {
    padding: 70px 5.3% 67px;
  }
}

.drink__title {
  font-size: clamp(34px, 3.3333333333vw, 48px);
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .drink__title {
    font-size: 32px;
  }
}

.drink__subtitle {
  position: relative;
  margin-top: 65px;
  padding-bottom: 21px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(36px, 3.1666666667vw, 38px);
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .drink__subtitle {
    margin-top: 40px;
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.5;
  }
}

.drink__subtitle::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 64px;
  height: 1px;
  background-color: #707070;
}

.drink__text {
  margin-top: 45px;
  font-size: clamp(16px, 0.93vw, 18px);
  color: #FFFFFF;
  text-align: center;
  line-height: 3;
}
@media (max-width: 768px) {
  .drink__text {
    margin-top: 38px;
    font-size: clamp(13px, 4.3vw, 16px);
    line-height: 2.6666666667;
  }
}
@media (max-width: 374px) {
  .drink__text {
    font-size: 12px;
  }
}

.drink__btn-wrapper {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .drink__btn-wrapper {
    margin-top: 33px;
    padding: 0 16px;
  }
}

.drink__slider {
  margin-top: 60px;
}
.drink__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drink__slide {
  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;
}

.access__inner {
  margin: 0 auto;
  padding: 153px 20px 150px;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .access__inner {
    padding: 70px 5.3% 70px;
  }
}

.access__title {
  font-size: clamp(34px, 3.3333333333vw, 48px);
  color: #E5D1AF;
  text-align: center;
}
@media (max-width: 768px) {
  .access__title {
    font-size: 32px;
  }
}

.access__content {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4%;
}
@media (max-width: 768px) {
  .access__content {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.access__img-wrapper {
  width: 55%;
  max-width: 600px;
}
@media (max-width: 768px) {
  .access__img-wrapper {
    width: 100%;
  }
}

.access__list-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.access__list + .access__list {
  margin-top: 23px;
}
@media (max-width: 768px) {
  .access__list + .access__list {
    margin-top: 12px;
  }
}

.access__list:nth-of-type(2) .access__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.access__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(16px, 1.5vw, 18px);
  color: #FFFFFF;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .access__item {
    display: block;
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.4666666667;
  }
}

@media (max-width: 768px) {
  .access__item + .access__item {
    margin-top: 15px;
  }
}

.access__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .access__item-text {
    padding-left: 1em;
  }
}

.access__item a {
  color: #FFFFFF;
  text-decoration: underline;
}

.access__item-tel a {
  text-decoration: none;
}

.access__btn-wrapper {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .access__btn-wrapper {
    margin-top: 40px;
    padding: 0 16px;
  }
}

.access__btn-wrapper--instagram {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .access__btn-wrapper--instagram {
    margin-top: 30px;
    padding: 0 16px;
  }
}