/* ===================================================
   うしじま動物病院 - main.css
=================================================== */

:root{
  --navy:#1F3A5F;
  --blue-gray:#5F7D95;
  --bg-sub:#F7F9FB;
  --bg-sub2:#EAF0F4;
  --accent:#AFC6D6;
  --ink:#2B3238;
  --line:#E3E8EC;
  --white:#ffffff;
  --insta-gradient:linear-gradient(45deg,#FEDA75 0%,#FA7E1E 25%,#D62976 50%,#962FBF 75%,#4F5BD5 100%);

  --font-serif:"筑紫明朝","TsukushiMincho","Shippori Mincho","Noto Serif JP","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
  --font-sans:"Zen Kaku Gothic New","Noto Sans JP","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN",sans-serif;
  --font-ui:"Inter","Zen Kaku Gothic New","Noto Sans JP","Yu Gothic",sans-serif;

  --header-h:132px;
  --header-h-scrolled:102px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; scroll-padding-top:144px; }

body{
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.9;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
svg{ stroke-linecap:round; stroke-linejoin:round; }

.container{
  max-width:1180px;
  margin:0 auto;
  padding:0 40px;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  padding:13px 26px;
  font-family:var(--font-ui);
  font-size:14px;
  font-weight:500;
  letter-spacing:.02em;
  border:1px solid transparent;
  border-radius:6px;
  transition:background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  white-space:nowrap;
}
.btn__icon{ width:16px; height:16px; }

.btn--primary{ background:var(--navy); color:var(--white); }
.btn--primary:hover{ background:#16283f; transform:translateY(-2px); box-shadow:0 10px 20px rgba(31,58,95,.18); }

.btn--outline{ background:var(--white); color:var(--navy); border-color:var(--accent); }
.btn--outline:hover{ background:var(--bg-sub2); transform:translateY(-2px); box-shadow:0 8px 16px rgba(31,58,95,.08); }

.btn--small{ padding:9px 18px; font-size:13px; }

/* ---------- Header ---------- */
.header{
  position:fixed;
  top:0; left:0; right:0;
  height:var(--header-h);
  background:rgba(255,255,255,.97);
  border-bottom:1px solid var(--line);
  z-index:1000;
  transition:height .3s ease;
}
.header.is-scrolled{ height:var(--header-h-scrolled); box-shadow:0 2px 16px rgba(31,58,95,.08); }

/* ログイン中はWP管理バー分だけ固定ヘッダーを下げる（デスクトップは管理バーが常時固定のため）
   ※782px以下ではWP管理バー自体がposition:absoluteになりスクロールで隠れるため、
     ヘッダー側は常時オフセットせずtop:0のまま固定する（オフセットすると隙間が生じる） */
body.admin-bar .header{ top:32px; }
@media screen and (max-width:782px){
  body.admin-bar .header{ top:0; }
}

.header__inner{
  max-width:1280px;
  margin:0 auto;
  height:100%;
  padding:0 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.header__logo{
  display:flex;
  align-items:center;
}
.header__logo-mark{
  height:96px;
  width:auto;
  transition:height .3s ease;
}
.header.is-scrolled .header__logo-mark{ height:76px; }

.header__nav ul{ display:flex; gap:20px; }
.header__nav a{
  font-size:13.5px;
  color:var(--ink);
  position:relative;
  padding:6px 0;
}
.header__nav a::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:0; height:1px;
  background:var(--navy);
  transition:width .25s ease;
}
.header__nav a:hover::after{ width:100%; }

.header__actions{ display:flex; align-items:center; gap:18px; }
.header__icon-link{
  display:flex; align-items:center; justify-content:center;
  width:32px; height:32px;
  border:1px solid var(--line);
  border-radius:50%;
  color:var(--navy);
}
.header__icon-link svg{ width:16px; height:16px; }

.header__menu-btn{
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:28px; height:22px;
  background:none;
  border:none;
  cursor:pointer;
}
.header__menu-btn span{ display:block; height:1px; background:var(--navy); width:100%; }

/* ---------- Hero ---------- */
.hero{
  position:relative;
  overflow:hidden;
  min-height:560px;
  background:linear-gradient(180deg,#ffffff 0%, var(--bg-sub) 100%);
}
.hero__bg-illust{ position:absolute; inset:0; top:var(--header-h); pointer-events:none; z-index:1; }
.hero__paw{ position:absolute; width:34px; opacity:.5; transform:rotate(var(--r,0deg)) translateY(var(--ty,0px)); will-change:transform; }
.hero__paw--1{ left:2%; top:18%; --r:-12deg; }
.hero__paw--2{ left:8%; top:32%; width:24px; opacity:.35; --r:14deg; }
.hero__leaf{ position:absolute; width:46px; left:12%; bottom:10%; opacity:.6; transform:translateY(var(--ty,0px)); will-change:transform; }
.hero__dog-walk{ position:absolute; width:96px; left:38%; bottom:6%; opacity:.85; transform:translateY(var(--ty,0px)); will-change:transform; }

.hero__media{
  position:absolute;
  top:var(--header-h); right:0; bottom:0; left:auto;
  width:56%;
  overflow:hidden;
}
.hero__media-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  z-index:0;
}
.hero__media-img--day{ animation:hero-crossfade-day 18s ease-in-out infinite; }
.hero__media-img--night{ animation:hero-crossfade-night 18s ease-in-out infinite; }
@keyframes hero-crossfade-day{
  0%, 42%{ opacity:1; }
  50%, 92%{ opacity:0; }
  100%{ opacity:1; }
}
@keyframes hero-crossfade-night{
  0%, 42%{ opacity:0; }
  50%, 92%{ opacity:1; }
  100%{ opacity:0; }
}
@media (prefers-reduced-motion:reduce){
  .hero__media-img--day, .hero__media-img--night{ animation:none; }
  .hero__media-img--day{ opacity:1; }
  .hero__media-img--night{ opacity:0; }
}
.hero__media::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(247,249,251,1) 0%, rgba(247,249,251,.92) 16%, rgba(247,249,251,.6) 30%, rgba(247,249,251,.2) 44%, rgba(247,249,251,0) 58%);
  pointer-events:none;
  z-index:1;
}


.hero__inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:calc(var(--header-h) + 56px) 40px 56px;
  display:flex;
  align-items:center;
}

.hero__content{ max-width:480px; }

.hero__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 22px;
  margin-bottom:20px;
  border:1.5px solid var(--navy);
  border-radius:999px;
  font-family:var(--font-sans);
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
  color:var(--navy);
  background:rgba(255,255,255,.7);
}

.hero__title{ margin-bottom:18px; line-height:0; }
.hero__logo{ width:100%; height:auto; max-width:480px; }
.hero__catch{
  font-family:var(--font-serif);
  font-size:23px;
  font-weight:600;
  color:var(--navy);
  line-height:1.6;
  margin-bottom:18px;
}
.hero__lead{
  font-size:15px;
  color:#4a535b;
  line-height:1.9;
  margin-bottom:28px;
}
.hero__actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* ---------- Section common ---------- */
.section{
  padding:80px 0;
  position:relative;
  overflow:hidden;
  background:var(--white);
}
.section > .container{ position:relative; z-index:1; }

.section-eyebrow{
  display:inline-block;
  font-family:var(--font-ui);
  font-size:12px;
  font-weight:600;
  letter-spacing:.16em;
  color:var(--blue-gray);
  margin-bottom:10px;
}

.section-title{
  font-family:var(--font-serif);
  font-size:26px;
  font-weight:600;
  color:var(--navy);
  margin-bottom:26px;
  padding-bottom:12px;
  position:relative;
}
.section-title::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width:36px; height:3px;
  border-radius:2px;
  background:var(--accent);
}
.section-title--center::after{ left:50%; transform:translateX(-50%); }
.section-header--center{ text-align:center; }

.section-title-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:26px;
}
.section-header--center .section-title-row{
  display:inline-flex;
}
.section-title-row .section-title{ margin-bottom:0; }
.section-title-icon{
  flex-shrink:0;
  width:34px;
  height:34px;
  object-fit:contain;
}

/* ---------- 開院のお知らせ / お知らせ ---------- */
.news-features__paw{
  position:absolute;
  width:32px;
  right:6%; top:8%;
  opacity:.35;
  --r:14deg;
  transform:rotate(var(--r,0deg)) translateY(var(--ty,0px));
  pointer-events:none;
  will-change:transform;
}
.news-features-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:72px;
  align-items:start;
}
.info-notice__text{
  color:#40484f;
  margin-bottom:20px;
}
.news-col__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.news-col__head .section-title-row{ margin-bottom:22px; }
.news-col__all{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:13px;
  color:var(--blue-gray);
  white-space:nowrap;
  transition:opacity .2s ease;
}
.news-col__all:hover{ opacity:.6; }
.news-col__all svg{ width:15px; height:15px; }

.news-list li{
  border-bottom:1px solid var(--line);
}
.news-list li:first-child{ border-top:1px solid var(--line); }
.news-list a{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  padding:16px 10px;
  margin:0 -10px;
  border-radius:6px;
  transition:background .2s ease, padding-left .2s ease;
}
.news-list a:hover{ background:var(--bg-sub2); padding-left:16px; }
.news-list__tag{
  flex-shrink:0;
  padding:3px 10px;
  border-radius:999px;
  background:var(--bg-sub2);
  color:var(--blue-gray);
  font-size:11px;
  letter-spacing:.02em;
}
.news-list time{
  font-family:var(--font-ui);
  font-size:13px;
  color:var(--blue-gray);
  min-width:80px;
}
.news-list__title{ font-size:14.5px; width:100%; }
.news-list__empty{ padding:18px 4px; color:#8a95a0; font-size:14px; }

/* ---------- 開院スケジュール ---------- */
.schedule__dog{
  position:absolute;
  width:76px;
  right:6%; top:4%;
  opacity:.9;
  transform:rotate(-6deg);
  pointer-events:none;
}
.schedule{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  position:relative;
}
.schedule__track{
  position:absolute;
  background:var(--line);
  z-index:0;
}
.schedule__progress{
  position:absolute;
  background:var(--navy);
  z-index:1;
  transition:width .4s ease, height .4s ease;
}
.schedule__progress-dot{
  position:absolute;
  width:12px; height:12px;
  border-radius:50%;
  background:var(--navy);
  z-index:2;
}
.schedule:not(.schedule--vertical) .schedule__progress-dot{
  right:-6px; top:50%;
  transform:translate(50%,-50%);
}
.schedule--vertical .schedule__progress-dot{
  left:50%; bottom:-6px;
  transform:translate(-50%,50%);
}
.schedule__progress-dot::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:var(--navy);
  animation:schedule-pulse 1.8s ease-out infinite;
}
@keyframes schedule-pulse{
  0%{ transform:scale(1); opacity:.7; }
  100%{ transform:scale(2.6); opacity:0; }
}
.schedule__step{
  position:relative;
  z-index:1;
  text-align:center;
}
.schedule__date{
  font-family:var(--font-sans);
  font-size:13px;
  color:var(--blue-gray);
  margin-bottom:16px;
}
.schedule__icon{
  width:64px; height:64px;
  border-radius:50%;
  background:var(--white);
  border:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  color:var(--navy);
}
.schedule__icon svg{ width:28px; height:28px; }
.schedule__label{ font-size:15px; font-weight:500; color:var(--navy); }

/* ---------- 診療対象動物 ---------- */
.animals__row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
}
.animal{ text-align:center; }
.animal__icon-wrap{
  width:110px; height:110px;
  border-radius:50%;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.animal__icon-wrap--peach{ background:#FBE9E3; }
.animal__icon-wrap--mint{ background:#E1F1EB; }
.animal__icon-wrap--lavender{ background:#EAE6F5; }
.animal__icon-wrap--blue{ background:#E3EEF7; }
.animal__icon{
  width:64px; height:64px;
  object-fit:contain;
  background:transparent;
}
.animal__icon--flip{ transform:scaleX(-1); }
.animal__label{
  font-family:var(--font-serif);
  font-size:16px;
  font-weight:600;
  color:var(--navy);
  margin-bottom:8px;
}
.animal__sub{
  display:block;
  font-family:var(--font-sans);
  font-size:12px;
  font-weight:400;
  color:#7a848c;
  margin-top:4px;
}
.animal--wide{ min-width:0; }
.animal--wide .animal__label,
.animal--wide .animal__sub{ white-space:nowrap; }
.animals__note{
  text-align:center;
  margin-top:40px;
  font-size:13px;
  color:#8a95a0;
}
.animals__bone{
  position:absolute;
  width:44px;
  left:6%; top:10%;
  opacity:.5;
  pointer-events:none;
}

/* ---------- 院長紹介 / 院内完成イメージ ---------- */
.profile-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:56px;
}
.director__card{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:24px;
  padding:32px 28px;
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
}
.director__photo{
  flex-shrink:0;
  width:160px; height:200px;
  border-radius:10px;
  background:var(--bg-sub2);
  overflow:hidden;
}
.director__photo img{ width:100%; height:100%; object-fit:cover; }
.director__text{ min-width:0; }
.director__name{
  font-family:var(--font-serif);
  font-size:24px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:14px;
}
.director__name rt{
  font-family:var(--font-sans);
  font-size:11px;
  color:var(--blue-gray);
  letter-spacing:0;
}
.director__history{ font-size:13px; color:var(--blue-gray); margin-top:6px; margin-bottom:8px; }
.director__history li{
  padding:9px 0;
  border-top:1px solid var(--line);
  line-height:1.5;
}
.director__history li:last-child{ border-bottom:1px solid var(--line); }
.director__illust{
  position:absolute;
  right:14px; bottom:14px;
  width:64px;
  opacity:.9;
  pointer-events:none;
}

/* ---------- 完成イメージ ---------- */
.gallery{ position:relative; }
.gallery__leaf{
  position:absolute;
  width:40px;
  right:0; top:-8px;
  opacity:.7;
  pointer-events:none;
}
.gallery__row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:12px;
}
.gallery__item{ aspect-ratio:4/3; overflow:hidden; border-radius:8px; }
.gallery__item img{
  width:100%; height:100%; object-fit:cover;
  transition:transform .5s ease;
}
.gallery__item:hover img{ transform:scale(1.06); }
.gallery__note{ font-size:12px; color:#8a95a0; text-align:right; }

/* ---------- Instagram / 採用情報 ---------- */
.sns-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:stretch;
}
.instagram-cta, .recruit{
  padding:40px 32px;
  border-radius:10px;
  text-align:center;
}
.instagram-cta{ background:var(--bg-sub); }
.recruit{ background:var(--bg-sub2); }

.instagram-cta__icon{
  width:64px; height:64px;
  margin:0 auto 24px;
  border-radius:18px;
  background:var(--insta-gradient);
  display:flex;
  align-items:center;
  justify-content:center;
}
.instagram-cta__icon svg{ width:32px; height:32px; color:var(--white); }
.instagram__lead{ color:#4a535b; margin-bottom:32px; }

.btn--instagram{
  background:var(--insta-gradient);
  background-clip:padding-box;
  color:var(--white);
  border:none;
  padding:16px 33px;
}
.btn--instagram:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(214,41,118,.3);
}

.instagram__handle{
  display:block;
  margin-top:20px;
  font-family:var(--font-ui);
  font-size:14px;
  color:var(--blue-gray);
  transition:opacity .2s ease;
}
.instagram__handle:hover{ opacity:.65; }

.recruit__icon{
  width:64px; height:64px;
  margin:0 auto 24px;
  border-radius:18px;
  background:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
}
.recruit__icon svg{ width:28px; height:28px; color:var(--white); }
.recruit__lead{ color:#4a535b; margin-bottom:0; }

.recruit__soon{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:24px;
  padding:11px 28px;
  border:1.5px solid var(--navy);
  border-radius:999px;
  font-family:var(--font-ui);
  font-size:12.5px;
  font-weight:600;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--navy);
  background:rgba(255,255,255,.5);
}
.recruit__soon-dot{
  position:relative;
  width:6px; height:6px;
  border-radius:50%;
  background:var(--navy);
  flex-shrink:0;
}
.recruit__soon-dot::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:var(--navy);
  animation:schedule-pulse 1.8s ease-out infinite;
}

/* ---------- アクセス ---------- */
.access__paw{
  position:absolute;
  width:30px;
  left:4%; top:6%;
  opacity:.35;
  --r:-16deg;
  transform:rotate(var(--r,0deg)) translateY(var(--ty,0px));
  pointer-events:none;
  will-change:transform;
}
.access{
  position:relative;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:56px;
}
.access__map{
  aspect-ratio:4/3;
  background:var(--bg-sub2);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(31,58,95,.07);
}
.access__map iframe{ width:100%; height:100%; border:0; }

.access__zip{ font-family:var(--font-sans); font-size:14px; color:var(--blue-gray); margin-bottom:6px; }
.access__addr{ font-size:19px; color:var(--navy); font-weight:500; margin-bottom:26px; }
.access__list li{
  display:flex; align-items:center; gap:12px;
  font-size:14px;
  padding:12px 0;
  border-top:1px solid var(--line);
}
.access__list li:last-child{ border-bottom:1px solid var(--line); }
.access__list svg{ width:20px; height:20px; color:var(--navy); }

.access__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.access__illust{
  position:absolute;
  right:0; bottom:-40px;
  width:100px;
  opacity:.9;
  pointer-events:none;
}

/* ---------- News single ---------- */
.news-single{ padding-top:calc(var(--header-h) + 60px); }
.news-single__container{ max-width:760px; }
.news-article__date{ font-family:var(--font-ui); font-size:13px; color:var(--blue-gray); margin-bottom:12px; }
.news-article__title{
  font-family:var(--font-serif);
  font-size:26px;
  font-weight:600;
  color:var(--navy);
  margin-bottom:28px;
  line-height:1.6;
}
.news-article__thumb{ margin-bottom:32px; }
.news-article__body{ font-size:15px; line-height:2; color:#333b41; }
.news-article__body p{ margin-bottom:1.6em; }
.news-single__back{ margin-top:64px; }

.screen-reader-text{
  position:absolute;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.pagination{ margin-top:40px; }
.pagination .nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}
.pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 10px;
  border-radius:6px;
  font-family:var(--font-ui);
  font-size:13.5px;
  color:var(--navy);
  border:1px solid var(--line);
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.pagination a.page-numbers:hover{ background:var(--bg-sub2); }
.pagination .page-numbers.current{
  background:var(--navy);
  border-color:var(--navy);
  color:var(--white);
}
.pagination .page-numbers.dots{ border-color:transparent; color:#8a95a0; }

/* ---------- Footer ---------- */
.footer{ background:var(--navy); color:#dbe3ea; padding:64px 0 26px; position:relative; overflow:hidden; }
.footer .container{ position:relative; z-index:1; }
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:36px;
  padding-bottom:36px;
}
.footer__logo-mark{ height:216px; width:auto; filter:grayscale(1) invert(1) brightness(2); }
.footer__note-bottom{
  font-family:var(--font-sans);
  font-size:23px;
  color:#b9c6d1;
  text-align:center;
  margin-top:24px;
}
.footer__nav{ display:flex; gap:24px; flex-wrap:wrap; }
.footer__nav a{ font-size:13px; }
.footer__nav a:hover{ color:var(--white); }
.footer__actions{ display:flex; align-items:center; gap:14px; }
.footer__icon-link{
  display:flex; align-items:center; justify-content:center;
  width:32px; height:32px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  color:var(--white);
}
.footer__icon-link svg{ width:16px; height:16px; }
.footer__copy{ text-align:center; font-size:11px; letter-spacing:.08em; color:#8298ab; margin-top:24px; }

/* ===================================================
   Responsive
=================================================== */
@media (max-width:1024px){
  .hero{ min-height:auto; display:block; }
  .hero__media{ position:relative; top:auto; width:100%; height:360px; margin-top:var(--header-h); }
  .hero__inner{ padding:36px 40px 48px; }
  .hero__content{ max-width:100%; }
  .hero__leaf{ display:none; }
  .hero__dog-walk{ display:none; }
  .hero__media::before{ display:none; }
  .news-features-grid, .profile-grid, .access, .sns-grid{ grid-template-columns:1fr; }
}

@media (max-width:860px){
  .header{ position:fixed; top:0; left:0; right:0; }
  .header__nav, .header__actions{ display:none; }
  .header__menu-btn{ display:flex; }
  .header__nav.is-open{
    display:flex;
    position:absolute;
    top:100%; left:0; right:0;
    background:var(--white);
    border-bottom:1px solid var(--line);
    padding:8px 32px 24px;
  }
  .header__nav.is-open ul{ flex-direction:column; gap:4px; width:100%; }
  .header__nav.is-open li{ padding:14px 0; border-bottom:1px solid var(--line); }

  .container{ padding:0 24px; }
  .section{ padding:56px 0; }
  .hero__inner{ padding:28px 24px 40px; }
  .hero__media{ height:280px; }
  .hero__title{ font-size:32px; }
  .hero__catch{ font-size:20px; }
  .director__card{ flex-direction:column; align-items:center; text-align:center; }
  .director__photo{ margin-left:auto; margin-right:auto; }
  .gallery__row{ grid-template-columns:1fr; }
  .animals__row{ grid-template-columns:repeat(3,1fr); gap:28px 16px; }
  .schedule{ gap:16px; }
  .schedule__icon{ width:52px; height:52px; }
  .schedule__icon svg{ width:22px; height:22px; }
  .schedule__label{ font-size:13px; }
  .schedule__date{ font-size:11px; }

  /* 装飾がテキスト・CTAと重ならないよう、写真エリア内の安全な位置に固定 */
  .hero__paw--1{ left:6%; top:10%; }
  .hero__paw--2{ left:auto; right:8%; top:14%; }
  .director__illust{ display:none; }
  .access__illust{ display:none; }
  .footer__logo-mark{ height:72px; }
}

@media (max-width:640px){
  .schedule{ grid-template-columns:1fr; row-gap:40px; }
  .schedule__step{
    display:flex;
    align-items:center;
    gap:16px;
    width:300px;
    max-width:100%;
    margin:0 auto;
    text-align:left;
  }
  .schedule__icon{ order:1; margin:0; flex-shrink:0; }
  .schedule__date{ order:2; margin-bottom:0; white-space:nowrap; }
  .schedule__label{ order:3; white-space:nowrap; }
}

@media (max-width:560px){
  .animals__row{ grid-template-columns:repeat(2,1fr); gap:24px 12px; }
  .animal--wide{ grid-column:1/-1; }
  .animal__icon-wrap{ width:88px; height:88px; }
  .animal__icon{ width:52px; height:52px; }
  .animal--wide .animal__label{ font-size:13.5px; }
  .animal--wide .animal__sub{ font-size:10px; }
  .footer__inner{ flex-direction:column; align-items:center; text-align:center; }
  .schedule__dog{ display:none; }
}
