@charset "UTF-8";
/* =========================================================
   KASHIHARA ONLY / C1
   File: 06-c1-kashihara.css
   Purpose:
   - 橿原 /c-1/ 固有クラス
   - HTML画像のhero・葉装飾
   - 共通06-c1.cssへ橿原固有値を追加しない
   - ヘッダー調整は実DOM確認後に追加
========================================================= */

/* =========================================================
   1. Hero：HTML画像を前面表示
========================================================= */

html body .iby-page.iby-design-c1 .iby-c1-hero.iby-c1-hero--kashihara-fixed {
  position: relative !important;
  overflow: hidden !important;
  background: #f5f1e9 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__bg {
  display: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__image-fixed {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__image-fixed img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: right center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__image-fixed::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(
      90deg,
      rgba(245, 241, 233, 0.98) 0%,
      rgba(245, 241, 233, 0.94) 28%,
      rgba(245, 241, 233, 0.72) 48%,
      rgba(245, 241, 233, 0.34) 66%,
      rgba(245, 241, 233, 0.06) 100%
    ) !important;
  pointer-events: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__inner {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 640px) {
  html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__image-fixed img {
    right: -250px !important;
    height: 100% !important;
    object-position: right center !important;
  }

  html body .iby-page.iby-design-c1 .iby-c1-hero--kashihara-fixed .iby-c1-hero__image-fixed::before {
    background:
      linear-gradient(
        90deg,
        rgba(245, 241, 233, 0.98) 0%,
        rgba(245, 241, 233, 0.94) 40%,
        rgba(245, 241, 233, 0.72) 62%,
        rgba(245, 241, 233, 0.28) 100%
      ) !important;
  }
}

/* =========================================================
   2. Care：左右の葉装飾
========================================================= */

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf {
  position: relative !important;
  overflow: hidden !important;
}

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf::before,
html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__leaf {
  position: absolute !important;
  display: block !important;
  max-width: none !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__leaf--left {
  left: -18px !important;
  bottom: 0 !important;
  width: 360px !important;
  opacity: 0.50 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__leaf--right {
  right: -16px !important;
  bottom: 0 !important;
  width: 340px !important;
  opacity: 0.48 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__inner,
html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__head,
html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__grid,
html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__card {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 640px) {
  html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__leaf--left {
    left: -24px !important;
    bottom: 10px !important;
    width: 120px !important;
    opacity: 0.28 !important;
  }

  html body .iby-page.iby-design-c1 .iby-c1-care--kashihara-leaf .iby-c1-care__leaf--right {
    right: -22px !important;
    bottom: 10px !important;
    width: 110px !important;
    opacity: 0.26 !important;
  }
}

/* =========================================================
   3. About：左の葉装飾
========================================================= */

html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf {
  position: relative !important;
  overflow: hidden !important;
}

html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf::before,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__leaf {
  position: absolute !important;
  display: block !important;
  max-width: none !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__leaf--left {
  left: -8px !important;
  top: 210px !important;
  width: 300px !important;
  opacity: 0.26 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__inner,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__head,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__body,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__text,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__philosophy,
html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__points {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 640px) {
  html body .iby-page.iby-design-c1 .iby-c1-about--kashihara-leaf .iby-c1-about__leaf--left {
    left: -28px !important;
    top: 150px !important;
    width: 150px !important;
    opacity: 0.18 !important;
  }
}

/* =========================================================
   4. Final CTA：左右の葉装飾
========================================================= */

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf {
  position: relative !important;
  overflow: hidden !important;
}

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf::before,
html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf::after {
  content: none !important;
  display: none !important;
}

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__leaf {
  position: absolute !important;
  display: block !important;
  max-width: none !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__leaf--left {
  left: -18px !important;
  bottom: 8px !important;
  width: 300px !important;
  opacity: 0.38 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__leaf--right {
  right: -18px !important;
  bottom: 8px !important;
  width: 290px !important;
  opacity: 0.36 !important;
}

html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__inner {
  position: relative !important;
  z-index: 2 !important;
}

html body:has(.iby-page.is-kashihara-top) .iby-studio-footer.is-kashihara,
html body:has(.iby-page.is-kashihara-top) footer.iby-studio-footer.is-kashihara {
  margin-top: 0 !important;
}

@media (max-width: 640px) {
  html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__leaf--left {
    left: -28px !important;
    bottom: 0 !important;
    width: 120px !important;
    opacity: 0.28 !important;
  }

  html body .iby-page.iby-design-c1 .iby-c1-final-cta--kashihara-leaf .iby-c1-final-cta__leaf--right {
    right: -28px !important;
    bottom: 0 !important;
    width: 115px !important;
    opacity: 0.26 !important;
  }
}

/* =========================================================
   5. Access：営業時間補助文字
========================================================= */

.iby-page.is-kashihara-top .iby-c1-access__text span {
  color: rgba(47, 70, 53, 0.72);
  font-size: 0.92em;
  font-weight: 500;
}

/* =========================================================
   6. Header
   実DOMクラスを確認後、この下へ橿原限定で追加する
========================================================= */
/* =========================================================
   KASHIHARA C1 / ACCESS COMPACT
   PCでアクセスセクションを約1画面に収める
========================================================= */

@media screen and (min-width: 768px) {

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access {
    padding-top: 46px !important;
    padding-bottom: 52px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__head {
    margin-bottom: 24px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__title {
    font-size: clamp(28px, 3vw, 38px) !important;
    line-height: 1.4 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__title::after {
    margin-top: 14px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__lead {
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__body {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__info {
    padding: 22px 24px !important;
    border-radius: 24px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__item {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__item:last-of-type {
    margin-bottom: 0 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__label {
    margin-bottom: 3px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__text {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  /* 営業時間内の空きすぎを解消 */
  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__item br + br {
    display: none !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__note {
    margin-top: 12px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__note p {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top .iby-c1-access__map {
    height: 430px !important;
    min-height: 430px !important;
    border-radius: 24px !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__map iframe {
    height: 430px !important;
    min-height: 430px !important;
  }
}
/* =========================================================
   KASHIHARA C1 / ACCESS MAP SAME HEIGHT
   地図を左側カードと同じ高さにする
========================================================= */

@media screen and (min-width: 768px) {

  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__body {
    align-items: stretch !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__map {
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-access__map iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }
}
/* =========================================================
   KASHIHARA C1 / FINAL CTA BACKGROUND EXTEND
   フッター上まで本体の植物模様を伸ばす
========================================================= */

html body.home
.iby-page.iby-design-c1.is-kashihara-top
.iby-c1-final-cta {
  padding-bottom: 168px !important;
  margin-bottom: -48px !important;
}

/* スマホ */
@media screen and (max-width: 767px) {
  html body.home
  .iby-page.iby-design-c1.is-kashihara-top
  .iby-c1-final-cta {
    padding-bottom: 118px !important;
    margin-bottom: -28px !important;
  }
}