.gothic {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.sako_bg {
  color: black;
  background-image: linear-gradient(to right, #ece4dc, #ffffff, #ece4dc);
}

.sako_lead {
  line-height: 1.7;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 50px 0;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .sako_lead {
    line-height: 1.5;
    padding: 35px 0;
    font-size: 20px;
  }
}

.sako_img {
  display: block;
}
.sako_img:first-of-type {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sako_img:first-of-type {
    margin-bottom: 40px;
  }
}

.sako_map {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sako_map {
    margin-bottom: 25px;
  }
}

.sako_list {
  justify-content: space-between;
}
.sako_list li {
  display: block;
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sako_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sako_caption {
  display: block;
  letter-spacing: 0.5px;
  font-size: 11px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sako_caption {
    letter-spacing: 0.3px;
    font-size: 10px;
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=index.css.map */