/* map */
@media screen and (max-width: 1201px) {
  /* map */
  .map__wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1001px) {
  /* map */
  .map__title-3 span {
    width: 320px;
    text-align: left;
    font-size: 16px;
  }
  .map__title-3 span br {
    display: block;
  }
  .map__title-3 span.slash {
    display: none;
  }
}
@media screen and (max-width: 901px) {
  .map__table-wrap {
    grid-template-columns: 1fr;
  }
  .map__table-left tr:last-child th,
  .map__table-left tr:last-child td {
    border-bottom: none;
  }
  .map__table-right tr:first-child {
    display: none;
  }
  .map__table-right td:first-child,
  .map__table-right th:first-child {
    border-left: 1px solid #707070;
  }
}
@media screen and (max-width: 801px) {
  .map__wrap {
    width: calc(100% - 0px);
  }
  .map__box {
    overflow-x: scroll;
    direction: rtl;
  }
  .map__box img {
    width: 1000px;
  }
  .map__table {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .map {
    background-image: none;
  }
  .map__wrap {
    padding-top: 100px;
    padding-bottom: 97px;
  }
  .map__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .map__title-3--sub {
    padding: 0;
  }
  .map__title-3--sub br {
    display: none;
  }
  .map__scroll {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    max-width: 360px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: #707070;
    margin-bottom: 10px;
    line-height: 26px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .map__scroll img {
    position: absolute;
    top: 7px;
    left: 26px;
  }
  .map__box {
    margin-bottom: 70px;
  }
  .map__table {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 73px;
  }
  .map__table:last-child {
    margin-bottom: 0;
  }
  .map__table-left th, .map__table-right th {
    font-size: 16px;
  }
  .map__table-left td, .map__table-right td {
    font-size: 14px;
    padding-left: 10px;
  }
  .map__table-left td a, .map__table-right td a {
    font-size: 14px;
  }
  .map__table-left tr:first-child th,
  .map__table-left tr:first-child td, .map__table-right tr:first-child th,
  .map__table-right tr:first-child td {
    font-size: 12px;
  }
}/*# sourceMappingURL=map_sp.css.map */