.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.ja {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow: hidden;
}

body .background {
  background: url(../img/kominka-night.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0.15;
}

.sub-mv .sub-mv-img {
  height: 15rem;
  width: 100%;
}

.sub-mv .sub-title {
  text-align: center;
}

.sub-mv .sub-title h1 {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .sub-mv .sub-title h1 {
    font-size: 2.4rem;
  }
}

.sub-content {
  padding: 3rem 2rem 8rem;
}

@media screen and (min-width: 1024px) {
  .sub-content {
    padding: 5rem 20% 10rem;
    font-size: 1.6rem;
  }
}

.sub-content .history-back {
  padding: 5rem 0 0;
}

.sub-content .history-back a {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  border: #3B6A6F 0.1rem solid;
}

@media screen and (min-width: 1024px) {
  .sub-content .history-back a {
    font-size: 1.6rem;
  }
}

.sub-content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .sub-content img {
    width: 80%;
    height: auto;
  }
}
/*# sourceMappingURL=sub.css.map */