/* =========================================================
route
========================================================= */
.route hr {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .route h2.secTitle02 {
    padding: 17px 0;
  }
}
@media (max-width: 1024px) {
  .route .tabArea.tabArea01 li {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .route .tabArea.tabArea02 li:first-of-type {
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .route .tabArea.tabArea02 li:last-of-type {
    width: 100%;
  }
}
.route .bgWhite h2 {
  font-size: 2.5rem;
  text-align: left;
}
@media (max-width: 1024px) {
  .route .bgWhite h2 {
    font-size: 1.8rem;
  }
}
.route .bgWhite #bus .flexBox {
  margin-top: 0;
  margin-bottom: 0;
  gap: 35px;
}
@media (max-width: 1024px) {
  .route .bgWhite #bus .flexBox {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .route .bgWhite #bus .flexBox img.sp {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    display: block;
  }
}
.route .bgWhite #rsv .btn {
  margin-bottom: 0;
}
.route .bgWhite #rsv .btn a {
  margin: 0;
  width: 445px;
}
@media (max-width: 767px) {
  .route .bgWhite #rsv .btn a {
    width: 100%;
  }
}
.route .bgWhite #schedule .flexBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .flexBox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.route .bgWhite #schedule .table02 {
  margin: 0;
}
.route .bgWhite #schedule .table02 + table th, .route .bgWhite #schedule .table02 + table td {
  border-left: 1px solid #cacaca;
}
.route .bgWhite #schedule .table02 th,
.route .bgWhite #schedule .table02 td {
  text-align: center;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .table02 tr th {
    width: 100%;
    display: table-cell;
  }
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .table02 tr td {
    display: table-cell;
  }
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .table02 tr td + td {
    border-left: none;
  }
}
.route .bgWhite #schedule .routeList {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .routeList {
    flex-direction: column;
    gap: 24px;
  }
}
.route .bgWhite #schedule .routeList li {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.5%;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .routeList li {
    width: 100%;
    height: auto;
    padding: 5.5px;
  }
}
.route .bgWhite #schedule .routeList li + li {
  position: relative;
}
.route .bgWhite #schedule .routeList li + li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22%;
  width: 18%;
  height: 2px;
  background-color: #808080;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .routeList li + li::before {
    width: 12px;
    top: -14px;
    left: 49%;
    transform: translateX(-50%);
    transform: rotate(90deg);
  }
}
.route .bgWhite #schedule .routeList + .text {
  margin-top: 30px;
}
.route .bgWhite #schedule .routeList.routeList01 li {
  width: 21%;
}
@media (max-width: 1024px) {
  .route .bgWhite #schedule .routeList.routeList01 li {
    width: 100%;
  }
}
.route .bgWhite #terminal .flexBox {
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .route .bgWhite #terminal .flexBox {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .route .bgWhite #terminal .flexBox figure + figure {
    margin-top: 20px;
  }
}
.route .bgWhite #terminal .flexBox figcaption {
  margin-bottom: 15px;
}
.route .bgWhite #terminal .flexBox figcaption a {
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .route .bgWhite #terminal .flexBox figcaption a {
    margin-left: 0;
  }
}

/* =========================================================
toHotel
========================================================= */
#toHotel {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #toHotel {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
#toHotel .secTitle02.white {
  background: #fff;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #toHotel .secTitle02.white {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #toHotel .secTitle02.white {
    padding: 17px 0;
  }
}
#toHotel .route .tabArea {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  #toHotel .route .tabArea {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #toHotel .route .tabArea.pageTop ul li {
    width: 100%;
  }
}
#toHotel .route h4 {
  font-weight: bold;
  color: #142335;
}
#toHotel .route p + h4 {
  margin-top: 15px;
}
#toHotel .route .image {
  margin-top: 5px;
}

.pageBottomWrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pageBottomWrap {
    margin-top: 40px;
  }
}/*# sourceMappingURL=access_maihama_common.css.map */