/*
 * page-life.css
 * 園での生活ページ
 * TOPページのトンマナに合わせ、園での生活・年間行事を1ページ構成
 */

.om-life-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(126, 200, 246, .08), transparent 20%),
    radial-gradient(circle at 92% 18%, rgba(245, 138, 173, .08), transparent 18%),
    #ffffff !important;
}

.om-life-hero {
  position: relative;
  padding: 70px 0 34px;
}

.om-life-hero__inner {
  position: relative;
  z-index: 3;
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 40px;
  padding: 48px 56px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 92% 18%, rgba(126, 200, 246, .14), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(245, 138, 173, .12), transparent 24%),
    linear-gradient(120deg, #ffffff 0%, #f0fbff 55%, #fff7fb 100%);
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: 0 14px 34px rgba(116, 88, 63, .08);
  overflow: hidden;
}

.om-life-hero__label {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #55aee2;
  background: #eaf8ff;
  border: 1px solid rgba(126, 200, 246, .22);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
}

.om-life-hero h1 {
  margin: 0 0 16px;
  color: #4b372e;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
}

.om-life-hero__copy p:not(.om-life-hero__label) {
  margin: 0;
  color: #66564c;
  font-weight: 800;
  line-height: 2;
}

.om-life-hero__deco {
  position: relative;
  min-height: 190px;
}

.om-life-deco {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
  animation: omSoftBob 5.2s ease-in-out infinite alternate;
}

.om-life-deco--note {
  right: 48px;
  top: 20px;
  width: 116px;
  height: 116px;
  color: #55aee2;
  background: #eaf8ff;
  font-size: 66px;
}

.om-life-deco--heart {
  left: 34px;
  bottom: 22px;
  width: 78px;
  height: 78px;
  color: #ee729c;
  background: #fff1f6;
  font-size: 44px;
  animation-delay: -.8s;
}

.om-life-deco--circle {
  right: 152px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  background: #ffd95b;
  opacity: .72;
  animation-delay: -1.4s;
}

.om-life-flow,
.om-life-event {
  padding-top: 26px;
  padding-bottom: 0;
}

.om-life-event {
  padding-bottom: 72px;
}

.om-life-card {
  position: relative;
  z-index: 3;
  margin: 0 0 30px;
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.om-life-card::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 134px;
  height: 134px;
  border-radius: 999px;
  background: rgba(126, 200, 246, .13);
  pointer-events: none;
}

.om-life-card--event::before {
  background: rgba(245, 138, 173, .12);
}

.om-life-card__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}

.om-life-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #55aee2;
  background: #eaf8ff;
  font-size: 27px;
  font-weight: 900;
  animation: omSoftBob 5.2s ease-in-out infinite alternate;
}

.om-life-card--event .om-life-card__icon {
  color: #ee729c;
  background: #fff1f6;
}

.om-life-card__heading p {
  margin: 0 0 2px;
  color: #55aee2;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
}

.om-life-card--event .om-life-card__heading p {
  color: #ee729c;
}

.om-life-card__heading h3 {
  margin: 0;
  color: #4b372e;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: .04em;
}

.om-flow-table-wrap {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid #f0e8df;
  background: #ffffff;
}

.om-life-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.om-life-table th,
.om-life-table td {
  padding: 15px 18px;
  border-right: 1px solid #f0e8df;
  border-bottom: 1px solid #f0e8df;
  color: #5b4b42;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  vertical-align: middle;
}

.om-life-table th:last-child,
.om-life-table td:last-child {
  border-right: none;
}

.om-life-table tr:last-child th,
.om-life-table tr:last-child td {
  border-bottom: none;
}

.om-life-table thead th {
  color: #ffffff;
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%);
  text-align: center;
  font-weight: 900;
}

.om-life-table tbody th {
  width: 120px;
  color: #4b372e;
  background: #f0fbff;
  text-align: center;
  font-weight: 900;
}

.om-life-table tbody td {
  background: #ffffff;
}

.om-life-table tbody tr:nth-child(even) td {
  background: #fffafe;
}

.om-event-lead {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  padding: 22px 24px;
  border-radius: 22px;
  color: #5b4b42;
  font-size: 16px;
  line-height: 2;
  font-weight: 800;
  background:
    radial-gradient(circle at 96% 20%, rgba(245, 138, 173, .12), transparent 20%),
    linear-gradient(90deg, #ffffff 0%, #fff7fb 100%);
  border: 1px solid rgba(240, 232, 223, .88);
}

.om-event-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.om-event-item {
  min-height: 132px;
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: 0 8px 18px rgba(116, 88, 63, .06);
  background: #ffffff;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease;
}

@media (hover: hover) {
  .om-event-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(116, 88, 63, .10);
  }
}

.om-event-month {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 38px;
  padding: 0 12px;
  margin: 0 0 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.om-event-item p {
  margin: 0;
  color: #4b372e;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 900;
}

.om-event-item--spring {
  background: linear-gradient(180deg, #ffffff 0%, #f2fbf5 100%);
}

.om-event-item--spring .om-event-month {
  background: #73b988;
}

.om-event-item--rain {
  background: linear-gradient(180deg, #ffffff 0%, #eaf8ff 100%);
}

.om-event-item--rain .om-event-month {
  background: #55aee2;
}

.om-event-item--summer {
  background: linear-gradient(180deg, #ffffff 0%, #fff9ea 100%);
}

.om-event-item--summer .om-event-month {
  background: #ff9d11;
}

.om-event-item--autumn {
  background: linear-gradient(180deg, #ffffff 0%, #fff4ec 100%);
}

.om-event-item--autumn .om-event-month {
  background: #e6a15e;
}

.om-event-item--winter {
  background: linear-gradient(180deg, #ffffff 0%, #fff1f6 100%);
}

.om-event-item--winter .om-event-month {
  background: #ee729c;
}

.om-life-cta {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: center;
  margin: 38px auto 0;
  padding: 26px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 50%, rgba(126, 200, 246, .13), transparent 20%),
    linear-gradient(90deg, #ffffff 0%, #f0fbff 55%, #fff7fb 100%);
  border: 1px solid rgba(240, 232, 223, .88);
  box-shadow: var(--shadow);
}

.om-life-cta > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.om-life-cta__icon {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: #ee729c;
  background: #fff1f6;
  font-size: 34px;
  font-weight: 900;
}

.om-life-cta p {
  margin: 0;
  color: #5b4b42;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
}

.om-life-page .om-cta__btn {
  background: linear-gradient(180deg, #7ec8f6 0%, #55aee2 100%) !important;
  box-shadow: 0 10px 22px rgba(85, 174, 226, .20) !important;
}

@media (max-width: 1180px) {
  .om-life-hero__inner,
  .om-life-cta {
    grid-template-columns: 1fr;
  }

  .om-life-hero__deco {
    display: none;
  }

  .om-event-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .om-life-hero {
    padding: 34px 0 24px;
  }

  .om-life-hero__inner {
    padding: 32px 22px;
    border-radius: 26px;
  }

  .om-life-hero h1 {
    font-size: 32px;
  }
.om-life-card {
    padding: 22px 16px;
    border-radius: 22px;
  }

  .om-life-card__heading {
    align-items: flex-start;
  }

  .om-life-card__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .om-life-card__heading h3 {
    font-size: 22px;
  }

  .om-life-table {
    min-width: 680px;
  }

  .om-life-table th,
  .om-life-table td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .om-event-grid {
    grid-template-columns: 1fr;
  }

  .om-event-item {
    min-height: auto;
    padding: 18px 16px;
  }

  .om-life-cta {
    padding: 22px 16px;
  }

  .om-life-cta > div {
    align-items: flex-start;
  }

  .om-life-cta .om-cta__btn {
    max-width: none;
  }
}


/* ========================================
   Life intro remove 2026052236
   ヒーロー下の説明ボックス削除後の余白調整
======================================== */
.om-life-flow {
  padding-top: 28px;
}
