
:root{
  --hanawa-shell-font-body:'Yu Gothic', 'Meiryo', sans-serif;
  --hanawa-shell-font-heading:'Yu Gothic UI', 'Meiryo', sans-serif;
  --hanawa-shell-navy:#123056;
  --hanawa-shell-navy-deep:#0f2748;
  --hanawa-shell-line:#d7e0ed;
  --hanawa-shell-yellow:#e4a941;
}
.kr-container{max-width:1180px;margin:0 auto;padding:0 24px;box-sizing:border-box;}
.kr-header{position:sticky;top:0;z-index:1100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(26,54,93,.08);}
.kr-header__top-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 24px 10px;}
.kr-brand{display:flex;align-items:center;gap:14px;color:var(--hanawa-shell-navy);min-width:0;text-decoration:none;}
.kr-brand img{width:56px;height:56px;object-fit:contain;flex:0 0 auto;}
.kr-brand__text{min-width:0;display:flex;flex-direction:column;}
.kr-brand__title{margin:0;font-family:var(--hanawa-shell-font-heading);font-size:1.25rem;line-height:1.2;font-weight:800;color:var(--hanawa-shell-navy);}
.kr-brand__lead{margin:0;font-family:var(--hanawa-shell-font-body);font-size:.82rem;line-height:1.4;color:#4b5b70;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kr-header__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex:0 0 auto;}
.kr-header__tel{font-family:var(--hanawa-shell-font-heading);font-size:1.1rem;font-weight:800;color:var(--hanawa-shell-navy);text-decoration:none;}
.kr-header__hours{font-family:var(--hanawa-shell-font-body);font-size:.75rem;line-height:1.55;color:#526579;text-align:right;max-width:340px;}
.kr-menu-btn{display:none;border:1px solid rgba(18,48,86,.2);background:#fff;color:var(--hanawa-shell-navy);border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer;align-items:center;justify-content:center;gap:4px;}
.kr-menu-btn span{display:block;width:18px;height:2px;background:currentColor;border-radius:999px;}
.kr-header__navwrap{border-top:1px solid rgba(18,54,93,.08);background:var(--hanawa-shell-navy);}
.kr-header__navinner{max-width:100%;margin:0 auto;padding:0 16px;}
.kr-global-nav{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;}
.kr-global-nav a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;color:#fff;border-radius:999px;font-family:var(--hanawa-shell-font-body);font-weight:700;font-size:.94rem;line-height:1.4;text-decoration:none;transition:background-color .2s ease,transform .2s ease;}
.kr-global-nav a:hover,.kr-global-nav a:focus-visible{background:rgba(255,255,255,.14);transform:translateY(-1px);}
.kr-global-nav a[aria-current="page"]{background:rgba(255,255,255,.16);}
.kr-global-nav .kr-nav-cta{background:var(--hanawa-shell-yellow);color:var(--hanawa-shell-navy);}
@media (max-width:860px){
  .kr-header__top-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'brand menu' 'meta meta';align-items:center;gap:12px;padding:12px 18px 10px;}
  .kr-brand{grid-area:brand;}
  .kr-header__meta{grid-area:meta;align-items:flex-start;}
  .kr-menu-btn{grid-area:menu;display:inline-flex;}
  .kr-header__navinner{padding:0 18px 14px;}
  .kr-global-nav{display:none;flex-direction:column;align-items:stretch;gap:8px;padding:12px 0 0;}
  .kr-global-nav.is-open{display:flex;}
  .kr-global-nav a{text-align:left;justify-content:flex-start;}
}
@media (max-width:767px){
  .kr-container{padding:0 16px;}
  .kr-brand img{width:44px;height:44px;}
  .kr-brand__title{font-size:1rem;}
  .kr-brand__lead,.kr-header__hours,.kr-header__tel{display:none;}
  .kr-header__top-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'brand menu';padding:10px 16px;}
  .kr-header__meta{display:none;}
  .kr-header__navinner{padding:0 16px 16px;}
  .kr-global-nav a{padding:12px 14px;font-size:.98rem;}
}
