@charset "UTF-8";
/****** ボディー ******/
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  background-color: #fff;
  color: #1a1a1a;
  margin: 0px;
  font-size: 16px;
  text-align: center;
  padding: 0 !important;
  font-feature-settings: "palt";
}

:root {
  --color-base: #0f2350;
  --color-main: #c5a059;
  --color-sub: #1a1a1a;
  --color-accent: #ff7802;
  --color-bg: #0f2350;
  --color-bright: #eeeeee;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --padding-content: 210px;
  --padding-content-negative: -210px;
  --width--base: 1200px;
  --width--small: 1000px;
}

.gold {
  color: #c5a059;
}

.white {
  color: #fff;
}

.bold {
  font-weight: 900;
  font-size: 120%;
}

/****** フッター ******/
#footer_main {
  padding: 60px 0 60px 0;
  background: #fbfaf3;
  text-align: left;
}

.footer-logo {
  width: 500px;
  max-width: 100%;
}

.footer-company {
  margin-top: 24px;
}

.footer-company-02 {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0;
}

.footer-address {
  margin-top: 24px;
}

.footer_copy {
  margin-top: 24px;
  font-size: 14px;
}

.footer-address {
  font-size: 14px;
}
