@charset "UTF-8";
/* ============================================================
   store-vet.css — 動物病院テーマ
   方向: やさしい町のかかりつけ。クリーム×青緑(ミント)×木の色、丸い部品、角の丸い「シート」を重ねる
   シグネチャー: 「いま診療中か」の大きな札+大きな電話 / 動物の絵の札 / 丸いマスの診療時間表 / 夜の色の急患カード
   医院(clinic)の白×罫の硬さとは逆に、影と丸みで温かく見せる
   ============================================================ */
:root {
  --st-bg: #fbf7ef;
  --st-surface: #ffffff;
  --st-ink: #2a3936;
  --st-muted: #5c6a66;
  --st-line: #e7dcc9;
  --st-accent: #2b7469;
  --st-accent-ink: #ffffff;
  --st-font-display: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Maru Gothic ProN", sans-serif;
  --st-font-body: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Maru Gothic ProN", sans-serif;
  --st-radius: 22px;
  --teal-deep: #1f5a52;
  --mint: #d9eee6;
  --mint-soft: #edf7f2;
  --wood: #c29668;
  --wood-ink: #7d5a36;
  --wood-soft: #f4e9da;
  --apricot: #fdeee3;
  --coral: #b4533a;
  --coral-soft: #fbe3d8;
  --night: #27433f;
  --shadow: 0 12px 32px rgba(74, 58, 32, 0.08);
  --wrap: min(1160px, 100% - 40px);
}
.p-vet { font-weight: 500; }
.p-vet h1, .p-vet h2, .p-vet h3, .p-vet h4 { font-family: var(--st-font-display); font-weight: 800; line-height: 1.45; letter-spacing: 0.02em; }
.v-wrap { width: var(--wrap); margin-inline: auto; }
.v-wrap--narrow { width: min(780px, 100% - 40px); }
.v-section { padding-block: clamp(64px, 9vw, 112px); }
.v-small { font-size: 14px; color: var(--st-muted); line-height: 1.8; }
.p-vet svg { flex: none; }

/* 見出し */
.v-head { max-width: 760px; }
.v-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: 0.2em; color: var(--st-accent); }
.v-eyebrow svg { width: 18px; height: 18px; color: var(--wood); }
.v-h2 { margin-top: 8px; font-size: clamp(26px, 3.4vw, 38px); }
.v-lead { margin-top: 14px; color: var(--st-muted); }
.v-h3 { font-size: 18px; }

/* お知らせ */
.v-notice { background: var(--apricot); border-bottom: 1px solid var(--coral-soft); }
.v-notice__inner { width: var(--wrap); margin-inline: auto; padding: 12px 0; display: flex; gap: 12px; align-items: baseline; font-size: 15px; line-height: 1.7; }
.v-notice__label { flex: none; padding: 1px 12px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 800; }

/* ヘッダー */
.v-header { position: sticky; top: 0; z-index: var(--z-header); background: color-mix(in srgb, var(--st-bg) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--st-line); }
.v-header__inner { width: var(--wrap); margin-inline: auto; min-height: 76px; display: flex; align-items: center; gap: 24px; }
.v-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; min-width: 0; }
.v-logo__mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--st-accent); flex: none; }
.v-logo__mark svg { width: 24px; height: 24px; }
.v-logo small { display: block; font-size: 11px; color: var(--st-muted); line-height: 1.4; }
.v-logo b { display: block; font-family: var(--st-font-display); font-size: 19px; font-weight: 800; line-height: 1.3; }
.v-header__nav { margin-left: auto; display: flex; gap: 20px; font-size: 14px; font-weight: 700; }
.v-header__nav a { text-decoration: none; padding: 6px 2px; border-bottom: 2px solid transparent; }
.v-header__nav a:hover { color: var(--st-accent); border-bottom-color: var(--mint); }
.v-header__tel { display: inline-flex; align-items: center; text-decoration: none; padding: 8px 20px 8px 10px; border-radius: 999px; background: var(--st-accent); color: #fff; transition: background 0.2s; }
.v-header__tel:hover { background: var(--teal-deep); }
.v-header__tel .tel-pc { display: flex; align-items: center; gap: 10px; }
.v-header__tel .tel-pc > svg { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); }
.v-header__tel small { display: block; font-size: 11px; opacity: 0.85; line-height: 1.2; }
.v-header__tel b { display: block; font-size: 21px; font-weight: 800; line-height: 1.2; letter-spacing: 0.03em; }

/* ヒーロー */
.v-hero { position: relative; padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 7vw, 88px); overflow: hidden; }
.v-hero::before {
  content: ""; position: absolute; right: -8vw; top: -12vw; width: 52vw; height: 52vw; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, var(--mint) 0, var(--mint-soft) 55%, transparent 70%); z-index: -1;
}
.v-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.v-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.v-chips span { display: inline-flex; align-items: center; gap: 6px; padding: 4px 14px; border-radius: 999px; background: #fff; border: 1.5px solid var(--st-line); font-size: 13px; font-weight: 700; color: var(--teal-deep); }
.v-chips svg { width: 15px; height: 15px; color: var(--wood); }
.v-hero__name { margin-top: 18px; font-size: clamp(36px, 5.2vw, 60px); line-height: 1.2; letter-spacing: 0.04em; }
.v-hero__name.v-name--m { font-size: clamp(30px, 4.2vw, 48px); }
.v-hero__name.v-name--l { font-size: clamp(24px, 3.2vw, 36px); }
.v-hero__catch { margin-top: 14px; font-family: var(--st-font-display); font-size: clamp(19px, 2.2vw, 24px); font-weight: 800; line-height: 1.6; color: var(--st-accent); }
.v-hero__lead { margin-top: 14px; color: var(--st-muted); max-width: 34em; }
.v-hero__links { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 14px; font-weight: 700; }
.v-hero__links a { display: inline-flex; align-items: center; gap: 6px; color: var(--st-accent); }
.v-hero__links svg { width: 17px; height: 17px; }
.v-hero__photo { position: relative; margin: 0; }
.v-hero__frame { position: relative; display: block; }
.v-hero__frame::after {
  content: ""; position: absolute; inset: 0; transform: translate(16px, 16px); z-index: -1;
  border-radius: 999px 999px 32px 32px; background: var(--wood-soft); border: 2px solid var(--wood);
}
.v-hero__frame img { width: 100%; aspect-ratio: 5 / 5.2; object-fit: cover; border-radius: 999px 999px 32px 32px; }
.v-hero__photo figcaption { position: absolute; right: 16px; bottom: 16px; padding: 2px 12px; border-radius: 999px; background: rgba(42, 57, 54, 0.72); color: #fff; font-size: 12px; }

/* いま診療中か + 大きな電話 */
.v-now { margin-top: 26px; display: grid; gap: 12px; max-width: 520px; }
.v-today { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: 22px; background: #fff; border: 2px solid var(--st-line); box-shadow: var(--shadow); }
.v-today__lamp { position: relative; width: 16px; height: 16px; border-radius: 50%; background: #b9b2a5; flex: none; }
.v-today__body { display: grid; gap: 2px; min-width: 0; }
.v-today__state { font-family: var(--st-font-display); font-size: clamp(18px, 2vw, 21px); font-weight: 800; line-height: 1.45; }
.v-today__hours { font-size: 14px; color: var(--st-muted); line-height: 1.6; }
.v-today.is-open { background: var(--mint-soft); border-color: var(--st-accent); }
.v-today.is-open .v-today__state { color: var(--teal-deep); }
.v-today.is-open .v-today__lamp { background: #2fa36b; box-shadow: 0 0 0 5px rgba(47, 163, 107, 0.2); }
.v-today.is-open .v-today__lamp::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid #2fa36b; animation: v-pulse 2s ease-out infinite; }
.v-today.is-soon .v-today__lamp { background: #e0a53b; box-shadow: 0 0 0 5px rgba(224, 165, 59, 0.2); }
.v-today.is-closed { background: #f5f0e7; }
@keyframes v-pulse { from { transform: scale(0.8); opacity: 0.9; } to { transform: scale(1.8); opacity: 0; } }

.v-bigtel { display: flex; align-items: center; gap: 16px; min-height: 76px; padding: 12px 24px 12px 14px; border-radius: 22px; background: var(--st-accent); color: #fff; text-decoration: none; box-shadow: 0 10px 24px rgba(31, 90, 82, 0.25); transition: background 0.2s, transform 0.2s; }
.v-bigtel:hover { background: var(--teal-deep); transform: translateY(-1px); }
.v-bigtel__icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, 0.18); flex: none; }
.v-bigtel__icon svg { width: 26px; height: 26px; }
.v-bigtel__text { display: grid; line-height: 1.25; min-width: 0; }
.v-bigtel__text small { font-size: 13px; opacity: 0.9; }
.v-bigtel__text b { font-family: var(--st-font-display); font-size: clamp(26px, 3vw, 32px); font-weight: 800; letter-spacing: 0.03em; }
.v-bigtel--er { background: var(--coral); box-shadow: 0 10px 24px rgba(180, 83, 58, 0.25); }
.v-bigtel--er:hover { background: #9a4530; }

/* 角の丸い「シート」: 色のついた欄を、ページの上に重ねた紙のように見せる */
.v-hours, .v-er, .v-first, .v-form-sec { margin-inline: clamp(8px, 2vw, 24px); border-radius: clamp(28px, 4vw, 56px); }
.v-hours { background: var(--mint-soft); }

/* 診療時間表(丸いマス) */
.v-hours__card { margin-top: 28px; padding: clamp(14px, 3vw, 32px); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.v-table__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.v-table { width: 100%; min-width: 560px; border-collapse: separate; border-spacing: 5px 6px; text-align: center; }
.v-table thead th { padding: 8px 2px; font-size: 15px; font-weight: 800; border-radius: 999px; }
.v-table thead th small { display: block; font-size: 10px; font-weight: 700; line-height: 1.2; }
.v-table thead th.is-today { background: var(--st-accent); color: #fff; }
.v-table tbody th { padding: 10px 12px 10px 4px; text-align: left; font-size: 16px; font-weight: 800; white-space: nowrap; line-height: 1.35; }
.v-table tbody th small { display: block; font-size: 12px; font-weight: 700; color: var(--st-muted); }
.v-table tbody tr.is-extra th { color: var(--wood-ink); }
.v-table td { padding: 12px 2px; border-radius: 16px; background: var(--st-bg); line-height: 1.35; vertical-align: middle; }
.v-table td.is-today { background: var(--mint); }
.v-dot { display: inline-block; width: 16px; height: 16px; border-radius: 50%; background: var(--st-accent); vertical-align: middle; }
.v-table tr.is-extra .v-dot { background: var(--wood); }
.v-off { display: inline-block; padding: 1px 9px; border-radius: 999px; background: var(--coral-soft); color: var(--coral); font-size: 13px; font-weight: 800; }
.v-time { font-size: 12px; font-weight: 700; color: var(--teal-deep); }
.v-note { font-size: 12px; font-weight: 700; color: var(--wood-ink); }
.v-none { color: var(--st-muted); }
.v-hours__foot { margin-top: 18px; display: grid; gap: 12px; }
.v-hours__closed { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-weight: 700; }
.v-hours__closed span { padding: 2px 12px; border-radius: 999px; background: var(--coral-soft); color: var(--coral); font-size: 13px; font-weight: 800; }
.v-legend { list-style: none; padding: 0; display: grid; gap: 6px; font-size: 14px; color: var(--st-muted); }
.v-legend li { display: flex; gap: 8px; align-items: flex-start; }
.v-legend svg { width: 14px; height: 14px; margin-top: 5px; color: var(--wood); }

/* 受け取り前: 見本と同じ枠の「受け取ると載ります」 */
.p-vet .ph { border-radius: 28px; border-color: var(--wood); background: #fff; }
.p-vet .ph__slot { border-radius: 20px; background: var(--mint-soft); border-color: transparent; }
.p-vet .ph__slot b { font-weight: 800; }
.p-vet .om__cat { font-weight: 800; border-bottom-color: var(--wood); }

/* 急患(受け取り前の帯) */
.v-er { background: var(--apricot); }
.v-er__lead { margin-top: 12px; font-size: 16px; }
.v-er__draft { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; }
.v-er--draft .v-eyebrow { color: var(--coral); }

/* アクセス */
.v-access__grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.v-dl { display: grid; grid-template-columns: 7em 1fr; margin: 0; padding: 8px 24px; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.v-dl dt, .v-dl dd { padding: 14px 0; border-bottom: 1.5px dashed var(--st-line); }
.v-dl dt { font-weight: 800; color: var(--st-accent); font-size: 14px; }
.v-dl dd { margin: 0; font-size: 15px; }
.v-dl dt:last-of-type, .v-dl dd:last-of-type { border-bottom: 0; }
.v-dl a { color: var(--st-accent); font-weight: 700; }
.v-map .st-map { border-radius: 28px; border: 6px solid #fff; box-shadow: var(--shadow); }

/* よくある質問 */
.v-faq { margin-top: 24px; display: grid; gap: 10px; }
.v-faq details { border-radius: 20px; background: #fff; box-shadow: 0 4px 14px rgba(74, 58, 32, 0.05); border: 1.5px solid var(--st-line); }
.v-faq summary { position: relative; display: flex; gap: 12px; align-items: flex-start; padding: 18px 52px 18px 18px; font-weight: 700; line-height: 1.6; }
.v-faq summary::before { content: "Q"; flex: none; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--st-accent); font-size: 14px; font-weight: 800; }
.v-faq summary::after { content: "+"; position: absolute; right: 18px; top: 16px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--st-bg); color: var(--st-accent); font-size: 20px; font-weight: 800; line-height: 1; }
.v-faq details[open] summary::after { content: "−"; }
.v-faq details p { padding: 0 22px 20px 58px; color: var(--st-muted); }

/* 近くのお店・フッター・電話バー */
.p-vet .nr { background: var(--st-bg); }
.p-vet .nr__img { border-radius: 18px; }
.v-footer { background: var(--night); color: rgba(251, 247, 239, 0.86); padding-block: 40px; font-size: 14px; }
.v-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 40px; }
.v-footer__name { display: flex; align-items: center; gap: 8px; font-family: var(--st-font-display); font-size: 19px; font-weight: 800; color: #fbf7ef; }
.v-footer__name svg { width: 20px; height: 20px; color: var(--wood); }
.p-vet .call-bar a { border-radius: 999px; background: var(--st-accent); color: #fff; font-size: 16px; }
.p-vet .call-bar a + a { background: #fff; color: var(--st-accent); border: 1.5px solid var(--st-accent); }
.p-vet .call-bar svg { width: 18px; height: 18px; }

/* ============ 受け取り後だけの欄 ============ */
/* 診られる動物 */
.p-full .v-animals__list { margin-top: 30px; list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.p-full .v-animal { display: grid; justify-items: center; align-content: start; gap: 6px; padding: 22px 12px 20px; border-radius: 28px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.p-full .v-animal__pic { width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--teal-deep); margin-bottom: 4px; }
.p-full .v-animal__pic svg { width: 48px; height: 48px; }
.p-full .v-animal__name { font-family: var(--st-font-display); font-size: 19px; font-weight: 800; line-height: 1.4; }
.p-full .v-animal__level { padding: 1px 12px; border-radius: 999px; background: var(--mint-soft); color: var(--teal-deep); font-size: 12px; font-weight: 800; }
.p-full .v-animal__note { font-size: 13px; color: var(--st-muted); line-height: 1.6; }
.p-full .v-animal.is-ask .v-animal__pic { background: var(--wood-soft); color: var(--wood-ink); }
.p-full .v-animal.is-ask .v-animal__level { background: var(--wood-soft); color: var(--wood-ink); }
.p-full .v-animals__note { margin-top: 16px; }

/* 急患・夜間 */
.p-full .v-er__grid { margin-top: 28px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; align-items: stretch; }
.p-full .v-er__main { padding: clamp(20px, 3vw, 32px); border-radius: 28px; background: #fff; box-shadow: var(--shadow); display: grid; gap: 16px; align-content: start; }
.p-full .v-er__main .v-er__lead { margin: 0; }
.p-full .v-er__signs-title { display: flex; align-items: center; gap: 8px; font-weight: 800; color: var(--coral); }
.p-full .v-er__signs-title svg { width: 20px; height: 20px; }
.p-full .v-er__signs { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.p-full .v-er__signs li { padding: 6px 14px; border-radius: 999px; background: var(--apricot); border: 1.5px solid var(--coral-soft); font-size: 14px; font-weight: 700; line-height: 1.5; }
.p-full .v-er__night { padding: clamp(20px, 3vw, 32px); border-radius: 28px; background: var(--night); color: #f3efe6; display: grid; gap: 14px; align-content: start; }
.p-full .v-er__night-title { display: flex; align-items: center; gap: 10px; font-family: var(--st-font-display); font-size: 20px; font-weight: 800; color: #ffe2a6; }
.p-full .v-er__night-title svg { width: 22px; height: 22px; }
.p-full .v-er__refer { display: grid; gap: 4px; padding: 16px 18px; border-radius: 20px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); }
.p-full .v-er__refer b { font-size: 16px; }
.p-full .v-er__refer a { display: inline-flex; align-items: center; gap: 8px; font-family: var(--st-font-display); font-size: 26px; font-weight: 800; color: #ffe2a6; text-decoration: none; letter-spacing: 0.03em; }
.p-full .v-er__refer a svg { width: 22px; height: 22px; }
.p-full .v-er__refer small { font-size: 13px; opacity: 0.85; }

/* 診療とサービス: 写真の札(3列)+ 絵の小さな札(2列) */
.p-full .v-care__grid { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.p-full .v-care__list { margin-top: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.p-full .v-card { position: relative; border-radius: 28px; background: #fff; overflow: hidden; box-shadow: var(--shadow); }
.p-full .v-card__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.p-full .v-card__body { padding: 22px 22px 24px; display: grid; gap: 8px; align-content: start; }
.p-full .v-card__icon { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--teal-deep); }
.p-full .v-card__icon svg { width: 30px; height: 30px; }
.p-full .v-card__tag { justify-self: start; padding: 2px 12px; border-radius: 999px; background: var(--wood-soft); color: var(--wood-ink); font-size: 12px; font-weight: 800; }
.p-full .v-card h3 { font-size: 19px; }
.p-full .v-card p { font-size: 15px; color: var(--st-muted); line-height: 1.85; }
.p-full .v-card.has-photo { display: flex; flex-direction: column; }
.p-full .v-card.has-photo .v-card__icon { position: relative; width: 60px; height: 60px; border: 5px solid #fff; margin: -30px 0 0 18px; }
.p-full .v-card.has-photo .v-card__body { padding-top: 10px; }
.p-full .v-care__list .v-card { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px; align-items: start; }
.p-full .v-care__list .v-card__body { padding: 0; }

/* 料金の目安 */
.p-full .v-price { padding-top: 0; }
.p-full .v-price__grid { margin-top: 28px; display: grid; align-items: start; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 18px; }
.p-full .v-price__group { padding: 22px 24px; border-radius: 24px; background: #fff; border: 1.5px solid var(--st-line); }
.p-full .v-price__group h3 { display: inline-block; padding: 2px 14px; border-radius: 999px; background: var(--wood-soft); color: var(--wood-ink); font-size: 14px; }
.p-full .v-price__group ul { list-style: none; padding: 0; margin-top: 8px; }
.p-full .v-price__group li { padding: 12px 0; border-bottom: 1.5px dashed var(--st-line); }
.p-full .v-price__group li:last-child { border-bottom: 0; padding-bottom: 0; }
.p-full .v-price__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 15px; font-weight: 700; }
.p-full .v-price__row b { font-family: var(--st-font-display); font-size: 17px; font-weight: 800; color: var(--teal-deep); white-space: nowrap; }
.p-full .v-price__group small { display: block; margin-top: 2px; font-size: 13px; color: var(--st-muted); line-height: 1.6; }
.p-full .v-price__note { margin-top: 18px; }

/* はじめての方へ */
.p-full .v-first { background: var(--wood-soft); }
.p-full .v-first__grid { margin-top: 30px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; align-items: start; }
.p-full .v-first__steps { padding: clamp(20px, 3vw, 32px); border-radius: 28px; background: #fff; }
.p-full .v-steps { list-style: none; padding: 0; margin-top: 16px; display: grid; }
.p-full .v-steps li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding-bottom: 20px; }
.p-full .v-steps li:not(:last-child)::before { content: ""; position: absolute; left: 21px; top: 44px; bottom: 0; border-left: 2px dashed var(--mint); }
.p-full .v-steps__num { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--st-accent); color: #fff; font-family: var(--st-font-display); font-size: 18px; font-weight: 800; }
.p-full .v-steps h4 { font-size: 17px; padding-top: 8px; }
.p-full .v-steps h4 small { margin-left: 10px; padding: 1px 10px; border-radius: 999px; background: var(--mint-soft); color: var(--teal-deep); font-size: 12px; font-weight: 700; vertical-align: 2px; }
.p-full .v-steps p { font-size: 15px; color: var(--st-muted); }
.p-full .v-first__side { display: grid; gap: 20px; }
.p-full .v-note-card { padding: clamp(20px, 3vw, 28px); border-radius: 28px; background: #fff; }
.p-full .v-note-card--wood { background: #fffaf2; border: 2px dashed var(--wood); }
.p-full .v-bring, .p-full .v-manners { list-style: none; padding: 0; margin-top: 12px; display: grid; gap: 10px; }
.p-full .v-bring li { display: flex; gap: 12px; align-items: flex-start; }
.p-full .v-bring svg { width: 26px; height: 26px; padding: 5px; border-radius: 50%; background: var(--mint); color: var(--st-accent); margin-top: 1px; }
.p-full .v-bring span { font-weight: 700; line-height: 1.6; }
.p-full .v-bring small { display: block; font-size: 13px; font-weight: 500; color: var(--st-muted); }
.p-full .v-manners li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.7; }
.p-full .v-manners svg { width: 16px; height: 16px; margin-top: 5px; color: var(--wood); }

/* 獣医師 */
.p-full .v-vets__list { margin-top: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.p-full .v-vets__list.is-one { grid-template-columns: minmax(0, 760px); }
.p-full .v-vet { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: clamp(20px, 3vw, 28px); border-radius: 32px; background: #fff; box-shadow: var(--shadow); align-items: start; }
.p-full .v-vet__photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 999px 999px 24px 24px; background: var(--wood-soft); }
.p-full .v-vet__role { display: inline-block; padding: 1px 12px; border-radius: 999px; background: var(--st-accent); color: #fff; font-size: 12px; font-weight: 800; }
.p-full .v-vet__name { margin-top: 8px; font-size: 24px; }
.p-full .v-vet__name small { display: block; font-size: 13px; font-weight: 500; color: var(--st-muted); letter-spacing: 0.1em; }
.p-full .v-vet__text { margin-top: 10px; display: grid; gap: 10px; font-size: 15px; }
.p-full .v-vet__career { list-style: none; padding: 14px 0 0; margin-top: 14px; border-top: 1.5px dashed var(--st-line); display: grid; gap: 4px; font-size: 14px; color: var(--st-muted); }
.p-full .v-vet__career li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--wood); vertical-align: 2px; }

/* 院内のようす(横に流れる写真) */
.p-full .v-gallery { padding-top: 0; }
.p-full .v-gallery__list {
  list-style: none; margin: 28px 0 0; padding: 4px max(20px, calc((100% - 1160px) / 2)) 16px;
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin;
}
.p-full .v-gallery__list li { flex: 0 0 min(78vw, 400px); scroll-snap-align: start; }
.p-full .v-gallery__list img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; }
.p-full .v-gallery__list figcaption { margin-top: 10px; font-size: 14px; font-weight: 700; color: var(--st-muted); }

/* 問い合わせ */
.p-full .v-form-sec { background: var(--mint-soft); }
.p-full .v-form-sec .v-head { margin-inline: auto; text-align: center; }
.p-full .v-form-sec .st-form { margin-top: 28px; border-radius: 28px; border: 0; box-shadow: var(--shadow); }
.p-full .v-form-sec .st-form input:not([type="radio"]):not([type="checkbox"]), .p-full .v-form-sec .st-form textarea { border-radius: 14px; background: var(--st-bg); }

/* ============ 画面の幅ごと ============ */
@media (max-width: 1023px) {
  .v-header__nav { display: none; }
  .v-header__tel { margin-left: auto; }
  .v-hero__grid { grid-template-columns: 1fr; }
  .v-hero__photo { order: -1; width: min(560px, 100%); margin-inline: auto; }
  .v-hero__frame img { aspect-ratio: 4 / 3.3; }
  .v-now { max-width: none; }
  .p-full .v-care__grid { grid-template-columns: repeat(2, 1fr); }
  .p-full .v-care__list { grid-template-columns: 1fr; }
  .p-full .v-er__grid, .p-full .v-first__grid, .v-er__draft { grid-template-columns: 1fr; }
  .p-full .v-vets__list { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --wrap: min(1160px, 100% - 32px); }
  .v-wrap--narrow { width: calc(100% - 32px); }
  .v-header__inner { min-height: 64px; gap: 12px; }
  .v-logo__mark { width: 38px; height: 38px; }
  .v-logo b { font-size: 16px; }
  .v-logo small { font-size: 10px; }
  .v-header__tel { padding: 10px 16px; font-weight: 800; font-size: 15px; }
  .v-hero { padding-top: 20px; }
  .v-hero::before { width: 120vw; height: 120vw; right: -50vw; top: -40vw; }
  .v-hero__frame::after { transform: translate(10px, 10px); }
  .v-hero__frame img, .v-hero__frame::after { border-radius: 180px 180px 24px 24px; }
  .v-hero__name { margin-top: 14px; }
  .v-today { padding: 14px 16px; gap: 14px; }
  .v-bigtel { min-height: 72px; padding: 10px 18px 10px 10px; gap: 12px; }
  .v-bigtel__icon { width: 48px; height: 48px; }
  .v-bigtel__text b { font-size: 27px; }
  .v-hours, .v-er, .v-first, .v-form-sec { margin-inline: 6px; border-radius: 28px; }
  .v-hours .v-wrap, .v-er .v-wrap, .v-first .v-wrap, .v-form-sec .v-wrap { width: calc(100% - 24px); }
  .v-hours__card { padding: 12px 8px 18px; border-radius: 22px; }
  .v-hours__foot { padding-inline: 8px; }
  .v-table { min-width: 0; border-spacing: 3px 5px; }
  .v-table thead th { font-size: 14px; }
  .v-table tbody th { padding: 8px 4px 8px 2px; font-size: 14px; }
  .v-table tbody th small { font-size: 10px; letter-spacing: 0; }
  .v-table td { padding: 10px 0; border-radius: 12px; }
  .v-time { font-size: 10.5px; letter-spacing: 0; }
  .v-note { font-size: 11px; letter-spacing: 0; }
  .v-off { padding: 1px 6px; font-size: 12px; }
  .v-dot { width: 13px; height: 13px; }
  .v-access__grid { grid-template-columns: 1fr; }
  .v-dl { grid-template-columns: 5.5em 1fr; padding: 4px 18px; }
  .v-faq details p { padding: 0 18px 18px 18px; }
  .p-full .v-animals__list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .p-full .v-animal { padding: 18px 10px; border-radius: 24px; }
  .p-full .v-animal__pic { width: 68px; height: 68px; }
  .p-full .v-animal__pic svg { width: 42px; height: 42px; }
  .p-full .v-care__grid { grid-template-columns: 1fr; }
  .p-full .v-care__list .v-card { grid-template-columns: 44px 1fr; gap: 14px; padding: 18px; }
  .p-full .v-care__list .v-card__icon { width: 44px; height: 44px; }
  .p-full .v-care__list .v-card__icon svg { width: 26px; height: 26px; }
  .p-full .v-er__refer a { font-size: 24px; }
  .p-full .v-vet { grid-template-columns: 112px 1fr; gap: 16px; }
  .p-full .v-vet__text, .p-full .v-vet__career { grid-column: 1 / -1; }
  .p-full .v-vet__body { display: contents; }
  .p-full .v-vet__body > .v-vet__role, .p-full .v-vet__body > .v-vet__name { grid-column: 2; }
  .p-full .v-vet__photo { grid-row: 1 / span 2; }
  .p-full .v-vet__name { margin-top: 0; font-size: 21px; }
  .p-full .v-vet__role { justify-self: start; align-self: end; }
  .p-full .v-gallery__list { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .v-today.is-open .v-today__lamp::after { animation: none; }
}
/* 表の列幅: 時間帯の列を決め、曜日の列は均等に */
.v-table { table-layout: fixed; }
.v-table thead th:first-child { width: 8.5em; }
@media (max-width: 767px) {
  .v-table thead th:first-child { width: 74px; }
  .v-table tbody th { white-space: normal; }
  .v-table tbody th small { line-height: 1.3; }
}
.p-full .v-gallery__list { scroll-padding-inline: max(20px, calc((100% - 1160px) / 2)); }
/* スマホ: 急ぐ人のために「いま診療中か」と電話を、紹介文より先に出す */
.v-hero__copy { display: flex; flex-direction: column; }
.v-hero__copy > .v-chips { order: 1; }
.v-hero__copy > .v-hero__name { order: 2; }
.v-hero__copy > .v-hero__catch { order: 3; }
.v-hero__copy > .v-hero__lead { order: 4; }
.v-hero__copy > .v-now { order: 5; }
.v-hero__copy > .v-hero__links { order: 6; }
@media (max-width: 767px) {
  .v-hero__copy > .v-now { order: 4; margin-top: 20px; }
  .v-hero__copy > .v-hero__lead { order: 5; margin-top: 18px; font-size: 15px; }
  .v-hero__frame img { aspect-ratio: 16 / 11; }
  .v-hero__frame img, .v-hero__frame::after { border-radius: 120px 120px 22px 22px; }
  .p-full .v-gallery__list { scroll-padding-inline: 16px; }
}
