/*
Theme Name: Lightning Child
Template: lightning
Version: 1.0.0
*/

/* ここから追記OK ───── */

/* スマホ下部固定CTA */
.hotaru-cta-fixed{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  padding: 10px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(6px);
  z-index: 9999;
}
.hotaru-cta-fixed .btn{
  display:flex; align-items:center; justify-content:center;
  padding: 12px 10px; border-radius: 10px; text-decoration:none; color:#fff;
  font-weight: 700; font-size: 14px;
}
.hotaru-cta-fixed .btn.line { background:#00BF63; }
.hotaru-cta-fixed .btn.tel  { background:#213a70; }
