/* --------------------------------------------------
  common
-------------------------------------------------- */
.inner {
  max-width: 1260px;
}

.note {
  font-size: 1rem;
  line-height: 2;
  color: #555;
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------
mv
-------------------------------------------------- */
.mv {
  background: #d4e3ea;
  position: relative;
  z-index: 2;
  padding: 70px 0 118px;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 78px 0 118px;
  }
}
.mv .inner {
  max-width: 1160px;
}
@media screen and (min-width: 1024px) {
  .mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mv-body {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-body {
    max-width: 540px;
    width: 53%;
  }
}
.mv-ttl {
  color: #1e2e53;
  margin: 13.33vw 0 0;
}
@media screen and (min-width: 640px) {
  .mv-ttl {
    margin: 88px 0 0;
  }
}
.mv-ttl .en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.2rem;
  font-size: 8.53vw;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .mv-ttl .en {
    font-size: 5.4rem;
  }
}
.mv-ttl .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 3.73vw;
}
@media screen and (min-width: 640px) {
  .mv-ttl .ja {
    font-size: 2.4rem;
  }
}
.mv-txt {
  margin: 63.5vw 0 0;
}
@media screen and (max-width: 639px) {
  .mv-txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 640px) {
  .mv-txt {
    margin: 345px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-txt {
    margin: 48px 0 0;
    min-height: 85px;
  }
}
.mv-btn {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #1e2e53;
  border: 1px solid #1e2e53;
  background: #fff;
  max-width: 240px;
  width: 100%;
  padding: 15px 10px;
  margin: 10px auto 20px;
}
@media screen and (min-width: 640px) {
  .mv-btn {
    font-size: 1.8rem;
    padding: 25px 15px;
    max-width: 332px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-btn {
    padding: 30px 20px;
    margin: 0;
  }
}
.mv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .mv-nav {
    margin: 50px 0 0;
  }
}
.mv-nav-item {
  border-left: 1px solid #c9caca;
  width: 33.33%;
}
@media screen and (max-width: 639px) {
  .mv-nav-item {
    line-height: 1.1;
  }
}
.mv-nav-item:last-child {
  border-right: 1px solid #c9caca;
}
.mv-nav-link {
  color: #1e2e53;
  padding: 0 10px 20px;
  position: relative;
  text-align: center;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link {
    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;
  }
}
.mv-nav-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 5px;
  left: 50%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .mv-nav-link:hover::after {
    bottom: 2px;
  }
}
.mv-nav-link .num {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 1.9rem;
  margin-right: 5px;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link .num {
    font-size: 2.1rem;
    margin-right: 10px;
  }
}
.mv-nav-link .name {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link .name {
    font-size: 1.4rem;
  }
}
.mv-img {
  max-width: 68.53vw;
  position: absolute;
  top: 60px;
  right: 15px;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .mv-img {
    max-width: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-img {
    width: 45%;
    max-width: 500px;
    position: initial;
  }
}

/* --------------------------------------------------
  timetable
-------------------------------------------------- */
.timetable {
  background: #fff;
  border-radius: 70px 70px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .timetable {
    border-radius: 100px 100px 0 0;
  }
}
.timetable-wrapper {
  max-width: 1160px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .timetable-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.timetable-item {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .timetable-item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .timetable-item {
    width: 50%;
  }
}
.timetable-item:nth-child(1) {
  border-right: 1px solid #c9caca;
}
.timetable-item-ttl {
  color: #fff;
  background: #1e2e53;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .timetable-item-ttl {
    padding: 27px;
  }
}
.timetable-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timetable-item-row.--hide {
  display: none;
}
@media screen and (min-width: 1024px) {
  .timetable-item-row.--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.timetable-item-row.--hide .--txt {
  color: transparent;
}
.timetable-item-row .--ttl:nth-child(1),
.timetable-item-row .--txt:nth-child(1) {
  border-right: 1px solid #c9caca;
}
.timetable-item-row .--ttl {
  width: 50%;
  color: #1e2e53;
  background: #f5f5f5;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
  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;
}
@media screen and (min-width: 1024px) {
  .timetable-item-row .--ttl {
    padding: 27px;
  }
}
.timetable-item-row .--txt {
  width: 50%;
  border-bottom: 1px solid #c9caca;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .timetable-item-row .--txt {
    padding: 27px;
  }
}

/* --------------------------------------------------
  location
-------------------------------------------------- */
.location {
  background: #d4e3ea;
}
.location-list {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.location-item {
  padding: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .location-item {
    padding: 40px 0 0;
  }
}
.location-item:nth-child(1) {
  border-bottom: 1px solid #fff;
  padding: 30px 0 20px;
}
@media screen and (min-width: 640px) {
  .location-item:nth-child(1) {
    padding: 0 0 40px;
  }
}
.location-item-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 640px) {
  .location-item-ttl {
    font-size: 2.6rem;
  }
}
.location-item-txt {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .location-item-txt {
    font-size: 1.5rem;
  }
}
.location-item-img {
  margin: 20px 0 0;
}
@media screen and (min-width: 640px) {
  .location-item-img {
    margin: 38px 0 0;
  }
}

/* --------------------------------------------------
  bus
-------------------------------------------------- */
.bus-wrap {
  max-width: 1060px;
  width: 100%;
  margin: 24px auto 0;
}
@media screen and (min-width: 640px) {
  .bus-wrap {
    margin: 38px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .bus-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bus-img {
  max-width: 460px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media screen and (min-width: 640px) {
  .bus-img {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1024px) {
  .bus-img {
    margin: 0 7% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .bus-body {
    max-width: 408px;
  }
}
.bus-ttlEn {
  font-size: 3.2rem;
  font-family: "Sorts Mill Goudy", serif;
  color: #1e2e53;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .bus-ttlEn {
    font-size: 4rem;
  }
}
.bus-ttl {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .bus-ttl {
    font-size: 1.8rem;
    margin-bottom: 38px;
  }
}
.bus-txt {
  margin-bottom: 20px;
}
.bus-info {
  font-size: 1.3rem;
  line-height: 2.14;
}
@media screen and (min-width: 640px) {
  .bus-info {
    font-size: 1.4rem;
  }
}
.bus .secBottom {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .bus .secBottom {
    text-align: left;
  }
}
/*# sourceMappingURL=park-shuttle-bus.css.map */