.shop-detail-breadcrumb {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 5% 0;
}

.shop-detail-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.35em 0;
  font-size: 12px;
  color: #888;
}

.shop-detail-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.shop-detail-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.5em;
  color: #ccc;
}

.shop-detail-breadcrumb__item a {
  color: #888;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shop-detail-breadcrumb__item a:hover {
  color: #333;
}

.shop-detail-breadcrumb__item[aria-current="page"] {
  color: #555;
}

.shop-detail-breadcrumb + .shop-detail-container {
  padding-top: 40px;
}

.shop-detail-header {
  position: relative;
}

.shop-detail-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.14) 0%,
    rgba(0, 0, 0, 0.10) 45%,
    rgba(0, 0, 0, 0.14) 100%
  );
}

.shop-detail-header img {
  object-position: center center;
}

.shop-intro-cta {
  display: flex;
  justify-content: center;
  max-width: 560px;
  margin: 0 auto 2.5em;
  width: 90%;
}

.shop-intro-cta .cta-btn.main {
  background: transparent;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
  min-width: 240px;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 400;
}

.shop-intro-cta .cta-btn.main:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  box-shadow: none;
  transform: none;
}

.shop-detail-area,
.shop-detail-nearby {
  margin-bottom: 1em;
}

.service-note {
  max-width: 720px;
  width: 90%;
  margin: 0 auto 2em;
  font-size: 13px;
  color: #777;
  text-align: center;
}

.service-note a {
  color: #555;
  text-decoration: underline;
}

.faq-item p a {
  color: #555;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-item p a:hover {
  color: #333;
}

.staff-card__name-jp {
  font-size: 14px;
  color: #888;
  margin: 0.2em auto 0.8em;
}

.staff-grid {
  justify-content: center;
}

.staff-card {
  margin: 0 auto;
  text-align: center;
}

.staff-card img {
  margin-left: auto;
  margin-right: auto;
}

.area-subtitle {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 2em auto 1em;
  letter-spacing: 0.1em;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  max-width: 720px;
  margin: 0 auto 2em;
  width: 90%;
}

.area-list li a {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}

.area-list li a:hover {
  background-color: #fdfbf7;
  border-color: #d9c69b;
}

.area-list--primary li a {
  font-weight: 600;
}

.nearby-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto 3em;
  width: 90%;
}

.nearby-card {
  padding: 1.15em 1.25em;
  border: 1px solid #eee;
  border-radius: 4px;
}

.nearby-card__title {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  margin: 0 0 0.55em;
  letter-spacing: normal;
  line-height: 1.6;
}

.nearby-card__title a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nearby-card__method {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  margin: 0 0 0.45em;
  width: 100%;
  max-width: 100%;
}

.nearby-card__area {
  font-size: 13px;
  line-height: 1.8;
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.nearby-card__area a {
  color: #777;
  text-decoration: underline;
  text-underline-offset: 2px;
}@media screen and (min-width: 768px) {
  .shop-intro-cta .cta-btn.main {
    min-width: 280px;
  }

  .nearby-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-header-spacer {
  display: none;
}

.cta-final {
  background: #fff;
  padding-block: clamp(72px, 14vw, 140px);
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.cta-final-inner {
  width: min(92%, 600px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-final-eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #6e6e6e;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.cta-final-title {
  font-size: clamp(22px, 5vw, 36px);
  line-height: 1.6;
  color: #111;
  margin: 0 0 36px;
  font-weight: 400;
}

.cta-final-lead {
  font-size: 13px;
  line-height: 2;
  color: #6e6e6e;
  margin: -20px 0 32px;
}

.cta-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cta-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
  padding: 14px 18px;
  min-height: 52px;
  font-size: clamp(14px, 1.7vw, 15px);
  letter-spacing: 0.06em;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.cta-final .cta-btn.main {
  background: transparent;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
  min-width: 240px;
  letter-spacing: 0.1em;
  font-size: 13px;
}

.cta-final .cta-btn.main:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  box-shadow: none;
  transform: none;
}

.cta-final .cta-btn.main::after {
  display: none;
}

.cta-final-tel {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #6e6e6e;
  text-decoration: none;
  transition: color 0.2s ease;
}

.cta-final-tel:hover {
  color: #111;
}

.cta-final-note {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6e6e6e;
  line-height: 1.8;
}@media (min-width: 768px) {
  .cta-final-title {
    font-size: 34px;
  }

  .cta-final .cta-btn.main {
    min-width: 280px;
  }
}

.area-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  /* Solid fill — backdrop-filter causes scroll flicker on Safari / iOS */
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  padding-bottom: max(10px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.area-sticky-cta.is-visible {
  transform: translate3d(0, 0, 0);
}

.sticky-cta-form {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 11px 24px;
  min-height: 44px;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
  background: #111;
  color: #fff;
  text-decoration: none;
  transition: background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.sticky-cta-form:hover {
  background: #333;
}

.sticky-cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #6e6e6e;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.18s ease;
}

.sticky-cta-tel:hover {
  color: #111;
}@media (min-width: 768px) {
  .area-sticky-cta {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    padding: 12px 40px;
  }

  .sticky-cta-tel {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.06em;
  }

  .sticky-cta-form {
    width: auto;
    padding: 10px 36px;
    font-size: 14px;
  }
}
