@charset "UTF-8";

/* =============================================================
  access.css
 =============================================================== */
#page-access .page-title {
  width: 26.17%;
  max-width: 502px;
}

#access {
  background: #ffe1ca;
  padding: 75px 0 135px;
}

.access__block {
  background: var(--white);
  border-radius: 20px;
  padding: 55px 117px 75px;
}

.access__box {
  margin-bottom: 90px;
}

.access__title {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  gap: 20px;
  margin-bottom: 30px;
}

.access__text {
  margin-bottom: 30px;
}

.access__map {
  margin-bottom: 30px;
}

.access__map iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.location .button a {
  max-width: 324px;
  margin: 0 0 30px;
}

#access ul li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.access__redtext {
  color: #e23d57;
  font-weight: 500;
}

.access__wrap {
  display: flex;
  align-items: start;
  gap: 65px;
}

.access__wrap__box {
  width: calc((100% - 65px) / 2);
}

.access__wrap__box h4 {
  background: var(--navy);
  border-radius: 15px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 15px 0;
  text-align: center;
}

.access__wrap__box ul {
  min-height: 225px;
}

.access__wrap__box ul li {
  margin-bottom: 15px;
}

.access__wrap__box ul li span {
  font-size: 1.4rem;
}

.access__movie {
  margin-bottom: 50px;
}

.access__movie:last-of-type {
  margin-bottom: 0;
}

.access__movie__box {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 15px;
}

/* .access__movie__box:hover {
  opacity: 0.5;
} */

.access__movie__img {
  width: 100%;
}

.access__movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.access__movie p {
  text-align: center;
}

.airplane .access__title {
  gap: 8px;
}

.nearby-facilities__title {
  border-bottom: 1px solid #595758;
  color: #595758;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.nearby-facilities__box__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.nearby-facilities__box {
  border: 1px solid #bbb;
}

@media screen and (max-width: 1024px) {
  .access__block {
    padding: 55px 60px 75px;
  }
}

@media screen and (max-width: 768px) {
  #page-access .page-title {
    width: 53.33%;
    max-width: 400px;
  }

  #access {
    padding: 40px 0 90px;
  }

  .access__block {
    border-radius: 10px;
    padding: 30px 20px 10px;
  }

  .access__box {
    margin-bottom: 50px;
  }

  .access__title {
    font-size: 1.8rem;
    gap: 10px;
    margin-bottom: 20px;
  }

  .location .access__title img {
    width: 18px;
  }

  .location .button a {
    max-width: 224px;
    margin: 0 auto 30px;
  }

  #access ul li {
    font-size: 1.5rem;
    padding-left: 0;
    text-indent: 0;
  }

  .train .access__title img {
    width: 16px;
  }

  .access__wrap {
    flex-direction: column;
    gap: 20px;
  }

  .access__wrap__box {
    width: 100%;
  }

  .access__wrap__box h4 {
    margin-bottom: 20px;
  }

  .access__wrap__box ul {
    min-height: auto;
  }

  .access__wrap__box ul li span {
    font-size: 1.2rem;
    line-height: 1.6;
    display: block;
  }

  .access__movie {
    margin-bottom: 25px;
  }

  .access__movie:last-of-type {
    margin-bottom: 25px;
  }

  .access__movie__box {
    margin-bottom: 5px;
  }

  .access__movie__icon {
    width: 43px;
  }

  .airplane .access__title {
    gap: 5px;
  }

  .airplane .access__title img:first-of-type {
    width: 18px;
  }

  .airplane .access__title img:last-of-type {
    width: 16px;
  }

  .nearby-facilities__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .nearby-facilities__box__wrap {
    gap: 15px;
  }
}

@media screen and (max-width: 374px) {
  #access p {
    font-size: 1.4rem;
  }

  #access ul li {
    font-size: 1.4rem;
  }

  .airplane .access__title {
    font-size: 1.55rem;
    gap: 3px;
  }

  .airplane .access__title img:first-of-type {
    width: 16px;
  }
}
