@charset "utf-8";

.access-box {
  text-align: center;
  padding: 7vh 10vw 15vh;
  margin: 0 auto;
  position: relative;
}
.ac-access-box {
  padding-bottom: 35vh;
  background-color: #2a95d1;
}
.inner-content-container {
  background-color: #423cc6;
  max-width: 1200px;
  padding: 80px 100px;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.inner-content-container h3 {
  text-align: left;
}
.supplement-list {
  padding: 20px 50px;
}
.supplement-list li::before {
  display: inline-block;
  margin: 0 5px 0 3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  background: #fff;
}
.supplement-list li {
  text-align: left;
  font-size: 0.85rem;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
  border: none;
}

.ac-price-box td,
.ac-price-box th,
.ac-time-box td,
.ac-time-box th {
  height: 75px;
  border-radius: 12px;
  line-height: 1.5;
}
.table-y-gr .mb-break {
  display: none;
}
.ac-price-box table .table-x-gr span {
  font-size: 14px;
}
.table-x-gr {
  background-color: #4cb0ef;
  font-size: 22px;
  font-weight: 500;
}

.ac-time-box .table-x-gr {
  letter-spacing: 1em;
}

.ac-time-box table tr:nth-child(2) .table-y-gr,
.ac-time-box table tr:nth-child(3) .table-y-gr {
  width: 20%;
}

.ac-time-box table tr:nth-child(2) .table-date,
.ac-time-box table tr:nth-child(3) .table-date {
  width: 80%;
}

.ac-price-box table td {
  width: 20%;
}

.table-date {
  color: #000;
  background-color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.table-y-gr {
  background-color: #1fc5d4;
  font-size: 22px;
  font-weight: 500;
}

.ac-price-box .supplement-list {
  margin-bottom: 40px;
}
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 5px 5px 10px 5px;
}
.map-adress {
  text-align: left;
  line-height: 1.3;
  font-size: 0.9rem;
  margin: 0 0 35px 10px;
}

.access-h4 {
  height: 75px;
  border-radius: 12px;
  background-color: #4cb0ef;
  font-size: 22px;
  font-weight: 500;
  margin: 5px;
  text-align: center;
  line-height: 75px;
  color: #fff;
}
.access-train {
  border-collapse: collapse;
  border-spacing: 0;
}
.access-train th,
.access-train td {
  padding: 5px 0;
  border: none;
  text-align: left;
  font-size: 0.9rem;
  color: #000;
}
.access-train-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 20px 50px 20px 70px;
}
.access-train colgroup col:nth-child(1) {
  width: 25%;
}
.access-train colgroup col:nth-child(2) {
  width: 35%;
}
.access-train colgroup col:nth-child(3),
.access-train colgroup col:nth-child(4) {
  width: 20%;
}
.access-train .mb-break-tr {
  display: none;
}

.parking-box {
  background-color: #fff;
  border-radius: 12px;
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 20px 50px;
}
.parking-note {
  font-size: 0.9rem;
  color: #000;
  text-align: left;
}

.is-important {
  color: red;
}

@media screen and (max-width: 768px) {
  .access-box {
    padding: 5vh 5vw 10vh; /* 左右のパディングを減らす */
  }
  .ac-access-box {
    padding-bottom: 20vh;
  }
  .inner-content-container {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .supplement-list {
    padding: 10px;
  }
  .supplement-list li {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  table {
    border-spacing: 3px 3px;
  }
  .ac-price-box td,
  .ac-price-box th,
  .ac-time-box td,
  .ac-time-box th {
    height: 50px;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0px;
    line-height: 1.5;
  }
  .ac-time-box table tr:nth-child(2) .table-y-gr,
  .ac-time-box table tr:nth-child(3) .table-y-gr {
    width: 30%;
  }

  .ac-time-box table tr:nth-child(2) .table-date,
  .ac-time-box table tr:nth-child(3) .table-date {
    width: 70%;
  }
  .table-y-gr .mb-break,
  .access-train .mb-break-tr {
    display: block !important;
    height: 0;
    margin: 0;
    padding: 0;
  }

  iframe {
    padding-bottom: 0;
  }
  .access-h4 {
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
  }
  .access-train-wrapper {
    padding: 15px 15px 15px 30px;
  }
  .access-train th,
  .access-train td {
    padding: 3px 0;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
    text-align: left;
  }

  .access-train td {
    width: 25%;
  }
  .access-train colgroup {
    display: contents; /* colgroupの設定を無視させる */
  }
  .parking-box {
    padding: 15px;
  }
}
