/**
 * 無料送迎バス
 */

body {
  background: none;
}

.container {
  max-width: none;
  width: auto;
}

.sideWrap .sideL, .sideWrap .sideR {
  display: none;
}

.jpTx span {
  display: inline-block;
}

.cmn02_nml {
  display: flex;
  gap: 2rem;
}

.cmn02_nml > li {
  margin-right: 0;
  flex: 1;
}

/* 事前申し込み手順 */
.step {
  line-height: 1.5;
}

.step__col {
  border-radius: 1rem;
  border: 0.1rem solid #c00712;
  margin-bottom: 4rem;
  padding: 3rem;
  position: relative;
}

.step__label {
  background: #c00712;
  color: #ffffff;
  font-size: 1.6rem;
  inset: 0 auto auto 50%;
  line-height: 1.5;
  padding: 0.25em 1em;
  position: absolute;
  transform: translate(-50%, -50%);
}

.step__image {
  margin: 0 0 2rem;
}

.step__image img {
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.step__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.step__text {
  font-size: 1.4rem;
  margin: 0 0 1rem;
  text-align: justify;
}

@media (min-width: 768px) {
  .step__row {
    display: flex;
    gap: 2rem;
  }
  .step__col {
    flex: 1;
    margin-bottom: 0;
  }
}

/* 時刻表 */
.timetable__list {
  border-radius: 0.4rem;
  border: 0.1rem solid;
  color: #212b54;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 2rem;
  overflow: hidden;
  padding-left: 0;
  text-align: center;
}

.timetable__list li {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  padding: 1rem 1.5rem;
  position: relative;
  width: 50%;
}

.timetable__list li:first-child {
  background: #212b54;
  color: #ffffff;
  width: 100%;
}

.timetable__list li::before {
  background: url("../img/timetable-arrow-1.svg") 50% / 100% 100%;
  content: "";
  inset: 0 0 0 auto;
  margin: 0 -1.5rem;
  padding: 1.5rem;
  position: absolute;
}

.timetable__list li:first-child::before {
  background-image: url("../img/timetable-arrow-2.svg");
  display: none;
}

.timetable__list li:last-child::before {
  display: none;
}

.timetable__list span {
  font-weight: inherit;
}

.timetable__list s {
  font-weight: inherit;
  text-decoration-color: #c00712;
  text-decoration-thickness: 2px;
}

.timetable__map {
  margin: 0;
}

.timetable__map img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .timetable__row {
    display: flex;
    gap: 4rem;
  }
  .timetable__col:first-child {
    flex: 1;
  }
  .timetable__col:last-child {
    width: 30%;
  }
  .timetable__list {
    flex-wrap: nowrap;
  }
  .timetable__list li {
    font-size: 1.4rem;
  }
  .timetable__list li:first-child {
    width: 50%;
  }
  .timetable__list li:first-child::before {
    display: block;
  }
}
