@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 22px;
  }
}

a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 22px;
  }
}

span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  span {
    font-size: 22px;
  }
}

div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 22px;
  }
}

.text__black {
  color: #2c3e50;
}

.bg__black {
  background-color: #2c3e50;
}

.text__gray {
  color: #95a5a6;
}

.bg__gray {
  background-color: #95a5a6;
}

.text__white {
  color: #fafaf5;
}

.bg__white {
  background-color: #fafaf5;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.text__yellow {
  color: #D0B77F;
}

.bg__yellow {
  background-color: #D0B77F;
}

.text__dark_blue {
  color: #34495e;
}

.bg__dark_blue {
  background-color: #34495e;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Times New Roman", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 日本語文字に対して明朝体を適用 */
}
body:lang(ja) {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Times New Roman", Times, serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 英語テキスト専用クラス */
.en__txt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 日本語テキスト専用クラス */
.jp__txt {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Times New Roman", Times, serif;
  font-weight: 100;
}

/* Variables */
:root {
  --color-text-main: #2c5a47;
  --color-text-sub: #333;
  --color-background: #fafaf5;
  --header-height-sp: 60px;
  --header-height-pc: 80px; /* PCヘッダーの高さ */
}

/* Header (Mobile default) */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-sp);
  background-color: rgba(255, 255, 255, 0.1019607843); /* 透明 */
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: 100;
  /* backdrop-filter: blur(5px); */ /* 必要に応じて有効化 */
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

/* ロゴの共通スタイル */
.header__logo {
  line-height: 0;
  margin: 0;
}

.header__logo a {
  display: block;
}

.header__logo img {
  height: 28px; /* モバイルのロゴ高さ */
  width: auto;
}

/* PC版のロゴはモバイルでは非表示 */
.header__logo--pc {
  display: none;
}

/* Hamburger Menu (Mobile default) */
.hamburger-menu {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
  padding: 0;
}

.hamburger-menu__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-text-main);
  transition: transform 0.3s ease, top 0.3s ease;
}

.hamburger-menu__bar:first-child {
  top: 0;
}

.hamburger-menu__bar:last-child {
  top: calc(100% - 2px);
}

.hamburger-menu.is-active .hamburger-menu__bar:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.is-active .hamburger-menu__bar:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* Global Navigation (Mobile default - hidden off screen) */
.gnav {
  position: fixed;
  top: 0;
  right: -100%; /* 画面外に隠す */
  width: 100%;
  height: 100vh;
  background-color: var(--color-background);
  z-index: 90; /* ハンバーガーメニューより下 */
  transition: right 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto; /* コンテンツが多い場合にスクロールを許可 */
}

.gnav.is-active {
  right: 0;
}

.gnav__inner {
  /* モバイルではロゴとリストは縦並びなので、特に指定なし */
  display: block;
  width: 100%; /* フル幅 */
  text-align: center;
  padding: 50px 20px 10px; /* 上下に余白を追加 */
}

.gnav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.gnav__item {
  margin: 25px 0;
  font-size: 18px;
  font-family: var(--font-serif); /* 適宜フォントを指定 */
}

/* GNAV Contact Section (Mobile) */
.gnav__contact {
  margin-top: 0px;
  padding-top: 10px;
  border-top: 1px solid #ddd; /* Separator */
  text-align: center;
  font-size: 14px;
  color: var(--color-text-sub);
}

.gnav__contact-title {
  margin: 0 0 15px 0;
  font-weight: normal;
}

.gnav__contact-title .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  color: var(--color-text-main);
  font-weight: 700;
}

.gnav__contact-title .jp {
  display: block;
  font-size: 13px;
  margin-top: 2px;
}

.gnav__contact > p {
  font-size: 14px;
  line-height: 1.7;
}

.gnav__contact-button-group {
  margin: 5px 0;
}

.gnav__contact-button {
  display: block;
  max-width: 280px;
  margin: 0 auto 12px;
  padding: 12px;
  border: 1px solid var(--color-text-main);
  border-radius: 5px;
  color: var(--color-text-main);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
}

.gnav__contact-button:hover {
  background-color: var(--color-text-main);
  color: #fff;
}

.gnav__contact-info {
  margin-top: 20px;
}

.gnav__contact-info p {
  margin: 4px 0;
  font-size: 11px;
  line-height: 1.6;
  color: #666;
}

/* Main Content (Mobile default) */
.main {
  padding-top: var(--header-height-sp); /* モバイルヘッダーの高さ分の余白 */
}

/* Hero Section (Mobile default) */
.hero {
  position: relative;
  width: 100%;
}

.hero__image-wrapper {
  width: 100%;
  height: calc(100vh - var(--header-height-sp) - 100px); /* ヘッダーとフッターを考慮した高さ */
  max-height: 700px;
  overflow: hidden;
}

.hero__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}

.hero__text-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: var(--color-text-main);
  font-family: var(--font-serif);
  font-weight: 400;
}

.hero__text--sub {
  font-size: 1.5rem;
  line-height: 1.2;
}

.hero__text--main {
  font-size: 2.25rem;
  line-height: 1.1;
}

/* Catchphrase Section (Mobile default) */
.catchphrase {
  padding: 40px 20px;
}

.catchphrase__main {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: var(--color-text-main);
  font-weight: 700;
  line-height: 1.2;
}

.catchphrase__sub {
  margin-top: 20px;
  font-size: 0.875rem;
  color: var(--color-text-sub);
}

/* ===============================================
// PC Styles (min-width: 1200px)
// =============================================== */
@media (min-width: 1200px) {
  /* モバイルヘッダーとハンバーガーメニューを非表示 */
  .header {
    display: none;
  }
  .hamburger-menu {
    display: none;
  }
  /* グローバルナビゲーションをPC用ヘッダーとして表示 */
  .gnav {
    position: fixed; /* 固定ヘッダー */
    top: 0;
    left: 0;
    right: auto; /* reset */
    width: 100%;
    height: var(--header-height-pc);
    background-color: var(--color-background); /* 背景色を設定 */
    z-index: 100; /* 最前面 */
    display: flex;
    justify-content: center; /* コンテンツ全体を中央寄せ */
    align-items: center;
    transition: none; /* トランジションを無効化 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 必要に応じてシャドウを追加 */
    background-color: rgba(255, 255, 255, 0.0431372549); /* 透明 */
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    overflow-y: hidden; /* PCではスクロール不要 */
  }
  .gnav__inner {
    padding: 0 40px; /* 左右余白 */
  }
  /* gnavの内側のラッパーを調整 */
  .gnav__inner {
    display: flex; /* ロゴとリストを横並びにする */
    justify-content: space-between; /* ロゴとリストを左右に配置 */
    align-items: center;
    width: 100%;
    max-width: 1200px; /* コンテンツ幅に合わせる */
    padding: 0 40px; /* 左右余白 */
  }
  /* PC版ロゴの表示 */
  .header__logo--pc {
    display: block; /* PC版ロゴを表示 */
  }
  .header__logo--pc img {
    height: 32px; /* PCでのロゴ高さ */
  }
  /* モバイル版ロゴはPCで非表示 */
  .header__logo--mobile {
    display: none;
  }
  /* PCではお問い合わせ情報を非表示にする */
  .gnav__contact {
    display: none;
  }
  .gnav__list {
    display: flex; /* 横並び */
    list-style: none; /* リセット */
    padding: 0; /* リセット */
    margin: 0; /* リセット */
  }
  .gnav__item {
    margin: 0 0 0 40px; /* アイテム間の余白 */
    font-size: 16px;
    font-family: var(--font-serif);
    line-height: 1; /* 行の高さを調整 */
  }
  .gnav__item a {
    color: var(--color-text-main); /* リンク色 */
    text-decoration: none;
    padding: 10px 0;
    display: block;
    transition: opacity 0.3s ease;
  }
  .gnav__item a:hover {
    opacity: 0.7;
  }
  /* メインコンテンツのpadding-topをリセット (bodyでpaddingを管理するため) */
  .main {
    padding-top: 0;
  }
  /* トップページメインコンテンツのPCレイアウト */
  .main-container-pc {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    align-items: flex-end; /* 下端揃え */
    padding-top: 0; /* bodyのpadding-topで調整済のためリセット */
  }
  .main-container-pc > .hero {
    width: 55%;
    flex-shrink: 0;
  }
  .main-container-pc > .hero .hero__image-wrapper {
    height: auto;
    max-height: none;
  }
  .main-container-pc > .hero .hero__text-wrapper {
    left: 40px;
    bottom: 40px;
  }
  .main-container-pc > .catchphrase {
    width: 45%;
    padding: 0 0 0 5%;
  }
  .catchphrase__main {
    font-size: 3rem;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  color: #ffffff;
  font-feature-settings: "palt"; /* 文字間隔を自動調整 */
}
.site-footer a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 2px;
}
.site-footer .footer-sub a:focus-visible {
  outline-color: #333333;
}

/* --- メインフッターエリア --- */
.footer-main {
  background-color: #2e4b41;
  padding: 60px 20px; /* SPの上下左右余白 */
}
@media screen and (min-width: 1200px) {
  .footer-main {
    padding: 100px 40px; /* PCの上下左右余白 */
  }
}

.footer-container {
  max-width: 1280px; /* コンテンツの最大幅を定義 */
  margin: 0 auto; /* 中央寄せ */
}

.footer-grid {
  display: flex; /* SPでは縦並び */
  flex-direction: column;
  gap: 40px; /* SPでの各カラム間の余白 */
}
@media screen and (min-width: 1200px) {
  .footer-grid {
    display: grid; /* PCではグリッドレイアウト */
    grid-template-columns: 2fr 1fr; /* 左カラムを2倍、右カラムを1倍の幅 */
    gap: 80px; /* PCでの各カラム間の余白 */
  }
}

/* 左カラム: ACCESS */
.footer-col-left {
  display: flex;
  flex-direction: column;
  gap: 40px; /* 各アクセスの店舗情報間の余白 */
}

.footer-section-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .footer-section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.shop-name {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0;
}
@media screen and (min-width: 1200px) {
  .shop-name {
    font-size: 20px;
    font-weight: bold;
  }
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 (高さ/幅 = 9/16 = 0.5625) */
  margin-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  position: absolute; /* 親要素のmap-containerを基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-info {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.6;
  padding: 0 0 0px 0;
}

/* 右カラム: ナビゲーション & SNS */
.footer-col-right {
  display: flex;
  flex-direction: column;
  gap: 40px; /* ナビゲーションとSNSセクション間の余白 */
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 25px;
}
.footer-nav li:last-child {
  margin-bottom: 0; /* 最後の項目は下余白なし */
}
@media screen and (min-width: 1200px) {
  .footer-nav li {
    margin-bottom: 30px;
  }
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease; /* ホバー時のトランジション */
}
.footer-nav a:hover {
  opacity: 0.8;
}

.nav-title-en {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .nav-title-en {
    font-size: 20px;
  }
}

.nav-title-ja {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (min-width: 1200px) {
  .nav-title-ja {
    font-size: 14px;
  }
}

.social-title {
  font-size: 14px;
  font-style: italic;
  margin: 0 0 15px 0;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px; /* 各アイコン間の余白 */
}

.social-icons a {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease; /* ホバー時のトランジション */
}
.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-icons svg {
  width: 20px;
  height: 20px;
}

/* --- サブフッターエリア --- */
.footer-sub {
  background-color: #e0e0e0;
  padding: 20px 20px; /* SPの上下左右余白 */
  color: #333333;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .footer-sub {
    padding: 25px 40px; /* PCの上下左右余白 */
    font-size: 14px;
  }
}

.footer-sub .footer-container {
  display: flex;
  flex-direction: column; /* SPでは縦並び */
  justify-content: center;
  align-items: center; /* 中央寄せ */
  gap: 10px; /* プライバシーポリシーと著作権表示間の余白 */
}
@media screen and (min-width: 1200px) {
  .footer-sub .footer-container {
    justify-content: space-between; /* 左右に配置 */
    align-items: center;
    gap: 20px;
  }
}

.footer-legal a {
  color: #333333;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease; /* ホバー時のトランジション */
}
.footer-legal a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 0;
  font-family: sans-serif;
}

.entry-header {
  text-align: center;
}

/* ==================== 基本のフォームレイアウト（全体センター寄せ） ==================== */
.wpcf7 {
  max-width: 520px;
  margin: 2em auto 3em auto;
  padding: 2.5em 1.5em 2em 1.5em;
  background: #fffffd; /* サイトの背景色 #fafaf5 と差別化しつつクリーンに */
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(100, 100, 130, 0.04);
}

/* ==================== フィールドグループ・ラベル・必須ラベル ==================== */
.form-field-group,
.booking-field-group {
  margin-bottom: 1.6em;
}

label {
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.48em;
  color: #222;
}

.required {
  font-size: 0.92em;
  font-weight: normal;
  color: #d33; /* エラーを示す色は維持 */
  margin-left: 8px;
  padding: 1px 6px;
  border: 1px solid #d33;
  border-radius: 3px;
  vertical-align: middle;
  background: #fff3f3; /* エラーを示す色は維持 */
}

.booking-attention {
  color: #3f4f74; /* この色はサイトの色と少し離れているため、調整が必要であれば検討 */
  font-size: 0.97em;
  margin-top: -5px;
  margin-bottom: 1.5em;
  padding-left: 2px;
}

.booking-block {
  /* 幅いっぱいにしないことで統一感を出す */
}

/* ==================== 入力項目・セレクトボックス・レイアウト ==================== */
input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.06em;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #d4d4d4; /* 落ち着いたグレーに変更 */
  border-radius: 7px;
  background: #fff;
  margin-top: 0;
  margin-bottom: 3px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #8c7851; /* サイトのキーカラー（茶色系）に統一 */
  outline: 0;
  box-shadow: 0 0 0 2px rgba(140, 120, 81, 0.2); /* キーカラーを薄くしたシャドウ */
}

.booking-inputs {
  display: flex;
  gap: 12px;
}

.booking-date-input {
  flex: 1 1 170px;
  min-width: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5%202h-1v2H2v1h1.5V4h1V2zm3%200h-1v2H6.5V4h1V2zm3%200h-1v2H9.5V4h1V2zM15%203h-1.5v-.9h-1v.9H11V3H5.5v2H4V3H2.5v2H1V6h14V5h-1.5V3zM15%207H1v7h14V7z%22%20fill%3D%22%23888%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  padding-right: 40px;
  height: 48px;
  cursor: pointer;
}

.booking-time-select {
  flex: 0 0 145px;
  min-width: 110px;
  height: 48px;
}

/* ==================== ラジオボタン整列 ==================== */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap; /* 画面が狭い時に折り返すように */
  gap: 14px;
}

.wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.wpcf7-list-item label {
  font-weight: normal;
  margin: 0;
}

input[type=radio] {
  margin-right: 7px;
  vertical-align: middle;
}

/* ==================== テキストエリア（高さと幅統一） ==================== */
textarea,
.wpcf7-form-control.wpcf7-textarea {
  min-height: 120px;
  max-width: 100%;
  width: 100%;
  resize: vertical;
}

/* ==================== 送信ボタン ==================== */
.form-submit-button {
  text-align: center; /* ボタンを中央寄せ */
}

.form-submit-button input[type=submit] {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 13px 0;
  /* サイトのキーカラー（茶色系）のグラデーションに変更 */
  background: linear-gradient(90deg, #2e4b41 40%, #496e62 100%);
  color: #fff;
  font-size: 1.13em;
  font-weight: bold;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(140, 120, 81, 0.1); /* キーカラーを薄くしたシャドウ */
  transition: background 0.2s;
  display: block;
}

.form-submit-button input[type=submit]:hover {
  /* ホバー時は少し濃い茶色系のグラデーションに変更 */
  background: linear-gradient(90deg, #6b5a3f 15%, #7a6a4d 90%);
}

/* ==================== エラーメッセージ/バリデーション（Contact Form 7） ==================== */
.wpcf7-not-valid-tip {
  color: #d33; /* エラーを示す色は維持 */
  font-size: 0.98em;
  margin-top: 3px;
  margin-bottom: 2px;
}

.wpcf7 .wpcf7-response-output {
  margin: 1.5em 0 0 0;
}

/* ==================== レスポンシブスタイル ==================== */
@media (max-width: 680px) {
  .wpcf7 {
    max-width: 90%;
    padding: 1.1em 3vw 1.7em 3vw;
    border-radius: 12px;
  }
  input[type=text],
  input[type=email],
  select,
  textarea {
    font-size: 1em;
    padding: 10px;
  }
  .booking-inputs {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .booking-date-input,
  .booking-time-select {
    width: 100%;
    min-width: 0;
    padding-right: 36px;
    height: 45px;
  }
  .form-submit-button input[type=submit] {
    max-width: 100%;
    font-size: 1em;
    border-radius: 6px;
    padding: 12px 0;
  }
  .booking-block {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ==================== 条件分岐フィールド初期非表示　==================== */
.js-booking-field,
.js-company-field {
  display: none;
}

/* ==================================================
 *  フローティングカレンダーのスタイル（変更なし）
 * ================================================== */
#booking-calendar-popover {
  position: absolute;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.booking-calendar-wrapper {
  padding: 15px;
}

.booking-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.booking-calendar-header h3 {
  margin: 0;
  font-size: 1.1em;
}

.booking-calendar-header button {
  background: none;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.booking-calendar-header button:hover {
  background-color: #f0f0f0;
  border-color: #bbb;
}

.booking-calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.booking-calendar-table th,
.booking-calendar-table td {
  padding: 0;
}

.booking-calendar-table th {
  font-size: 0.8em;
  padding-bottom: 8px;
  font-weight: normal;
  color: #666;
}

.booking-calendar-table th.sun {
  color: #e33;
}

.booking-calendar-table th.sat {
  color: #33e;
}

.booking-calendar-table td {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}

.booking-calendar-table td.day:not(.disabled):hover {
  background-color: #eaf4ff;
}

.booking-calendar-table td.disabled {
  color: #ccc;
  cursor: not-allowed;
  text-decoration: none;
}

#booking-calendar-popover {
  box-sizing: border-box;
}

/* ==================================================
 *  カスタムプルダウン（select要素）のスタイル
 * ================================================== */
/* --- ラッパー：相対位置の基準 --- */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

/* --- トリガー（普段見えている部分） --- */
.custom-select-trigger {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 40px 12px 12px; /* 右側に矢印用のスペースを確保 */
  border: 1px solid #d4d4d4; /* 入力フィールドと統一 */
  border-radius: 7px;
  background-color: #fff;
  font-size: 1.06em;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキスト選択を無効化 */
  transition: border-color 0.2s, box-shadow 0.2s;
  /* --- 下向き矢印の追加 --- */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3E%3Cpath d='M8 11L2 5h12L8 11z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

.custom-select-trigger:hover {
  border-color: #a3b2c3; /* 既存色を維持、またはサイトのトーンに合わせる場合は調整 */
}

.custom-select-wrapper.active .custom-select-trigger,
.custom-select-trigger:focus {
  border-color: #8c7851; /* サイトのキーカラーに統一 */
  outline: 0;
  box-shadow: 0 0 0 2px rgba(140, 120, 81, 0.2); /* キーカラーを薄くしたシャドウ */
}

/* --- オプションリスト（クリックで表示される部分） --- */
.custom-options {
  display: none; /* JSで表示を切り替える */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: 6px;
  background-color: #4a4a4a; /* 落ち着いたダークグレーに変更 */
  border-radius: 7px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden; /* 角丸を効かせるため */
  max-height: 250px;
  overflow-y: auto;
}

/* --- 個々のオプション --- */
.custom-option {
  padding: 12px 15px;
  color: #fff; /* 白文字 */
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 1.02em;
}

.custom-option:hover {
  background-color: #5e5e5e; /* ホバー時の色を調整 */
}

.custom-option.selected {
  background-color: #3a3a3a; /* 選択中の色を調整 */
  font-weight: bold;
}

.custom-option.disabled {
  color: #aaaaaa; /* 既存の #8a96b1 から調整 */
  cursor: not-allowed;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 680px) {
  .custom-select-trigger {
    font-size: 1em;
    padding: 14px 36px 10px 10px;
    height: 45px;
  }
}
.thanks-page-main {
  padding: 80px 0 100px;
  background-color: #fafaf5;
}

.thanks-page-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.thanks-content-wrapper {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(100, 100, 130, 0.08);
  padding: 40px 30px;
  text-align: center;
}
@media (max-width: 680px) {
  .thanks-content-wrapper {
    padding: 30px 20px;
    border-radius: 12px;
  }
}

.thanks-header {
  margin-bottom: 40px;
}
.thanks-header .thanks-title {
  font-size: 2.2em;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 680px) {
  .thanks-header .thanks-title {
    font-size: 1.8em;
  }
}
.thanks-header .thanks-subtitle {
  font-size: 1.2em;
  color: #8c7851;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 680px) {
  .thanks-header .thanks-subtitle {
    font-size: 1.05em;
  }
}

.thanks-body {
  font-size: 1.05em;
  line-height: 1.8;
  color: #444;
}
.thanks-body p {
  margin-bottom: 1.2em;
}

.thanks-contact-info {
  margin: 40px auto;
  padding: 20px;
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
  max-width: 400px;
}
@media (max-width: 680px) {
  .thanks-contact-info {
    margin: 25px auto;
    padding: 15px;
  }
}
.thanks-contact-info h3 {
  font-size: 1.1em;
  color: #2e4b41;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 680px) {
  .thanks-contact-info h3 {
    font-size: 1.05em;
  }
}
.thanks-contact-info p {
  margin-bottom: 8px;
}
.thanks-contact-info a {
  font-size: 1.3em;
  font-weight: bold;
  color: #8c7851;
  text-decoration: none;
}
.thanks-contact-info a:hover {
  text-decoration: underline;
}
@media (max-width: 680px) {
  .thanks-contact-info a {
    font-size: 1.1em;
  }
}
.thanks-contact-info .small-text {
  font-size: 0.85em;
  color: #666;
}

.thanks-actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 680px) {
  .thanks-actions {
    flex-direction: column;
    gap: 10px;
  }
}

.btn-primary {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 7px;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  min-width: 200px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #2e4b41 40%, #496e62 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(140, 120, 81, 0.1);
}
@media (max-width: 680px) {
  .btn-primary {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    font-size: 0.95em;
    padding: 12px 20px;
  }
}
.btn-primary:hover {
  background: linear-gradient(90deg, #6b5a3f 15%, #8c7851 90%);
}

.btn-secondary {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 7px;
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  min-width: 200px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2e4b41;
  border: 2px solid #2e4b41;
  box-shadow: 0 2px 6px rgba(140, 120, 81, 0.05);
}
@media (max-width: 680px) {
  .btn-secondary {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    font-size: 0.95em;
    padding: 12px 20px;
  }
}
.btn-secondary:hover {
  background-color: #f5f5f0;
  color: #496e62;
  border-color: #496e62;
}

.thanks-note {
  font-size: 0.9em;
  color: #666;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.bl_top {
  padding-bottom: 100px;
}
.bl_top_visual {
  padding: 10px;
  position: relative;
}
.bl_top_image {
  display: block;
  height: 80vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_top_caption {
  bottom: -98px;
  left: 20px;
  position: absolute;
  max-width: calc(100% - 40px);
}
.bl_top_text_sub {
  font-weight: bold;
  line-height: 1.2;
  font-size: 40px;
  color: #bdcac6;
}
.bl_top_text {
  font-weight: 300;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .bl_top {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .bl_top_visual {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .bl_top_image {
    height: 95vh;
  }
  .bl_top_caption {
    max-width: none;
    bottom: -30px;
    left: 27px;
  }
  .bl_top_text_sub {
    font-size: 72px;
    color: #fafaf5;
  }
  .bl_top_text {
    font-size: 16px;
    margin-top: 1rem;
  }
}

.bl_about_us {
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .bl_about_us {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_about_us__inner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_about_us__body {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl_about_us__body {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
}
.bl_about_us_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bl_about_us_title {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .bl_about_us_title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.bl_about_us_text {
  font-weight: 300;
  line-height: 1.8;
}
.bl_about_us__figure {
  margin: 20px 20px 0 0;
}
@media screen and (min-width: 1200px) {
  .bl_about_us__figure {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
.bl_about_us_image {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl_about_us_image {
    height: 80vh;
    max-height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.bl_ourservices {
  width: 100%;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .bl_ourservices {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_ourservices__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_ourservices_title {
  padding: 0 20px;
  margin-bottom: 2rem;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .bl_ourservices_title {
    padding: 0;
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.bl_ourservices_slider {
  cursor: grab;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bl_ourservices_slider::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bl_ourservices_slider {
    overflow-x: visible;
    cursor: default;
  }
}
.bl_ourservices_list {
  display: flex;
  display: inline-flex;
  gap: 20px;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 1200px) {
  .bl_ourservices_list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    gap: 40px;
  }
}
.bl_ourservices_item {
  flex-shrink: 0;
  width: 240px;
}
@media screen and (min-width: 1200px) {
  .bl_ourservices_item {
    width: 320px;
  }
}
.bl_ourservices_link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.bl_ourservices_link:hover {
  opacity: 0.7;
}
.bl_ourservices_image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.bl_ourservices_englishText {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.bl_ourservices_japaneseText {
  margin: 0;
}

.bl_photoplan {
  background-color: #254d43;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .bl_photoplan {
    padding: 120px 0;
  }
}
.bl_photoplan__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl_photoplan__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_photoplan__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .bl_photoplan__body {
    flex: 1.1;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .bl_photoplan__figure {
    flex: 0.9;
    min-width: 0;
  }
}
.bl_photoplan_title {
  margin: 0 0 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.bl_photoplan_subtitle {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.8;
}
.bl_photoplan_image {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .bl_photoplan_image {
    margin: 0;
    height: 100%;
  }
}
.bl_photoplan_description {
  margin: 0;
  line-height: 2;
}
.bl_photoplan_link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
.bl_photoplan_link:hover {
  opacity: 0.7;
}
.bl_photoplan_link::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "→";
  flex-shrink: 0;
}

.bl_news {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .bl_news {
    padding: 120px 0;
  }
}
.bl_news__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl_news__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_news_title {
  border-bottom: 1px solid currentColor;
  padding-bottom: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .bl_news_title {
    padding-bottom: 24px;
    font-size: 2rem;
  }
}
.bl_news_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_news_link {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.bl_news_link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .bl_news_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 32px 0;
  }
}
@media screen and (min-width: 1200px) {
  .bl_news__post {
    order: 1;
    flex: 1;
    min-width: 0;
  }
}
.bl_news_postTitle {
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .bl_news_postTitle {
    font-size: 1.125rem;
  }
}
.bl_news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 1200px) {
  .bl_news__meta {
    order: 2;
    margin-top: 0;
    gap: 24px;
    flex-shrink: 0;
  }
}
.bl_news_date, .bl_news_category {
  font-size: 0.875rem;
  opacity: 0.8;
}
.bl_news_viewmore {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: inherit;
  margin: 40px auto 0;
  transition: opacity 0.3s ease;
}
.bl_news_viewmore:hover {
  opacity: 0.7;
}
.bl_news_viewmore::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "→";
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .bl_news_viewmore {
    margin: 60px 0 0 auto;
  }
}

.bl_company {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .bl_company {
    padding: 120px 0;
  }
}
.bl_company__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl_company__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_company_title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .bl_company_title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bl_company__container {
    display: flex;
    align-items: center;
    gap: 60px;
  }
}
.bl_company__figure {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .bl_company__figure {
    flex: 1;
    min-width: 0;
  }
}
.bl_company_image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .bl_company_image {
    height: 100%;
  }
}
.bl_company__content {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .bl_company__content {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}
.bl_company_name {
  margin: 0 0 1rem;
  font-weight: bold;
}
.bl_company_description {
  margin: 0;
  line-height: 1.8;
}
.bl_company_link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 2rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: inherit;
  transition: opacity 0.3s ease;
}
.bl_company_link:hover {
  opacity: 0.7;
}
.bl_company_link::before {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  flex-shrink: 0;
}

.bl_serviceInfo {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo {
    padding: 120px 0;
  }
}
.bl_serviceInfo__inner {
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.bl_serviceInfo__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo__list {
    gap: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo__item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
  .bl_serviceInfo__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.bl_serviceInfo__figure {
  position: relative;
  margin: 0;
}
.bl_serviceInfo__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo__figure {
    flex: 1.2;
    min-width: 0;
  }
}
.bl_serviceInfo_image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo_image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bl_serviceInfo_title {
  position: absolute;
  z-index: 2;
  top: 34%;
  left: 20px;
  transform: translateY(-50%);
  margin: 0;
  color: white;
  font-size: clamp(2rem, 10vw, 2.5rem);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo_title {
    left: 40px;
    font-size: 3.5rem;
  }
}
.bl_serviceInfo__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo__body {
    flex: 1;
    min-width: 0;
    margin-top: 0;
    padding-top: 1rem;
  }
}
.bl_serviceInfo_cta {
  display: block;
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 50px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s, color 0.3s;
}
.bl_serviceInfo_cta:hover {
  background-color: #2c5a47;
  color: white;
  border-color: #2c5a47;
}
.bl_serviceInfo_details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0.875rem;
  color: #333;
}
.bl_serviceInfo_details > div {
  display: flex;
  gap: 0.5em;
  line-height: 1.6;
}
.bl_serviceInfo_details dt {
  flex-shrink: 0;
  font-weight: 600;
}
.bl_serviceInfo_details dd {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .bl_serviceInfo_details {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.bl_newsblock_page {
  width: 100%;
  margin: 0 auto;
  background: #fafaf5;
}
.bl_newsblock_page .bl_newsblock_page_header {
  padding: 90px 0 40px 0;
  text-align: center;
}
.bl_newsblock_page .bl_newsblock_page_header .bl_newsblock_page_title {
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
.bl_newsblock_page .bl_newsblock_page_header .bl_newsblock_page_subtitle {
  margin-top: 24px;
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.bl_newsblock_page .bl_newsblock_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
  padding: 0 20px;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item {
  border-top: 2px solid #e6e6de;
  padding: 38px 0 38px 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item:last-child {
  border-bottom: 2px solid #e6e6de;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link {
  display: block;
  text-decoration: none;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner .bl_newsblock_date {
  font-family: serif;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_item .bl_newsblock_link .bl_newsblock_inner .bl_newsblock_title {
  font-family: inherit;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-bottom: 0;
}
.bl_newsblock_page .bl_newsblock_list .bl_newsblock_none {
  text-align: center;
  margin: 70px 0 0 0;
}

/* =================================================
// Hero Section for Sub-pages
// ================================================= */
.bl_hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45vh;
  min-height: 280px;
  color: var(--text-color-light);
  background: center/cover no-repeat;
  position: relative;
}
.bl_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3764705882);
  z-index: 1;
}
.bl_hero_inner {
  position: relative;
  z-index: 2;
}
.bl_hero_title {
  font-family: var(--font-serif);
  font-weight: 400;
  margin: 0;
}

/* =================================================
// Single Post Area
// ================================================= */
.bl_single_post {
  padding-top: 60px;
  padding-bottom: 80px;
}
.bl_single_post_wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.bl_single_post_header {
  margin-bottom: 40px;
}
.bl_single_post_title {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 25px 0;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}
.bl_single_post_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.bl_single_post_date_text {
  margin: 0;
  font-family: var(--font-sans);
  letter-spacing: 0.05em;
}
.bl_single_post_tags {
  display: flex;
  gap: 10px;
}
.bl_single_post_tag_item a {
  display: block;
  padding: 6px 15px;
  background-color: var(--bg-color-tag);
  border-radius: 4px;
  transition: opacity 0.3s;
}
.bl_single_post_tag_item a:hover {
  opacity: 0.7;
}
.bl_single_post_content .bl_single_post_text {
  line-height: 1.8;
}
.bl_single_post_content .bl_single_post_text h2 {
  font-family: var(--font-serif);
  font-weight: 600;
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.bl_single_post_content .bl_single_post_text p {
  margin: 0 0 1.5em 0;
}
.bl_single_post_content .bl_single_post_text figure {
  margin: 30px 0;
}

/* =================================================
// Responsive
// ================================================= */
@media (max-width: 768px) {
  .bl_hero_title {
    font-size: 2.5rem;
  }
  .bl_single_post_title {
    font-size: 1.8rem;
  }
  .bl_single_post_content .bl_single_post_text h2 {
    font-size: 1.4rem;
  }
}
.bl_section_dress_list {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bl_section_dress_list_title {
  margin-bottom: 24px;
  text-align: center;
}
.bl_section_dress_list_text {
  margin-bottom: 60px;
  line-height: 1.75;
  text-align: center;
}

.bl_dress_category_item {
  margin-bottom: 40px;
}
.bl_dress_category_item .bl_dress_category_image_link {
  display: block;
  text-decoration: none;
}
.bl_dress_category_item .bl_dress_category_image_link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_dress_category_title {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 24px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.bl_dress_category_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px 24px;
}

.bl_dress_content_item .bl_dress_content_image {
  margin-bottom: 12px;
}
.bl_dress_content_item .bl_dress_content_image_link {
  display: block;
  text-decoration: none;
}
.bl_dress_content_item .bl_dress_content_image_link img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_dress_content_item .bl_dress_content_link {
  display: block;
  text-decoration: none;
}
.bl_dress_content_item .bl_dress_content_link .bl_dress_content_first_image {
  margin-bottom: 12px;
}
.bl_dress_content_item .bl_dress_content_link .bl_dress_content_first_image .bl_dress_content_image_inner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_dress_content_item .bl_dress_content_link .bl_dress_subtitle {
  margin: 0;
}

.bl_button_container {
  margin-top: 40px;
  text-align: center;
}
.bl_button_container .bl_button {
  display: inline-block;
  padding: 16px 48px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: opacity 0.3s ease;
}
.bl_button_container .bl_button:hover {
  opacity: 0.7;
}
.bl_no_posts_message,
.bl_no_categories_message {
  padding: 40px 20px;
  text-align: center;
  border: 1px dashed #ccc;
}

.bl_category_articles {
  /* Box model */
  padding: 70px 20px;
  /* 背景設定 */
  background-size: 100vw;
  background-position: center 100px;
  background-repeat: repeat;
  background-blend-mode: overlay;
  background-color: #36463f;
  /* Typography */
  color: #d7d1c8;
}
@media screen and (min-width: 992px) {
  .bl_category_articles {
    padding: 150px 20px;
    width: 30vw;
    margin: 0 auto;
  }
}
.bl_category_articles .bl_content_title {
  /* Box model */
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  border-radius: 10px;
}
.bl_category_articles .bl_category_posts {
  /* Layout */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .bl_category_articles .bl_category_posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bl_category_articles .bl_category_posts .bl_post_item {
  /* Layout */
  overflow: hidden;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_thumbnail {
  /* Layout */
  position: relative;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_thumbnail a {
  /* Layout */
  display: block;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_thumbnail a img {
  /* Box model */
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_content a {
  /* Typography */
  text-decoration: none;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_content a:hover {
  /* no extra properties */
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_content a .bl_dress_content_first_image {
  /* Box model */
  margin-top: 10px;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_content a .bl_dress_content_first_image .bl_dress_content_image_inner {
  /* Box model */
  width: 100%;
  aspect-ratio: 1/1.5;
  border-radius: 10px;
  /* Visual */
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_category_articles .bl_category_posts .bl_post_item .bl_post_content a .bl_dress_subtitle {
  /* Typography */
  font-weight: bold;
  text-transform: capitalize;
}
.bl_category_articles .pagination {
  /* Box model */
  margin-top: 30px;
  /* Typography */
  text-align: center;
}
.bl_category_articles .pagination a {
  /* Layout */
  display: inline-block;
  /* Box model */
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #d7d1c8;
  border-radius: 4px;
  /* Typography */
  text-decoration: none;
}
.bl_category_articles .pagination a:hover {
  /* Visual */
  border: 1px solid #d7d1c8;
  background-color: #d7d1c8;
  color: #304900;
}
.bl_category_articles .pagination .current {
  /* Visual */
  background-color: #d7d1c8;
  border: 1px solid #d7d1c8;
  padding: 5px 10px;
  color: #304900;
  border-radius: 4px;
}
.bl_category_articles .bl_no_posts_message {
  /* Box model */
  padding: 20px;
  /* Typography */
  text-align: center;
}

/*--------------------------------------------------------------
## Company Detail Section (会社概要)
--------------------------------------------------------------*/
.bl_companyDetail {
  padding: 120px 0;
  background-color: #fcfcf9;
}
.bl_companyDetail .bl_container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

.bl_companyDetail_header {
  text-align: center;
  margin-bottom: 60px;
}

.bl_companyDetail_title {
  font-family: "mincho", serif;
  font-size: 36px;
  font-weight: 300;
  color: #8c7851;
  letter-spacing: 0.15em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.bl_companyDetail_subtitle {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333333;
}

.bl_companyDetail_body {
  max-width: 880px;
  margin: 0 auto 60px auto;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.bl_companyDetail_list {
  margin: 0;
}

.bl_companyDetail_item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #eaeaea;
}
.bl_companyDetail_item:last-child {
  border-bottom: none;
}
.bl_companyDetail_item dt {
  width: 28%;
  flex-shrink: 0;
  font-weight: 500;
  padding: 25px;
  background-color: #f9f9f9;
  border-right: 1px solid #eaeaea;
}
.bl_companyDetail_item dd {
  width: 72%;
  margin: 0;
  padding: 25px;
  line-height: 1.8;
  color: #555;
}
.bl_companyDetail_item dd a {
  color: #8c7851;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.bl_companyDetail_item dd a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bl_companyDetail_businessList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bl_companyDetail_businessList li {
  margin-bottom: 0.5em;
}
.bl_companyDetail_businessList li:last-child {
  margin-bottom: 0;
}

/* --- レスポンシブ (768px以下) --- */
@media (max-width: 768px) {
  .bl_companyDetail {
    padding: 80px 0;
  }
  .bl_companyDetail .bl_container {
    padding: 0 20px;
  }
  .bl_companyDetail_title {
    font-size: 28px;
  }
  .bl_companyDetail_item {
    flex-direction: column;
  }
  .bl_companyDetail_item dt {
    width: 100%;
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid #eaeaea;
  }
  .bl_companyDetail_item dd {
    width: 100%;
    padding: 20px 15px;
  }
  .bl_companyDetail_map_inner {
    padding-top: 75%; /* スマホでは少し縦長に 4:3 */
  }
}
/* ===============================================
// 特集セクション（WEDDING PHOTOなど）
// =============================================== */
.bl_feature {
  padding: 80px 20px;
  background-color: #fafaf5;
}

.bl_feature_header {
  margin-bottom: 32px;
}

.bl_feature_lead {
  margin: 0;
  line-height: 1.8;
}

.bl_feature_lead_en {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bl_feature_title {
  margin: 24px 0 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

.bl_feature_visual {
  margin: 0;
}

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

.bl_feature_body {
  padding: 50px 0 0 0;
  margin-top: 0;
}

.bl_feature_body p {
  margin: 0 0 1.5em;
  line-height: 1.8;
}

.bl_feature_body p:last-child {
  margin-bottom: 0;
}

/* ===============================================
// フォトプランセクション
// =============================================== */
.bl_photoPlan {
  padding: 0px 20px 80px 20px;
  background-color: #fafaf5;
}

.bl_photoPlan_header {
  margin-bottom: 24px;
}

.bl_photoPlan_title {
  margin: 0;
  font-weight: 300;
  color: #8c7851;
  letter-spacing: 0.1em;
  line-height: 1;
}

.bl_photoPlan_subtitle {
  margin: 16px 0 0;
  letter-spacing: 0.05em;
}

.bl_photoPlan_visual {
  margin: 0;
}

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

/* ===============================================
// プラン手動スライダー
// =============================================== */
.bl_planSlider {
  padding: 0px 0 50px 0;
  background-color: #fafaf5;
}

.bl_planSlider_list {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  margin: 0;
}

.bl_planSlider_list::-webkit-scrollbar {
  display: none;
}

.bl_planSlider_item {
  display: flex;
  width: 80%;
  max-width: 300px;
  flex-shrink: 0;
  margin-right: 16px;
}

.bl_planSlider_item:last-child {
  margin-right: 0;
}

.bl_planSlider_card {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  transition: opacity 0.3s;
}

.bl_planSlider_card:hover {
  opacity: 0.8;
}

.bl_planSlider_figure {
  margin: 0;
}

.bl_planSlider_image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 20px 20px 0px 20px;
}

.bl_planSlider_body {
  padding: 16px;
  white-space: normal; /* 折り返しを有効に */
}

.bl_planSlider_tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.75rem;
  background-color: #fafaf5;
  margin-bottom: 12px;
}

.bl_planSlider_title {
  margin: 0 0 8px;
  font-size: 1.125rem;
  font-weight: bold;
}

.bl_planSlider_description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}

.bl_planSlider_footer {
  text-align: center;
  margin-top: 40px;
}

.bl_planSlider_link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: inherit;
}

.bl_planSlider_link::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #2c5a47;
  border-radius: 50%;
  content: "→";
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}

.bl_planSlider_link:hover::before {
  background-color: #2c5a47;
  color: #fff;
}

/* ===============================================
// レスポンシブ対応 (PC表示)
// =============================================== */
@media (min-width: 992px) {
  /* 各セクションのコンテナ設定 */
  .bl_feature,
  .bl_photoPlan,
  .bl_planSlider {
    max-width: 1200px; /* 最大幅を設定 */
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  /* 特集セクションのレイアウト調整 */
  .bl_feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header header" "visual body";
    gap: 40px 60px; /* 縦横の隙間 */
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .bl_feature_header {
    grid-area: header;
  }
  .bl_feature_visual {
    grid-area: visual;
  }
  .bl_feature_body {
    grid-area: body;
    padding: 0; /* モバイル用の余白をリセット */
  }
  /* フォトプランセクションの調整 */
  .bl_photoPlan {
    padding-bottom: 120px;
  }
  .bl_photoPlan_header {
    text-align: center;
  }
  .bl_photoPlan_title {
    font-size: 2rem;
  }
  .bl_photoPlan_visual {
    margin-top: 40px;
  }
  /* プランスライダーをグリッド表示に変更 */
  .bl_planSlider_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
    /* スマホ用の横スクロール設定をリセット */
    overflow-x: visible;
    white-space: normal;
    padding-left: 0;
    padding-right: 0;
  }
  .bl_planSlider_item {
    width: auto;
    max-width: none;
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
## Hair Salon Page: New Class Structure (Accordion Menu)
--------------------------------------------------------------*/
.salon-page {
  overflow-x: hidden;
  /* --- Hero Section --- */
  /* --- Menu Overview Section (Title) --- */
  /* --- Menu Details Section (Accordion) --- */
  /* --- Responsive Styles --- */
}
.salon-page .hero {
  display: grid;
  grid-template-rows: 70vh auto;
  margin-bottom: 100px;
}
.salon-page .hero__visual {
  grid-row: 1/2;
  grid-column: 1/-1;
  position: relative;
  z-index: 1;
}
.salon-page .hero__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1647058824);
}
.salon-page .hero__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(1px);
}
.salon-page .hero__header {
  grid-row: 1/2;
  grid-column: 1/-1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.salon-page .hero__lead {
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.salon-page .hero__title {
  font-family: serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 20px;
}
.salon-page .hero__body {
  grid-row: 2/3;
  grid-column: 1/-1;
  z-index: 3;
  padding: 80px 0;
}
.salon-page .hero__body p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2.2;
}
.salon-page .menu-overview {
  padding-bottom: 80px;
  text-align: center;
}
.salon-page .menu-overview__title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.salon-page .menu-overview__subtitle {
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.salon-page .menu-details {
  padding-bottom: 120px;
}
.salon-page .menu-details__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.salon-page .menu-details__info {
  text-align: center;
  padding: 40px;
  margin-bottom: 60px;
  border: 1px solid #e0e0e0;
}
.salon-page .menu-details .accordion-item {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.salon-page .menu-details .accordion-item:first-child {
  border-top: 1px solid #e0e0e0;
}
.salon-page .menu-details .accordion-item h4 {
  font-weight: 600;
  padding: 25px 40px 25px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
.salon-page .menu-details .accordion-item h4::after {
  content: "+";
  font-family: monospace;
  font-size: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}
.salon-page .menu-details .accordion-item__list, .salon-page .menu-details .accordion-item__note {
  max-height: 0;
  overflow: hidden;
  padding-right: 20px;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.salon-page .menu-details .accordion-item__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 15px;
}
.salon-page .menu-details .accordion-item__list dt,
.salon-page .menu-details .accordion-item__list dd {
  padding: 0;
  margin: 0;
}
.salon-page .menu-details .accordion-item__list dd {
  text-align: right;
  font-weight: 500;
}
.salon-page .menu-details .accordion-item__note {
  line-height: 1.7;
}
.salon-page .menu-details .accordion-item.is-active h4::after {
  transform: translateY(-50%) rotate(45deg);
}
.salon-page .menu-details .accordion-item.is-active .accordion-item__list {
  max-height: 1000px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.salon-page .menu-details .accordion-item.is-active .accordion-item__note {
  max-height: 1000px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .salon-page .hero {
    grid-template-rows: 60vh auto;
    margin-bottom: 80px;
  }
  .salon-page .hero__body {
    padding: 60px 5%;
  }
}

/* ===============================================
// Bridal Wear Section (WEDDING DRESS, etc.)
// =============================================== */
/* --- CSS Variables --- */
:root {
  --bridal-bg-color: #fcfcf9;
  --bridal-text-color: #333;
  --bridal-title-color: #8c7851;
}

/* --- Section Base (Mobile First) --- */
.wedding-dress-section {
  background-color: var(--bridal-bg-color);
  padding: 80px 0;
}

.wedding-dress-section .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* --- Section Header --- */
.wedding-dress-section .section-header {
  margin-bottom: 40px;
}

.wedding-dress-section .section-title {
  font-family: "Times New Roman", Times, serif; /* セリフ系フォントを指定 */
  font-size: 32px;
  font-weight: 300;
  color: var(--bridal-title-color);
  letter-spacing: 0.2em;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}

/* --- Featured Image --- */
.wedding-dress-section .featured-image {
  margin-bottom: 30px;
}

.wedding-dress-section .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Section Description --- */
.wedding-dress-section .section-description {
  font-size: 15px;
  line-height: 2;
  color: var(--bridal-text-color);
  margin: 0 0 50px 0;
  text-align: left;
}

/* --- Dress Gallery (for JS loop slider) --- */
/*
  Note: This slider requires JavaScript to duplicate items and create a loop animation.
  CSS provides the basic layout and styling.
*/
.dress-gallery-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.dress-gallery {
  display: flex; /* Makes items align horizontally */
  will-change: transform; /* Hint for browser animation performance */
}

.dress-gallery .gallery-item {
  width: 200px; /* Width of each item on mobile */
  flex-shrink: 0; /* Prevents items from shrinking */
  margin-right: 15px;
  position: relative;
}

.dress-gallery .gallery-item a {
  display: block;
  text-decoration: none;
  color: white; /* For dress code text */
}

.dress-gallery .gallery-item a:hover img {
  opacity: 0.8;
}

.dress-gallery .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4; /* Maintain a consistent aspect ratio */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.dress-gallery .dress-code {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

/* ===============================================
// Responsive Styles (for PC)
// =============================================== */
@media (min-width: 992px) {
  .wedding-dress-section {
    padding: 120px 0;
  }
  .wedding-dress-section .container {
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto; /* 3行のレイアウト */
    grid-template-areas: "header header" "image description" "gallery gallery"; /* リンクはギャラリーに含めるか、別途配置 */
    gap: 40px 60px;
    align-items: start;
  }
  /* Link placement correction */
  .wedding-dress-section .bl_photoplan_link {
    grid-column: 1/-1; /* スパンを全幅に */
    justify-self: center;
    margin-top: 40px;
  }
  .wedding-dress-section .section-header {
    grid-area: header;
    margin-bottom: 0;
  }
  .wedding-dress-section .section-title {
    font-size: 42px;
  }
  .wedding-dress-section .featured-image {
    grid-area: image;
    margin-bottom: 0;
    align-self: center;
  }
  .wedding-dress-section .section-description {
    grid-area: description;
    margin: 0;
    align-self: center; /* Vertically align text with the image */
  }
  .dress-gallery-container {
    grid-area: gallery;
    margin-bottom: 0;
  }
  .dress-gallery .gallery-item {
    width: 250px; /* Slightly larger items on PC */
    margin-right: 20px;
  }
}
/*
 * Base settings
 */
.bl_container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 24px;
  padding-left: 24px;
}

/*
 * Header
 */
.bl_header {
  margin-bottom: 80px;
  text-align: center;
}
.bl_header_title {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
}
.bl_header_subtitle {
  margin: 0;
  letter-spacing: 0.05em;
}

/*
 * Main Content
 */
.bl_main .bl_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_main .bl_list .bl_item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.bl_main .bl_list .bl_item .bl_card_figure {
  margin: 0;
  flex-shrink: 0;
}
.bl_main .bl_list .bl_item .bl_card_figure .bl_card_image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_main .bl_list .bl_item .bl_card_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}
.bl_main .bl_list .bl_item .bl_card_body .bl_card_title {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.bl_main .bl_list .bl_item .bl_card_body .bl_card_description {
  flex-grow: 1;
  margin: 0;
  line-height: 1.7;
}
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer,
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer_consult {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer .bl_card_price_label,
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer_consult .bl_card_price_label {
  margin-right: 0.75em;
}
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer .bl_card_price,
.bl_main .bl_list .bl_item .bl_card_body .bl_card_footer_consult .bl_card_price {
  font-weight: 700;
}

.bl_privacy_policy {
  margin: 0 auto;
  padding: 150px 16px;
  max-width: 740px;
  width: 100%;
}
.bl_privacy_policy .bl_privacy_policy_title {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
.bl_privacy_policy .bl_privacy_policy_lead {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 32px;
  text-align: left;
  letter-spacing: 0.01em;
}
.bl_privacy_policy .bl_privacy_policy_body {
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.bl_privacy_policy .bl_privacy_policy_body .bl_privacy_policy_paragraph {
  margin-bottom: 24px;
  word-break: break-all;
}
.bl_privacy_policy .bl_privacy_policy_body .bl_privacy_policy_paragraph:last-child {
  margin-bottom: 0;
}

.bl_post {
  background-color: red;
  width: 100%;
}
.bl_post_thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=app.css.map */