.main section.bus .timetable .data {
  scrollbar-width: none;
}
.main section.bus .timetable .data::-webkit-scrollbar {
  display: none;
}

.main .pageHeader {
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader {
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 5.5rem 1fr 0.87rem;
  gap: 0 0.69rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .wrap {
    display: block;
  }
}
.main .pageHeader .image {
  grid-row: 1/3;
  grid-column: 1/2;
  margin: 0 0 0 -1rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image {
    margin: 0 -0.2rem;
  }
}
.main .pageHeader .image figcaption {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image figcaption {
    padding-right: 0.2rem;
  }
}
.main .pageHeader .ttl {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.main .pageHeader .ttl .en {
  grid-row: 1/3;
  grid-column: 3/4;
  border-left: 0.02rem solid currentColor;
  writing-mode: vertical-rl;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 0.72rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .en {
    writing-mode: horizontal-tb;
    border-left: none;
    font-size: 0.32rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja {
  grid-row: 3/4;
  grid-column: 1/4;
  display: flex;
  gap: 0.1rem;
  padding: 0.07rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja {
    display: block;
    padding: 0.05rem 0 0;
    font-size: 0.16rem;
    line-height: 1;
  }
}
.main .pageHeader .ttl .ja::after {
  flex-grow: 1;
  align-self: flex-end;
  content: "";
  display: block;
  height: 0.02rem;
  margin: 0 0 0.03rem;
  background: currentColor;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl .ja::after {
    content: none;
  }
}
.main .pageHeader .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.4rem 0 0;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 0.95rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .catch {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .pageHeader p {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0.5rem 0 0;
  font-size: 0.18rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .pageHeader p {
    padding: 0.3rem 0 0;
    font-size: 0.16rem;
  }
}
.main .pageHeader p .nowrap {
  white-space: nowrap;
}
.main .sNav {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sNav {
    margin: 0.4rem 0 0;
  }
}
.main .sNav .list {
  display: flex;
  justify-content: space-between;
}
.main .sNav .list li {
  width: 3.45rem;
}
@media screen and (max-width: 750px) {
  .main .sNav .list li {
    width: calc((100% - 0.1rem) / 3);
  }
}
.main .sNav .list a {
  display: grid;
  place-items: center;
  height: 0.7rem;
  background: #000 no-repeat;
  border-radius: 0.1rem;
  color: #fff;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sNav .list a {
    display: block;
    height: auto;
    padding: 0.4rem 0 0.3rem;
    font-size: 0.16rem;
    line-height: 1;
    text-align: center;
  }
}
.main .sNav .list a::after {
  content: "";
  background: url(../imgs/ico-arrow.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 0.3rem auto auto;
  translate: 0 -50%;
  width: 0.2rem;
  height: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .sNav .list a::after {
    inset: auto auto 0.1rem 50%;
    translate: -50% 0;
  }
}
.main .sNav .list a.train {
  background-image: url(../imgs/ico-train.svg);
  background-position: 0.29rem 50%;
  background-size: 0.31rem auto;
}
@media screen and (max-width: 750px) {
  .main .sNav .list a.train {
    background-position: 50% 0.1rem;
    background-size: auto 0.24rem;
  }
}
.main .sNav .list a.bus {
  background-image: url(../imgs/ico-bus.svg);
  background-position: 0.27rem 50%;
  background-size: 0.37rem auto;
}
@media screen and (max-width: 750px) {
  .main .sNav .list a.bus {
    background-position: 50% 0.1rem;
    background-size: auto 0.24rem;
  }
}
.main .sNav .list a.bicycle {
  background-image: url(../imgs/ico-bicycle.svg);
  background-position: 0.22rem 50%;
  background-size: 0.47rem auto;
}
@media screen and (max-width: 750px) {
  .main .sNav .list a.bicycle {
    background-position: 50% 0.12rem;
    background-size: auto 0.2rem;
  }
}
.main .train .ttl,
.main .bus .ttl,
.main .bicycle .ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.05rem;
}
.main .train .ttl .en,
.main .bus .ttl .en,
.main .bicycle .ttl .en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .ttl .en,
  .main .bus .ttl .en,
  .main .bicycle .ttl .en {
    font-size: 0.24rem;
  }
}
.main .train .ttl .ja,
.main .bus .ttl .ja,
.main .bicycle .ttl .ja {
  font-size: 0.12rem;
  line-height: 0.19rem;
}
@media screen and (max-width: 750px) {
  .main .train .ttl .ja,
  .main .bus .ttl .ja,
  .main .bicycle .ttl .ja {
    font-size: 0.1rem;
    line-height: 1;
  }
}
.main .train .catch,
.main .bus .catch,
.main .bicycle .catch {
  margin: 0.6rem 0 0;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .train .catch,
  .main .bus .catch,
  .main .bicycle .catch {
    margin: 0.4rem 0 0;
    font-size: 0.24rem;
  }
}
.main .train p,
.main .bus p,
.main .bicycle p {
  margin: 0.4rem 0 0;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .train p,
  .main .bus p,
  .main .bicycle p {
    margin: 0.3rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .train .point .legend,
  .main .bus .point .legend,
  .main .bicycle .point .legend {
    display: flex;
    gap: 0.1rem;
    width: -moz-fit-content;
    width: fit-content;
    border-top: 0.02rem solid currentColor;
    border-left: 0.02rem solid currentColor;
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}
.main .train .point .legend .en,
.main .bus .point .legend .en,
.main .bicycle .point .legend .en {
  box-sizing: border-box;
  width: 1.34rem;
  height: 0.5rem;
  border-top: 0.04rem solid currentColor;
  border-left: 0.04rem solid currentColor;
  padding: 0.11rem 0.04rem 0 0;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .train .point .legend .en,
  .main .bus .point .legend .en,
  .main .bicycle .point .legend .en {
    width: auto;
    height: auto;
    border-top: none;
    border-left: none;
    padding: 0;
    font-size: 0.18rem;
    line-height: 1;
  }
}
.main .train .point .legend .ja,
.main .bus .point .legend .ja,
.main .bicycle .point .legend .ja {
  margin: 0.3rem 0 0 0.39rem;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .point .legend .ja,
  .main .bus .point .legend .ja,
  .main .bicycle .point .legend .ja {
    margin: 0;
    font-size: 0.18rem;
  }
}
.main .train .tab,
.main .bus .tab,
.main .bicycle .tab {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .train .tab,
  .main .bus .tab,
  .main .bicycle .tab {
    margin: 0.4rem 0 0;
  }
}
.main .train .tab .tabNav,
.main .bus .tab .tabNav,
.main .bicycle .tab .tabNav {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  justify-content: space-between;
}
.main .train .tab .tabNav .btn,
.main .bus .tab .tabNav .btn,
.main .bicycle .tab .tabNav .btn {
  width: 2.56rem;
  height: 0.7rem;
  border: none;
  background: #000;
  border-radius: 0.1rem 0.1rem 0 0;
  color: #fff;
  font-weight: 700;
  transition: 0.4s;
  transition-property: background-color, color;
}
@media screen and (max-width: 750px) {
  .main .train .tab .tabNav .btn,
  .main .bus .tab .tabNav .btn,
  .main .bicycle .tab .tabNav .btn {
    width: calc((100% - 0.15rem) / 4);
    height: 3em;
  }
}
.main .train .tab .tabNav .btn.active,
.main .bus .tab .tabNav .btn.active,
.main .bicycle .tab .tabNav .btn.active {
  background-color: #F5F4E8;
  color: #000;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .train .tab .tabNav .btn:hover,
  .main .bus .tab .tabNav .btn:hover,
  .main .bicycle .tab .tabNav .btn:hover {
    background-color: #F5F4E8;
    color: #000;
  }
}
.main .train .tab .tabPanel,
.main .bus .tab .tabPanel,
.main .bicycle .tab .tabPanel {
  grid-row: 2/3;
  grid-column: 1/2;
  box-sizing: border-box;
  padding: 0.45rem;
  background: #F5F4E8;
  border-radius: 0 0 0.1rem 0.1rem;
  opacity: 0;
  mix-blend-mode: plus-lighter;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .main .train .tab .tabPanel,
  .main .bus .tab .tabPanel,
  .main .bicycle .tab .tabPanel {
    padding: 0.2rem;
    opacity: 1;
    display: none;
  }
}
.main .train .tab .tabPanel.active,
.main .bus .tab .tabPanel.active,
.main .bicycle .tab .tabPanel.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main .train .tab .tabPanel.active,
  .main .bus .tab .tabPanel.active,
  .main .bicycle .tab .tabPanel.active {
    display: block;
  }
}
.main .train .cap,
.main .bus .cap,
.main .bicycle .cap {
  margin-top: 0.2rem;
  font-size: 0.12rem;
}
.main section.train {
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.train {
    margin: 0.6rem 0 0;
  }
}
.main section.train .summary {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.train .summary {
    display: block;
  }
}
.main section.train .summary .text {
  width: 4.64rem;
  background: url(../imgs/blt01.png) 100% calc(100% - 1.6rem)/2.29rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.train .summary .text {
    width: auto;
    background: url(../imgs/blt01_sp.png) right calc(100% - 1.6rem)/1.29rem auto no-repeat;
  }
}
.main section.train .summary .text .point {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.train .summary .text .point {
    margin: 0.4rem 0 0;
  }
}
.main section.train .summary .text .point .list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.29rem 0 0 0.39rem;
  font-weight: 700;
  line-height: 0.29rem;
}
@media screen and (max-width: 750px) {
  .main section.train .summary .text .point .list {
    margin: 0.3rem 0 0;
    gap: 0.1rem;
    line-height: 1.5;
  }
}
.main section.train .summary .text .point .list li {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.37rem;
  background-image: url(../imgs/ico-point.svg), linear-gradient(#F5F4E8, #F5F4E8);
  background-position: 0 0, 0.37rem 0;
  background-size: auto 100%, calc(100% - 0.37rem) 100%;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main section.train .summary .text .point .list li {
    width: auto;
    display: flex;
    gap: 0.1rem;
    padding: 0.1rem;
    background: #F5F4E8;
    white-space: normal;
  }
  .main section.train .summary .text .point .list li::before {
    content: "";
    display: block;
    width: 0.22rem;
    aspect-ratio: 1;
    background: url(../imgs/ico-point.svg) 0 0/contain no-repeat;
  }
}
.main section.train .summary .image {
  width: 5.26rem;
}
@media screen and (max-width: 750px) {
  .main section.train .summary .image {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.main section.train .summary .image figcaption {
  text-align: right;
}
.main section.train .tabPanel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 4.73rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel {
    justify-content: flex-start;
    gap: 0.2rem;
    height: auto;
  }
}
.main section.train .tabPanel .image {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel .image {
    flex-wrap: wrap;
    gap: 0.05rem;
  }
}
.main section.train .tabPanel .image img {
  width: 2.35rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel .image img {
    width: calc(50% - 0.025rem);
  }
}
.main section.train .tabPanel .route {
  margin: 0.4rem 0 0;
  align-self: flex-start;
}
.main section.train .tabPanel--01 .route {
  width: 9.69rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel--01 .route {
    width: 100%;
  }
}
.main section.train .tabPanel--02 .route {
  width: 8.81rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel--02 .route {
    width: 101.5290519878%;
  }
}
.main section.train .tabPanel--03 .route {
  width: 8.38rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel--03 .route {
    width: 65.4434250765%;
  }
}
.main section.train .tabPanel--04 .route {
  width: 7.64rem;
}
@media screen and (max-width: 750px) {
  .main section.train .tabPanel--04 .route {
    width: 65.4434250765%;
  }
}
.main section.bus {
  margin: 2rem 0 0;
  display: grid;
}
@media screen and (max-width: 750px) {
  .main section.bus {
    margin: 0.6rem 0 0;
  }
}
.main section.bus .wrap {
  grid-area: 1/1;
  box-sizing: border-box;
  width: 100%;
}
.main section.bus .summary {
  background: url(../imgs/blt02.png) 100% 1.06rem/3.41rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary {
    background: url(../imgs/blt02_sp.png) right top/1.6rem auto no-repeat;
    padding-top: 0.4rem;
  }
}
.main section.bus .summary .point {
  display: flex;
  justify-content: space-between;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point {
    display: block;
    margin: 0.4rem 0 0;
  }
}
.main section.bus .summary .point .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  width: 7.8rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list {
    flex-direction: column;
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.main section.bus .summary .point .list .item {
  box-sizing: border-box;
  width: calc(50% - 0.05rem);
  height: 1.17rem;
  padding: 0.2rem 0.56rem 0;
  position: relative;
  background: #F5F4E8 url(../imgs/ico-point.svg) 0.2rem 0.2rem/0.22rem auto no-repeat;
  border-radius: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item {
    width: auto;
    height: auto;
    padding: 0.1rem 0.56rem 0.1rem 0.42rem;
    background-position: 0.1rem 0.1rem;
  }
}
.main section.bus .summary .point .list .item .catch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background: #CECBA3;
  font-size: 0.16rem;
  line-height: 0.29rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item .catch {
    line-height: 0.24rem;
  }
}
.main section.bus .summary .point .list .item p {
  margin: 0.1rem 0 0;
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item p {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.main section.bus .summary .point .list .item::after {
  content: "";
  display: block;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main section.bus .summary .point .list .item--01 {
  padding-right: 0.69rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--01 {
    padding-right: 0.5rem;
  }
}
.main section.bus .summary .point .list .item--01::after {
  width: 0.45rem;
  height: 1.15rem;
  top: -0.11rem;
  right: 0.33rem;
  background-image: url(../imgs/blt03.png);
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--01::after {
    right: 0.15rem;
  }
}
.main section.bus .summary .point .list .item--02 {
  padding-right: 0.82rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--02 {
    padding-right: 0.7rem;
  }
}
.main section.bus .summary .point .list .item--02::after {
  width: 0.66rem;
  height: 0.75rem;
  top: 0.22rem;
  right: 0.1rem;
  background-image: url(../imgs/blt04.png);
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--02::after {
    top: 0.1rem;
  }
}
.main section.bus .summary .point .list .item--03 {
  padding-right: 0.56rem;
}
.main section.bus .summary .point .list .item--03::after {
  width: 0.34rem;
  height: 0.79rem;
  top: 0.21rem;
  right: 0.21rem;
  background-image: url(../imgs/blt05.png);
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--03::after {
    top: 0.1rem;
    right: 0.15rem;
  }
}
.main section.bus .summary .point .list .item--04 {
  padding-right: 0.2rem;
}
.main section.bus .summary .point .list .item--04::after {
  width: 1.03rem;
  height: 0.53rem;
  top: -0.04rem;
  right: 0.2rem;
  background-image: url(../imgs/blt06.png);
}
@media screen and (max-width: 750px) {
  .main section.bus .summary .point .list .item--04::after {
    top: -0.2rem;
  }
}
.main section.bus .tabPanel {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main section.bus .tabPanel {
    display: block;
  }
}
.main section.bus .tabPanel .image {
  width: 5.2rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .tabPanel .image {
    width: auto;
  }
}
.main section.bus .tabPanel figcaption {
  position: initial;
}
.main section.bus .tabPanel .route {
  width: 4.21rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main section.bus .tabPanel .route {
    width: auto;
    margin: 0.2rem 0 0;
  }
}
.main section.bus .tabPanel .route .btn--timetable,
.main section.bus .tabPanel .route .btn--trainTab {
  display: grid;
  place-items: center;
  border: none;
  padding: 0;
  position: absolute;
  background: #000;
  border-radius: 0.1rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.bus .tabPanel .route .btn--timetable,
  .main section.bus .tabPanel .route .btn--trainTab {
    font-size: 0.14rem;
  }
}
.main section.bus .tabPanel .route .btn--timetable {
  width: 90.2612826603%;
  height: 5.7971014493%;
  top: 34.2028985507%;
  left: 4.7505938242%;
}
.main section.bus .tabPanel .route .btn--timetable--01, .main section.bus .tabPanel .route .btn--timetable--02 {
  width: 39.1923990499%;
}
.main section.bus .tabPanel .route .btn--timetable--02 {
  right: 4.7505938242%;
  left: auto;
}
.main section.bus .tabPanel .route .btn--trainTab {
  width: 100%;
  height: 8.2608695652%;
  bottom: 0;
  left: 0;
}
.main section.bus .column {
  display: flex;
  position: relative;
  margin: 0.9rem 0 0;
  padding: 0.5rem;
  box-shadow: inset 0 0 0 0.01rem currentColor;
  background: url(../imgs/blt07.png) 2.56rem 1.88rem/0.45rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.bus .column {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-template-columns: auto 1fr;
    gap: 0.2rem;
    margin: 0.4rem 0 0;
    padding: 0.2rem;
    background: none;
  }
}
@media screen and (max-width: 750px) {
  .main section.bus .column::before {
    content: "";
    background: url(../imgs/blt07.png) no-repeat center/cover;
    position: absolute;
    inset: 1.6rem auto auto -0.1rem;
    width: 0.45rem;
    height: 1.22rem;
  }
}
.main section.bus .column .cttl {
  box-sizing: border-box;
  width: 2.34rem;
  height: 0.5rem;
  border-top: 0.04rem solid currentColor;
  border-left: 0.04rem solid currentColor;
  padding: 0.11rem 0.04rem 0 0;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .cttl {
    grid-row: 1/2;
    grid-column: 1/3;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-top-width: 0.02rem;
    border-left-width: 0.02rem;
    padding: 0.1rem;
    font-size: 0.18rem;
    line-height: 1;
  }
}
.main section.bus .column .image {
  width: 1.4rem;
  margin: 0 0 0 0.62rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .image {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 1rem;
    margin: 0;
  }
}
.main section.bus .column .text {
  width: 4.85rem;
  margin: 0 0 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text {
    display: contents;
    width: auto;
  }
}
.main section.bus .column .text .catch {
  margin: 0;
  background: #F5F4E8;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .catch {
    grid-row: 2/3;
    grid-column: 2/3;
    display: grid;
    place-items: center;
    padding: 0.1rem;
    line-height: 1.5;
  }
}
.main section.bus .column .text .catch span {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .catch span {
    font-size: 0.24rem;
  }
}
.main section.bus .column .text .list {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin: 0.28rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .list {
    grid-row: 3/4;
    grid-column: 1/3;
    margin: 0;
    gap: 0.2rem;
  }
}
.main section.bus .column .text .list li {
  padding-left: 0.49rem;
  background: url(../imgs/ico-point.svg) 0 0/auto 0.36rem no-repeat;
  font-size: 0.24rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .list li {
    padding-left: 0.32rem;
    background-size: 0.22rem auto;
    font-size: 0.16rem;
    line-height: 1.8;
  }
}
.main section.bus .column .text .btn {
  display: grid;
  place-items: center;
  position: relative;
  width: 3.95rem;
  height: 0.57rem;
  margin: 0.28rem 0 0;
  padding: 0 0.3rem 0 0;
  background: #000;
  border-radius: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .btn {
    grid-row: 4/5;
    grid-column: 1/3;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.1rem;
    text-align: center;
  }
}
.main section.bus .column .text .btn::after {
  content: "";
  background: url(../imgs/ico-ext.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 0.3rem auto auto;
  translate: 0 -50%;
  width: 0.15rem;
  height: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main section.bus .column .text .btn::after {
    inset: 50% 0.2rem auto auto;
  }
}
.main section.bus .timetable {
  grid-area: 1/1;
  align-self: flex-start;
  display: flex;
  align-items: flex-start;
  width: 5.6rem;
  height: calc(100vh - 0.9rem);
  position: sticky;
  top: 0.9rem;
  left: 0;
  z-index: 7000;
  translate: -100% 0 0;
  transition: translate 0.4s;
}
@media screen and (max-width: 750px) {
  .main section.bus .timetable {
    height: calc(100vh - 0.6rem);
    width: 3.7rem;
    top: 0.6rem;
  }
}
.main section.bus .timetable.active {
  translate: 0 0 0;
  filter: drop-shadow(0 0.04rem 0.04rem rgba(0, 0, 0, 0.25));
}
.main section.bus .timetable .data {
  display: grid;
  width: 4.9rem;
  height: calc(100vh - 0.9rem);
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .main section.bus .timetable .data {
    width: 3.2rem;
    height: calc(100vh - 0.6rem);
  }
}
.main section.bus .timetable .data img {
  grid-area: 1/1;
  display: none;
}
.main section.bus .timetable .data img.active {
  display: block;
}
.main section.bus .timetable .btn--timetable--close {
  width: 0.7rem;
  margin: 0.94rem 0 0;
  border: none;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 750px) {
  .main section.bus .timetable .btn--timetable--close {
    width: 0.5rem;
    margin: 0.6rem 0 0;
  }
}
.main .routeSearch {
  margin: 0.9rem 0 0;
  padding: 0.48rem 0 0.6rem;
  background: #F5F4E8;
}
@media screen and (max-width: 750px) {
  .main .routeSearch {
    margin: 0.6rem 0 0;
    padding: 0.4rem 0;
  }
}
.main .routeSearch .legend {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .legend {
    line-height: 1;
  }
}
.main .routeSearch .form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.22rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .form {
    display: block;
    margin: 0.3rem 0 0;
  }
}
.main .routeSearch .form .from {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .form .from {
    line-height: 1;
    text-align: center;
  }
}
.main .routeSearch .form .to {
  display: flex;
  margin: 0 0 0 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .form .to {
    margin: 0.2rem 0 0;
  }
}
.main .routeSearch .form .to .label {
  display: grid;
  place-items: center;
  width: 1rem;
  height: 0.5rem;
  background: #CECBA3;
  font-weight: 500;
}
.main .routeSearch .form .to .input {
  box-sizing: border-box;
  width: 2.6rem;
  height: 0.5rem;
  border: 0.01rem solid #d8d8d8;
  padding: 0 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .form .to .input {
    width: calc(100% - 1rem);
    font-size: 16px;
  }
}
.main .routeSearch .form .to .input::-moz-placeholder {
  color: #8C8C8C;
}
.main .routeSearch .form .to .input::placeholder {
  color: #8C8C8C;
}
.main .routeSearch .form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 2.06rem;
  height: 0.5rem;
  margin: 0 0 0 0.2rem;
  background: #000;
  border-radius: 0.1rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .routeSearch .form .btn {
    margin: 0.2rem auto 0;
  }
}
.main .routeSearch .form .btn::after {
  content: "";
  display: block;
  width: 0.15rem;
  aspect-ratio: 1;
  background: url(../imgs/ico-ext.svg) 0 0/contain no-repeat;
}
.main section.bicycle {
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.bicycle {
    margin: 0.4rem 0 0;
  }
}
.main section.bicycle .wrap {
  background: url(../imgs/blt08.png) 100% 0/4.7rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .wrap {
    background: url(../imgs/blt08_sp.png) 96% 0.2rem/1.8rem auto no-repeat;
  }
}
.main section.bicycle .point {
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point {
    margin: 0.4rem 0 0;
  }
}
.main section.bicycle .point .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.14rem 0;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point .list {
    gap: 0.1rem;
  }
}
.main section.bicycle .point .list li {
  width: 3.44rem;
  padding: 0 0 0.2rem;
  background: #F5F4E8;
  border-radius: 0.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point .list li {
    width: calc(50% - 0.05rem);
  }
}
.main section.bicycle .point .list li .image {
  margin: 0;
}
.main section.bicycle .point .list li .place {
  margin: 0.2rem 0 0;
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point .list li .place {
    font-size: 0.16rem;
  }
}
.main section.bicycle .point .list li .time {
  margin: 0.1rem 0 0;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point .list li .time {
    font-size: 0.16rem;
  }
}
.main section.bicycle .point .list li .time .small {
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main section.bicycle .point .list li .time .small {
    font-size: 0.11rem;
  }
}
.main section.bicycle .image {
  position: relative;
  margin: 0.6rem 0 0;
}
.main section.bicycle .image figcaption {
  text-align: right;
}
.main section.bicycle .image .pinch {
  position: absolute;
  inset: auto auto 0 0;
  width: 0.4rem;
}/*# sourceMappingURL=unique.css.map */