/* ==========================================================================
   フッター専用スタイル - AKALA Total Beauty Salon
   common.css の --akala-* 変数を前提とする
   ========================================================================== */

/* ==========================================================================
   フッターアクセス・予約セクション
   ========================================================================== */
.footer-access {
  position: relative;
  background-color: var(--akala-text-primary);
  padding-block: clamp(72px, 10vw, 130px);
  overflow: hidden;
}

/* 背景画像レイヤー（画像を差し込む場合は background-image を設定） */
.footer-access__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  z-index: 0;
}

.footer-access__inner {
  position: relative;
  z-index: 1;
}

/* ヘッダー行 */
.footer-access__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(24px, 4vw, 40px);
  border-bottom: 1px solid rgba(184, 153, 104, 0.22);
}

.footer-access__en {
  font-family: var(--akala-font-serif-en);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--akala-gold);
  white-space: nowrap;
}

/* 左右2カラム */
.footer-access__body {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: clamp(3rem, 7vw, 9rem);
  align-items: start;
}

/* ── 左：アクセス情報 ── */
.footer-access__salon-name {
  font-family: var(--akala-font-serif-ja);
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  font-weight: 300;
  color: var(--akala-text-inverse);
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}

.footer-access__address {
  font-family: var(--akala-font-sans);
  font-size: clamp(0.8rem, 1.3vw, 0.92rem);
  font-weight: 300;
  font-style: normal;
  color: rgba(250, 247, 242, 0.60);
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 2.25rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(184, 153, 104, 0.28);
}

/* アクセス詳細 */
.footer-access__details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1.75rem;
}

.footer-access__details dt {
  font-family: var(--akala-font-sans);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--akala-gold);
  white-space: nowrap;
  padding-top: 0.2em;
}

.footer-access__details dd {
  font-family: var(--akala-font-sans);
  font-size: clamp(0.78rem, 1.3vw, 0.88rem);
  font-weight: 300;
  color: rgba(250, 247, 242, 0.55);
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* ── 右：CTA ── */
.footer-access__cta {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-access__cta-label {
  font-family: var(--akala-font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(250, 247, 242, 0.55);
  margin-bottom: 1.25rem;
}

/* ソーシャルアイコン */
.footer-access__social {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
}

.footer-access__social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: rgba(250, 247, 242, 0.65);
  transition: color 0.6s ease-out, transform 0.6s ease-out;
}

.footer-access__social-link svg {
  display: block;
  width: 52px;
  height: 52px;
  padding: 14px;
  border: 1px solid rgba(184, 153, 104, 0.28);
  border-radius: 50%;
  background-color: rgba(250, 247, 242, 0.04);
  box-shadow: 0 3px 16px rgba(43, 37, 32, 0.45), inset 0 1px 0 rgba(250, 247, 242, 0.06);
  transition: border-color 0.6s ease-out, background-color 0.6s ease-out, box-shadow 0.6s ease-out;
  flex-shrink: 0;
}

.footer-access__social-link:hover {
  color: var(--akala-gold);
  transform: translateY(-3px);
}

.footer-access__social-link:hover svg {
  border-color: rgba(184, 153, 104, 0.6);
  background-color: rgba(184, 153, 104, 0.08);
  box-shadow: 0 6px 24px rgba(43, 37, 32, 0.55), 0 0 0 1px rgba(184, 153, 104, 0.18), inset 0 1px 0 rgba(250, 247, 242, 0.1);
}

.footer-access__social-label {
  font-family: var(--akala-font-serif-en);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.50);
  transition: color 0.6s ease-out;
}

.footer-access__social-link:hover .footer-access__social-label {
  color: rgba(184, 153, 104, 0.7);
}

/* 電話 */
.footer-access__tel-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(217, 208, 193, 0.14);
  margin-bottom: 2rem;
}

.footer-access__tel-label {
  font-family: var(--akala-font-sans);
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(250, 247, 242, 0.50);
  letter-spacing: 0.12em;
}

.footer-access__tel {
  font-family: var(--akala-font-serif-en);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 300;
  color: var(--akala-text-inverse);
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.2;
  transition: color var(--akala-transition);
}
.footer-access__tel:hover {
  color: var(--akala-gold-light);
}

.footer-access__tel-note {
  font-family: var(--akala-font-sans);
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(250, 247, 242, 0.45);
  letter-spacing: 0.06em;
}

/* バッジ */
.footer-access__badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(217, 208, 193, 0.10);
}

.footer-access__badges li {
  font-family: var(--akala-font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(250, 247, 242, 0.55);
  border: 1px solid rgba(217, 208, 193, 0.28);
  padding: 0.25rem 0.75rem;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .footer-access__body {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-access__social {
    justify-content: center;
  }

  .footer-access__badges {
    justify-content: center;
  }
}


/* ==========================================================================
   フッター下部
   ========================================================================== */
.site-footer {
  background-color: #1c1814;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: 2rem;
  border-top: 1px solid rgba(184, 153, 104, 0.12);
}

/* フッターロゴ */
.site-footer__logo-link {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
}

.site-footer__logo-name {
  font-family: var(--akala-font-serif-en);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(250, 247, 242, 0.6);
  letter-spacing: 0.22em;
  line-height: 1;
}

.site-footer__logo-sub {
  font-family: var(--akala-font-sans);
  font-size: 0.68rem;
  font-weight: 300;
  color: rgba(250, 247, 242, 0.45);
  letter-spacing: 0.12em;
}

/* フッターナビ */
.site-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.site-footer__nav-list li + li::before {
  content: '/';
  color: rgba(250, 247, 242, 0.15);
  padding-inline: 0.75rem;
  font-size: 0.7rem;
}

.site-footer__nav-list li a {
  font-family: var(--akala-font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(250, 247, 242, 0.55);
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color var(--akala-transition);
}
.site-footer__nav-list li a:hover {
  color: var(--akala-gold);
}

/* コピーライト */
.site-footer__copy {
  font-family: var(--akala-font-sans);
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(250, 247, 242, 0.45);
  letter-spacing: 0.08em;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }

  .site-footer__nav-list {
    justify-content: center;
  }
}
