.route__routemap-img {
  width: 806px;
  margin: 0 auto;
}

.route__btn-link-box {
  text-align: center;
  margin: 32px 0;
}

.route .mod__list-btn-box {
  margin-top: 40px;
}

.stop__bus-stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -32px;
}

.stop__bus-stop > li {
  width: calc(50% - 40px / 2);
  margin-bottom: 32px;
  margin-right: 40px;
}

.stop__bus-stop > li {
  background: #fff;
  padding: 24px;
  border-radius: 5px;
}

.stop__bus-stop-img-box {
  width: 80%;
  margin-top: 20px;
  margin: 20px auto 0;
}

.stop__detail-box {
  margin-top: 10px;
}

.stop__detail-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.stop__detail-box dl:last-child {
  margin-bottom: 0;
}

.stop__detail-box dl dt {
  font-weight: bold;
  margin-right: 4px;
  width: 116px;
  min-width: 116px;
}

.stop .mod__inner-page-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px;
}

.stop .mod__inner-page-link-list > li {
  width: calc(20% - 100px / 5);
  margin-bottom: 16px;
  margin-right: 25px;
}

.stop__inner-page-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #77af8f;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
}

.stop__inner-page-btn:hover {
  opacity: 1;
  background: #77af8f;
  color: #fff;
}

.fare__route-fare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

/* 20230810 運賃改定 */
.fare__route-fare-list_2023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}


.fare__route-fare-list > li {
  width: calc(50% - 40px / 2);
  margin-bottom: 10px;
  margin-right: 40px;
}

/* 20230810 運賃改定 */
.fare__route-fare-list_2023 > li {
  width: calc(50% - 40px / 2);
  margin-bottom: 10px;
  margin-right: 40px;
}

.fare__route-fare-list > li .mod__link-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 14px;
  border-radius: 5px;
  background: #77af8f;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
}

.fare__route-fare-list > li .mod__link-btn:hover {
  opacity: 1;
  background: #fff;
  color: #77af8f;
}

/* 20230810 運賃改定 */
.fare__route-fare-list > li .mod__link-btn_2023 {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 14px;
  border-radius: 5px;
  background:#f69f52;
;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
}

.fare__route-fare-list > li .mod__link-btn_2023:hover {
  opacity: 1;
  background: #fff;
  color:#f69f52;
}

/* 20230810 運賃改定 */





.fare__commutter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -32px;
}

.fare__commutter > li {
  width: calc(50% - 40px / 2);
  margin-bottom: 32px;
  margin-right: 40px;
}

.fare__commutter > li {
  background: #fff;
  padding: 24px;
  border-radius: 5px;
}

.fare__commutter-img-box {
  width: 80%;
  margin-top: 20px;
  margin: 20px auto 0;
}

.fare__detail-box {
  margin-top: 10px;
}

.fare__detail-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.fare__detail-box dl:last-child {
  margin-bottom: 0;
}

.fare__detail-box dl dt {
  font-weight: bold;
  margin-right: 4px;
  width: 116px;
  min-width: 116px;
}

.fare__detail-tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fare__detail-tag-freepass {
  background: #9a85ae;
  padding: 4px 6px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-right: 10px;
}

.fare .mod__inner-page-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0;
}

.fare .mod__inner-page-link-list > li {
  width: calc(33.33333% - 92px / 3);
  margin-bottom: 0;
  margin-right: 46px;
}

.fare__inner-page-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 5px;
  background: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  color: #77af8f;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
          filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
}

.fare__inner-page-btn:hover {
  opacity: 1;
  background: #77af8f;
  color: #fff;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .route__routemap-img {
    width: 100%;
  }
  .route__btn-link-box {
    margin: 16px 0;
  }
  .route .mod__list-btn-box {
    margin-top: 20px;
  }
  .stop__bus-stop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .stop__bus-stop > li {
    width: calc(100% - 0 / 1);
    margin-bottom: 16px;
    margin-right: 0;
  }
  .stop__bus-stop > li {
    width: 100%;
    padding: 12px;
  }
  .stop__bus-stop-img-box {
    width: 100%;
    margin-top: 10px;
  }
  .stop__detail-box dl {
    font-size: 1.4rem;
    line-height: 2.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .stop__detail-box dl dt {
    width: 100%;
    margin-right: 0;
  }
  .stop__detail-box dl dd {
    width: 100%;
  }
  .stop .mod__inner-page-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stop .mod__inner-page-link-list > li {
    width: calc(50% - 7px / 2);
    margin-bottom: 7px;
    margin-right: 7px;
  }
  .stop__inner-page-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    color: #77af8f;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .stop__call-btn {
    margin-top: 10px;
  }
  .stop__call-btn a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 12px;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    color: #77af8f;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .stop .busstop__stop-box {
    margin-top: -72px;
    padding-top: 72px;
  }
  .fare__route-fare-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .fare__route-fare-list > li {
    width: calc(100% - 0 / 1);
    margin-bottom: 10px;
    margin-right: 0;
  }
  .fare__route-fare-list > li .mod__link-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 12px;
    border-radius: 5px;
    background: #77af8f;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .fare__route-fare-list > li {
    width: 100%;
  }
  .fare__commutter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .fare__commutter > li {
    width: calc(100% - 0 / 1);
    margin-bottom: 16px;
    margin-right: 0;
  }
  .fare__commutter > li {
    width: 100%;
    padding: 12px;
  }
  .fare__commutter-img-box {
    width: 100%;
    margin-top: 10px;
  }
  .fare__detail-box dl {
    font-size: 1.4rem;
    line-height: 2.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .fare__detail-box dl dt {
    width: 100%;
    margin-right: 0;
  }
  .fare__detail-box dl dd {
    width: 100%;
  }
  .fare__detail-tag-freepass {
    font-size: 1rem;
  }
  .fare .mod__inner-page-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fare .mod__inner-page-link-list > li {
    width: calc(50% - 7px / 2);
    margin-bottom: 7px;
    margin-right: 7px;
  }
  .fare__inner-page-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    color: #77af8f;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
  .fare__call-btn {
    margin-top: 10px;
  }
  .fare__call-btn a {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 12px;
    border-radius: 5px;
    background: #77af8f;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
            filter: drop-shadow(0px 0px 4px rgba(136, 136, 136, 0.35));
  }
}

@media (min-width: 768px) {
  .stop__bus-stop > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .stop .mod__inner-page-link-list > li:nth-of-type(5n) {
    margin-right: 0;
  }
  .fare__route-fare-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .fare__commutter > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .fare .mod__inner-page-link-list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .stop__bus-stop > li:nth-of-type(1n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .stop .mod__inner-page-link-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .fare__route-fare-list > li:nth-of-type(1n) {
    margin-right: 0;
  }
  .fare__commutter > li:nth-of-type(1n) {
    margin-right: 0;
  }
  .fare .mod__inner-page-link-list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=../maps/bus/style.css.map */
