@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* 各ページの <link> に依存せず全ページでフォントを効かせるため、
   読込と変数定義をこのファイルに集約している */
:root {
  --brand-font: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --body-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  --color-main-light: #FCF6D1;
}

.html {
  font-size: 62.5%;
}

#body {
  width: 100%;
  /* 見出し・タイトルは style.css 側で Zen Maru Gothic に戻している */
  font-family: var(--body-font) !Important;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #FFF;
}

img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=common.css.map */
