@charset "UTF-8";
.main .train .summary .catch .ja::before, .main .train .summary p::before, .main .train .detail .list .item .text .note::before, .main .train .detail .caution::before, .main .train .column .text .catch::before, .main .train .column .text p::before, .main .car .summary p::before, .main .bus .detail .text .data::before, .main .bus .detail .text .note::before, .main .bicycle .summary p::before, .main .bicycle .column p::before, .main .bicycle .column .howto .text .note::before, .main .train .summary .catch .ja::after, .main .train .summary p::after, .main .train .detail .list .item .text .note::after, .main .train .detail .caution::after, .main .train .column .text .catch::after, .main .train .column .text p::after, .main .car .summary p::after, .main .bus .detail .text .data::after, .main .bus .detail .text .note::after, .main .bicycle .summary p::after, .main .bicycle .column p::after, .main .bicycle .column .howto .text .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .train .summary .catch .ja::before, .main .train .summary p::before, .main .train .detail .list .item .text .note::before, .main .train .detail .caution::before, .main .train .column .text .catch::before, .main .train .column .text p::before, .main .car .summary p::before, .main .bus .detail .text .data::before, .main .bus .detail .text .note::before, .main .bicycle .summary p::before, .main .bicycle .column p::before, .main .bicycle .column .howto .text .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .train .summary .catch .ja::after, .main .train .summary p::after, .main .train .detail .list .item .text .note::after, .main .train .detail .caution::after, .main .train .column .text .catch::after, .main .train .column .text p::after, .main .car .summary p::after, .main .bus .detail .text .data::after, .main .bus .detail .text .note::after, .main .bicycle .summary p::after, .main .bicycle .column p::after, .main .bicycle .column .howto .text .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .train .headline .ttl, .main .train .headline .catch .en, .main .train .summary .catch .en, .main .train .detail .list .item .text .time .num, .main .car .summary .ttl, .main .car .summary .catch .en, .main .bus .summary .text .ttl, .main .bus .summary .text .catch .en, .main .bus .detail .text .number .num, .main .bicycle .summary .ttl, .main .bicycle .summary .catch .en, .main .bicycle .column .sttl .large span {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader .image::before, .main .train::before, .main .train .summary .image--02::before, .main .car::before, .main .bicycle::before, .main .bicycle .column::before, .main .pageHeader .image::after, .main .train::after, .main .train .summary .image--02::after, .main .car::after, .main .bicycle::after, .main .bicycle .column::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .pageHeader .scrollIn.image::before, .main .scrollIn.train::before, .main .train .summary .scrollIn.image--02::before, .main .scrollIn.car::before, .main .scrollIn.bicycle::before, .main .bicycle .scrollIn.column::before, .main .pageHeader .scrollIn.image::after, .main .scrollIn.train::after, .main .train .summary .scrollIn.image--02::after, .main .scrollIn.car::after, .main .scrollIn.bicycle::after, .main .bicycle .scrollIn.column::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader .image::after {
  width: 5.06rem;
  aspect-ratio: 506/595;
  top: -4.8rem;
  right: 2.26rem;
  background-image: url(../imgs/sakura00.png);
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image::after {
    width: 2.53rem;
    top: -2.4rem;
    right: -0.2rem;
  }
}
.main .train {
  padding: 1.8rem 0 2rem;
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .train {
    padding: 1.5rem 0;
  }
}
.main .train::before {
  content: "";
  display: block;
  width: 3.68rem;
  aspect-ratio: 368/262;
  position: absolute;
  top: -0.45rem;
  right: calc(50% + 3.67rem);
  background: url(../imgs/sakura01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .train::before {
    width: 1.84rem;
    top: -0.45rem;
    right: auto;
    left: 0;
  }
}
.main .train .headline .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .train .headline .ttl {
    margin-inline: -0.4rem;
    font-size: 0.8rem;
  }
}
.main .train .headline .ttl span:first-child {
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .train .headline .ttl span:first-child {
    font-size: 1rem;
  }
}
.main .train .headline .catch {
  padding: 0.7rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .train .headline .catch {
    padding: 0.6rem 0 0;
  }
}
.main .train .headline .catch .ja {
  margin-inline: auto;
}
.main .train .headline .catch .en {
  padding: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .headline .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}
.main .train .summary {
  margin: 0.9rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .train .summary {
    margin: 0.8rem 0 0;
  }
}
.main .train .summary .catch {
  text-align: center;
}
.main .train .summary .catch .en {
  background: #594847 url(../../assets/imgs/bg-sttl.jpg) 50% -0.95rem/2.27rem auto no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 0.28rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .summary .catch .en {
    font-size: 0.36rem;
  }
}
.main .train .summary .catch .ja {
  padding: 0.35rem 0 0;
  font-size: 0.28rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .train .summary .catch .ja {
    margin: 0 -0.4rem;
    padding: 0.4rem 0 0;
    font-size: 0.48rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.main .train .summary p {
  font-size: 0.2rem;
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .train .summary p {
    font-size: inherit;
    text-align: left;
  }
}
.main .train .summary .image--01 {
  width: 4.4rem;
  position: absolute;
  top: 0.3rem;
  left: calc(50% + 50cqw - 4.4rem);
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--01 {
    margin: 0.6rem 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.main .train .summary .image--02 {
  box-sizing: border-box;
  max-width: 12.8rem;
  margin: 0.8rem auto 0;
  padding: 0.72rem 0 0.7rem 1.7rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--02 {
    margin: 0.6rem 0 0;
    padding: 1rem 0 0;
  }
}
.main .train .summary .image--02::before {
  content: "";
  display: block;
  width: 3.1rem;
  aspect-ratio: 31/33;
  position: absolute;
  bottom: -0.88rem;
  left: -0.84rem;
  background: url(../imgs/sakura02.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--02::before {
    width: 0.8rem;
    aspect-ratio: 47230/57893;
    top: 0;
    bottom: unset;
    right: -0.2rem;
    left: unset;
    background: url(../../assets/imgs/ico-swipe.svg) 0 0/contain no-repeat;
    pointer-events: none;
  }
}
.main .train .summary .image--02 .inner {
  width: 9.24rem;
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--02 .inner {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--02 img {
    width: 9.24rem;
    max-width: none;
  }
}
.main .train .summary .image--02 figcaption {
  padding-right: 1.8rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 750px) {
  .main .train .summary .image--02 figcaption {
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
  }
}
.main .train .detail {
  max-width: 12.8rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .train .detail {
    margin: 0.8rem 0 0;
  }
}
.main .train .detail .legend {
  font-size: 0.24rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .detail .legend {
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
.main .train .detail .legend span {
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .train .detail .legend span {
    font-size: 0.28rem;
  }
}
.main .train .detail .list {
  display: flex;
  justify-content: space-between;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .train .detail .list {
    flex-wrap: wrap;
    gap: 0.4rem 0.2rem;
  }
}
.main .train .detail .list .item {
  width: calc(25% - 0.1rem);
}
@media screen and (max-width: 750px) {
  .main .train .detail .list .item {
    width: calc(50% - 0.1rem);
  }
  .main .train .detail .list .item .image img {
    width: 100%;
  }
}
.main .train .detail .list .item .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .train .detail .list .item .text {
    display: block;
  }
}
.main .train .detail .list .item .text .name {
  padding: 0.3rem 0 0;
  font-size: 0.22rem;
  line-height: 1;
}
.main .train .detail .list .item .text .name span {
  font-size: 0.22rem;
}
.main .train .detail .list .item .text .time {
  padding: 0.24rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .train .detail .list .item .text .time {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
  }
}
.main .train .detail .list .item .text .time .small {
  font-size: 0.2rem;
}
.main .train .detail .list .item .text .time .num {
  color: #d57c79;
  font-size: 0.42rem;
}
.main .train .detail .list .item .text .time .alt {
  font-size: 0.14rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .train .detail .list .item .text .time .alt {
    font-size: 0.2rem;
  }
}
.main .train .detail .list .item .text .note {
  width: 100%;
  padding: 0.04rem 0 0;
  color: #999191;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  letter-spacing: 0.045em;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .train .detail .list .item .text .note {
    padding: 0.24rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .train .detail .caution {
  width: 100%;
  padding: 0.2rem 0 0;
  color: #999191;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.045em;
  line-height: 0.16rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .train .detail .caution {
    padding: 0.24rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .train .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .train .column {
    display: block;
    margin: 0.8rem 0 0;
  }
}
.main .train .column .text {
  width: calc(100% - 7.6rem);
}
@media screen and (max-width: 750px) {
  .main .train .column .text {
    width: auto;
  }
}
.main .train .column .text .catch {
  padding: 0.5rem 0 0;
  font-size: 0.28rem;
  line-height: 0.44rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .train .column .text .catch {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
.main .train .column .text p {
  width: 5.5rem;
  padding: 0.45rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .train .column .text p {
    width: auto;
    padding: 0.6rem 0 0;
  }
}
.main .train .column .image {
  width: 7.6rem;
}
@media screen and (max-width: 750px) {
  .main .train .column .image {
    width: auto;
    margin: 0.6rem 0 0;
  }
  .main .train .column .image figcaption {
    position: static;
  }
}
.main .car {
  container-type: inline-size;
  padding: 2rem 0;
  position: relative;
  background: #fcf5f5;
}
@media screen and (max-width: 750px) {
  .main .car {
    padding: 1.5rem 0;
  }
}
.main .car::before {
  content: "";
  display: block;
  width: 5.42rem;
  aspect-ratio: 542/527;
  position: absolute;
  top: -1.32rem;
  right: calc(50% + 2.75rem);
  background: url(../imgs/sakura03.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .car::before {
    width: 2.71rem;
    right: auto;
    top: -0.6rem;
    left: -0.6rem;
  }
}
.main .car .summary {
  position: relative;
}
.main .car .summary .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .car .summary .ttl {
    font-size: 0.8rem;
  }
}
.main .car .summary .catch {
  margin: 0.8rem 0 0;
  text-align: center;
}
.main .car .summary .catch .ja {
  margin-inline: auto;
}
.main .car .summary .catch .en {
  padding: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .car .summary .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}
.main .car .summary p {
  font-size: 0.2rem;
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .car .summary p {
    padding: 0.6rem 0 0;
    font-size: inherit;
    text-align: left;
  }
}
.main .car .summary .image--01 {
  width: 5.2rem;
  position: absolute;
  top: 0.7rem;
  left: calc(50% + 50cqw - 5.2rem);
  top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .main .car .summary .image--01 {
    margin: 0.6rem 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.main .car .summary .image--02 {
  box-sizing: border-box;
  max-width: 12.8rem;
  margin: 0.8rem auto 0;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
@media screen and (max-width: 750px) {
  .main .car .summary .image--02 {
    margin: 0.6rem -0.4rem;
  }
}
.main .car .summary .image--02 img {
  display: block;
  width: 10.81rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .car .summary .image--02 img {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .main .car .summary .image--02 figcaption {
    padding-right: 0.1rem;
  }
}
.main .car .detail {
  margin: 1rem 0 0;
}
.main .car .detail .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .car .detail .list {
    flex-wrap: wrap;
    gap: 0.4rem 0.2rem;
  }
}
.main .car .detail .list .item {
  width: 4.6rem;
}
@media screen and (max-width: 750px) {
  .main .car .detail .list .item {
    width: calc(50% - 0.1rem);
  }
}
.main .car .detail .list .item .text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: 0.2rem 0 0;
  line-height: 1;
  text-align: center;
}
.main .car .detail .list .item .text .name {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .car .detail .list .item .text .name {
    font-size: 0.32rem;
  }
}
.main .car .detail .list .item .text .time {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .car .detail .list .item .text .time {
    font-size: 0.2rem;
  }
}
.main .bus {
  container-type: inline-size;
  padding: 2rem 0;
}
@media screen and (max-width: 750px) {
  .main .bus {
    padding: 1.5rem 0;
  }
}
.main .bus .summary {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6.8rem;
  gap: 1.4rem;
}
@media screen and (max-width: 750px) {
  .main .bus .summary {
    display: block;
  }
}
.main .bus .summary .text {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
}
.main .bus .summary .text .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .main .bus .summary .text .ttl {
    font-size: 0.8rem;
    text-align: center;
  }
}
.main .bus .summary .text .catch {
  margin: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bus .summary .text .catch {
    margin: 0.8rem 0 0;
  }
}
.main .bus .summary .text .catch .ja {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .bus .summary .text .catch .ja {
    white-space: normal;
    text-align: center;
    margin: 0 auto;
  }
}
.main .bus .summary .text .catch .en {
  padding: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bus .summary .text .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 auto;
  }
}
.main .bus .summary .image {
  grid-row: 1/2;
  grid-column: 2/3;
  max-width: 9.2rem;
  margin-right: max(7.2rem - 50cqw, -2rem);
}
@media screen and (max-width: 750px) {
  .main .bus .summary .image {
    margin: 0.6rem 0 0;
  }
}
.main .bus .detail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bus .detail {
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 0.6rem;
    margin: 0.2rem 0 0;
  }
}
.main .bus .detail .text {
  width: 4rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text {
    width: auto;
  }
}
.main .bus .detail .text .from {
  border-bottom: 0.01rem currentColor dotted;
  padding: 0 0 0.2rem;
  font-size: 0.24rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .from {
    font-size: 0.36rem;
    padding: 0 0 0.3rem;
  }
}
.main .bus .detail .text .from span {
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .from span {
    font-size: 0.28rem;
  }
}
.main .bus .detail .text .to {
  margin: 0.4rem 0 0;
  font-size: 0.22rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .to {
    margin: 0.3rem 0 0;
    font-size: 0.32rem;
  }
}
.main .bus .detail .text .number {
  margin: 0.1rem 0 0;
  font-size: 0.48rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .number {
    font-size: 0.56rem;
  }
}
.main .bus .detail .text .number .small {
  font-size: 0.28rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .number .small {
    font-size: 0.36rem;
  }
}
.main .bus .detail .text .number .num {
  color: #d57c79;
  letter-spacing: 0.01em;
}
.main .bus .detail .text .data {
  padding: 0.25rem 0 0;
  line-height: 0.3rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .data {
    padding: 0.4rem 0 0;
    line-height: 1.5;
  }
}
.main .bus .detail .text .note {
  margin: 0.35rem 0 0;
  border-top: 0.01rem currentColor dotted;
  padding: 0.3rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .text .note {
    margin: 0.3rem 0 0;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.main .bus .detail .schedule {
  background-color: #fcf5f5;
  padding: 0.15rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule {
    padding: 0.2rem;
  }
}
.main .bus .detail .schedule .texts {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .texts {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.2rem 0.2rem 0.4rem;
  }
}
.main .bus .detail .schedule .texts p {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.045em;
}
.main .bus .detail .schedule .texts p + p {
  font-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .texts p {
    font-size: 0.36rem;
  }
  .main .bus .detail .schedule .texts p + p {
    font-size: 0.2rem;
    letter-spacing: -0.05em;
  }
}
.main .bus .detail .schedule .list {
  background-color: #fff;
  width: 9rem;
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list {
    flex-direction: column;
    gap: 0.4rem;
    width: auto;
    padding: 0.2rem 0.3rem;
  }
}
.main .bus .detail .schedule .list .item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item {
    display: block;
  }
}
.main .bus .detail .schedule .list .item .legend {
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item .legend {
    font-size: 0.32rem;
  }
}
.main .bus .detail .schedule .list .item figcaption {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item figcaption {
    font-size: 0.2rem;
  }
}
.main .bus .detail .schedule .list .item--01 {
  width: 4.875rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item--01 {
    width: auto;
  }
}
.main .bus .detail .schedule .list .item--01 .image {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item--01 .image {
    margin: 0.4rem 0 0;
  }
}
.main .bus .detail .schedule .list .item--01 .image figcaption {
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item--01 .image figcaption {
    padding: 0.1rem 0 0;
  }
}
.main .bus .detail .schedule .list .item--02 {
  width: 4.78rem;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item--02 {
    width: auto;
  }
}
.main .bus .detail .schedule .list .item--02 .image {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bus .detail .schedule .list .item--02 .image {
    margin: 0.4rem 0 0;
  }
}
.main .bus .detail .schedule .list .item--02 .image figcaption {
  padding: 0.1rem 0 0;
}
.main .bicycle {
  container-type: inline-size;
  padding: 2rem 0 0;
  position: relative;
  background: linear-gradient(0deg, transparent 3.66rem, #fcf5f5 3.66rem);
}
@media screen and (max-width: 750px) {
  .main .bicycle {
    padding: 1.5rem 0 0;
  }
}
.main .bicycle::before {
  content: "";
  display: block;
  width: 5.42rem;
  aspect-ratio: 542/527;
  position: absolute;
  top: -1.45rem;
  left: calc(50% + 2.96rem);
  background: url(../imgs/sakura04.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .bicycle::before {
    width: 2.71rem;
    top: -1rem;
    left: auto;
    right: 0;
  }
}
.main .bicycle .summary {
  position: relative;
}
.main .bicycle .summary .ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.main .bicycle .summary .catch {
  margin: 0.8rem 0 0;
  text-align: center;
}
.main .bicycle .summary .catch .ja {
  margin-inline: auto;
  letter-spacing: 0.02em;
}
.main .bicycle .summary .catch .en {
  padding: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bicycle .summary .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}
.main .bicycle .summary p {
  font-size: 0.2rem;
  padding: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .bicycle .summary p {
    padding: 0.6rem 0 0;
    font-size: inherit;
    text-align: left;
  }
}
.main .bicycle .summary .image--01 {
  width: 5.2rem;
  position: absolute;
  top: 1rem;
  left: calc(50% + 50cqw - 5.2rem);
}
@media screen and (max-width: 750px) {
  .main .bicycle .summary .image--01 {
    margin: 0.6rem 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
.main .bicycle .summary .image--02 {
  box-sizing: border-box;
  max-width: 12.8rem;
  margin: 0.8rem auto 0;
  padding: 0.42rem 0 0.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
@media screen and (max-width: 750px) {
  .main .bicycle .summary .image--02 {
    margin: 0.6rem -0.4rem 0;
    padding: 0.4rem 0.2rem;
  }
}
.main .bicycle .summary .image--02 img {
  display: block;
  width: 10.49rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .bicycle .summary .image--02 img {
    width: auto;
  }
}
.main .bicycle .detail {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail {
    margin: 0.8rem 0 0;
  }
}
.main .bicycle .detail .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list {
    gap: 0.4rem 0.2rem;
  }
}
.main .bicycle .detail .list .item {
  width: 3.3rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item {
    width: calc(50% - 0.1rem);
  }
  .main .bicycle .detail .list .item .image img {
    width: 100%;
  }
}
.main .bicycle .detail .list .item .text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin: 0.2rem 0 0;
  line-height: 1;
  text-align: center;
}
.main .bicycle .detail .list .item .text .name {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item .text .name {
    font-size: 0.28rem;
  }
}
.main .bicycle .detail .list .item .text .time {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item .text .time {
    font-size: 0.2rem;
  }
}
.main .bicycle .detail .list .item--01 {
  width: 100%;
}
.main .bicycle .detail .list .item--01 .image {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 9.6rem 1fr;
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item--01 .image {
    grid-template-columns: 1fr 1fr;
  }
}
.main .bicycle .detail .list .item--01 .image--01 {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item--01 .image--01 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.main .bicycle .detail .list .item--01 .image--02 {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main .bicycle .detail .list .item--01 .image--02 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.main .bicycle .detail .list .item--01 .image--03 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.main .bicycle .column {
  box-sizing: border-box;
  width: 10rem;
  margin: 1.1rem auto 0;
  padding: 0.5rem 1.1rem 0.8rem;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.57rem 0.03rem rgba(242, 225, 223, 0.8);
}
@media screen and (max-width: 750px) {
  .main .bicycle .column {
    width: auto;
    display: block;
    margin: 0.8rem 0 0;
    padding: 0.4rem;
  }
}
.main .bicycle .column::before, .main .bicycle .column::after {
  content: "";
  display: block;
  position: absolute;
  background: 0 0/contain no-repeat;
}
.main .bicycle .column::before {
  width: 0.94rem;
  aspect-ratio: 1;
  top: -0.06rem;
  left: -0.06rem;
  background-image: url(../imgs/blt01.png);
}
.main .bicycle .column::after {
  width: 2.54rem;
  aspect-ratio: 254/243;
  bottom: -1.4rem;
  left: -0.8rem;
  background-image: url(../imgs/sakura05.png);
}
@media screen and (max-width: 750px) {
  .main .bicycle .column::after {
    content: none;
  }
}
.main .bicycle .column .sttl {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 0.9rem 1fr;
  align-items: flex-end;
  gap: 0 0.16rem;
  font-weight: 400;
  line-height: 1;
}
.main .bicycle .column .sttl .logo {
  grid-row: 1/3;
  grid-column: 1/2;
}
.main .bicycle .column .sttl .small {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
  font-size: 0.25rem;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .sttl .small {
    font-size: 0.24rem;
  }
}
.main .bicycle .column .sttl .large {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 0.48rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .sttl .large {
    font-size: 0.44rem;
  }
}
.main .bicycle .column .sttl .large span {
  letter-spacing: 0.05em;
}
.main .bicycle .column p {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column p {
    padding: 0.6rem 0 0;
  }
}
.main .bicycle .column .howto {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto {
    display: block;
    margin: 0.6rem 0 0;
  }
}
.main .bicycle .column .howto .text {
  width: 4.5rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto .text {
    width: auto;
  }
}
.main .bicycle .column .howto .text .legend {
  border-bottom: 0.01rem solid #bd6e6c;
  padding: 0 0 0.15rem;
  font-size: 0.2rem;
  letter-spacing: 0.045em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto .text .legend {
    padding: 0 0 0.2rem;
    font-size: 0.28rem;
  }
}
.main .bicycle .column .howto .text p {
  padding: 0.3rem 0 0;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto .text p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .bicycle .column .howto .text .note {
  width: 100%;
  padding: 0.3rem 0 0;
  color: #999191;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  letter-spacing: 0.045em;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto .text .note {
    padding: 0.24rem 0 0;
    font-size: 0.17rem;
    line-height: 1.5;
  }
}
.main .bicycle .column .howto .image {
  width: 2.54rem;
}
@media screen and (max-width: 750px) {
  .main .bicycle .column .howto .image {
    margin: 0 0 0 auto;
  }
}/*# sourceMappingURL=unique.css.map */