/* ============================================================
   マミー保育園 各園ページ 共通スタイル（各園デザイン準拠）
   ============================================================ */
.pk { color: #5b5350; }

/* ---- Hero ---- */
.pk-hero { background: linear-gradient(180deg, #fde9ec, #fdf3f4); padding: 56px 20px 66px; }
.pk-hero-inner { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.pk-hero .badge2 { display: inline-block; background: #EFA6A9; color: #fff; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 6px 16px; margin: 0 0 16px; }
.pk-hero h1 { font-size: 32px; color: #5b4a47; font-weight: 700; line-height: 1.45; margin: 0 0 16px; }
.pk-hero h1 span { color: #EA7A86; }
.pk-hero .lead { font-size: 14px; line-height: 1.9; color: #7a6f6b; margin: 0 0 22px; }
.pk-hero-photo img { width: 100%; height: auto; border-radius: 22px; box-shadow: 0 14px 34px rgba(0, 0, 0, .1); display: block; }
.pk-info { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 24px; }
.pk-info span { background: #fff; border: 1px solid #f3d5da; border-radius: 10px; padding: 9px 15px; font-size: 13px; color: #5b5350; }
.pk-info span b { color: #EA7A86; }
.pk-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.pk-btn { display: inline-block; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; text-decoration: none; transition: .2s; }
.pk-btn.solid { background: #EA7A86; color: #fff; }
.pk-btn.solid:hover { background: #e0636f; }
.pk-btn.outline { background: #fff; border: 1px solid #EA7A86; color: #EA7A86; }
.pk-btn.outline:hover { background: #fdf3f4; }

/* ---- Breadcrumb ---- */
.pk-crumb { max-width: 1040px; margin: 0 auto; padding: 16px 20px; font-size: 12px; color: #a99f98; }

/* ---- Sections ---- */
.pk-sec { padding: 72px 20px; }
.pk-sec.cream { background: #fffdf6; }
.pk-sec.pink { background: #fdf3f4; }
.pk-inner { max-width: 1040px; margin: 0 auto; }
.pk-head { text-align: center; margin: 0 0 46px; }
.pk-head .fl { color: #EFA6A9; font-size: 18px; letter-spacing: .3em; }
.pk-head h2 { font-size: 26px; color: #5b4a47; font-weight: 700; margin: 8px 0 0; }
.pk-head p { font-size: 14px; color: #7a6f6b; margin: 14px 0 0; line-height: 1.8; }

/* ---- Message ---- */
.pk-message { text-align: center; max-width: 760px; margin: 0 auto; }
.pk-message .ph { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px; display: block; box-shadow: 0 6px 18px rgba(0, 0, 0, .1); }
.pk-message h2 { font-size: 23px; color: #5b4a47; font-weight: 700; margin: 0 0 20px; line-height: 1.6; }
.pk-message p { font-size: 15px; line-height: 2; color: #6a615d; margin: 0 0 12px; }
.pk-message .sign { font-size: 14px; color: #8a807b; margin: 20px 0 0; }

/* ---- Features (3) ---- */
.pk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.pk-feature { text-align: center; }
.pk-feature img { width: 170px; height: 170px; border-radius: 50%; object-fit: cover; margin: 0 auto 20px; box-shadow: 0 10px 26px rgba(0, 0, 0, .1); }
.pk-feature h3 { font-size: 17px; color: #EA7A86; font-weight: 700; margin: 0 0 10px; }
.pk-feature p { font-size: 13px; line-height: 1.9; color: #6a615d; margin: 0; }

/* ---- Daily routine ---- */
.pk-day { max-width: 840px; margin: 0 auto; }
.pk-day-item { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin: 0 0 28px; }
.pk-day-item .pk-day-img img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 8px 22px rgba(0, 0, 0, .08); display: block; }
.pk-day-item:nth-child(even) .pk-day-txt { order: 2; }
.pk-day-time { display: inline-block; background: #EFA6A9; color: #fff; font-size: 13px; font-weight: 700; border-radius: 999px; padding: 5px 15px; margin: 0 0 10px; }
.pk-day-txt h3 { font-size: 17px; color: #5b4a47; font-weight: 700; margin: 0 0 8px; }
.pk-day-txt p { font-size: 13px; line-height: 1.9; color: #6a615d; margin: 0; }

/* ---- Annual events ---- */
.pk-events { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pk-event { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 22px rgba(0, 0, 0, .05); display: grid; grid-template-columns: 1fr 1.25fr; }
.pk-event img { width: 100%; height: 100%; object-fit: cover; }
.pk-event .ev { padding: 20px 22px; }
.pk-event .season { display: inline-block; font-size: 12px; font-weight: 700; color: #fff; border-radius: 6px; padding: 3px 12px; margin: 0 0 10px; }
.pk-event .season.spring { background: #f4a6c0; }
.pk-event .season.summer { background: #7fc6d6; }
.pk-event .season.autumn { background: #e0a25e; }
.pk-event .season.winter { background: #9aa9d6; }
.pk-event ul { margin: 0; padding-left: 1.2em; }
.pk-event li { font-size: 13px; line-height: 1.9; color: #6a615d; }

/* ---- Reasons ---- */
.pk-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pk-reason { background: #fff; border-radius: 14px; padding: 28px 24px; box-shadow: 0 8px 22px rgba(0, 0, 0, .05); text-align: center; }
.pk-reason .ic { width: 56px; height: 56px; border-radius: 50%; background: #fde9ec; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: #EA7A86; font-weight: 700; font-size: 20px; }
.pk-reason h3 { font-size: 16px; color: #5b4a47; font-weight: 700; margin: 0 0 10px; }
.pk-reason p { font-size: 13px; line-height: 1.9; color: #6a615d; margin: 0; }

/* ---- Facilities ---- */
.pk-map { background: #efe9e4; border: 1px dashed #d6ccc2; border-radius: 14px; min-height: 300px; display: flex; align-items: center; justify-content: center; color: #a99f96; font-size: 13px; text-align: center; padding: 20px; }
.pk-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 0; }
.pk-photos img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; }

/* ---- Overview table ---- */
.pk-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 22px rgba(0, 0, 0, .05); }
.pk-table th { background: #fdf3f4; color: #5b4a47; font-weight: 700; text-align: left; padding: 16px 20px; font-size: 14px; width: 150px; vertical-align: top; border-bottom: 1px solid #f3ece8; }
.pk-table td { padding: 16px 20px; font-size: 14px; color: #5b5350; border-bottom: 1px solid #f3ece8; line-height: 1.8; }

/* ---- CTA ---- */
.pk-cta { background: linear-gradient(180deg, #fde9ec, #fdf3f4); text-align: center; padding: 64px 20px; }
.pk-cta h2 { font-size: 26px; color: #5b4a47; font-weight: 700; margin: 0 0 14px; }
.pk-cta p { font-size: 14px; color: #7a6f6b; margin: 0 0 26px; line-height: 1.8; }

@media (max-width: 820px) {
    .pk-hero-inner { grid-template-columns: 1fr; gap: 30px; }
    .pk-hero h1 { font-size: 26px; }
    .pk-sec { padding: 52px 18px; }
    .pk-head h2, .pk-message h2, .pk-cta h2 { font-size: 21px; }
    .pk-features { grid-template-columns: 1fr; }
    .pk-day-item { grid-template-columns: 1fr; gap: 16px; }
    .pk-day-item .pk-day-img { order: -1; }
    .pk-day-item:nth-child(even) .pk-day-txt { order: 0; }
    .pk-events { grid-template-columns: 1fr; }
    .pk-reasons { grid-template-columns: 1fr; }
    .pk-photos { grid-template-columns: 1fr 1fr; }
    .pk-event { grid-template-columns: 1fr; }
    .pk-event img { height: 180px; }
}
