@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansCJKjp-Regular-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansCJKjp-Bold-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-base: #5D2D1B;
  --color-bg-main:#FCFAF7;
  --color-orange: #F17210;
  --color-orange-light: #FEF1DE;
  --color-language: #FBE6C7;
  --color-black: #000;
  --color-white: #fff;
  --color-btn: #5D2D1B;
  --color-footer-wrapper: #D8D0CD;
  --color-news-line: #CCC;
  --color-page-title: #F6EFEC;
  --font-noto: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --z-index-header: 100;
  --z-index-header-nav: 101;
  --z-index-header-language: 102;
  --z-index-header-menu: 103;
}

.en {
  font-family: var(--font-roboto);
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/*# sourceMappingURL=variables.css.map */
