@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
html,
body,
h1,
h2,
h3,
p,
div {
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 15px;
}

.L-size {
  font-size: 1.5em;
}

.M-size {
  font-size: 1.2em;
}

.red {
  color: #e9566e;
}

@media (min-width: 769px) {
  .top {
    margin-bottom: 100px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .top {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .top h3 {
    font-size: 1rem;
    width: calc(100% - 15px);
    text-align: left;
    margin: 10px auto 25px;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .top h3 {
    font-size: 2.8vw;
    width: calc(100% - 10px);
    text-align: left;
    margin: 10px 0 25px 10px;
    line-height: 1.2rem;
  }
}
.top-img {
  position: relative;
}
.top-img img {
  width: 100%;
}
.top-img-24h {
  position: absolute;
  top: 10px;
  right: 10px;
}
.top-img-24h img {
  width: 100px;
}
.top-img-txt {
  position: absolute;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media (min-width: 769px) {
  .top-img-txt {
    width: calc(100vw - 30px);
    max-width: 1200px;
    bottom: 30px;
    line-height: min(3vw, 35px);
  }
}
@media (max-width: 768px) {
  .top-img-txt {
    width: 100%;
    bottom: 50px;
    line-height: 4vw;
  }
}
.top-img-txt h1 {
  font-size: min(3vw, 30px);
  width: calc(100% - 20px);
  margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .top-img-txt h1 {
    font-size: 3.8vw;
  }
}
.top-img-txt h2 {
  font-size: min(2vw, 25px);
  width: calc(100% - 23px);
  margin: 0 0 20px 23px;
}
@media (max-width: 768px) {
  .top-img-txt h2 {
    font-size: 2.5vw;
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
  }
}
.top-2nd {
  margin-top: 25vw;
  position: relative;
}
@media (max-width: 768px) {
  .top-2nd {
    margin-top: 35vw;
  }
}
.top-2nd img {
  width: 100%;
}
.top-2nd-gorio {
  position: absolute;
  top: -20vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top-2nd-gorio {
    top: -30vw;
  }
}
.top-2nd-gorio img {
  width: 30vw;
}
@media (max-width: 768px) {
  .top-2nd-gorio img {
    width: 50vw;
  }
}
.top-3rd {
  margin: 0 auto;
  text-align: center;
}
.top-3rd img {
  width: 100%;
}
.top-yellow {
  background-color: #fff100;
  text-align: center;
  padding: 25px;
}
.top-yellow h2 {
  font-size: min(4.5vw, 50px);
  line-height: min(6vw, 65px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #e6081c;
}
@media (max-width: 768px) {
  .top-yellow h2 {
    font-size: 5vw;
    line-height: 8vw;
  }
}
.top-map {
  margin: 20px auto 0;
}
.top-map h2 {
  font-size: min(2vw, 30px);
  width: calc(100% - 23px);
  margin: 0 0 20px 23px;
  line-height: min(3vw, 45px);
}
@media (max-width: 768px) {
  .top-map h2 {
    font-size: 4vw;
    width: calc(100% - 10px);
    margin: 0 0 20px 10px;
    line-height: 5vw;
  }
}
.top-map iframe {
  padding-bottom: 20px;
}

footer {
  text-align: center;
  margin: 10vw auto 20vw;
  font-size: min(1.5vw, 20px);
  width: calc(100% - 23px);
  margin: 0 0 20px 23px;
  line-height: 2.5vw;
}
@media (max-width: 768px) {
  footer {
    font-size: 2vw;
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    line-height: 3.5vw;
  }
}/*# sourceMappingURL=style.css.map */