/* ==============================
   店舗ページ固有調整
   ============================== */

#page,
.wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.place-page {
  overflow-x: hidden;
}

#features,
#shop,
#access,
#recommend,
#faq,
#place-contact-form {
  scroll-margin-top: 120px;
}

.place-page .fv3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

.place-page .fv3__inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.place-page .fv3__outer,
.place-page .fv3__outer--background {
  top: 0 !important;
}

/* ==============================
   FVバッジ画像
   ============================== */

.place-page .fv3__inner--pop.place-hero-badges,
.place-page .place-hero-badges {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 620px !important;
  height: auto !important;
  margin: 24px auto 0 !important;
  padding: 0 16px !important;
  position: relative !important;
  z-index: 5 !important;
  background: transparent !important;
  line-height: 0 !important;
}

.place-page .place-hero-badge-img {
  display: block !important;
  width: clamp(118px, 13vw, 168px) !important;
  max-width: 168px !important;
  height: auto !important;
  flex: 0 0 auto !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* ==============================
   共通見出し
   ============================== */

.place-page .place-section-heading {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

.place-page .place-section-heading__lead {
  margin: 0 0 10px;
  color: #4a2253;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}

.place-page .place-section-heading h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 12px;
  color: #111;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
}

.place-page .place-section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 88px;
  height: 6px;
  border-radius: 999px;
  background: #a6e22e;
  transform: translateX(-50%);
}

.place-page .place-section-heading.is-blue h2::after {
  background: #4a2253;
}

/* ==============================
   共通余白
   ============================== */

.place-page .place-info .lptype1,
.place-page .place-access .lptype1,
.place-page .place-recommend .lptype1,
.place-page .point .lptype1,
.place-page .place-faq .lptype1 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.place-page .place-info .lptype1 {
  padding-top: 64px !important;
}

.place-page .place-info a,
.place-page .place-access a {
  color: inherit;
  text-decoration: underline;
}

.place-page .place-summary-box,
.place-page .place-catch,
.place-page .place-contact {
  display: none !important;
}

/* ==============================
   CTA
   ============================== */

.place-page .p-fv__cta {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
  text-align: center;
}

.place-page .place-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 18px 34px;
  border-radius: 999px;
  border: none;
  background: #a6e22e;
  color: #111 !important;
  text-decoration: none !important;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  line-height: 1.4;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.18), 0 16px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.place-page .place-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.18), 0 20px 34px rgba(0, 0, 0, 0.18);
}

/* ==============================
   店舗情報
   ============================== */

.place-page .place-info table caption {
  caption-side: top;
  width: 100%;
  margin-bottom: 18px;
  text-align: center !important;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.4;
  font-weight: 900;
}

/* ==============================
   おすすめセクション
   ============================== */

.place-page .place-recommend {
  position: relative;
  overflow: hidden;
}

.place-page .place-recommend .lptype1 {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(166, 226, 46, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 150, 136, 0.12), transparent 34%),
    #f6f8f1;
}

.place-page .place-recommend .lptype1::before {
  content: "";
  position: absolute;
  top: 64px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(166, 226, 46, 0.22);
  z-index: 0;
}

.place-page .place-recommend .lptype1::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: -90px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(74, 34, 83, 0.09);
  z-index: 0;
}

.place-page .place-recommend .place-section-heading,
.place-page .place-recommend .lptype1__inner2 {
  position: relative;
  z-index: 1;
}

.place-page .place-recommend-lead {
  max-width: 980px;
  margin: 0 auto 32px;
  padding: 28px 32px;
  border-radius: 26px;
  background: #fff;
  border: 3px solid rgba(166, 226, 46, 0.55);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  line-height: 2.1;
  font-size: 18px;
  font-weight: 800;
}

.place-page .place-recommend-lead strong {
  background: linear-gradient(transparent 62%, rgba(166, 226, 46, 0.55) 62%);
  font-weight: 900;
}

.place-page .place-recommend-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.place-page .place-recommend-list li {
  list-style: none;
}

.place-page .place-recommend-card {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 26px;
  border-radius: 22px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.place-page .place-recommend-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.11);
}

.place-page .place-recommend-card__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #a6e22e;
  color: #111;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}

.place-page .place-recommend-card__text {
  display: block;
  color: #4b4b4b;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  font-weight: 900;
}

/* ==============================
   アクセス
   ============================== */

.place-page .place-access__detail {
  max-width: 980px;
  margin: 40px auto 0;
}

.place-page .place-access__detail h4 {
  margin: 0 0 24px;
  color: #111;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 900;
  text-align: center !important;
}

.place-page .place-access__detail div {
  margin-bottom: 30px;
}

.place-page .place-access__detail p {
  margin-bottom: 16px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}

.place-page .place-access__detail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}

.place-page .place-access iframe {
  width: 100%;
  min-height: 380px;
  margin-top: 0;
  border-radius: 20px;
  overflow: hidden;
}

.place-page .place-instagram-wrap {
  margin-top: 40px;
}

/* ==============================
   FAQ
   ============================== */

.place-page .place-faq .lptype1__inner2 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.place-page .place-faq__item {
  padding: 24px 28px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.place-page .place-faq__item h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.6;
  font-weight: 900;
}

.place-page .place-faq__item p {
  margin: 0;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

/* ==============================
   SP調整
   ============================== */

@media screen and (max-width: 768px) {
  .place-page .place-info .lptype1,
  .place-page .place-access .lptype1,
  .place-page .place-recommend .lptype1,
  .place-page .point .lptype1,
  .place-page .place-faq .lptype1 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .place-page .fv3__inner--pop.place-hero-badges,
  .place-page .place-hero-badges {
    gap: 8px !important;
    max-width: 390px !important;
    margin-top: 18px !important;
    padding: 0 10px !important;
  }

  .place-page .place-hero-badge-img {
    width: min(31vw, 112px) !important;
    max-width: 112px !important;
  }

  .place-page .place-section-heading {
    margin-bottom: 30px;
  }

  .place-page .place-recommend-lead {
    padding: 22px;
    font-size: 16px;
  }

  .place-page .place-recommend-card {
    padding: 18px 20px;
  }

  .place-page .place-recommend-card__text {
    font-size: 17px;
  }

  .place-page .place-access iframe {
    min-height: 300px;
  }

  .place-page .place-cta-btn {
    width: 100%;
    min-width: 0;
    max-width: 340px;
  }
}