/* ===================================================
   京都パープルサンガ 特別ウェディングプラン LP
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&family=Montserrat:wght@600;700&family=Zen+Kurenaido&family=Cormorant+Garamond:wght@400&family=Inter:wght@400&display=swap');

:root {
  --slp-purple: #800080;
  --slp-purple-dark: #a500a5;
  --slp-purple-light: #ffefff;
  --slp-blue-light: #f0faff;
  --slp-gray-bg: #f8f9fa;
  --slp-red: #ef4444;
  --slp-gold: #ab9162;
  --slp-sky: #8cbcd5;
  --slp-orange: #ff913d;
  --slp-text: #333333;
  --slp-dark: #1b1b1b;
}

.slp *,
.slp *::before,
.slp *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.v-pc {
    display: block;
  }
.v-sp {
    display: none;
  }
.slp {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  color: var(--slp-text);
  overflow-x: hidden;
  line-height: 1;
}

/* --- Container --- */
.slp-wrap--narrow {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Section heading --- */
.slp-sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.slp-sec-head__en {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: var(--slp-purple);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  font-family: 'Montserrat', sans-serif;
}

.slp-sec-head__en--sky {
  color: var(--slp-sky);
}

.slp-sec-head__line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--slp-purple);
  margin: 0 auto 20px;
}

.slp-sec-head__line--sky {
  background: var(--slp-sky);
}

.slp-sec-head__ja {
  font-size: 16px;
  font-weight: 700;
  color: var(--slp-text);
}

.slp-sec-head--no-mb {
  margin-bottom: 0;
}


/* ===================================================
   01. KV
   =================================================== */
.slp-kv {
  width: 100%;
  height: 519px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.slp-kv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================================
   02. キャッチコピー
   =================================================== */
.slp-catch {
  padding: 36px 20px;
  text-align: center;
  background: #fff;
}

.slp-catch__sub {
  font-size: 18px;
  font-weight: 500;
  color: var(--slp-purple);
  margin-bottom: 12px;
  line-height: 1.4;
}

.slp-catch__main {
  font-size: 30px;
  font-weight: 700;
  color: var(--slp-purple);
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

/* ===================================================
   03. About
   =================================================== */
.slp-about {
  background: var(--slp-purple-light);
  padding: 60px 0 60px;
}

.slp-about__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.slp-about__logo img {
  width: 210px;
  height: 210px;
  object-fit: contain;
}

.slp-about__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.slp-about__cross {
  font-size: 42px;
  font-weight: 300;
  color: var(--slp-purple);
  line-height: 1;
}

.slp-about__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.slp-about__text .blue {
  color: #8CBCD5;
  font-size: 24px;
}

.slp-about__text .purple {
  color: #800080;
  font-size: 24px;
}

.slp-about__photos {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 20px;
}

.slp-about__photo {
  flex: 0 0 280px;
  position: relative;
}

.slp-about__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--slp-purple);
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  white-space: nowrap;
  font-family: 'Zen Kurenaido', sans-serif;
}

/* ===================================================
   CTA Component (repeated ×3)
   =================================================== */
.slp-cta {
  background: url(../images/sanga-lp/illust_ball.png), var(--slp-purple);
  background-position: center right;
  background-size: 465px;
  padding: 30px 20px 50px;
  background-repeat: no-repeat;
}

.slp-cta__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.slp-cta__tel {
  text-align: center;
}

.slp-cta__tel-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--slp-orange);
  margin-bottom: 8px;
  font-family: 'Noto Serif JP', serif;
}

.slp-cta__tel-num {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}

.slp-cta__tel-num span {
  font-size: 14px;
  font-weight: normal;
}

.slp-cta__tel-hours {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.slp-cta__web {
  text-align: center;
}

.slp-cta__web-catch {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  background-color: #A500A5;
  padding: 2px 6px 4px;
  border-radius: 15px;
}
.slp-cta__web-catch span {
  font-size: 18px;
}
.slp-cta__web-btn {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--slp-purple);
  font-size: 28px;
  font-weight: 500;
  padding: 14px 44px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  width: 100%;
  max-width: 480px;
  padding: 20px;
  align-items: center;
  border-radius: 100px;
  position: relative;
}

.slp-cta__web-btn::after {
  content: "";
  background: url(../images/sanga-lp/arrow.svg)no-repeat center/100%;
  width: 30px;
  height: 6px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.slp-cta__web-btn:hover {
  opacity: 0.85;
}

/* ===================================================
   04. BENEFIT
   =================================================== */
.slp-benefit {
  padding: 80px 0;
  background: #fff;
}

.slp-benefit__cards {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Badge circle */
.slp-badge {
  position: absolute;
  top: 23px;
  left: 26px;
  width: 85px;
  height: 85px;
  z-index: 2;
}

.slp-badge__text {
  font-size: 14px;
  font-weight: 700;
  color: var(--slp-purple);
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
}

.slp-badge__num {
  font-size: 32px;
  font-weight: 400;
  color: var(--slp-purple-dark);
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
}

/* Card full-width (特典1) */
.slp-benefit__card-wide {
  background: var(--slp-purple);
  position: relative;
  margin-bottom: 20px;
  overflow: visible;
  padding: 50px 32px;
  border-radius: 15px;
}

.slp-benefit__img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.slp-benefit__card-foot {
  padding: 18px 0;
  text-align: center;
}

.slp-benefit__card-foot p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

/* Cards row (特典2・3) */
.slp-benefit__row {
  display: flex;
  gap: 40px;
}

.slp-benefit__card-half {
  flex: 1;
  background: var(--slp-purple);
  position: relative;
  overflow: visible;
  padding: 50px 32px;
  border-radius: 15px;
}

.slp-benefit__img--pc {
  display: block;
}

.slp-benefit__img--sp {
  display: none;
}

/* ===================================================
   05. Promo（スタジアム利用料無料）
   =================================================== */
.slp-promo {
  background: var(--slp-purple-light);
  padding: 64px 20px;
}

.slp-promo__inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  justify-content: center;
}

.slp-promo__body {
  text-align: center;
}

.slp-promo__badge {
  display: inline-block;
  background: var(--slp-purple-dark);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin-bottom: 25px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  border-radius: 5px;
}

.slp-promo__lead {
  font-size: 20px;
  font-weight: 700;
  color: var(--slp-purple);
  margin-bottom: 6px;
}

.slp-promo__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.slp-promo__price-text {
  font-size: 32px;
  font-weight: 700;
  color: var(--slp-purple);
  line-height: 1.3;
  margin-top: 10px;
}

.slp-promo__price-free {
  font-size: 65px;
  font-weight: 500;
  color: var(--slp-red);
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
}

.slp-promo__note {
  font-size: 13px;
  color: var(--slp-text);
  line-height: 1.7;
}

.slp-promo__circle {
  flex-shrink: 0;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(128, 0, 128);
  position: absolute;
  right: 0;
}

.slp-promo__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===================================================
   06. GALLERY
   =================================================== */
.slp-gallery {
  background: #fff;
  padding: 80px 0 60px;
}

.slp-gallery__sub {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--slp-purple);
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}

.slp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 110px;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.slp-gallery__item {
  overflow: hidden;
}

.slp-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Row 1 */
.slp-gallery__item--1 {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.slp-gallery__item--2 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.slp-gallery__item--3 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 3;
}

/* Row 2 */
.slp-gallery__item--4 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 3;
}

.slp-gallery__item--5 {
  grid-column: 3;
  grid-row: 4 / span 3;
}

.slp-gallery__item--6 {
  grid-column: 4;
  grid-row: 4 / span 2;
}

/* Row 3 */
.slp-gallery__item--9 {
  grid-column: 1;
  grid-row: 6 / span 3;
}

.slp-gallery__item--10 {
  grid-column: 2;
  grid-row: 6 / span 3;
}

.slp-gallery__item--8 {
  grid-column: 4;
  grid-row: 6 / span 3;
}

.slp-gallery__item--7 {
  grid-column: 3;
  grid-row: 7 / span 2;
}

/* Gallery PC/SP switching */
.slp-gallery__pc {
  display: grid;
}

.slp-gallery__sp {
  display: none;
}

/* Gallery Slider (SP) */
.slp-gallery__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slp-gallery__slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.slp-gallery__slider-track img {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  padding: 0 16px;
}
.slp-gallery__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 16px;
}
.slp-gallery__arrow {
  background: #D92D20;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  color: var(--slp-purple);
  transition: background 0.2s;
}

.slp-gallery__arrow:hover {
  opacity: 0.8;
}

.slp-gallery__slider-dots {
  display: flex;
  gap: 12px;
  z-index: 2;
}

.slp-gallery__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D7C8C3;
  cursor: pointer;
  transition: all 0.3s;
}

.slp-gallery__dot.active {
  background: var(--slp-purple);
}

/* ===================================================
   07. WEDDING
   =================================================== */
.slp-wedding {
  background: #fff;
  padding: 80px 0;
}

.slp-wedding__lead {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--slp-purple);
  line-height: 1.7;
  margin-bottom: 48px;
  font-family: 'Noto Serif JP', serif;
}

.slp-wedding__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.slp-wedding__card {
  overflow: hidden;
}

.slp-wedding__card-img {
  position: relative;
}

.slp-wedding__card-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.slp-wedding__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
}

.slp-wedding__card-body {
  background: #fff;
  padding: 16px 18px;
}

.slp-wedding__card-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--slp-dark);
  text-align: center;
}

/* ===================================================
   08. STAGE
   =================================================== */
.slp-stage {
  background: var(--slp-blue-light);
  padding: 80px 0;
}

.slp-stage__cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px 0;
}

.slp-stage__card {
  flex: 1;
  max-width: 280px;
  position: relative;
}

.slp-stage__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slp-stage__slider-track {
  display: flex;
  transition: transform 0.4s ease;
  height: 100%;
}

.slp-stage__slider-track img {
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 15px;
}

.slp-stage__slider-dots {
  display: flex;
  gap: 8px;
  z-index: 2;
  justify-content: center;
  margin-top: 20px;
}

.slp-stage__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(227, 227, 227);
  cursor: pointer;
  transition: background 0.3s;
}

.slp-stage__dot.active {
  background: #8CBCD5;
}

.slp-stage__card-body {
  padding: 18px;
}

.slp-stage__num {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 55px;
  z-index: 2;
}

.slp-stage__text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--slp-text);
  text-align: center;
}

/* ===================================================
   09. ブライダルフェア Banner
   =================================================== */
.slp-fair {
  background: var(--slp-gray-bg);
  padding: 50px 20px;
}

.slp-fair__card {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  transition: opacity 0.2s;
}

.slp-fair__card:hover {
  opacity: 0.65;
}

.slp-fair__img {
  width: 100%;
  height: auto;
  display: block;
}

.slp-fair__img--pc {
  display: block;
}

.slp-fair__img--sp {
  display: none;
}

/* ===================================================
   10. FAQ
   =================================================== */
.slp-faq {
  background: var(--slp-gray-bg);
  padding: 70px 0;
}

.slp-faq__list {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slp-faq__item {
  background: #fff;
  border: solid 1px var(--slp-purple);
  border-radius: 8px;
  transition: 0.3s;
}

.slp-faq__item.is-open {
  background-color: #F3E9FF;
}

.slp-faq__q {
  padding: 18px 48px 18px 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--slp-text);
  cursor: pointer;
  position: relative;
  user-select: none;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
}

.slp-faq__q::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: transform 0.3s;
}

.slp-faq__item.is-open .slp-faq__q::after {
  transform: translateY(-50%) rotate(-135deg);
}

.slp-faq__a {
  padding: 0 22px 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--slp-purple);
  display: none;
}

.slp-faq__item.is-open .slp-faq__a {
  display: block;
}

/* ===================================================
   11. Application Form
   =================================================== */
.slp-form {
  background: var(--slp-gray-bg);
  padding: 0 0 80px;
}

.slp-form__head {
  background: var(--slp-gray-bg);
  padding: 70px 0 40px;
  text-align: center;
}

.slp-form__box {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  padding: 48px 50px;
  border: solid 1px var(--slp-purple);
  border-radius: 8px;
}

.slp-form__row {
  margin-bottom: 22px;
}

.slp-form__label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--slp-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.slp-form__label-note {
  font-weight: 400;
  color: #999;
  font-family: 'Inter', sans-serif;
}

.slp-form__input,
.slp-form__select {
  width: 100%;
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 13px 14px;
  font-size: 15px;
  color: #999;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.slp-form__input:focus,
.slp-form__select:focus {
  border-color: var(--slp-purple);
  color: var(--slp-text);
}

.slp-form__submit {
  display: block;
  width: 100%;
  margin: 32px auto 0;
  background: var(--slp-gold);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
  border-radius: 100px;
}

.slp-form__submit:hover {
  opacity: 0.85;
}

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 900px) {
  .slp-kv {
    height: 340px;
  }

  .slp-catch__main {
    font-size: 24px;
  }

  .slp-catch__sub {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .slp-about__logos {
    gap: 10px;
    margin-bottom: 30px;
  }

  .slp-about__logo img {
    width: 120px;
    height: 120px;
  }

  .slp-about__photo {
    flex: 0 0 calc(50% - 10px);
    max-width: 300px;
  }

  .slp-benefit__card-wide,.slp-benefit__card-half {
    padding: 30px 30px 50px;
  }

  .slp-badge {
    width: 75px;
    height: 75px;
    top: 10px;
    left: 10px;
  }

  .slp-benefit__row {
    flex-direction: column;
    gap: 20px;
  }

  .slp-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .slp-gallery__item--1,
  .slp-gallery__item--2,
  .slp-gallery__item--3,
  .slp-gallery__item--4,
  .slp-gallery__item--5,
  .slp-gallery__item--6,
  .slp-gallery__item--7,
  .slp-gallery__item--8,
  .slp-gallery__item--9,
  .slp-gallery__item--10 {
    grid-column: auto;
    grid-row: auto;
  }

  .slp-wedding {
    padding: 40px 0;
  }
  .slp-stage {
    padding: 40px 0;
  }
  .slp-fair {
    padding: 30px 16px 0;
  }
  .slp-faq {
    padding: 20px 0;
  }

  .slp-wedding__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .slp-stage__cards {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
  }

  .slp-stage__card {
    max-width: 100%;
    width: 100%;
  }

  .slp-form__box {
    padding: 30px 20px;
  }
}

@media (max-width: 640px) {
  .v-sp {
    display: block;
  }
  .v-pc {
    display: none;
  }
  .slp-kv {
    height: 280px;
    margin-top: 65px;
  }

  .slp-catch {
    padding: 28px 16px;
  }

  .slp-catch__sub {
    font-size: 14px;
  }

  .slp-catch__main {
    font-size: 24px;
  }
  .slp-sec-head {
    margin-bottom: 20px;
  }
  .slp-sec-head__en {
    font-size: 32px;
  }

  .slp-cta__inner {
    flex-direction: column;
    gap: 24px;
  }

  .slp-cta__web-btn {
    font-size: 18px;
    padding: 14px 30px;
  }

  .slp-promo__inner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .slp-promo__body {
    text-align: center;
  }

  .slp-promo__price {
    justify-content: center;
  }

  .slp-about__photos {
    padding: 0 16px;
  }

  .slp-about {
    padding: 30px 0 30px;
  }
  .slp-about__photo {
    flex: auto;
  }

  .slp-about__text {
    font-size: 16px;
  }

  .slp-benefit__img--pc {
    display: none;
  }

  .slp-benefit__img--sp {
    display: block;
  }

  .slp-benefit {
    padding: 30px 0 30px;
  }

  .slp-promo__circle {
    position: static;
  }
  .slp-promo__note {
    text-align: left;
  }
  .slp-gallery__pc {
    display: none;
  }

  .slp-gallery__sp {
    display: block;
  }

  .slp-gallery__sub {
    font-size: 24px;
  }

  .slp-benefit__card-foot p {
    font-size: 18px;
  }

  .slp-wedding__grid {
    padding: 0 16px;
  }

  .slp-wedding__lead {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .slp-wedding__card-title {
    font-size: 18px;
  }

  .slp-wedding__card-desc {
    font-size: 16px;
  }

  .slp-stage__cards {
    padding: 0 16px;
  }

  .slp-stage__text {
    font-size: 16px;
  }

  .slp-stage__num {
    font-size: 24px;
  }

  .slp-promo__price-text {
    font-size: 32px;
  }

  .slp-promo__price-free {
    font-size: 65px;
  }

  .slp-fair__img--pc {
    display: none;
  }

  .slp-fair__img--sp {
    display: block;
  }

  .slp-wedding__lead {
    font-size: 22px;
  }
}
.slp .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.slp .under__text {
  text-align: center;
}
