/* ===== PC レイアウト ===== */
.wrap{max-width:1280px;margin:0 auto;padding:0 28px;}

/* utility top bar */
.util{background:#fbf9f6;border-bottom:1px solid var(--line);font-size:12px;color:var(--ink-soft);}
.util .wrap{height:30px;display:flex;align-items:center;letter-spacing:.04em;}

/* header */
.hd{background:rgba(255,255,255,.92);backdrop-filter:blur(6px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);}
.hd .wrap{height:74px;display:flex;align-items:center;gap:18px;}
.brand{font-family:var(--mincho);font-weight:700;font-size:20px;color:#3f3a4c;display:flex;align-items:center;gap:8px;white-space:nowrap;flex:none;}
.brand .pawmark{width:22px;height:22px;color:var(--p-500);}
.nav{display:flex;align-items:center;gap:15px;margin-left:4px;font-size:14px;font-weight:500;}
.nav a{color:#534d61;position:relative;padding:6px 0;transition:color .15s;white-space:nowrap;}
.nav a:hover{color:var(--p-700);}
.nav a.active{color:var(--p-700);}
.nav a.active::after,.nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--p-400);border-radius:2px;}
.hd-phone{margin-left:auto;flex:none;background:linear-gradient(180deg,#8979a8,#6c5d8c);color:#fff;border-radius:12px;padding:8px 18px;text-align:center;box-shadow:0 6px 16px rgba(108,93,140,.3);}
.hd-phone .num{font-family:var(--mincho);font-size:23px;font-weight:700;line-height:1;display:flex;align-items:center;gap:7px;justify-content:center;white-space:nowrap;}
.hd-phone .num svg{width:18px;height:18px;}
.hd-phone .sub{font-size:11px;letter-spacing:.02em;margin-top:4px;opacity:.92;}

/* breadcrumb */
.crumb{font-size:13px;color:var(--ink-soft);display:flex;gap:10px;align-items:center;padding:18px 0 4px;}
.crumb a:hover{color:var(--p-700);}
.crumb .sep{color:var(--p-300);}

/* page hero (sub pages) */
.page-hero{position:relative;}
.page-title{font-family:var(--mincho);font-weight:800;color:#48415a;}

/* section heading center w/ flourish */
.sec-h{font-family:var(--mincho);font-weight:700;color:#4b4459;text-align:center;display:flex;align-items:center;justify-content:center;gap:16px;}
.sec-h::before,.sec-h::after{content:"";width:46px;height:1px;background:var(--p-300);}

/* footer */
.ft{background:#fbf9f6;border-top:1px solid var(--line);position:relative;margin-top:10px;}
.ft-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0;padding:30px 0;font-size:13px;color:#574f66;}
.ft-links a{padding:0 13px;position:relative;white-space:nowrap;}
.ft-links a:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:13px;background:var(--p-200);}
.ft-links a:hover{color:var(--p-700);}
.ft-copy{text-align:center;font-size:12px;color:var(--ink-faint);padding-bottom:26px;}
.to-top{position:fixed;right:26px;bottom:26px;width:58px;height:58px;border-radius:50%;background:#efeaf4;border:1px solid var(--p-200);color:var(--p-700);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;font-weight:700;box-shadow:var(--shadow);z-index:40;}
.to-top svg{width:16px;height:16px;margin-bottom:1px;}

/* big contact band shared */
.contact-band{background:linear-gradient(180deg,#ece6f3,#e6dff0);border-radius:20px;position:relative;overflow:hidden;}
.contact-phone{font-family:var(--mincho);font-weight:700;color:#5a4f74;font-size:46px;line-height:1;display:flex;align-items:center;gap:12px;}
.contact-phone svg{width:34px;height:34px;color:var(--p-600);}
.badge247{display:inline-block;background:#8979a8;color:#fff;font-size:13px;border-radius:8px;padding:7px 14px;line-height:1.4;text-align:center;}

/* side phone rail (shared) */
.side-rail{position:fixed;right:0;top:120px;z-index:45;background:linear-gradient(180deg,#8979a8,#6c5d8c);color:#fff;border-radius:12px 0 0 12px;padding:14px 8px;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.18em;font-size:13px;text-align:center;box-shadow:-4px 6px 18px rgba(108,93,140,.3);}
.side-rail .num{font-family:var(--mincho);font-weight:700;font-size:22px;letter-spacing:.05em;}
.side-rail svg{width:16px;height:16px;writing-mode:horizontal-tb;margin-bottom:6px;}
