.page.access .main-contens {
  background-color: #f0f0f9;
  padding-bottom: 28px;
}
.page.access .page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 4.9138888889;
  width: 96%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #180097;
}
.page.access .bus-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 2px solid #180097;
  border-right: none;
  height: 52px;
  margin-bottom: 15px;
  position: sticky;
  top: 60px;
  z-index: 11;
}
.page.access .bus-route-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 68px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #180097;
}
.page.access .bus-route-place {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: calc(100% - 68px);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page.access .bus-time-table {
  width: 100%;
  border-left: 1px solid #fff;
  border-top: 1px solid #180097;
  margin-bottom: 15px;
}
.page.access .bus-time-table th {
  background-color: #180097;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  width: 10%;
  padding: 23px 0;
  border-bottom: 1px solid #fff;
}
.page.access .bus-time-table td {
  width: 11.25%;
  padding: 23px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #180097;
  background-color: #fff;
}
.page.access .bus-time-table td.bk-color {
  background-color: #f0f0f9;
}
.page.access .bus-time-table td.text-color {
  color: #eb5400;
}
.page.access .bus-time-table td.bottom-border {
  border-bottom: none;
}
.page.access .bus-note-text {
  width: 90%;
  margin: 0 auto 55px;
}
.page.access .bus-note-list {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  position: relative;
  padding-left: 18px;
}
.page.access .bus-note-list::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #180097;
  position: absolute;
  left: 0;
  top: 8px;
}
.page.access .last-bus-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
}
.page.access .last-bus-text .number {
  width: 30px;
}
.page.access .last-bus-text .ten {
  width: 35px;
}
.page.access .last-bus-text .text {
  width: calc(100% - 65px);
}
.page.access .last-bus-text.text-color {
  color: #eb5400;
  margin-bottom: 20px;
  line-height: 1.8;
}
.page.access .bus-time-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #180097;
  height: 47px;
  width: calc(100% - 70px);
  margin: 0 auto 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.access .bus-time-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #f0f0f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.access .end-obi {
  background-color: #180097;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 117px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 27px;
}
.page.access .end-icon {
  width: 50px;
  margin: 0 auto 10px;
}
.page.access .end-bus-night {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  margin-bottom: 25px;
}
.page.access .end-bus-night-icon {
  width: 45.9%;
  margin: 0 auto 20px;
}
.page.access .end-bus-night-transfer {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  margin-bottom: 20px;
}
@media (hover: hover) {
  .page.access .bus-time-btn:hover {
    background-color: #df4f1e;
  }
}
@media (min-width: 1000px) {
  .page.access .page-title {
    font-size: 28px;
  }
  .page.access .bus-route-direction {
    font-size: 18px;
  }
  .page.access .bus-route-place {
    font-size: 18px;
  }
  .page.access .bus-route {
    height: 58px;
    top: 0;
  }
  .page.access .bus-route-direction {
    height: 54px;
  }
  .page.access .bus-route-place {
    height: 54px;
  }
  .page.access .bus-time-table th {
    font-size: 17px;
  }
  .page.access .bus-time-table td {
    font-size: 17px;
  }
  .page.access .bus-note-list {
    font-size: 16px;
  }
  .page.access .bus-time-btn {
    height: 54px;
    font-size: 16px;
  }
  .page.access .last-bus-text {
    font-size: 16px;
  }
  .page.access .last-bus-text .number {
    width: 40px;
  }
  .page.access .last-bus-text .ten {
    width: 45px;
  }
  .page.access .last-bus-text .text {
    width: calc(100% - 85px);
  }
  .page.access .end-bus-night {
    font-size: 20px;
  }
  .page.access .end-bus-night-transfer {
    font-size: 16px;
    margin-bottom: 35px;
  }
}