.kv {
  background-image: url(../../images/access/kv_1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: url(../../images/access/kv_2.png);
  }
}

.box {
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: auto;
}

.headline {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  text-align: center;
  margin: 0 0 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 22px;
  }
}
.headline::before {
  content: "";
  width: 70px;
  position: absolute;
  border-bottom: 1px solid rgba(26, 26, 26, 0.4);
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.bg_color_beige {
  background-color: #f1eee9;
}

.bg_color_gray {
  background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .root_1 {
    width: 500px;
  }
}

.count_1, .count_2 {
  display: grid;
  gap: 10px;
  color: #fff;
  text-align: center;
}
.count_1 li, .count_2 li {
  padding: 20px 0;
  border-radius: 10px;
}
.count_1 li span, .count_2 li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .count_1 li span, .count_2 li span {
    font-size: 12px;
  }
}
.count_1 li p, .count_2 li p {
  font-family: "Arsenal", sans-serif;
  font-size: 40px;
  line-height: 1;
}
.count_1 li p small, .count_2 li p small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .count_1 li p small, .count_2 li p small {
    font-size: 14px;
  }
}
.count_1 li small, .count_2 li small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .count_1 li small, .count_2 li small {
    font-size: 12px;
  }
}
.count_1 li.color_1, .count_2 li.color_1 {
  background-color: #C38762;
}
.count_1 li.color_2, .count_2 li.color_2 {
  background-color: #A0895B;
}
.count_1 li.color_3, .count_2 li.color_3 {
  background-color: #C6B468;
}
.count_1 li.color_4, .count_2 li.color_4 {
  background-color: #415d67;
}
.count_1 li.color_5, .count_2 li.color_5 {
  background-color: #5e92a1;
}

.count_1 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .count_1 {
    grid-template-columns: 1fr;
  }
}

.count_2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .count_2 {
    grid-template-columns: 1fr;
  }
}

.root_1 img {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .root_1 img {
    width: 100%;
  }
}

.root_2 img {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .root_2 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .root_3 {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .root_4 {
    width: 500px;
  }
}
.root_4 img {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .root_4 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .root_5 {
    width: 500px;
  }
}
.root_5 img {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .root_5 img {
    width: 100%;
  }
}

.times {
  padding: 40px 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.times img {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .times img {
    width: 100%;
  }
}

.strong {
  font-family: "Arsenal", sans-serif;
  font-weight: normal;
  font-size: 40px;
}

.location {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .location {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}
.location img {
  border-radius: 10px;
}
.location figcaption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .location figcaption {
    font-size: 12px;
  }
}
.location figcaption span {
  font-family: "Arsenal", sans-serif;
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .location figcaption span {
    font-size: 30px;
  }
}

.airport_access {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .airport_access {
    width: 100%;
  }
}

.notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: 0 auto 80px auto;
}/*# sourceMappingURL=access.css.map */