@charset "UTF-8";
:root {
  --theme-bg-color1: #ffffff;
  --theme-txt-color1: #423822;
  --theme-txt-color1-invert: #cccccc;
  --theme-bg-color2: #b2a571;
  --theme-txt-color2: #ffffff;
  --theme-bg-color3: #e6dfc6;
  --theme-txt-color3: #423822;
  --theme-border-color: var(--theme-bg-color3);
  --menu-link-color-home: var(--theme-txt-color1);
}

:root {
  --global-font-family: "Jost", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

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