/* 店舗詳細（蓝湖 image_id=38b75e98） */

.store-detail-page.page-main {
  padding: 0;
  overflow-x: hidden;
}

.store-detail-page>.mall-faq-section {
  margin-top: 0;
}

.store-detail-page .mall-faq-section .big-main {
  display: none;
}

.store-detail-page>.loading-state,
.store-detail-page>.sd-error {
  width: min(100% - 40px, var(--content));
  margin: 80px auto 48px;
}

.sd-hero {
  padding: 80px 0 0;
}

.sd-hero-row {
  display: grid;
  grid-template-columns: 630px 1fr;
  gap: 97px;
  align-items: start;
}

.sd-photo {
  width: 630px;
  max-width: 100%;
  height: 630px;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
}

.sd-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-copy {
  width: 571px;
  max-width: 100%;
  padding-top: 25px;
}

.sd-copy h1 {
  margin: 0 0 0 4px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.sd-subtitle {
  display: block;
  margin: 23px 0 0 7px;
  color: #ff4d47;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.sd-divider {
  display: block;
  width: 560px;
  max-width: 100%;
  height: 1px;
  margin: 47px 0 0 6px;
  border: 0;
  background: #f33c38;
}

.sd-meta {
  width: auto;
  min-width: 295px;
  max-width: 540px;
  margin: 44px 0 0 7px;
  padding: 0;
  list-style: none;
}

.sd-meta li {
  display: grid;
  grid-template-columns: 18px 4.5em minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #111;
}

.sd-meta img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.sd-meta .label {
  font-weight: 700;
  white-space: nowrap;
}

.sd-meta .value {
  font-weight: 400;
  line-height: 1.45;
}

.sd-copy .pc-fav-btn {
  margin-top: 28px;
}

.sd-actions {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 571px;
  max-width: 100%;
  margin-top: 28px;
}

.sd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  max-width: 100%;
  height: 54px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.sd-btn-red {
  background: linear-gradient(-12deg, #FF413D, #F86864);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #FFFFFF;
  color: #fff;
}

.sd-btn-yellow {
  background: linear-gradient(-12deg, #FFD115, #FFE478);
  box-shadow: 6px 12px 0px 0px rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #FFFFFF;
  color: #111;
}

.sd-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 13px;
  margin: 59px 0 0 8px;
}

.sd-phone a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ff4d47;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.sd-phone a img {
  width: 30px;
  height: 34px;
  object-fit: contain;
}

.sd-phone-caption {
  width: 100%;
  margin: 8px 0 0 43px;
  font-size: 22px;
  font-weight: 400;
  color: #111;
  line-height: 1.2;
}

/* 店舗について：淡黄色叠在站点网格上（设计稿 #FFD115 @ 10%） */
.sd-about {
  margin-top: 80px;
  padding: 80px 0 159px;
  background-color: rgba(255, 209, 21, 0.12);
}

.sd-about h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #111;
  line-height: 70px;
}

.sd-about-lead {
  width: 794px;
  max-width: 100%;
  margin: 40px auto 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.sd-gallery {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  justify-content: start;
  gap: 40px 49px;
  width: 1297px;
  max-width: 100%;
  margin: 73px auto 0;
}

.sd-gallery figure {
  margin: 0;
  width: 400px;
  max-width: 100%;
  height: 280px;
  border: 10px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  background: #e1e2e7;
  box-sizing: border-box;
}

.sd-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-cta{
  margin-top: 0 !important;
}

@media (max-width: 1360px) {
  .sd-hero-row {
    grid-template-columns: minmax(0, 630px) minmax(0, 1fr);
    gap: 40px;
  }

  .sd-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .sd-copy,
  .sd-actions {
    width: 100%;
  }

  .sd-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .sd-gallery figure {
    width: 100%;
    height: auto;
    aspect-ratio: 400 / 280;
  }
}

@media (max-width: 1100px) {
  .sd-hero {
    padding-top: 48px;
  }

  .sd-hero-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sd-copy {
    padding-top: 0;
  }

  .sd-copy h1 {
    margin-left: 0;
    font-size: 28px;
  }

  .sd-subtitle,
  .sd-divider,
  .sd-meta {
    margin-left: 0;
  }

  .sd-actions {
    flex-wrap: wrap;
  }

  .sd-btn {
    flex: 1 1 220px;
  }

  .sd-phone {
    margin-left: 0;
  }

  .sd-phone a {
    font-size: 32px;
  }

  .sd-phone-caption {
    margin-left: 0;
    font-size: 18px;
  }

  .sd-about {
    margin-top: 48px;
    padding: 56px 0 80px;
  }

  .sd-about h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .sd-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}

@media (max-width: 720px) {
  .sd-gallery {
    grid-template-columns: 1fr;
  }

  .sd-meta .value {
    white-space: normal;
  }
}