.c-page-header__bgimage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(182, 153, 121, 0.6);
  z-index: 10;
}

.c-page-header__title {
  z-index: 20;
  font-size: 36px;
}

.c-page-header[data-has-image=true] {
  height: 400px !important;
}

.c-site-branding__title {
  letter-spacing: -1px;
  text-shadow: 3px 3px 3px grey;
  font-size: 44px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-site-branding__title {
    font-size: 24px;
  }
}

.l-body {
  font-family: "hot-gyoshokk", "yuji-syuku", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.l-footer {
  background: #523c42;
  color: #ffffff;
}

.c-copyright {
  background: #523c42 !important;
  padding-top: 0;
}

@media (max-width: 767px) {
  .reverse-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}

.fv-title {
  text-shadow: 3px 3px 3px #333;
  font-weight: normal;
}
@media (max-width: 767px) {
  .fv-title .sme-font-size {
    font-size: 36px !important;
  }
}

.p-global-nav {
  margin-left: 700px;
}
/*# sourceMappingURL=style.css.map */