@media screen and (max-width: 767px) {
  ._ipc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  ._isp {
    display: none;
  }
}
.set._accessmap .left {
  padding-right: 30px;
  -webkit-flex-basis: 680px;
      -ms-flex-preferred-size: 680px;
          flex-basis: 680px;
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .set._accessmap .left {
    padding-right: 30px;
    -webkit-flex-basis: 535px;
        -ms-flex-preferred-size: 535px;
            flex-basis: 535px;
  }
}
@media screen and (max-width: 999px) {
  .set._accessmap .left {
    max-width: 650px;
    margin: 0 auto 20px;
  }
  .set._accessmap .right {
    max-width: 730px;
    margin: auto;
  }
}
.set._bus .right {
  padding-left: 40px;
  -webkit-flex-basis: 598px;
      -ms-flex-preferred-size: 598px;
          flex-basis: 598px;
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .set._bus .right {
    padding-left: 20px;
    -webkit-flex-basis: 471px;
        -ms-flex-preferred-size: 471px;
            flex-basis: 471px;
  }
}
@media screen and (max-width: 999px) {
  .set._bus .right {
    max-width: 558px;
    margin: 0 auto 20px;
  }
}

.dl_access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.5;
}
.dl_access > dt,
.dl_access > dd {
  margin-bottom: 0.8em;
}
.dl_access > dt {
  width: 90px;
  height: 26px;
  line-height: 26px;
  font-size: 0.938rem;
  background-color: #5082a8;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.dl_access > dd {
  width: calc(100% - 90px);
  padding-left: 25px;
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .dl_access > dd {
    padding-left: 15px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .dl_access {
    display: block;
  }
  .dl_access > dt {
    margin-bottom: 0.1em;
  }
  .dl_access > dd {
    width: 100%;
    padding-left: 0;
  }
}

.parking_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.parking_wrapper .parking_left {
  width: calc(100% - 820px);
  max-width: 620px;
}
.parking_wrapper .parking_right {
  width: 820px;
  padding: 0 20px;
}
.parking_wrapper .price_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1261px) {
  .parking_wrapper .parking_left {
    width: calc(100% - 660px);
  }
  .parking_wrapper .parking_right {
    width: 660px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .parking_wrapper {
    gap: 0;
  }
  .parking_wrapper .parking_left {
    width: calc(100% - 600px);
  }
  .parking_wrapper .parking_right {
    width: 600px;
    padding: 0 10px;
  }
  .parking_wrapper .price_area {
    gap: 10px;
  }
}
@media screen and (max-width: 999px) {
  .parking_wrapper {
    display: block;
  }
  .parking_wrapper .parking_left {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 20px;
  }
  .parking_wrapper .parking_right {
    max-width: 660px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .parking_wrapper .parking_right .btn_area {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .parking_wrapper .price_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.price_box {
  width: 50%;
  max-width: 360px;
  padding: 20px 30px 0;
  margin-bottom: 0;
}
.price_box .robot {
  font-size: 1.5rem;
}
.price_box .inner_content {
  margin-bottom: 24px;
}
.price_box .inner_content > li {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
}
.price_box .inner_content > li._only {
  margin-bottom: 74px;
}
.price_box .inner_content_foot {
  background-color: #dfdfdf;
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.price_box .inner_content_foot ._left {
  padding-right: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1261px) {
  .price_box {
    font-size: 0.938rem;
  }
  .price_box .robot {
    font-size: 1.25rem;
  }
  .price_box .inner_content_foot ._left {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .price_box {
    padding: 20px 15px 0;
    font-size: 0.938rem;
  }
  .price_box .robot {
    font-size: 1.25rem;
  }
  .price_box .inner_content_foot {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .price_box .inner_content_foot ._left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .price_box {
    padding: 20px 15px 0;
    font-size: 0.938rem;
  }
  .price_box .body_title {
    font-size: 0.938rem !important;
  }
  .price_box .robot {
    font-size: 1.25rem;
  }
  .price_box .inner_content_foot {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .price_box .inner_content_foot ._left {
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .price_box {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .price_box {
    padding: 20px 15px 0;
  }
  .price_box .inner_content_foot {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .price_box .inner_content_foot ._left {
    padding-right: 10px;
  }
}

.table_bus ul:not(.cancel) {
  margin: 0 !important;
  padding: 0;
}
.table_bus ul:not(.cancel) > li:not(:last-child) {
  margin-bottom: 0.6em;
}

.bus_schedule_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bus_schedule_wrapper #bus-schedule_tab li {
  width: 360px;
  height: 90px;
  padding: 0 70px 0 25px;
  line-height: 1.5;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: #dfdfdf solid 1px;
  position: relative;
}
.bus_schedule_wrapper #bus-schedule_tab li::before {
  display: block;
  content: "";
  background: url("/common/img/icon/arrow/round.webp") no-repeat;
  background-size: contain;
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.bus_schedule_wrapper #bus-schedule_tab li.current, .bus_schedule_wrapper #bus-schedule_tab li:hover {
  color: #1090c0;
}
.bus_schedule_wrapper #bus-schedule_tab li.current {
  background-color: #fff;
  border-bottom: #005fb9 solid 1px;
  cursor: auto;
}
.bus_schedule_wrapper #bus-schedule_tab ::before {
  display: none;
}
.bus_schedule_wrapper .bus-schedule_box {
  display: none;
  width: calc(100% - 360px);
  background-color: #fff;
  padding: 45px 70px 65px;
}
.bus_schedule_wrapper .bus-schedule_box.tsujido {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .bus_schedule_wrapper .bus-schedule_box .btn_area .btn {
    min-width: 320px;
  }
}
.bus_schedule_wrapper .bus-schedule_box.current {
  display: block;
}
.bus_schedule_wrapper .bus-schedule_title {
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 1540px) and (min-width:1000px) {
  .bus_schedule_wrapper #bus-schedule_tab li {
    width: 310px;
    height: 75px;
    padding: 0 70px 0 25px;
    font-size: 1rem;
  }
  .bus_schedule_wrapper #bus-schedule_tab li::before {
    width: 33px;
    height: 33px;
    right: 25px;
  }
  .bus_schedule_wrapper .bus-schedule_box {
    width: calc(100% - 310px);
    padding: 25px 35px 40px;
  }
  .bus_schedule_wrapper .bus-schedule_box.tsujido {
    padding-right: 25px;
  }
  .bus_schedule_wrapper .bus-schedule_title {
    font-size: 1.625rem;
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 1260px) {
  .bus_schedule_wrapper #bus-schedule_tab li {
    width: 185px;
    height: 75px;
    padding: 0 35px 0 10px;
    font-size: 0.938rem;
  }
  .bus_schedule_wrapper #bus-schedule_tab li::before {
    width: 19px;
    height: 19px;
    right: 10px;
  }
  .bus_schedule_wrapper .bus-schedule_box {
    width: calc(100% - 185px);
    padding: 25px 20px 30px;
  }
  .bus_schedule_wrapper .bus-schedule_box.tsujido {
    padding-right: 20px;
  }
  .bus_schedule_wrapper .bus-schedule_title {
    font-size: 1.625rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 999px) {
  .bus_schedule_wrapper #bus-schedule_tab li {
    width: 120px;
    height: auto;
    max-height: 100px;
    min-height: 80px;
    padding: 0 25px 0 5px;
    font-size: 0.875rem;
  }
  .bus_schedule_wrapper #bus-schedule_tab li::before {
    width: 17px;
    height: 17px;
    right: 5px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li ._sm {
    font-size: 0.75rem;
  }
  .bus_schedule_wrapper .bus-schedule_box {
    width: calc(100% - 120px);
    padding: 25px 20px 30px;
  }
  .bus_schedule_wrapper .bus-schedule_box.tsujido {
    padding-right: 20px;
  }
  .bus_schedule_wrapper .bus-schedule_title {
    font-size: 1.625rem;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .bus_schedule_wrapper {
    display: block;
  }
  .bus_schedule_wrapper #bus-schedule_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bus_schedule_wrapper #bus-schedule_tab li {
    width: 16.6666666667%;
    padding: 0 2px;
    font-size: 0.813rem;
    border-bottom: none;
    border-right: #dfdfdf solid 1px;
    text-align: center;
  }
  .bus_schedule_wrapper #bus-schedule_tab li > span {
    padding-bottom: 25px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li.current {
    border-bottom: none;
    border-right: #005fb9 solid 1px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li::before {
    right: 0;
    left: 0;
    top: auto;
    bottom: 7px;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bus_schedule_wrapper .bus-schedule_box {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .bus_schedule_wrapper #bus-schedule_tab {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bus_schedule_wrapper #bus-schedule_tab li {
    width: 33.3333333333%;
    padding: 0 2px;
    font-size: 0.813rem;
  }
  .bus_schedule_wrapper #bus-schedule_tab li:nth-of-type(-n+3) {
    border-bottom: #dfdfdf solid 1px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li > span {
    padding-bottom: 25px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li.current {
    border-right: #005fb9 solid 1px;
  }
  .bus_schedule_wrapper #bus-schedule_tab li::before {
    bottom: 7px;
  }
}
@media screen and (max-width: 420px) {
  .bus_schedule_wrapper .bus-schedule_box {
    padding: 25px 10px 30px;
  }
  .bus_schedule_wrapper .bus-schedule_box.tsujido {
    padding-right: 10px;
  }
}

.bus-schedule_table th,
.bus-schedule_table td {
  font-size: 0.875rem !important;
}
.bus-schedule_table th {
  padding: 1ex 1ex;
}
.bus-schedule_table td {
  min-width: 44px;
  max-width: 44px;
  padding: 1ex 1ex;
  text-align: center;
}
.bus-schedule_table .bus_th_num {
  text-align: center;
  min-width: 100px;
  min-width: 43px;
}
.bus-schedule_table thead td,
.bus-schedule_table tbody tr._last > td {
  background-color: #ececec;
}
.bus-schedule_table tbody tr._last > th {
  background-color: #3e6583;
}
@media only screen and (max-width: 1540px) and (min-width:1000px) {
  .bus-schedule_table._lg .bus_th_station {
    max-width: 165px;
  }
}
@media only screen and (max-width: 1260px) {
  .bus-schedule_table td {
    font-size: 0.813rem !important;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 767px) {
  .bus-schedule_table .bus_th_station {
    max-width: 100px !important;
    min-width: auto !important;
  }
}
@media only screen and (max-width: 1260px) {
  .bus-schedule_table._lg .bus_th_station {
    max-width: 155px;
  }
}
@media only screen and (max-width: 1260px) and (max-width: 767px) {
  .bus-schedule_table._lg .bus_th_station {
    max-width: 75px;
    min-width: auto !important;
  }
}
@media only screen and (max-width: 1260px) {
  .bus-schedule_table._lg td {
    padding: 1ex 0ex;
  }
}
@media screen and (max-width: 575px) {
  .bus-schedule_table td {
    min-width: auto;
    padding: 8px;
  }
  .bus-schedule_table .bus_th_num {
    width: 45px;
    min-width: auto !important;
  }
}
.bus-schedule_table.chigasaki thead th:first-child,
.bus-schedule_table.chigasaki tbody th {
  min-width: 45px;
}
.bus-schedule_table.chigasaki tbody td {
  text-align: left;
}
.bus-schedule_table.split_table .table-bus__tr-first > .gray {
  background-color: #ececec;
  color: #353535;
  text-align: center;
}
.bus-schedule_table.split_table tr > th:first-child {
  padding: 0;
  vertical-align: middle;
}
.bus-schedule_table.split_table .table-bus__thi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  min-width: 16em;
}
.bus-schedule_table.split_table .table-bus__id {
  display: block;
  padding: 0.7em 0;
  width: 4em;
  min-width: 4em;
  max-width: 4em;
  text-align: center;
}
.bus-schedule_table.split_table .table-bus__name {
  display: block;
  border-left: 1px solid #ccc;
  padding: 0.7em 0.5em;
}
.bus-schedule_table.no_split_table .table-bus__tr-first > .gray {
  background-color: #ececec;
  color: #353535;
  text-align: center;
}
.bus-schedule_table.no_split_table tr > th {
  min-width: 70px;
}
.bus-schedule_table.no_split_table tr > th:first-child {
  padding: 0;
  vertical-align: middle;
}
.bus-schedule_table.no_split_table .table-bus__thi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  min-width: 15em;
}
.bus-schedule_table.no_split_table .table-bus__id {
  display: block;
  padding: 0.7em 0;
  width: 3em;
  min-width: 3em;
  max-width: 3em;
  text-align: center;
}
.bus-schedule_table.no_split_table .table-bus__name {
  display: block;
  border-left: 1px solid #ccc;
  padding: 0.7em 0.5em;
}

/**************************
.split_table
*/
.split_table {
  margin-bottom: 0;
}
.split_table_area {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
}
@media screen and (max-width: 999px) {
  .split_table_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/common/img/icon/icon_swipe.webp") center center no-repeat transparent;
    background-size: auto 90px;
    z-index: 102;
    cursor: pointer;
  }
  .split_table_mask.shadow {
    background-image: none;
    background: #666;
    opacity: 0.5;
    z-index: 101;
  }
}

table.split_table {
  margin-bottom: 0;
}

div.table-wrapper thead td {
  width: auto;
}

.pinned {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 35%;
  overflow: hidden;
  overflow-x: hidden;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.pinned table {
  border-right: none;
  border-left: none;
  width: 100%;
}

.pinned table th, .pinned table td {
  white-space: nowrap;
}

.pinned td:last-child {
  border-bottom: 0;
}

div.table-wrapper {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}

div.table-wrapper div.scrollable {
  margin-left: 35%;
}

div.table-wrapper div.scrollable {
  overflow: scroll;
  overflow-y: hidden;
}

table.split_table td, table.split_table th {
  white-space: nowrap;
  overflow: hidden;
}

table.split_table th:first-child, table.split_table td:first-child, table.split_table td:first-child, table.split_table.pinned td {
  display: none;
}

.table-wrapper .pinned {
  width: 111px;
  border-left: 0 none;
  border-right: 0 none;
}

div.table-wrapper tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.table-wrapper div.scrollable {
  padding-left: 110px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*width: 700px;*/
}

.split_table_area th:first-child {
  max-width: 235px;
  min-width: 235px;
  width: 235px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.split_table_area .table-wrapper .pinned {
  max-width: 235px;
  min-width: 235px;
  width: 235px;
}
.split_table_area .table-wrapper .scrollable {
  padding-left: 235px;
}
.split_table_area .table-wrapper .scrollable > table {
  margin-left: -235px;
}
.split_table_area td {
  min-width: 70px;
}

.scrollable {
  -webkit-overflow-scrolling: touch;
}

.split_table_area table.split_table th:first-child,
.split_table_area table.split_table td:first-child,
.split_table_area table.split_table td:first-child,
.split_table_area table.split_table.pinned td {
  display: table-cell;
}/*# sourceMappingURL=access.css.map */