@charset "UTF-8";
html {
  font-size: var(--font15);
}

body {
  font-family: "Baskervville", "Noto Sans", sans-serif;
  color: var(--black);
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

:root {
  --black: #222;
  --black-rgb: 34, 34, 34;
  --heading-color: #221815;
  --white: #fff;
  --gray: #f7f7f7;
  --gray2: #d9d9d9;
  --font14: clamp(12px, 14 / 1400 * 100vw, 14px);
  --font15: clamp(14px, 15 / 1400 * 100vw, 15px);
  --font16: clamp(14px, 16 / 1400 * 100vw, 16px);
  --font18: clamp(15px, 18 / 1400 * 100vw, 18px);
  --font20: clamp(16px, 20 / 1400 * 100vw, 20px);
  --font22: clamp(18px, 20 / 1400 * 100vw, 22px);
  --font24: clamp(20px, 24 / 1400 * 100vw, 24px);
  --font28: clamp(20px, 28 / 1400 * 100vw, 28px);
  --font30: clamp(20px, 30 / 1400 * 100vw, 30px);
  --font32: clamp(20px, 32 / 1400 * 100vw, 32px);
  --font36: clamp(24px, 36 / 1400 * 100vw, 36px);
  --font40: clamp(36px, 40 / 1400 * 100vw, 40px);
  --font48: clamp(28px, 48 / 1400 * 100vw, 48px);
  --font50: clamp(28px, 50 / 1400 * 100vw, 50px);
  --font60: clamp(28px, 60 / 1400 * 100vw, 60px);
  --font64: clamp(28px, 64 / 1400 * 100vw, 64px);
  --font70: clamp(28px, 70 / 1400 * 100vw, 70px);
  --font88: clamp(32px, 88 / 1400 * 100vw, 88px);
  --space10: clamp(10px, 10 / 1400 * 100vw, 10px);
  --space15: clamp(10px, 15 / 1400 * 100vw, 15px);
  --space20: clamp(10px, 20 / 1400 * 100vw, 20px);
  --space30: clamp(20px, 30 / 1400 * 100vw, 30px);
  --space40: clamp(20px, 40 / 1400 * 100vw, 40px);
  --space50: clamp(30px, 50 / 1400 * 100vw, 50px);
  --space60: clamp(30px, 60 / 1400 * 100vw, 60px);
  --space70: clamp(30px, 70 / 1400 * 100vw, 70px);
  --space80: clamp(40px, 80 / 1400 * 100vw, 80px);
  --space100: clamp(50px, 100 / 1400 * 100vw, 100px);
  --space110: clamp(60px, 110 / 1400 * 100vw, 110px);
  --space120: clamp(70px, 120 / 1400 * 100vw, 120px);
  --space130: clamp(70px, 130 / 1400 * 100vw, 130px);
  --space140: clamp(80px, 140 / 1400 * 100vw, 140px);
  --space150: clamp(90px, 150 / 1400 * 100vw, 150px);
  --space160: clamp(100px, 160 / 1400 * 100vw, 160px);
  --space180: clamp(80px, 180 / 1400 * 100vw, 180px);
  --space200: clamp(100px, 200 / 1400 * 100vw, 200px);
  --inner: clamp(15px, 100 / 1400 * 100vw, 100px);
  --inner-header: clamp(15px, 20 / 1400 * 100vw, 20px);
  --inner-header2: clamp(15px, 180 / 1400 * 100vw, 180px);
  --headerHeight: clamp(100px, 100 / 1400 * 100vw, 100px);
  --headerHeight2: clamp(60px, 120 / 1400 * 100vw, 120px);
  --footerHeight: clamp(60px, 120 / 1400 * 100vw, 120px);
  --en-font: "Baskervville", serif;
  --en-font2: "Lato", sans-serif;
  --ja-font: "Noto Sans", sans-serif;
}

/* ============================================
# ヘッダー
=============================================== */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  background-color: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease;
}
.header.is-scroll {
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 768px) {
  .header.is-scroll {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
.header.is-scroll:has(.drawer.is-active) {
  transform: none;
}

.header__inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .header__inner {
    flex-direction: row-reverse;
  }
}

.header-inner {
  margin-inline: auto;
  padding: 0 var(--inner-header);
}
@media screen and (min-width: 2500px) {
  .header-inner {
    padding: 0 var(--inner-header2);
  }
}

.header__reserve {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__reserve {
    margin-left: 0;
    margin-right: auto;
  }
}

/* ============================================
# ヘッダー（サブ）
=============================================== */
.header__sub {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight2);
  background-color: transparent;
  opacity: 0;
}
.header__sub.show {
  opacity: 1;
}

.header__sub-inner {
  display: flex;
  align-items: center;
  height: inherit;
}

.header__sub-logo {
  width: clamp(100px, 11.4285714286vw, 160px);
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__sub-logo img {
  width: 100%;
  height: auto;
}

/* ============================================
# ハンバーガーメニュー
=============================================== */
.hamburger {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 200;
  background-color: var(--black);
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active {
  opacity: 1;
  position: fixed;
  top: 20px;
  right: var(--space20);
  left: auto;
  z-index: 1000;
  background-color: transparent;
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--white);
  opacity: 1;
}

.hamburger span:nth-child(1) {
  top: 22px;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger span:nth-child(3) {
  bottom: 22px;
}

.hamburger.is-active span:nth-child(1) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 1;
}

.hamburger.is-active span:nth-child(3) {
  opacity: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer__inner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.drawer__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 160;
}

.drawer__content ul {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .drawer__content ul {
    gap: initial;
  }
}
.drawer__content li {
  margin-bottom: 20px;
  text-align: center;
}
.drawer__content a {
  display: block;
  padding: 15px 0;
  font-size: var(--font18);
  font-family: var(--en-font2);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.drawer__content a:hover {
  color: #666;
}

.drawer__content-sns {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* ============================================
# ハンバーガーメニュー（サブ）
=============================================== */
.header__sub-hamburger {
  margin-left: auto;
}

.hamburger-black {
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 200;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.hamburger-black span {
  position: absolute;
  background-color: var(--black);
  width: 30px;
  height: 2px;
  border-radius: 1px;
}
.hamburger-black span:nth-child(1) {
  top: 22px;
}
.hamburger-black span:nth-child(2) {
  transform: translateY(0);
}
.hamburger-black span:nth-child(3) {
  bottom: 22px;
}

.hamburger.move-to-right {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
}
.hamburger.move-to-right.is-active span:nth-child(1) {
  opacity: 0 !important;
}
.hamburger.move-to-right.is-active span:nth-child(2) {
  opacity: 1 !important;
}
.hamburger.move-to-right.is-active span:nth-child(3) {
  opacity: 0 !important;
}

.drawer.is-active .hamburger.move-to-right {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

body.is-active {
  overflow: hidden;
}

.fv-2-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* ============================================
# FV
=============================================== */
.fv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv {
    height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    height: calc(100vh - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));
    min-height: calc(100vh - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));
  }
}

.fv__inner {
  position: relative;
  width: 100%;
  height: inherit;
}

.fv__image-wrapper {
  position: relative;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__image {
  width: 100%;
  max-width: 670px;
  z-index: 1;
  opacity: 0;
}
.fv__image img {
  transform: scale(1.8);
  -webkit-clip-path: inset(10%);
          clip-path: inset(10%);
  opacity: 0;
}
.fv__image.img-wrapper-03 {
  max-width: 480px;
}
.fv__image.img-wrapper-04 {
  max-width: 480px;
}

.fv__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-wrapper-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 670/480;
}

.img-wrapper-02 {
  position: absolute;
  top: 6.5vw;
  left: 32.5vw;
  aspect-ratio: 480/670;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .img-wrapper-02 {
    left: 27.5vw;
  }
}

.img-wrapper-03 {
  position: absolute;
  top: 2.5vw;
  left: 40vw;
  aspect-ratio: 670/480;
}

.img-wrapper-04 {
  position: absolute;
  top: 7.5vw;
  left: 35vw;
  aspect-ratio: 670/480;
}

.img-wrapper-05 {
  position: absolute;
  top: 5.5vw;
  left: 20vw;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 480/670;
}

.img-wrapper-06 {
  position: absolute;
  top: 13vw;
  left: 40vw;
  aspect-ratio: 670/480;
}

.fv__main {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  z-index: 10;
}

.fv__main-image {
  width: 100%;
  height: inherit;
  z-index: 20;
  position: absolute;
  opacity: 0;
  transform: scale(0.1);
  transition: max-width 0.3s ease;
}

.fv__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2048/1365;
  z-index: 50;
  opacity: 0;
  transform: scale(1.8);
  -webkit-clip-path: inset(10%);
          clip-path: inset(10%);
}

.fv__title {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  z-index: 50;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fv__title {
    width: 180px;
  }
}

.fv__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(var(--black-rgb), 0.8);
  z-index: 30;
  opacity: 0;
}

.fv__content-inner {
  --padding: clamp(15px, 15 / 1400 * 100vw, 15px);
  width: 100%;
  padding: 0 var(--padding);
  display: grid;
  grid-template-columns: auto 90px;
  align-items: center;
  gap: 10px;
}

.fv__content-text {
  display: flex;
  align-items: center;
  padding-block: 15px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .fv__content-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.fv__content-date {
  color: var(--white);
  white-space: nowrap;
}

.fv__content-title {
  color: var(--white);
}

.fv__content-sns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.sns-logo {
  padding-block: 15px;
  padding-inline: 10px;
}

.sns-logo img {
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ============================================
# FV2
=============================================== */
.fv-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.fv-2__inner {
  width: 100%;
  height: inherit;
}

.fv-2__image-wrapper {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-2__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(30%);
          clip-path: inset(30%);
  will-change: clip-path;
}

.fv-2__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 2800/1920;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .fv-2__image img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
}

.fv-2__text-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fv-2__text-black .fv-2__text-01,
.fv-2__text-black .fv-2__text-02,
.fv-2__text-black .fv-2__text-03 {
  font-family: var(--en-font);
  font-size: var(--font60);
  font-weight: 600;
  letter-spacing: normal;
  color: var(--black);
  position: absolute;
}
.fv-2__text-black .fv-2__text-01 {
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-black .fv-2__text-01 {
    top: 38%;
    left: 20%;
  }
}
.fv-2__text-black .fv-2__text-02 {
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-black .fv-2__text-02 {
    top: 19%;
    left: 81%;
  }
}
.fv-2__text-black .fv-2__text-03 {
  top: 73%;
  left: 34%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-black .fv-2__text-03 {
    left: 20%;
  }
}

.fv-2__text-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-clip-path: inset(30%);
          clip-path: inset(30%);
  will-change: clip-path;
}
.fv-2__text-white .fv-2__text-01,
.fv-2__text-white .fv-2__text-02,
.fv-2__text-white .fv-2__text-03 {
  font-family: var(--en-font);
  font-size: var(--font60);
  font-weight: 600;
  letter-spacing: normal;
  color: var(--white);
  position: absolute;
}
.fv-2__text-white .fv-2__text-01 {
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-white .fv-2__text-01 {
    top: 38%;
    left: 20%;
  }
}
.fv-2__text-white .fv-2__text-02 {
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-white .fv-2__text-02 {
    top: 19%;
    left: 81%;
  }
}
.fv-2__text-white .fv-2__text-03 {
  top: 73%;
  left: 34%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv-2__text-white .fv-2__text-03 {
    left: 20%;
  }
}

/* ============================================
# コンセプト
=============================================== */
.concept {
  padding-block: var(--space100);
  background-color: var(--gray);
}

.concept__inner {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
  gap: var(--space30);
}
@media screen and (max-width: 768px) {
  .concept__inner {
    display: flex;
    flex-direction: column;
    gap: var(--space50);
  }
}

.concept__title-text {
  text-indent: -0.5em;
}

.concept__content-button {
  margin-top: var(--space50);
}

/* ============================================
# メニューセクション
=============================================== */
.menu-section {
  padding-block: var(--space100);
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .menu-section {
    padding: var(--space80) 0;
  }
}

.menu-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--inner);
}

.menu-section__content {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: start;
  gap: var(--space30);
}
@media screen and (max-width: 768px) {
  .menu-section__content {
    grid-template-columns: 1fr;
    gap: var(--space60);
  }
}

.menu-section__description {
  margin-top: var(--space60);
}

.menu-section__right {
  display: flex;
  justify-content: center;
}

.menu-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -moz-column-gap: var(--space15);
       column-gap: var(--space15);
  row-gap: var(--space20);
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .menu-section__grid {
    gap: var(--space40);
  }
}
@media screen and (max-width: 375px) {
  .menu-section__grid {
    gap: var(--space20);
  }
}

.menu-section__item {
  position: relative;
  aspect-ratio: 1;
  opacity: 0;
}
.menu-section__item:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

.menu-section__image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.menu-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-section__category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-family: var(--en-font);
  font-size: var(--font30);
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .menu-section__category {
    --font35: clamp(20px, 35 / 768 * 100vw, 35px);
    font-size: var(--font35);
  }
}

/* ============================================
# イメージセクション
=============================================== */
.image-section {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .image-section {
    height: auto;
  }
}

.image-section__image {
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .image-section__image {
    height: auto;
  }
}
.image-section__image picture {
  width: 100%;
  height: 100%;
}
.image-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .image-section__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* ============================================
# アクセスセクション
=============================================== */
.access {
  width: 100%;
  background-color: var(--gray);
  overflow: hidden;
}

.access__wrapper {
  width: calc(100% + 50vw - 50%);
  display: grid;
  grid-template-columns: auto 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .access__wrapper {
    margin-top: var(--space100);
    margin-bottom: var(--space100);
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.access__content {
  margin-top: var(--space100);
  padding-right: var(--space100);
}
@media screen and (max-width: 768px) {
  .access__content {
    padding-right: initial;
  }
}

.access__info {
  margin-top: var(--space60);
}

.access__address {
  margin-top: var(--space20);
}

.access__hours {
  margin-top: var(--space30);
}

.access__hours-title,
.access__hours-overall {
  display: inline-block;
}

.access__contact {
  margin-top: var(--space30);
  display: flex;
  align-items: center;
  gap: var(--space20);
}
.access__contact .access__phone,
.access__contact .access__fax {
  display: flex;
  align-items: center;
  gap: 5px;
}
.access__contact i {
  font-size: var(--font20);
}

.access__phone-link,
.access__fax-link {
  margin-inline-start: 5px;
  padding-bottom: 5px;
  position: relative;
}
.access__phone-link::after,
.access__fax-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}

.access__social {
  margin-top: var(--space50);
  display: flex;
  gap: var(--space20);
}
@media screen and (max-width: 768px) {
  .access__social {
    gap: var(--space30);
  }
}

.access__social-link {
  display: block;
  transition: opacity 0.3s ease;
}
.access__social-link:hover {
  opacity: 0.7;
}

.access__social-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .access__map {
    margin-top: var(--space60);
  }
}

.access__image,
.access__map {
  width: 100%;
  height: 675px;
}
@media screen and (max-width: 768px) {
  .access__image,
  .access__map {
    height: 300px;
  }
}
.access__image img,
.access__image iframe,
.access__map img,
.access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/676;
}
.access__image iframe,
.access__map iframe {
  filter: grayscale(100%);
}

/* ============================================
# ニュースセクション
=============================================== */
.news {
  padding-block: var(--space100);
  background-color: var(--white);
  overflow: hidden;
}

.news__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news__inner {
    flex-direction: column;
  }
}

.news__content {
  margin-left: var(--space80);
}
@media screen and (max-width: 768px) {
  .news__content {
    margin-left: initial;
  }
}

.news__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space20);
  padding-block: var(--space20);
}
@media screen and (max-width: 768px) {
  .news__item a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.news__item a:first-child {
  padding-block-start: var(--space10);
}

.news__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -50vw;
  height: 1px;
  background-color: var(--gray2);
}

.news__date {
  white-space: nowrap;
}

.news__button {
  margin-top: var(--space70);
}
@media screen and (max-width: 768px) {
  .news__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ============================================
# フッター
=============================================== */
.footer {
  width: 100%;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  .footer {
    height: 100%;
  }
}

.footer__inner {
  display: grid;
  grid-template-columns: 120px auto auto;
  align-items: center;
  padding-inline-start: var(--space50);
  padding-inline-end: var(--space30);
  padding-block: 33px;
  height: inherit;
}
@media screen and (max-width: 850px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space30);
    padding-block: 50px;
  }
}

.footer__logo {
  width: 120px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  width: 100%;
  height: inherit;
  margin-left: var(--space60);
}
@media screen and (max-width: 900px) {
  .footer__nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .footer__nav {
    margin-top: var(--space50);
  }
}

.footer__nav-list {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .footer__nav-list {
    justify-content: center;
    flex-wrap: wrap;
    width: 260px;
    margin: 0 auto;
  }
}

.footer__nav-item {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__nav-link {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: var(--font16);
  font-family: var(--en-font2);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--white);
  padding-inline: var(--space15);
  padding-block: 15px;
}

.footer__right {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space30);
}
@media screen and (max-width: 900px) {
  .footer__right {
    justify-content: center;
    gap: initial;
  }
}
@media screen and (max-width: 850px) {
  .footer__right {
    margin-top: var(--space50);
    flex-direction: column;
    justify-content: center;
    gap: var(--space50);
  }
}

.footer__sns {
  height: inherit;
  display: flex;
  align-items: center;
}

.footer__sns-link {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: var(--space15);
}
.footer__sns-link img {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__copyright {
  font-size: var(--font14);
  font-family: var(--en-font2);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--white);
}

/* ============================================
# 共通
=============================================== */
.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}
.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
.u-sp2 {
  display: none;
}

@media screen and (max-width: 450px) {
  .u-sp2 {
    display: block;
  }
}
.u-pc2 {
  display: block;
}

@media screen and (max-width: 450px) {
  .u-pc2 {
    display: none;
  }
}
.inner {
  --width: 1400px;
  width: min(100%, var(--width));
  margin-inline: auto;
  padding: 0 var(--inner);
}

.heading {
  font-size: var(--font40);
  font-family: var(--en-font);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--heading-color);
  text-align: left;
  transform: scaleY(0.9);
}

.text-big {
  font-size: var(--font24);
  font-family: var(--ja-font);
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--black);
}
@media screen and (max-width: 768px) {
  .text-big {
    line-height: 1.28;
  }
}

.text-en-large {
  font-family: var(--en-font2);
  font-size: var(--font20);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--black);
}

.text {
  font-size: var(--font15);
  font-family: var(--ja-font);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--black);
}

.text2 {
  font-size: var(--font15);
  font-family: var(--ja-font);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--black);
}

.text--white {
  color: var(--white);
}

.phone,
.fax {
  font-size: var(--font18);
  font-family: var(--ja-font);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--black);
}
@media screen and (max-width: 375px) {
  .phone,
  .fax {
    font-size: var(--font15);
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding-block: 17px;
  font-size: var(--font15);
  font-family: var(--en-font2);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--black);
  border-radius: 25px;
}

.button--small {
  width: 140px;
}

.reserve-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 159px;
  padding-block-start: 11px;
  padding-block-end: 13px;
  font-size: var(--font24);
  font-family: var(--en-font);
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  color: var(--white);
  background-color: rgba(var(--black-rgb), 0.8);
  border-radius: 35px;
  transform: scaleY(0.9);
  transition: all 0.3s ease;
}
.reserve-button:hover {
  background-color: var(--black);
  opacity: 1;
}
.reserve-button span {
  font-size: var(--font14);
  font-family: var(--ja-font);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: scaleY(1.11);
}
.reserve-button.is-active {
  opacity: 1;
  position: fixed;
  top: 20px;
  left: var(--space20);
  right: auto;
  z-index: 1000;
}/*# sourceMappingURL=style.css.map */