@charset "utf-8";
/* ==========================================================================
   footer
   アイコン類は img タグを増やさず background-image で表現し、
   レイアウトは可能な限り Bootstrap のユーティリティクラス(d-flex 等)を
   HTML 側で使う前提で、ここでは色・フォント・余白・背景のみを定義する。
   ========================================================================== */

.footer {
  position: relative;
  background-color: var(--color-bg);
  border-top-left-radius: 250px;
  overflow: hidden;
}

.footer-container {
  max-width: var(--w-max);
  padding-top: 160px;
  padding-bottom: 80px;
}

/* ---------- Contact ---------- */

.footer-contact-text {
  max-width: 558px;
}

.footer-contact-eyebrow {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: var(--color-purple);
  margin-bottom: 0;
}

.footer-contact-title {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 32px;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: var(--color-black);
  margin: 0 0 16px;
}

.footer-contact-body {
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 0;
}

.footer-contact-cta {
  width: 100%;
  max-width: 358px;
}

.footer-line-button {
  width: 100%;
  height: 74px;
  margin-bottom: 20px;
  padding: 0 24px 0 64px;
  background-color: var(--color-green);
  background-image: url("/system_panel/uploads/images/footer_chat_icon.svg");
  background-repeat: no-repeat;
  background-position: 34px center;
  background-size: 22px 22px;
  border-radius: 40px;
}

.footer-line-button::after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url("/system_panel/uploads/images/footer_arrow_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-line-button p {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.45px;
  color: var(--color-black);
  margin-bottom: 0;
  white-space: nowrap;
}

.footer-tel {
  padding-left: 48px;
  background-image: url("/system_panel/uploads/images/footer_phone_icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 30px;
  min-height: 30px;
}

.footer-tel p {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.96px;
  color: var(--color-black);
  margin-bottom: 0;
}

/* ---------- 店舗情報・メニュー ---------- */

.footer-nav {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ddd8cb;
}

.footer-shop {
  max-width: 321px;
}

.footer-logo {
  display: block;
  width: 171px;
  height: auto;
  margin-bottom: 40px;
}

.footer-address {
  font-family: var(--font-jp);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.45px;
  color: var(--color-black);
  margin-bottom: 0;
}

.footer-menu-social {
  max-width: 418px;
  width: 100%;
}

.footer-menu-row {
  margin-bottom: 80px;
}

.footer-menu-col {
  padding-top: 2px;
}

.footer-menu-heading {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 6px;
}

.footer-menu-heading--dot {
  padding-left: 21px;
  background-image: url("/system_panel/uploads/images/footer_accent_bar.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 5px 27px;
}

.footer-menu-col > a {
  display: block;
  margin-bottom: 6px;
}

.footer-menu-col > a:last-child {
  margin-bottom: 0;
}

.footer-menu-sub {
  padding-left: 18px;
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-gray);
  margin-bottom: 0;
  margin-left: 1.5em;
  white-space: nowrap;
  background-image: url("/system_panel/uploads/images/footer_dash_icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px 1px;
}

.footer-social-heading {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.48px;
  color: var(--color-black);
  margin-bottom: 11px;
}

.footer-social-icon,
.footer-social-beauty {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.footer-social-icon img{
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.footer-social-beauty img{
  width: 136px;
  height: 46px;
}

/* ---------- フッター最下部 ---------- */

.footer-bottom {
  margin-top: 40px;
  max-width: var(--w-max);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd8cb;
}

.footer-bottom-link {
  display: inline-block;
}

.footer-bottom-link--sep {
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
}

.footer-bottom-link--sep::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.footer-bottom-link p,
.footer-copyright {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.28px;
  color: var(--color-gray);
  margin-bottom: 0;
}

.footer-copyright {
  margin-top: 33px;
  white-space: normal;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */

@media (max-width: 991px) {
  .footer {
    border-top-left-radius: 120px;
  }

  .footer-container {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .footer-contact-title {
    font-size: 26px;
  }

  .footer-contact-text,
  .footer-contact-cta,
  .footer-shop,
  .footer-menu-social {
    max-width: 100%;
  }

  .footer-shop {
    margin-bottom: 40px;
  }

  .footer-social {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .footer {
    border-top-left-radius: 60px;
  }

  .footer-contact-title {
    font-size: 22px;
  }

  .footer-tel p {
    font-size: 26px;
  }

  .footer-menu-row {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-menu-col {
    margin-bottom: 24px;
  }

  .footer-copyright{
    font-size: 10px;
  }
}


/* ==========================================================================
   SP用 下部固定CTAバー(お悩みから探す / 公式LINEで予約・相談する)
   全ページ共通。ヘッダー内のmenu-cta-btnと同じ配色・アイコンを使い回す。
   ========================================================================== */

.sp-fixed-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 60px;
}

@media (max-width: 991px) {
  .sp-fixed-cta {
    display: flex;
  }

  /* 下部固定バーの高さ分、ページ最下部のコンテンツが隠れないようにする */
  body {
    padding-bottom: 60px;
  }
}

.sp-fixed-cta-btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 60px;
}

.sp-fixed-cta-btn--search {
  background-color: var(--color-purple-main);
}

.sp-fixed-cta-btn--line {
  background-color: var(--color-green);
}

.sp-fixed-cta-icon {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sp-fixed-cta-btn--search .sp-fixed-cta-icon {
  width: 25px;
  height: 25px;
  background-image: url("/system_panel/uploads/images/top_search_icon.svg");
}

.sp-fixed-cta-btn--line .sp-fixed-cta-icon {
  width: 30px;
  height: 30px;
  background-image: url("/system_panel/uploads/images/top_line_chat_icon.svg");
}

.sp-fixed-cta-text {
  display: flex;
  flex-direction: column;
}

.sp-fixed-cta-btn p {
  font-family: var(--font-jp-bold);
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.45px;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 0;
}

