@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Bebas+Neue&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#2B9ED4;--green:#4BAD3E;--orange:#F5931E;
  --black:#1A1A1A;--white:#fff;
  --gray-light:#F6F7F5;--gray-mid:#888;--gray-border:#E2E2DE;
  --blue-dark:#1A7BAA;--green-dark:#3A8A2E;--orange-dark:#D0770E;
}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans JP',sans-serif;background:#fff;color:var(--black);line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

/* LINE FLOAT */
.line-float{position:fixed;bottom:24px;right:24px;z-index:999;background:#06C755;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(6,199,85,0.5);transition:transform .2s}
.line-float:hover{transform:scale(1.08)}
.line-float-label{position:fixed;bottom:88px;right:16px;z-index:999;background:#06C755;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px;white-space:nowrap;pointer-events:none}

/* HEADER */
.site-header{background:#fff;border-bottom:3px solid var(--blue);position:sticky;top:0;z-index:100;padding:0 1.5rem}
.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:66px}
.logo-wrap{background:#fff;display:flex;align-items:center}
.logo-wrap img{height:42px;object-fit:contain;display:block;background:#fff;border-radius:4px}
.header-nav{display:flex;gap:1.5rem;align-items:center}
.header-nav a{font-size:13px;color:#444;font-weight:500;padding-bottom:2px;border-bottom:2px solid transparent;transition:all .2s}
.header-nav a:hover,.header-nav a.active{color:var(--blue);border-bottom-color:var(--blue)}
.header-cta{display:flex;align-items:center;gap:8px}
.btn-line{background:#06C755;color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px}
.btn-line:hover{background:#04a347}
.btn-tel{background:var(--green);color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px}
.btn-tel:hover{background:var(--green-dark)}
.btn-reserve{background:var(--orange);color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:700}
.btn-reserve:hover{background:var(--orange-dark)}
.reserve-sp{display:none}

/* NOTICE BAR */
.notice-bar{background:var(--blue);color:#fff;text-align:center;padding:9px 1rem;font-size:13px;font-weight:700}

/* PAGE HERO */
.page-hero{background:var(--black);color:#fff;padding:3.5rem 1.5rem}
.page-hero-inner{max-width:1100px;margin:0 auto}
.page-label{font-size:11px;font-weight:700;letter-spacing:3px;margin-bottom:8px;text-transform:uppercase;color:var(--orange)}
.page-hero h1{font-family:'Bebas Neue',sans-serif;font-size:52px;letter-spacing:3px;color:#fff;line-height:1.1}
.breadcrumb{font-size:12px;color:#777;margin-top:12px}
.breadcrumb a{color:#aaa}
.breadcrumb a:hover{color:#fff}
.breadcrumb span{color:#555;margin:0 6px}

/* SECTION */
.section{padding:5rem 1.5rem}
.section-inner{max-width:1100px;margin:0 auto}
.section-label{font-size:11px;font-weight:700;letter-spacing:3px;margin-bottom:8px;text-transform:uppercase}
.label-blue{color:var(--blue)}
.label-green{color:var(--green)}
.label-orange{color:var(--orange)}
.section-title{font-size:30px;font-weight:700;margin-bottom:2rem;line-height:1.35}
.section-alt{background:var(--gray-light)}

/* CTA BAND */
.cta-band{padding:4rem 1.5rem;text-align:center;background:linear-gradient(135deg,var(--blue) 0%,var(--green) 50%,var(--orange) 100%)}
.cta-band h2{font-family:'Bebas Neue',sans-serif;font-size:44px;color:#fff;letter-spacing:3px;margin-bottom:.8rem}
.cta-band p{color:rgba(255,255,255,0.9);font-size:15px;margin-bottom:2rem}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.cta-tel{background:#fff;color:var(--black);padding:14px 28px;border-radius:8px;font-size:18px;font-weight:700}
.cta-line-btn{background:#06C755;color:#fff;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px}
.cta-line-btn:hover{background:#04a347}
.cta-contact{background:transparent;color:#fff;padding:14px 24px;border-radius:8px;font-size:14px;font-weight:700;border:2px solid rgba(255,255,255,0.8)}
.cta-contact:hover{background:rgba(255,255,255,0.1)}

/* FOOTER */
.site-footer{background:var(--black);color:#aaa;padding:3rem 1.5rem 1.5rem}
.footer-inner{max-width:1100px;margin:0 auto}
.footer-color-bar{height:5px;background:linear-gradient(90deg,var(--blue) 33%,var(--green) 33% 66%,var(--orange) 66%);margin-bottom:2rem;border-radius:3px}
.footer-top{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:2rem}
.footer-logo img{height:38px;margin-bottom:12px;display:block}
.footer-logo p{font-size:13px;line-height:1.8;color:#888}
.footer-line{display:inline-flex;align-items:center;gap:6px;background:#06C755;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:6px;margin-top:12px}
.footer-line:hover{background:#04a347}
.footer-nav h3{font-size:12px;font-weight:700;margin-bottom:12px;letter-spacing:2px;color:#fff}
.footer-nav ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-nav a{font-size:13px;color:#777}
.footer-nav a:hover{color:#fff}
.footer-bottom{border-top:1px solid #222;padding-top:1.5rem;font-size:12px;color:#555;text-align:center}

/* RESPONSIVE */
@media(max-width:768px){
  /* ヘッダー */
  .header-nav{display:none}
  .header-inner{height:56px;padding:0}
  .site-header{padding:0 12px}
  .logo-wrap img{height:32px;background:#fff}

  /* ヘッダーCTAボタン：アイコンのみ・コンパクトに */
  .header-cta{gap:6px}
  .btn-line{padding:8px 10px;font-size:0;border-radius:50%;width:38px;height:38px;justify-content:center}
  .btn-line svg{width:20px;height:20px;flex-shrink:0}
  .btn-line span{display:none}
  .btn-tel{padding:8px 10px;font-size:0;border-radius:50%;width:38px;height:38px;justify-content:center}
  .btn-tel svg{display:none}
  .btn-tel::before{content:"📞";font-size:18px}
  .btn-tel span{display:none}
  .btn-reserve{padding:6px 10px;font-size:11px;font-weight:700;border-radius:6px;white-space:nowrap;height:38px;display:flex;align-items:center;justify-content:center}
  .reserve-pc{display:none}
  .reserve-sp{display:inline}

  /* その他 */
  .footer-top{grid-template-columns:1fr}
  .line-float-label{display:none}
  .page-hero h1{font-size:38px}
  .notice-bar{font-size:11px;padding:7px 8px}
}
