@import "./base.css";
@import "./layout.css";
@import "./components.css";
@import "./pages.css";
@import "./woocommerce.css";

/* footerの最低限（既存にあれば不要） */
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding: 18px 0;
}
.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

