@media only screen and (max-width: 740px) {
  .p-timetable-offer {
    font-size: 0.12rem;
  }
}
.p-timetable-notice {
  border: 1px dashed #6D6D6D;
  margin-top: 1em;
}
@media only screen and (max-width: 740px) {
  .p-timetable-notice {
    padding: 1em;
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-notice {
    padding: 1em;
  }
}

@media only screen and (max-width: 740px) {
  .p-timetable-lists {
    margin-top: 0.35rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-lists {
    display: flex;
    gap: 0.2rem;
    margin-top: 0.6rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-timetable-list:first-child {
    border-top: 1px solid #222;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-list {
    flex: 1 1 100%;
  }
}
.p-timetable-list > li {
  border-bottom: 1px solid #222;
}
@media print, screen and (min-width: 741px) {
  .p-timetable-list > li:first-child {
    border-top: 1px solid #222;
  }
}

.p-timetable-acc {
  display: block;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-timetable-acc {
    padding: 0.25rem 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-acc {
    padding: 0.3rem 0.35rem;
    transition: background 0.4s;
  }
  .p-timetable-acc:hover {
    background: #efefef;
  }
}
.p-timetable-acc:before, .p-timetable-acc:after {
  content: "";
  display: block;
  height: 1px;
  background: #222;
  position: absolute;
  top: 50%;
  right: 1.5em;
  translate: 0 -50%;
}
@media only screen and (max-width: 740px) {
  .p-timetable-acc:before, .p-timetable-acc:after {
    width: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-acc:before, .p-timetable-acc:after {
    width: 0.15rem;
  }
}
.p-timetable-acc:after {
  rotate: 90deg;
  transition: rotate 0.4s;
}
.p-timetable-acc.is-open:after {
  rotate: 0deg;
}

.p-timetable-body {
  display: none;
}

.p-timetable-detail {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-timetable-detail {
    padding: 0.25rem 0.15rem;
    margin-inline: -0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-detail {
    width: 100%;
    margin-inline: auto;
    padding: 0.3rem;
  }
}

.p-timetable-detail-hl {
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 740px) {
  .p-timetable-detail-hl {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-detail-hl {
    font-size: 0.2rem;
  }
}

.p-timetable-table {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-timetable-table {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-table {
    font-size: 0.16rem;
  }
}
.p-timetable-table tr:nth-child(odd) th, .p-timetable-table tr:nth-child(odd) td {
  background: #eee;
  padding: 0.5em 0.4em;
}
.p-timetable-table tr:nth-child(even) th, .p-timetable-table tr:nth-child(even) td {
  background: #fff;
  padding: 0.5em 0.4em;
}
.p-timetable-table tr:first-child th {
  background: none;
  padding-bottom: 0.8em;
  padding-inline: 0;
}
@media only screen and (max-width: 740px) {
  .p-timetable-table tr:first-child th {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-timetable-table tr:first-child th {
    font-size: 0.14rem;
  }
}
.p-timetable-table tr:first-child th:first-child {
  width: 10%;
}
.p-timetable-table tr:first-child th:nth-child(3) {
  width: 45%;
}
.p-timetable-table tr td span:not(:last-child) {
  margin-right: 1em;
}
.p-timetable-table tr td sup {
  line-height: 1;
  margin-left: 0.5em;
}

@media only screen and (max-width: 740px) {
  .p-fare-swiper-container {
    margin-inline: -0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container {
    width: 8.9rem;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container .swiper-wrapper {
    display: block;
  }
}
.p-fare-swiper-container .p-fare-pagenation .swiper-pagination-bullet {
  border: 1px solid #222;
}
.p-fare-swiper-container .p-fare-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222;
}
@media print, screen and (min-width: 741px) {
  .p-fare-swiper-container .p-fare-button-prev,
  .p-fare-swiper-container .p-fare-button-next {
    display: none;
  }
}
.p-fare-swiper-container .p-fare-button-prev:after,
.p-fare-swiper-container .p-fare-button-next:after {
  border-color: #222;
}

@media only screen and (max-width: 740px) {
  .p-fare-item {
    padding-inline: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item:not(:first-child) {
    margin-top: 0.35rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-fare-item-list {
    display: flex;
    justify-content: space-between;
  }
}
.p-fare-item-list li {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li {
    height: 1.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li {
    width: 1.85rem;
  }
}
.p-fare-item-list li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li:not(:last-child):after {
    width: 0.08rem;
    height: 0.5rem;
    border-left: 1px solid #222;
    border-top: 2px solid #222;
    transform: skewY(60deg);
    top: 0.56rem;
    right: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li:not(:last-child):after {
    width: 0.88rem;
    height: 0.08rem;
    border-bottom: 1px solid #222;
    border-left: 2px solid #222;
    transform: skewX(-60deg);
    top: 0.12rem;
    left: 92%;
  }
}
@media only screen and (max-width: 740px) {
  .p-fare-item-list li.-active:after, .p-fare-item-list li.-active ~ li:after {
    border-top: none;
    border-bottom: 2px solid #222;
    transform: skewY(-60deg);
    top: 0.46rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-list li.-active:after, .p-fare-item-list li.-active ~ li:after {
    border-left: none;
    border-right: 2px solid #222;
    transform: skewX(60deg);
    left: 87%;
  }
}

.p-fare-item-st {
  border: 1px solid #222;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-st {
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-st {
    height: 0.4rem;
    margin-bottom: 0.15rem;
  }
}

.-active .p-fare-item-st {
  border: none;
  background: rgba(34, 34, 34, 0.8);
  color: #fff;
}
.-active .p-fare-item-st:before {
  content: "";
  display: block;
  background: #fff;
  mask: url(/seabass/_assets/_common/img/icon-pin.svg) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 740px) {
  .-active .p-fare-item-st:before {
    width: 0.14rem;
    height: 0.22rem;
  }
}
@media print, screen and (min-width: 741px) {
  .-active .p-fare-item-st:before {
    width: 0.14rem;
    height: 0.22rem;
  }
}

.p-fare-item-val {
  display: flex;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 740px) {
  .p-fare-item-val {
    font-size: 0.12rem;
    margin-top: 0.05rem;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-fare-item-val {
    font-size: 0.12rem;
    justify-content: center;
    margin-top: 0.05rem;
  }
}
.p-fare-item-val dt {
  width: 3em;
  text-align: center;
}
.p-fare-item-val dd:before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  background: #222;
  margin: 0 0.5em 0.4em;
}