@charset "UTF-8";
/* =========================================================
   TARUMI ONLY / C1
   File: 06-c1-tarumi.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--tarumi-fixed {
  position: relative !important;
  overflow: hidden !important;
  background: #f5f1e9 !important;
}

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

html body .iby-page.iby-design-c1 .iby-c1-hero--tarumi-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--tarumi-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--tarumi-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--tarumi-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--tarumi-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--tarumi-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--tarumi-leaf {
  position: relative !important;
  overflow: hidden !important;
}

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

html body .iby-page.iby-design-c1 .iby-c1-care--tarumi-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--tarumi-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--tarumi-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--tarumi-leaf .iby-c1-care__inner,
html body .iby-page.iby-design-c1 .iby-c1-care--tarumi-leaf .iby-c1-care__head,
html body .iby-page.iby-design-c1 .iby-c1-care--tarumi-leaf .iby-c1-care__grid,
html body .iby-page.iby-design-c1 .iby-c1-care--tarumi-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--tarumi-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--tarumi-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--tarumi-leaf {
  position: relative !important;
  overflow: hidden !important;
}

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

html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-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--tarumi-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--tarumi-leaf .iby-c1-about__inner,
html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-leaf .iby-c1-about__head,
html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-leaf .iby-c1-about__body,
html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-leaf .iby-c1-about__text,
html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-leaf .iby-c1-about__philosophy,
html body .iby-page.iby-design-c1 .iby-c1-about--tarumi-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--tarumi-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--tarumi-leaf {
  position: relative !important;
  overflow: hidden !important;
}

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

html body .iby-page.iby-design-c1 .iby-c1-final-cta--tarumi-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--tarumi-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--tarumi-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--tarumi-leaf .iby-c1-final-cta__inner {
  position: relative !important;
  z-index: 2 !important;
}

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

@media (max-width: 640px) {
  html body .iby-page.iby-design-c1 .iby-c1-final-cta--tarumi-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--tarumi-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-tarumi-top .iby-c1-access__text span {
  color: rgba(47, 70, 53, 0.72);
  font-size: 0.92em;
  font-weight: 500;
}

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

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

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

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

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

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

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

  .iby-page.iby-design-c1.is-tarumi-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-tarumi-top .iby-c1-access__info {
    padding: 22px 24px !important;
    border-radius: 24px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================================
   TARUMI C1 FINAL REPAIR
   - Hero button
   - Care graphical icons
   - Footer top gap
========================================================= */

/* Hero：画像レイヤーはクリックを遮らない */
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__image-fixed,
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__image-fixed img,
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__image-fixed::before {
  pointer-events: none !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__inner,
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__copy,
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__actions {
  position: relative !important;
  z-index: 5 !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__actions {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 30px !important;
  pointer-events: auto !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__actions .iby-c1-button,
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__actions .iby-c1-button--primary {
  position: relative !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 248px !important;
  min-height: 56px !important;
  padding: 0 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #5f7f4f !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(62, 78, 54, 0.22) !important;
  box-sizing: border-box !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-hero__actions .iby-c1-button span {
  color: #ffffff !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
#trial-form {
  scroll-margin-top: 90px !important;
}

/* Care：フォントではなくCSS内SVGで表示 */
html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-care__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-care__icon::before {
  content: "" !important;
  display: block !important;
  position: static !important;
  inset: auto !important;
  width: 36px !important;
  height: 36px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-care__card--breath .iby-c1-care__icon::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+CjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZmOGY1ZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiPgo8cGF0aCBkPSJNOSAyM2gyOGM4IDAgOC0xMSAxLTExLTQgMC02IDItNyA1Ii8+CjxwYXRoIGQ9Ik04IDMyaDQwYzkgMCA5IDEzIDAgMTMtNCAwLTctMi04LTUiLz4KPHBhdGggZD0iTTEwIDQxaDE5Ii8+CjwvZz48L3N2Zz4=") !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-care__card--body .iby-c1-care__icon::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+CjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZmOGY1ZiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgo8cGF0aCBkPSJNNTEgMTJDMzAgMTIgMTYgMjMgMTQgNDNjMTUgNCAzMS0zIDM3LTMxWiIvPgo8cGF0aCBkPSJNMTUgNDljOC0xMyAxOC0yMSAzMi0yOSIvPgo8cGF0aCBkPSJNMjkgMzRjLTEtNS0xLTkgMC0xMyIvPgo8cGF0aCBkPSJNMzUgMzBjNSAwIDkgMSAxMyAzIi8+CjwvZz48L3N2Zz4=") !important;
}

html body .iby-page.iby-design-c1.is-tarumi-top
.iby-c1-care__card--mind .iby-c1-care__icon::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCI+CjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZmOGY1ZiIgc3Ryb2tlLXdpZHRoPSIzLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CjxwYXRoIGQ9Ik0zMiAxM2M3IDggOSAxNiAwIDI2LTktMTAtNy0xOCAwLTI2WiIvPgo8cGF0aCBkPSJNMzEgMzljLTEwLTEtMTctNy0yMC0xNyAxMCAxIDE4IDYgMjEgMTUiLz4KPHBhdGggZD0iTTMzIDM3YzMtOSAxMS0xNCAyMC0xNS0zIDEwLTEwIDE2LTIwIDE3Ii8+CjxwYXRoIGQ9Ik0yNiA0M2MtOSAwLTE1LTQtMjAtMTEgMTAtMSAxOCAyIDI0IDEwIi8+CjxwYXRoIGQ9Ik0zOCA0M2M5IDAgMTUtNCAyMC0xMS0xMC0xLTE4IDItMjQgMTAiLz4KPHBhdGggZD0iTTEzIDQ5YzExIDQgMjcgNCAzOCAwIi8+CjwvZz48L3N2Zz4=") !important;
}

/* Footer：Lightningとウィジェット側の上余白を除去 */
html body.page-id-75331 .entry-body,
html body.page-id-75331 .entry-content,
html body.page-id-75331 .mainSection,
html body.page-id-75331 .siteContent {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body.page-id-75331 .siteFooter,
html body.page-id-75331 footer.siteFooter,
html body.page-id-75331 .siteFooter .site-footer-content,
html body.page-id-75331 .siteFooter .container,
html body.page-id-75331 .siteFooter .container-fluid,
html body.page-id-75331 .siteFooter .row,
html body.page-id-75331 .siteFooter .widget,
html body.page-id-75331 .siteFooter .widget_block,
html body.page-id-75331 .siteFooter .widget_custom_html,
html body.page-id-75331 .siteFooter .textwidget {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

html body.page-id-75331 footer.iby-studio-footer.is-c1.is-tarumi {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  html body .iby-page.iby-design-c1.is-tarumi-top
  .iby-c1-hero__actions .iby-c1-button,
  html body .iby-page.iby-design-c1.is-tarumi-top
  .iby-c1-hero__actions .iby-c1-button--primary {
    width: min(100%, 250px) !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 0 24px !important;
  }

  html body .iby-page.iby-design-c1.is-tarumi-top
  .iby-c1-care__icon::before {
    width: 31px !important;
    height: 31px !important;
  }
}
