@charset "UTF-8";

/* ======================================================
　全体共通
====================================================== */

:root {
}

/* ---------- ヘッダー ---------- */
picture::before {
  content: "";
  display: block;
  width: 50px;
  height: 90px;
  background: url(./images/usagi-logo-min.png) no-repeat 0 center;
  background-size: contain;
  margin: 0 auto;
}

/* ---------- フッター ---------- */
/* うさぎイラスト */
figure.wp-block-image.aligncenter.size-large.is-resized.footer-usagi img {
  width: 75px;
}

/* ロゴ */
figure.wp-block-image.aligncenter.size-full.is-resized.footer-logo {
  margin-top: 0px;
}
