@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* =========================================
   Font
========================================= */
/* =========================================
   Base
========================================= */
/* =========================================
   Text Colors
========================================= */
/* =========================================
   Main Colors
========================================= */
/* =========================================
   Layout
========================================= */
html {
  font-size: 10px;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #32313b;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  max-width: 1440px;
  width: 90%;
  margin-inline: auto;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 24px;
  right: 20px;
  width: 26px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 900px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #32313b;
  transition: all 0.5s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7px;
  background: #32313b;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -8px;
  background: #32313b;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 64px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  overflow-y: scroll;
  translate: 101%;
  transition: translate 0.3s ease;
}

.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  list-style: none;
}

.drawer__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.drawer__text-group {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.drawer__text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 2.4px;
  font-family: "Cormorant Infant", serif;
}

.drawer__text::first-letter {
  color: #ef9d4d;
}

.drawer__note {
  font-size: 1.4rem;
  color: #32313b;
  letter-spacing: 1.4px;
}

.drawer__nav-arrow {
  width: 7px;
  height: 12px;
  flex-shrink: 0;
}

.drawer__nav-arrow img {
  display: block;
}

.drawer__nav-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.drawer__nav-divider {
  width: 1px;
  height: 20px;
  background-color: #32313b;
}

.drawer__row {
  display: flex;
  align-items: center;
}

.drawer__nav-toggle-btn {
  margin-left: 15px;
}

.drawer__nav-toggle {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.drawer__nav-toggle::before,
.drawer__nav-toggle::after {
  content: "";
  position: absolute;
  background-color: #a2a2a2;
}

.drawer__nav-toggle::before {
  width: 12px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.drawer__nav-toggle::after {
  width: 2px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.drawer__item.is-open .drawer__nav-toggle::after {
  display: none;
}

.drawer__sublist {
  margin-top: 0;
  padding-left: 16px;
  list-style: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
}

.drawer__item.is-open .drawer__sublist {
  opacity: 1;
  transform: translateY(0);
  margin-top: 16px;
}

.drawer__sublink {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}

.drawer__sublink.is-deep {
  padding-left: 12px;
}

/* ボタン全体のラップ */
.drawer__reserve-wrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ボタン本体 */
.drawer__reserve-btn {
  position: relative;
  background: #ef9d4d;
  color: #fff;
  border: 1px solid #ef9d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 650px;
  width: 100%;
  padding: 14px 0;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.drawer__reserve-btn:hover {
  background: #fff;
  color: #ef9d4d;
  border-color: #ef9d4d;
}

.drawer__reserve-btn:hover .icon-triangle {
  border-color: transparent transparent #ef9d4d transparent;
}

.icon-triangle {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__reserve {
  position: relative;
  background: #ef9d4d;
  color: #fff;
  border: 1px solid #ef9d4d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 650px;
  width: 100%;
  padding: 14px 0;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.btn__reserve:hover {
  background: #fff;
  color: #ef9d4d;
  border-color: #ef9d4d;
}

.btn__reserve:hover .icon-triangle {
  border-color: transparent transparent #ef9d4d transparent;
}

.view-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 358px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 30px;
  color: #32313b;
  border: 1px solid var(--l-txt01, #32313b);
  background: var(--w, #fff);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.view-more:hover {
  background: #32313b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .view-more {
    max-width: none;
    width: 90%;
  }
}
.view-more__text {
  font-family: "Cormorant Infant", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

.view-more__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  flex-shrink: 0;
}

.view-more__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid currentColor;
}

.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__title-en {
  font-family: "Cormorant Infant", serif;
  font-size: 9.6rem;
  font-weight: 400;
  letter-spacing: 9.6px;
}

.section__title-en::first-letter {
  color: var(--l-tya01, #ba814b);
}

@media screen and (max-width: 767px) {
  .section__title-en {
    font-size: 4.2rem;
    letter-spacing: 4.2px;
  }
}
.section__title-ja {
  font-size: 3.2rem;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767px) {
  .section__title-ja {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 144px;
  z-index: 101;
  background: transparent;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.7;
  z-index: -1;
}

@media (max-width: 900px) {
  .header {
    height: 64px;
  }
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0; /* 24px */
}

@media (max-width: 900px) {
  .header__inner {
    padding: 14px 0;
  }
}
.header__logo {
  max-width: clamp(18rem, 20vw, 27.4rem);
}

.header__logo-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* -----------------------------
   2段ナビまとめ
----------------------------- */
.header__pc-nav-wrap {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex: 1;
}

@media (max-width: 900px) {
  .header__pc-nav-wrap {
    display: none;
  }
}
.header__nav-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; /* 12px */
  flex: 1;
}

/* 上段 */
.header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem; /* 24px */
}

/* 求人・お問い合わせ */
.header__top-links {
  display: flex;
  gap: 1.6rem;
}

.header__top-links li {
  list-style: none;
}

.header__top-link {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  text-decoration: none;
}

.header__tel-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem; /* 4px */
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.header__tel-icon {
  width: 1.6rem;
  height: auto;
}

.header__tel-number {
  font-size: clamp(1.6rem, 1vw + 1.2rem, 2.6rem);
  line-height: 1.25;
  letter-spacing: 0.26rem; /* 2.6px */
}

.header__tel-time {
  font-size: 1rem; /* 10px */
  line-height: 1.25;
  letter-spacing: 0.1rem; /* 1px */
}

/* -----------------------------
   下段ナビ（メイン）
----------------------------- */
.header__nav-list {
  display: flex;
  gap: clamp(1.6rem, 2vw, 4rem);
  justify-content: flex-end;
  list-style: none;
}

.header__nav-link {
  font-size: clamp(1.2rem, 1vw + 0.3rem, 1.6rem);
  text-decoration: none;
  transition: opacity 0.35s;
}

.header__nav-link:hover {
  opacity: 0.7;
}

/* -----------------------------
   WEB予約ボタン
----------------------------- */
.header__reserve-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ef9d4d;
  background: #ef9d4d;
  color: #fff;
  max-width: clamp(8rem, 12vw, 12.7rem);
  width: 100%;
  aspect-ratio: 127/96;
  position: relative;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.header__reserve-btn:hover {
  background: #fff;
  color: #ef9d4d;
}

.header__reserve-btn:hover .icon-triangle {
  border-color: transparent transparent #ef9d4d transparent;
  transform: translate(1px, 1px);
}

.header__reserve-btn img {
  width: 3.2rem; /* 32px */
  height: auto;
  display: block;
}

.header__reserve-btn span {
  margin-top: 0.6rem; /* 6px */
  font-size: clamp(1.2rem, 1vw + 0.6rem, 1.6rem);
  display: block;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.16rem; /* 1.6px */
}

/* --- メガメニューの外枠（デフォルト非表示） --- */
.mega-menu {
  position: absolute;
  top: 100%; /* ヘッダー直下に開く */
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 0.3s ease;
  z-index: 90;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* --- 表示状態 --- */
.mega-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* --- 内側レイアウト --- */
.mega-menu__inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 2.4rem 0;
  display: flex;
  gap: 4rem;
}

/* =========================================================
   左側：タイトルエリア
   ========================================================= */
.mega-menu__left {
  width: 20%;
}

.mega-menu__title {
  color: var(--txt-01, #56514b);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.16rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #cacaca;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-menu__title-icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0; /* アイコンが潰れないように */
}

/* =========================================================
   右側：グリッドリスト
   ========================================================= */
.mega-menu__right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.mega-menu-card {
  color: #56514b;
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background: var(--sl-sub01, #fff7f0);
  transition: 0.25s ease;
}

.mega-menu-card a {
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.mega-menu-card a:hover {
  border-bottom: 1px solid #313131;
}

.mega-menu-card__title {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  margin-bottom: 0.8rem;
}

.mega-menu-card__subtitle {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
  margin-left: 1.2rem;
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fv .swiper-wrapper,
.fv .swiper-slide {
  width: 100%;
  height: 100%;
}

.fv .swiper-slide {
  list-style: none;
}

.fv picture,
.fv img {
  display: block;
  width: 100%;
  height: 100%;
}

.fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.information {
  padding-top: 60px;
  position: relative;
}

.information__inner {
  width: 100%;
}

.information--pc .information__layout {
  position: relative;
}

.information--pc .information__image-top {
  width: 100%;
}

.information--pc .information__image-top img {
  width: 100%;
  height: auto;
  display: block;
}

.information--pc .information__image-bottom {
  width: 100%;
}

.information--pc .information__image-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.information--pc .information__message {
  position: absolute;
  left: 40px;
  bottom: 0;
  writing-mode: vertical-rl;
}

.information--pc .information__message-main {
  margin-top: -20px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  letter-spacing: clamp(1.8px, 0.3vw, 3.6px);
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin-left: 10px;
}

.information--pc .information__message-main span {
  color: #ef9d4d;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(1.6px, 0.25vw, 2.8px);
}

.information--pc .information__message-sub {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  letter-spacing: clamp(1.8px, 0.3vw, 3.6px);
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 16px;
}

.information--pc .information__message-sub span {
  color: #ef9d4d;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: clamp(1.6px, 0.25vw, 2.8px);
}

.information--sp .information__layout {
  position: relative;
}

.information--sp .information__image-top {
  width: 100%;
}

.information--sp .information__image-top img {
  width: 100%;
  height: auto;
  display: block;
}

.information--sp .information__title {
  text-align: right;
}

.information--sp .information__title h2 {
  font-family: "Cormorant Infant", serif;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #32313b;
}

.information--sp .information__title p {
  margin-top: 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

.information--sp .information__acsses {
  margin-top: 16px;
  padding: 16px;
  background: #fcf7f3;
  text-align: center;
}

.information--sp .information__acsses p {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.7;
  letter-spacing: clamp(1.2px, 0.2vw, 1.4px);
}

.information--sp .information__acsses span {
  color: var(--sl-main01, #ef9d4d);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: clamp(1.4px, 0.2vw, 1.8px);
}

.information--sp .information__lead {
  padding: 16px;
  background: var(--l-tya01, #ba814b);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--w, #fff);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2; /* 24px */
  letter-spacing: 1.2px;
}

.information--sp .information__lead span {
  color: #ffea55;
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  line-height: 1.7;
}

.information--sp .information__image-bottom {
  width: 100%;
}

.information--sp .information__image-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

.information--sp .information__message {
  position: absolute;
  left: 5%;
  top: 20%;
  writing-mode: vertical-rl;
}

.information--sp .information__message-main {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  background: #fff;
  margin-left: 6px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.7px;
}

.information--sp .information__message-main span {
  color: var(--sl-main01, #ef9d4d);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 28px */
  letter-spacing: 2.8px;
}

.information--sp .information__message-sub {
  margin-top: 22px;
  padding: 5px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.7px;
}

.information--sp .information__message-sub span {
  color: var(--sl-main01, #ef9d4d);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 28px */
  letter-spacing: 2.8px;
}

.concerns {
  position: relative;
  padding-block: 40px 64px;
}

@media screen and (max-width: 767px) {
  .concerns {
    padding-block: 20px 40px;
  }
}
.concerns__inner {
  width: 100%;
  max-width: none;
}

/* 背景画像ラッパー */
.concerns__image {
  position: relative;
  width: 100%;
}

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

.concerns__message {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.concerns__message h2 {
  font-size: clamp(1.5rem, 3vw, 3.6rem);
  letter-spacing: clamp(1.5px, 0.3vw, 3.6px);
}

@media screen and (max-width: 767px) {
  .concerns__message {
    top: 10%;
  }
}
.concerns__dot-text {
  position: relative;
  color: #ef9d4d;
}

@media screen and (max-width: 767px) {
  .concerns__dot-text {
    margin-top: 12px;
  }
}
/* 上のドット */
.concerns__dot-text::before {
  content: "・・・・・";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6em;
  letter-spacing: 0.7em;
  color: #ef9d4d;
  white-space: nowrap;
  pointer-events: none;
}

.concerns__message-underline {
  position: relative;
  white-space: nowrap;
  margin-top: 8px;
}

.concerns__message-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 90%;
  height: 4px;
  background: #ffea55;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .concerns__message-underline {
    margin-top: 4px;
  }
}
/* 白カード（リスト） */
.concerns__list {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  max-width: 800px;
  width: 59%;
  height: 55%;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr max-content; /* ← ここが肝 */
  align-content: center; /* ← 中身全体を上下中央 */
  gap: 8px;
}

@media screen and (max-width: 999px) {
  .concerns__list {
    padding: 20px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .concerns__list {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 75%;
    gap: 4px;
    margin-inline: auto;
  }
}
/* リストアイテム */
.concerns__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: calc(50% - 8px);
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  white-space: nowrap;
  /* チェックアイコン */
}

@media screen and (max-width: 1200px) {
  .concerns__item {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .concerns__item {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .concerns__item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .concerns__item {
    font-size: 1rem;
  }
}
.concerns__item .icon_cheack img {
  width: 100%;
  height: auto;
  display: block;
}

.clinic-info {
  padding-block: 80px;
  background: linear-gradient(0deg, rgba(255, 219, 192, 0.2) 0%, rgba(255, 219, 192, 0.2) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .clinic-info {
    padding-block: 40px;
  }
}
.clinic-info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 950px) {
  .clinic-info__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .clinic-info__content {
    padding: 16px;
    gap: 16px;
  }
}
.clinic-info__name {
  max-width: 366px;
}

.clinic-info__name img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 999px) {
  .clinic-info__name {
    max-width: 274px;
    margin-inline: auto;
  }
}
/* --- スケジュール --- */
.clinic-info__table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clinic-info__table th {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: clamp(0.4px, 0.15vw, 0.8px);
}

@media screen and (max-width: 950px) {
  .clinic-info__table th {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
.clinic-info__table th,
.clinic-info__table td {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .clinic-info__table th,
  .clinic-info__table td {
    padding: 2px;
  }
}
.clinic-info__table tr:last-child th,
.clinic-info__table tr:last-child td {
  padding-bottom: 6px;
  border-bottom: 1px solid #d7d5d2;
}

.clinic-info__mark.is-open {
  color: #ef9d4d;
}

.clinic-info__mark.is-close {
  color: #32313b;
}

.clinic-info__table-time {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: clamp(0.4px, 0.15vw, 0.8px);
}

@media screen and (max-width: 950px) {
  .clinic-info__table-time {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
.clinic-info__note {
  margin-top: 16px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .clinic-info__note {
    margin-top: 8px;
  }
}
.clinic-info__buttons {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

@media screen and (max-width: 950px) {
  .clinic-info__buttons {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .clinic-info__buttons {
    margin-top: 10px;
    gap: 8px;
  }
}
.clinic-info__btn {
  padding-block: 35px;
}

@media screen and (max-width: 999px) {
  .clinic-info__btn {
    padding-block: 12px;
  }
}
.clinic-info__btn span {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: clamp(1.2px, 0.3vw, 2.4px);
}

@media screen and (max-width: 767px) {
  .clinic-info__btn span {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
}
.icon__clinic-info-tel {
  width: 36px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .icon__clinic-info-tel {
    width: 20px;
  }
}
.icon__clinic-info-web {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .icon__clinic-info-web {
    width: 20px;
  }
}
.clinic-info__map-googleMap {
  aspect-ratio: 580/390;
}

@media screen and (max-width: 999px) {
  .clinic-info__map-googleMap {
    width: 100%;
    aspect-ratio: 163/93;
    max-width: none;
  }
}
.clinic-info__map-googleMap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  filter: grayscale(100%);
}

.clinic-info__map-text {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7; /* 23.8px */
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .clinic-info__map-text {
    margin-top: 16px;
  }
}
.message-banner__inner {
  width: 100%;
}

.message-banner__deco {
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding-top: 76px;
  padding-bottom: 40px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .message-banner__deco {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.message-banner__deco img {
  max-width: 46px;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .message-banner__deco img {
    max-width: 20px;
  }
}
.message-banner__image {
  width: 100%;
}

.message-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

.message {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../img/bg_message.png") center/cover repeat;
}

.message__inner {
  width: 100%;
}

.message__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message__image {
  width: 100%;
  position: relative;
}

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

.message__content {
  margin-top: -15px;
  margin-inline: auto;
  width: 90%;
  background: #fff;
  padding-block: 50px;
  text-align: center;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .message__content {
    margin-top: 40px;
    width: 92%;
    padding: 24px 10px;
  }
}
.message__content::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid #cecece;
  pointer-events: none;
}

.message__text {
  width: 90%;
  font-size: clamp(2rem, 3.5vw, 2.4rem);
  letter-spacing: 2.4px;
}

.message__text + .message__text {
  margin-top: 16px;
}

.message__text--kana {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  letter-spacing: 2px;
}

.features {
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .features {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.features__head {
  background: url("../img/bg_features.png") center/cover repeat;
  padding-block: 120px 350px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .features__head {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}
.features__bg {
  position: absolute;
  left: 0;
  top: 453px;
  width: 100%;
  height: calc(100% - 560px);
  background: rgba(186, 129, 75, 0.2);
  z-index: 0;
  clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0 100%);
}

@media screen and (max-width: 767px) {
  .features__bg {
    top: 300px;
    clip-path: polygon(0 3%, 100% 0%, 100% 98%, 0 100%);
    height: calc(92% - 300px);
  }
}
.features__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.features__title-ja {
  font-size: 7.4rem;
  letter-spacing: 7.4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #32313b;
}

@media screen and (max-width: 767px) {
  .features__title-ja {
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 3.4px;
  }
}
.features__change-text {
  color: var(--sl-main01, #ef9d4d);
  font-size: 10rem;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2; /* 150px */
  letter-spacing: 12px;
}

@media screen and (max-width: 767px) {
  .features__change-text {
    font-size: 6rem;
    letter-spacing: 6.8px;
  }
}
.features__change-text span {
  font-size: 8rem;
}

@media screen and (max-width: 767px) {
  .features__change-text span {
    font-size: 4rem;
    letter-spacing: 4px;
  }
}
.features__title-en {
  padding-top: 16px;
  font-family: "Cormorant Infant", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.5; /* 72px */
  letter-spacing: 2.4px;
}

@media screen and (max-width: 767px) {
  .features__title-en {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.features-cards {
  transform: translateY(-222px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .features-cards {
    grid-template-columns: 1fr;
    padding-top: 110px;
    gap: 40px;
  }
}
.features-card {
  flex: 1;
}

.features-card--offset {
  transform: translateY(40px);
}

@media screen and (max-width: 767px) {
  .features-card--offset {
    transform: none;
  }
}
.features-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.features-card__image {
  position: relative;
  aspect-ratio: 580/300;
  margin-inline: auto;
  z-index: 5;
}

.features-card__image img {
  width: 92%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin-inline: auto;
}

.features-card__content {
  width: 100%;
  background: #fff;
  padding: 96px 70px 56px;
  margin: -48px auto 0;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  flex: 1;
}

@media screen and (max-width: 999px) {
  .features-card__content {
    padding: 70px 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .features-card__content {
    padding-top: 80px;
  }
}
.features-card__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px; /* 横線の長さ */
  height: 120px; /* 縦線の長さ */
  border-right: 1px solid #32313b;
  border-bottom: 1px solid #32313b;
}

@media screen and (max-width: 767px) {
  .features-card__content::before {
    width: 64px;
    height: 64px;
  }
}
.features-card__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.7; /* 54.4px */
  letter-spacing: 6.4px;
  font-family: "Marcellus SC", serif;
}

@media screen and (max-width: 767px) {
  .features-card__num {
    font-size: 2.4rem;
    letter-spacing: 4.8px;
  }
}
.features-card__num::before,
.features-card__num::after {
  content: "";
  width: 64px;
  height: 1px;
  background: var(--l-txt01, #32313b);
  flex-shrink: 0;
}

.features-card__title {
  font-size: 2.6rem;
  letter-spacing: 2.6px;
}

@media screen and (max-width: 767px) {
  .features-card__title {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.features-card__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 36px */
  letter-spacing: 1.8px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .features-card__text {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
.features-card--last {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .features-card--last {
    padding-block: 24px;
  }
}
.features-card--last::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: url("../img/bg_features.png") center/cover no-repeat;
  z-index: 0;
}

.features-card--last::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-right: 1px solid #32313b;
  border-bottom: 1px solid #32313b;
  z-index: 2; /* ← コンテンツより上 */
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .features-card--last::after {
    width: 64px;
    height: 64px;
  }
}
.features-card--last > * {
  position: relative;
  z-index: 1;
}

.features-card__content--last {
  position: relative;
  text-align: center;
  padding-block: 3rem;
  width: 80%;
  border: 1px solid #32313b;
  background: #fff;
}

@media screen and (max-width: 999px) {
  .features-card__content--last {
    width: 90%;
  }
}
.features-card__link {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.features-card__content--last::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #32313b;
}

.features-card__text-ja {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.5; /* 52.5px */
  letter-spacing: 3.5px;
  padding-bottom: 17px;
  border-bottom: 1px solid #32313b;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .features-card__text-ja {
    font-size: 2rem;
  }
}
.features-card__text-ja .features__change-text {
  font-size: 6rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .features-card__text-ja .features__change-text {
    font-size: 5rem;
  }
}
.features-card__text-ja .features__change-text span {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .features-card__text-ja .features__change-text span {
    font-size: 3rem;
  }
}
.features-card__text-en {
  padding-top: 20px;
  font-family: "Cormorant Infant", serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .features-card__text-en {
    font-size: 2rem;
  }
}
.team-medical {
  margin-top: -50px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .team-medical {
    margin-top: -190px;
  }
}
.team-medical__inner {
  width: 100%;
}

.team-medical__image {
  position: relative;
  width: 100%;
}

.team-medical__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.team-medical__image--pc .team-medical__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-medical__image--pc .team-medical__name {
  color: #b3b2b7;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5; /* 42px */
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  letter-spacing: clamp(0.08em, 0.2vw, 0.14em);
  margin-bottom: 16px;
}

@media screen and (max-width: 999px) {
  .team-medical__image--pc .team-medical__name {
    margin-bottom: 5px;
  }
}
.team-medical__image--pc .team-medical__lead {
  color: var(--l-txt01, #44434c);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  letter-spacing: clamp(0.1em, 0.25vw, 0.28em);
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  z-index: 1;
}

.team-medical__image--pc .team-medical__lead span {
  color: var(--sl-main01, #ef9d4d);
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  letter-spacing: clamp(0.12em, 0.25vw, 0.36em);
}

@media screen and (max-width: 999px) {
  .team-medical__image--pc .team-medical__lead {
    margin-bottom: 5px;
  }
}
.team-medical__image--pc .team-medical__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2em;
  width: 90%;
  height: 0.2em;
  background: #ffeeb2;
  z-index: -1;
}

.team-medical__image--pc .team-medical__title {
  color: var(--w, #fff);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  letter-spacing: clamp(0.12em, 0.3vw, 0.44em);
  background: #ef9d4d;
  padding-right: 24px;
  font-weight: 400;
}

.team-medical__image--pc .team-medical__text-content {
  margin-block: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1110px) {
  .team-medical__image--pc .team-medical__text-content {
    margin-block: 15px;
    gap: 10px;
  }
}
.team-medical__image--pc .team-medical__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-medical__image--pc .team-medical__text {
  color: var(--l-txt01, #44434c);
  font-size: clamp(0.8rem, 1.6vw, 2rem);
  letter-spacing: clamp(0.12em, 0.25vw, 0.4em);
  border-bottom: 1px dashed #44434c;
  margin-bottom: 8px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.team-medical__image--pc .team-medical__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .team-medical__image--pc .team-medical__text {
    margin-bottom: 4px;
  }
}
.team-medical__image--pc .change-color__orange {
  color: #ef9d4d;
}

.team-medical__image--pc .team-medical__list {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

@media screen and (max-width: 999px) {
  .team-medical__image--pc .team-medical__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-inline: auto;
  }
}
.team-medical__image--pc .team-medical__item {
  display: flex;
  gap: 0.8rem;
}

@media screen and (max-width: 999px) {
  .team-medical__image--pc .team-medical__item {
    width: calc(40% - 1.2rem);
  }
}
.team-medical__image--pc .team-medical__label {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: clamp(0.1em, 0.2vw, 0.18em);
  font-weight: 400;
  line-height: 1.7; /* 30.6px */
  border-bottom: 1px solid #ef9d4d;
}

.team-medical__image--sp {
  /* 左列 */
  /* 右列 */
}

.team-medical__image--sp .team-medical__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-medical__image--sp .team-medical__name {
  color: #b3b2b7;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  font-size: clamp(1.6rem, 4vw, 3rem);
}

.team-medical__image--sp .team-medical__lead {
  color: var(--l-txt01, #44434c);
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 4rem);
}

.team-medical__image--sp .team-medical__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2em;
  width: 90%;
  height: 0.2em;
  background: #ffeeb2;
  z-index: -1;
}

.team-medical__image--sp .team-medical__title {
  color: var(--w, #fff);
  background: #ef9d4d;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 2.6px;
  font-weight: 400;
  padding-right: 13px;
}

.team-medical__image--sp .team-medical__text-content {
  margin-block: clamp(10px, 5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 5vw, 24px);
}

.team-medical__image--sp .team-medical__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-medical__image--sp .team-medical__text {
  color: var(--l-txt01, #44434c);
  border-bottom: 1px dashed #44434c;
  margin-bottom: 4px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.2rem, 3vw, 2rem);
}

.team-medical__image--sp .team-medical__text:last-of-type {
  margin-bottom: 0;
}

.team-medical__image--sp .change-color__orange {
  color: #ef9d4d;
}

.team-medical__image--sp .team-medical__list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, auto);
  gap: 10px 20px;
  justify-content: center;
}

.team-medical__image--sp .team-medical__item {
  display: flex;
  gap: 8px;
}

.team-medical__image--sp .team-medical__item .icon_cheack img {
  width: 18px;
  height: 18px;
}

.team-medical__image--sp .team-medical__item:nth-child(odd) {
  justify-self: end;
  justify-content: flex-end;
  text-align: right;
}

.team-medical__image--sp .team-medical__item:nth-child(even) {
  justify-self: start;
  justify-content: flex-start;
  text-align: left;
}

.team-medical__image--sp .team-medical__label {
  font-weight: 400;
  line-height: 1.7; /* 30.6px */
  border-bottom: 1px solid #ef9d4d;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
}

.greeting {
  padding-block: 60px;
}

@media screen and (max-width: 767px) {
  .greeting {
    padding-block: 40px;
  }
}
.greeting__inner {
  width: 100%;
}

.greeting--pc .greeting__wrapper {
  position: relative;
}

.greeting--pc .greeting__image {
  width: 100%;
}

.greeting--pc .greeting__image img {
  width: 100%;
  height: auto;
  display: block;
}

.greeting--pc .greeting__content {
  position: absolute !important;
  z-index: 10;
  writing-mode: vertical-rl;
  top: 5%;
  left: 28%;
  transform: translateX(-50%);
}

.greeting--pc .greeting__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.1; /* 39.6px */
  letter-spacing: 3.6px;
  margin-left: 13px;
}

@media screen and (max-width: 999px) {
  .greeting--pc .greeting__title {
    font-size: 3rem;
  }
}
.greeting--pc .greeting__title + .greeting__title {
  margin-left: 30px;
}

.greeting--pc .greeting__text span {
  display: block;
  margin-left: 16px;
  margin-top: 10%;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  line-height: 1.2; /* 21.6px */
  font-size: clamp(1.3rem, 1.3vw, 1.8rem);
  letter-spacing: 3px;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .greeting--pc .greeting__text span {
    margin-left: 10px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}
.greeting--pc .greeting__text span:last-child {
  margin-left: 0;
}

.greeting--sp .greeting__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.greeting--sp .greeting__image {
  width: 96%;
  transform: translateX(4%);
}

.greeting--sp .greeting__image img {
  width: 100%;
  height: auto;
  display: block;
}

.greeting--sp .greeting__content {
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
}

.greeting--sp .greeting__title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2; /* 39.6px */
  letter-spacing: 2.6px;
  margin-left: 13px;
}

.greeting--sp .greeting__title + .greeting__title {
  margin-left: 30px;
}

.greeting--sp .greeting__text span {
  display: block;
  margin-left: 10px;
  margin-top: 10%;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2; /* 21.6px */
  letter-spacing: 1.4px;
  white-space: nowrap;
}

.greeting--sp .greeting__text span:last-child {
  margin-left: 0;
}

.menu {
  background: var(--sl-sub01, #fff7f0);
}

.menu-head {
  position: relative;
  width: 100%;
  padding: 40px 16px;
  background-image: url("../img/bg_menu.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.menu-head__inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.menu-head__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.menu-head__title-en {
  font-family: "Cormorant Infant", serif;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.25; /* 120px */
  letter-spacing: 9.6px;
  color: #fff;
  position: relative;
}

.menu-head__title-en::first-letter {
  color: #ede621;
}

.menu-head__title-en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-head__title-en {
    font-size: 4.2rem;
    letter-spacing: 4.2px;
  }
}
.menu-head__title-jp {
  margin-top: 16px;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .menu-head__title-jp {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
/* リード文 */
.menu-head__lead {
  margin-top: 16px;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 54.4px */
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767px) {
  .menu-head__lead {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
}
.menu__group-wrapper {
  padding-block: 60px 30px;
}

@media screen and (max-width: 767px) {
  .menu__group-wrapper {
    padding-block: 24px;
  }
}
.menu-group__title {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  text-align: center;
  background: #ba814b;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .menu-group__title {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    height: 40px;
  }
}
/* ▼ 1row専用 */
@media (max-width: 1320px) {
  .menu-group__title-1row {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .menu-group__title-1row {
    font-size: 1.3rem;
  }
}
.menu-group__list {
  padding-block: 16px 32px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  list-style: none;
  gap: 8px;
  background: var(--sl-sub01, #fff7f0);
}

.menu-group-row {
  display: flex;
  gap: 8px;
  margin-top: 48px;
  align-items: stretch;
}

.menu-group-row .menu-group {
  flex: 0 0 auto; /* ← 伸びない */
}

.menu-group__2row {
  width: 20%;
}

@media screen and (max-width: 999px) {
  .menu-group__2row {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .menu-group__2row {
    width: 33%;
  }
}
.menu-group__1row {
  width: 20%;
}

@media screen and (max-width: 999px) {
  .menu-group__1row {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .menu-group__1row {
    width: 33%;
  }
}
.menu-group__list-2row .menu-card {
  width: 100%;
}

.menu-group__list-1row .menu-card {
  width: 100%;
}

.menu-card {
  position: relative;
  width: calc((100% - 32px) / 5);
  aspect-ratio: 250/200;
  text-align: center;
  background: var(--w, #fff);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease;
  /* 右下の三角 */
}

@media screen and (max-width: 999px) {
  .menu-card {
    width: calc((100% - 24px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .menu-card {
    width: calc((100% - 16px) / 3);
  }
}
.menu-card:last-child {
  border-right: none;
}

.menu-card::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ba814b transparent;
}

@media screen and (max-width: 767px) {
  .menu-card {
    aspect-ratio: 98/82;
    /* 右下の三角 */
  }
  .menu-card::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 0 6px 6px;
    border-color: transparent transparent #ba814b transparent;
  }
}
.menu-card:hover {
  transform: translateY(-2px);
}

.menu-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  gap: 20px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .menu-card__link {
    gap: 4px;
  }
}
.menu-card__icon {
  width: clamp(45px, 8vw, 70px);
  height: clamp(45px, 8vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-card__text {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .menu-card__text {
    font-size: 1rem;
    letter-spacing: 1.2px;
  }
}
.menu-card__text--small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .menu-card__text--small {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
/* 特別カード */
.menu-card--special {
  position: relative;
  background: url("../img/bg_features.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-card--special::after {
  content: none;
}

.menu-card--special .menu-card__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-card__text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--l-txt01, #32313b);
  padding: 8px;
  background: #fff;
  width: 82%;
  height: 45%;
}

@media screen and (max-width: 767px) {
  .menu-card__text-wrap {
    padding: 2px;
    width: 82%;
    height: 82%;
  }
}
.menu-card__text-content {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: clamp(1rem, 1vw, 1.4rem);
  letter-spacing: clamp(0.5px, 0.15vw, 1.4px);
}

@media screen and (max-width: 767px) {
  .menu-card__text-content {
    font-size: 1.2rem;
  }
}
.menu-card__text-link {
  text-decoration: underline;
  text-underline-offset: 8px;
}

@media screen and (max-width: 767px) {
  .menu-card__text-link {
    text-decoration: none;
  }
}
/* 三角アイコン */
.menu-card__icon-triangle {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-left: 6px solid #32313b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

@media screen and (max-width: 767px) {
  .menu-card__icon-triangle {
    display: none;
  }
}
.second-opinion {
  padding-top: 30px;
  padding-bottom: 60px;
  background: var(--sl-sub01, #fff7f0);
}

@media screen and (max-width: 767px) {
  .second-opinion {
    padding-bottom: 40px;
  }
}
.second-opinion__bg {
  position: relative;
  aspect-ratio: 1280/485;
  background: url("../img/bg_second-opinion-pc.jpg") center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .second-opinion__bg {
    background: url("../img/bg_second-opinion-sp.jpg") center/cover no-repeat;
    aspect-ratio: 358/327;
  }
}
.second-opinion__title {
  text-align: center;
  padding-top: 6%;
}

@media screen and (max-width: 767px) {
  .second-opinion__title {
    padding-top: 10%;
  }
}
.second-opinion__title-en {
  text-align: center;
  -webkit-text-stroke-width: 0.28px;
  -webkit-text-stroke-color: #88878e;
  font-family: "Cormorant Infant", serif;
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 1.433px;
  color: transparent;
}

@media screen and (max-width: 767px) {
  .second-opinion__title-en {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
}
.second-opinion__title-ja {
  display: block;
  font-size: 4rem;
  line-height: 1.4; /* 55.562px */
  letter-spacing: 3.969px;
}

@media screen and (max-width: 767px) {
  .second-opinion__title-ja {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 2px;
  }
}
.second-opinion__content {
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: soft-light;
  backdrop-filter: blur(8.8194389343px);
  width: 48%;
  margin-inline: auto;
  padding-block: 45px;
  margin-top: 20px;
}

@media screen and (max-width: 999px) {
  .second-opinion__content {
    width: 68%;
    margin-top: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .second-opinion__content {
    width: 90%;
    margin-top: 20%;
    text-align: left;
  }
}
@media screen and (max-width: 470px) {
  .second-opinion__content {
    margin-top: 10px;
  }
}
.second-opinion__list {
  list-style: none;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .second-opinion__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.second-opinion__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 2.205px;
}

@media screen and (max-width: 767px) {
  .second-opinion__list li {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 470px) {
  .second-opinion__list li {
    font-size: 1.5rem;
  }
}
.second-opinion__list li:not(:last-child) {
  margin-bottom: 4px;
}

.icon_cheack {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon_cheack img {
  width: 20px;
  height: 20px;
  display: block;
}

.second-opinion__note {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 2.646px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ef9d4d;
}

@media screen and (max-width: 767px) {
  .second-opinion__note {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1.8px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 470px) {
  .second-opinion__note {
    font-size: 1.5rem;
  }
}
.second-opinion__btn {
  margin-top: 40px;
  text-align: center;
}

.treatment-head {
  position: relative;
  text-align: center;
}

.treatment-head__bg {
  display: block;
  width: 100%;
  max-width: 1022px;
  aspect-ratio: 1022/302;
  margin-inline: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .treatment-head__bg {
    aspect-ratio: 358/117;
  }
}
.treatment-head__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.treatment-head__title {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .treatment-head__title {
    top: 50%;
  }
}
.treatment-head__title__sub {
  text-shadow: 0 0 1.6rem #fff, 0 0 1.6rem #fff, 0 0 1.6rem #fff;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 4px;
}

@media screen and (max-width: 767px) {
  .treatment-head__title__sub {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
.treatment-head__title__main {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 8px;
}

@media screen and (max-width: 767px) {
  .treatment-head__title__main {
    font-size: 4rem;
    letter-spacing: 4px;
  }
}
.treatment-head__title__main::first-letter {
  color: var(--sl-main01, #ef9d4d);
}

.teratment__wrapper {
  margin-top: 60px;
  background: #ffebdb;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .teratment__wrapper {
    margin-top: 24px;
  }
}
.treatment__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image text";
  gap: 30px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .treatment__content {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    gap: 16px;
  }
}
.treatment__content--ceramic {
  grid-template-areas: "text image";
}

@media screen and (max-width: 767px) {
  .treatment__content--ceramic {
    margin-top: 16px;
    grid-template-areas: "image" "text";
  }
}
.treatment__image {
  grid-area: image;
  margin-inline: -5%;
}

.treatment-card {
  grid-area: text;
}

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

.treatment-card {
  position: relative;
  background: #fff;
}

.treatment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px; /* 横線の長さ */
  height: 120px; /* 縦線の長さ */
  border-left: 1px solid #32313b;
  border-top: 1px solid #32313b;
}

@media screen and (max-width: 767px) {
  .treatment-card::before {
    width: 64px;
    height: 64px;
  }
}
/* カード本文 */
.treatment-card__body {
  padding: 35px 20px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .treatment-card__body {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .treatment-card__body {
    padding: 24px 10px 35px;
  }
}
.treatment-card__en {
  color: var(--sl-main01, #ef9d4d);
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .treatment-card__en {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
}
.treatment-card__title {
  font-size: clamp(2.2rem, 3.5vw, 4rem);
  letter-spacing: clamp(1.6px, 0.4vw, 4px);
}

@media screen and (max-width: 767px) {
  .treatment-card__title {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
}
.treatment-card__title::first-letter {
  color: var(--sl-main01, #ef9d4d);
}

.treatment-card__text {
  margin-top: 24px;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  line-height: 2;
  letter-spacing: clamp(0.8px, 0.2vw, 1.8px);
}

@media screen and (max-width: 999px) {
  .treatment-card__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .treatment-card__text {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
.treatment-card__list {
  margin-top: 24px;
  display: inline-flex; /* 塊として中央寄せ */
  flex-direction: column;
  align-items: flex-start; /* 中身は左揃え */
  gap: 12px;
  margin-inline: auto;
  list-style: none;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}

@media screen and (max-width: 999px) {
  .treatment-card__list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .treatment-card__list {
    gap: 8px;
    font-size: 1.2rem;
  }
}
.treatment-card__item {
  display: flex;
  align-items: flex-start; /* 複数行でも上揃え */
  gap: 8px;
}

.treatment-card__item--center {
  margin-inline: auto;
}

.treatment-card__row-list {
  list-style: none;
  display: flex;
  gap: 16px;
}

.treatment-card__row-item {
  display: flex;
  gap: 8px;
}

.icon_cheack {
  width: 20px; /* 開始位置を揃える肝 */
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.icon_cheack img {
  width: 20px;
  height: 20px;
  display: block;
}

.treatment-card__underline {
  border-bottom: 1px solid #ef9d4d;
}

/* カード下の画像 */
.treatment-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.treatment-card__note {
  margin-top: 8px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 20.4px */
  letter-spacing: 1.2px;
}

.facility {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .facility {
    padding-top: 40px;
  }
}
.facility__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .facility__content {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.facility-card {
  display: flex;
  flex-direction: column;
  background: #fff;
}

/* 画像 */
.facility-card__image {
  width: 100%;
  aspect-ratio: 1/1;
}

.facility-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.facility-card__body {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--sl-bdr01, #88837c);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .facility-card__body {
    border-right: 1px solid var(--sl-bdr01, #88837c);
  }
}
.facility-card:last-child .facility-card__body {
  border-right: 1px solid var(--sl-bdr01, #88837c);
}

.facility-card__title {
  font-size: 2.4rem;
  line-height: 1.7; /* 40.8px */
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ba814b;
}

@media screen and (max-width: 767px) {
  .facility-card__title {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}
.facility-card__title::first-letter {
  color: var(--l-tya01, #ba814b);
}

/* 本文テキスト */
.facility-card__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4; /* 38.4px */
  letter-spacing: 0.8px;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .facility-card__text {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.price {
  padding-block: 60px 140px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .price {
    padding-block: 40px;
  }
}
/* inner 内で横並び */
.price__content {
  position: relative;
}

@media screen and (max-width: 767px) {
  .price__content {
    display: flex;
    flex-direction: column;
  }
}
.price__image {
  margin-left: -10%;
  aspect-ratio: 800/560;
  width: 62%;
}

@media screen and (max-width: 767px) {
  .price__image {
    width: 100%;
    margin-left: 0;
  }
}
.price__image img {
  width: 100%;
  height: auto;
  display: block;
}

.price-card {
  position: absolute;
  left: 38%;
  bottom: -100px;
  width: 55%;
  padding: 50px 80px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}

@media screen and (max-width: 999px) {
  .price-card {
    padding: 30px 20px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .price-card {
    position: relative; /* absolute を解除 */
    left: auto;
    bottom: auto;
    width: 95%;
    margin: -40px auto 0;
    aspect-ratio: auto;
    padding: 24px 20px;
  }
}
.price-card::before {
  content: "";
  position: absolute;
  inset: 0; /* top right bottom left: 0 */
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}

.price-card__inner .price-card__head {
  margin-bottom: 32px;
}

@media screen and (max-width: 999px) {
  .price-card__inner .price-card__head {
    margin-bottom: 24px;
  }
}
/* 英字 */
.price-card__head-en {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  letter-spacing: clamp(2.8px, 0.6vw, 5.6px);
}

.price-card__head-en::first-letter {
  color: #ef9d4d;
}

@media screen and (max-width: 767px) {
  .price-card__head-en {
    font-size: 4.2rem;
    letter-spacing: 4.2px;
  }
}
/* タイトル */
.price-card__head-title {
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .price-card__head-title {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
/* 説明文 */
.price-card__text {
  line-height: 2;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  letter-spacing: clamp(0.8px, 0.15vw, 1.6px);
}

@media screen and (max-width: 767px) {
  .price-card__text {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
  }
}
/* ボタン */
.price-card__btn {
  flex: 1;
  width: 100%;
}

.garally {
  overflow-x: hidden;
}

.garally-head {
  position: relative;
  width: 100%;
  background: url("../img/bg_garally.jpg") center/cover no-repeat;
  aspect-ratio: 1440/359;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.garally-head__inner {
  padding: 64px 20px;
}

.garally__scroll {
  --gallery-width: 0px;
  --gallery-gap: 0px;
  display: flex;
  gap: var(--gallery-gap);
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: hidden;
  animation: gallery-scroll-left 40s linear infinite;
}

.garally__list {
  display: flex;
  gap: var(--gallery-gap);
}

.garally__image {
  width: 640px;
  aspect-ratio: 640/480;
}

@media screen and (max-width: 767px) {
  .garally__image {
    width: 320px;
    aspect-ratio: 320/240;
  }
}
.garally__image img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes gallery-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * (var(--gallery-width) + var(--gallery-gap))));
  }
}
.news-blog {
  padding-block: 80px 64px;
}

@media screen and (max-width: 767px) {
  .news-blog {
    padding-block: 80px 40px;
  }
}
/* 2カラム */
.news-blog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}

@media screen and (max-width: 767px) {
  .news-blog__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.news-blog__column {
  display: flex;
  flex-direction: column;
}

/* ヘッダー */
.news-blog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #32313b;
  margin-bottom: 40px;
}

.news-blog__title {
  color: #ef9d4d;
  font-family: "Cormorant Infant", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4; /* 44.8px */
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .news-blog__title {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
}
.news-blog__title span {
  color: var(--l-txt01, #32313b);
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 1.6px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .news-blog__title span {
    font-size: 1.4rem;
    letter-spacing: 1.2px;
  }
}
/* MORE */
.news-blog__more {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-blog__more:hover {
  opacity: 0.8;
}

.news-blog__more-icon {
  width: 24px;
  height: 24px;
}

.news-blog__more-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.news-blog__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .news-blog__list {
    gap: 16px;
  }
}
.news-blog__item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.news-blog__date {
  font-family: "Cormorant Infant", serif;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.4; /* 22.4px */
  letter-spacing: 0.8px;
}

/* ラベル（共通） */
.news-blog__label {
  white-space: nowrap;
  color: var(--w, #fff);
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  background: #ef9d4d;
  padding: 3px 16px;
}

/* テキスト */
.news-blog__text {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 1.6px;
}

.footer-top__image {
  width: 100%;
}

.footer-top__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.footer {
  background: #ad8256;
  padding-block: 120px;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .footer {
    padding-block: 40px;
    padding-bottom: 80px;
  }
}
.footer__inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.footer__wrapper {
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 900px) {
  .footer__wrapper {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
/* --- 住所・TEL --- */
.footer__logo {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 228.57px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__address {
  font-weight: 400;
  line-height: 2.4; /* 38.4px */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 999px) {
  .footer__address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 8px;
    font-weight: 400;
    line-height: 1.7; /* 23.8px */
    letter-spacing: 0.7px;
  }
}
.footer__contact {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 999px) {
  .footer__contact {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.footer__tel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__tel-icon {
  width: 1.6rem;
}

.footer__tel-number {
  font-family: "Cormorant Infant", serif;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767px) {
  .footer__tel-number {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.25; /* 35px */
    letter-spacing: 2.8px;
  }
}
.footer__tel-time {
  font-size: 1rem;
}

.footer__reserve-btn {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center; /* 縦方向の中央揃え */
  text-align: center;
  gap: 8px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #fff;
  background: #ad8256;
  border: 1px solid #fff;
  padding-block: 20px;
  max-width: 650px;
  width: 100%;
  position: relative;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 999px) {
  .footer__reserve-btn {
    margin-top: 0;
    width: 75%;
    padding-block: 15px;
  }
}
.footer__reserve-btn:hover {
  background: #fff;
  color: #ad8256;
  border-color: #ad8256;
}

.footer__reserve-btn:hover .icon-triangle {
  border-color: transparent transparent #ad8256 transparent;
  transform: translate(1px, 1px);
}

/* --- スケジュール --- */
.footer__table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.footer__table th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.8px;
}

.footer__table th,
.footer__table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .footer__table th,
  .footer__table td {
    padding: 8px;
  }
}
.footer__table-time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7; /* 27.2px */
  letter-spacing: 0.8px;
  font-family: "Cormorant Infant", serif;
}

@media screen and (max-width: 999px) {
  .footer__table-time {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__table-time {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    letter-spacing: clamp(0.4px, 0.15vw, 0.8px);
  }
}
.footer__note {
  margin-top: 16px;
  font-size: 1.2rem;
}

.footer__banner {
  margin-top: 24px;
  max-width: 560px;
  aspect-ratio: 560/164;
}

@media screen and (max-width: 999px) {
  .footer__banner {
    margin-inline: auto;
  }
}
.footer__banner a {
  display: block;
  transition: opacity 0.3s ease;
}

.footer__banner a:hover {
  opacity: 0.8;
}

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

.footer__map-googleMap {
  max-width: 560px;
  aspect-ratio: 560/426;
}

@media screen and (max-width: 999px) {
  .footer__map-googleMap {
    margin-inline: auto;
  }
}
.footer__map-googleMap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  filter: grayscale(100%);
}

.footer__map-text {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7; /* 23.8px */
  letter-spacing: 1.4px;
}

.footer__map-buttons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 999px) {
  .footer__map-buttons {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 0px;
    justify-items: center;
  }
}
.footer__map-btn {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #fff;
  background: #ad8256;
  border: 1px solid #fff;
  padding-block: 20px;
  max-width: 650px;
  width: 100%;
  position: relative;
  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 999px) {
  .footer__map-btn {
    margin-top: 16px;
    width: 76%;
    padding-block: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__map-btn {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
  }
}
.footer__map-btn:hover {
  background: #fff;
  color: #ad8256;
  border-color: #ad8256;
}

.footer__map-btn:hover .icon-triangle {
  border-color: transparent transparent #ad8256 transparent;
  transform: translate(1px, 1px);
}

.footer__nav {
  margin-top: 40px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 999px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav li {
  position: relative;
}

.footer__nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.footer__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}

/* hover時 */
.footer__nav a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.footer__copy {
  margin-top: 40px;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.hidden-pc {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.hidden-lg {
  display: none;
}

@media (max-width: 1320px) {
  .hidden-lg {
    display: inline;
  }
}
.change-color__orange {
  color: #ef9d4d;
}

.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  transition: opacity 0.5s ease, translate 0.5s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

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

.zu__wrap{
  position: relative;
}

.zu__content{
  position: absolute;
  top: 12vw;
  left: 63.5vw;
  font-size: 6vw;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .zu__content{
  top: 42vw;
  left: 40.5vw;
  font-size: 18vw;
}
}