body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #333333;
  background-color: rgba(255, 218, 185, 0.46);
}

.header-nav .header-nav__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header-nav .header-nav__items {
    flex-direction: row;
  }
}/*# sourceMappingURL=header-nav.css.map */