.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;
}

.preview-banner {
  position: sticky;
  top: var(--s-header-h, 56px);
  z-index: 1000;
  padding: 10px 16px;
  background-color: #fff3cd;
  border-bottom: 1px solid #e6c200;
  color: #664d03;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.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;
}

@media screen and (min-width: 768px) {
  .preview-banner {
    top: var(--s-header-h, 56px);
  }
}

.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;
}

.concern-list {
  max-width: 720px;
  margin: 0 auto 3em;
  width: 90%;
}

.concern-list li {
  position: relative;
  padding: 0.75em 0 0.75em 1.6em;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  border-bottom: 1px solid #eee;
}

.concern-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9c69b;
}

.shop-detail-service,
.shop-detail-concerns,
.shop-detail-reasons,
.shop-detail-flow,
.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;
}

.style-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 900px;
  margin: 0 auto 2em;
  width: 90%;
}

.style-card {
  padding: 1.25em 1.5em;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fdfbf7;
}

.style-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.style-card__text {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0.75em;
  width: 100%;
  max-width: 100%;
}

.style-card__link {
  font-size: 13px;
  color: #555;
  text-decoration: underline;
}

.feature-list {
  max-width: 720px;
  margin: 0 auto 2.5em;
  width: 90%;
}

.feature-list li {
  position: relative;
  padding: 0.5em 0 0.5em 1.2em;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.feature-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #d9c69b;
  font-weight: bold;
}

.reason-list {
  max-width: 720px;
  margin: 0 auto 3em;
  width: 90%;
  counter-reset: reason;
}

.reason-list__item {
  padding: 1.5em 0;
  border-bottom: 1px solid #eee;
  counter-increment: reason;
}

.reason-list__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
}

.reason-list__title::before {
  content: counter(reason, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #d9c69b;
  font-size: 14px;
  font-weight: 700;
}

.reason-list__item p {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.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;
}

.step-list {
  max-width: 720px;
  margin: 0 auto 2em;
  width: 90%;
}

.step-list__item {
  display: flex;
  gap: 1em;
  padding: 1.25em 0;
  border-bottom: 1px solid #eee;
}

.step-list__num {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  color: #d9c69b;
  line-height: 1.4;
  width: 2em;
}

.step-list__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.step-list__body p {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-size: 13px;
}

.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,
.area-list li > span {
  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,
.area-list--primary li > span {
  font-weight: 600;
}

.area-delegate {
  max-width: 560px;
  margin: 0 auto 2em;
  width: 90%;
  border-top: 1px solid #eee;
}

.area-delegate > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 1em;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.area-delegate dt {
  flex-shrink: 0;
  min-width: 140px;
  color: #888;
}

.area-delegate dd {
  margin: 0;
}

.area-delegate a {
  text-decoration: underline;
}

.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;
  }

  .style-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .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;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  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: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.area-sticky-cta.is-visible {
  transform: translateY(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;
  }
}
