@charset "UTF-8";
/* ============================================================
  map
============================================================ */
#access .map {
  position: relative;
  z-index: 1;
  padding-bottom: 128px;
}
#access .map::before {
  background: var(--color-primary-light);
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
#access .map-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 32px;
}
#access .map-title:before {
  content: "";
  width: 100%;
  height: 8px;
  background: var(--color-primary-light);
  flex-grow: 1;
  margin-bottom: 0.5em;
}

#access .map-title img {
  width: 103px;
  height: 90px;
}
#access .map-title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5.76px;
  white-space: nowrap;
}

#access .map-area {
  width: 100%;
  height: 100%;
  aspect-ratio: 1093/482;
  margin-bottom: 24px;
  border: 8px solid var(--color-white);
}

#access .map-area iframe {
  width: 100%;
  height: 100%;
}

#access address {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 49px;
  letter-spacing: 5.76px;
  color: var(--color-black);
}
/* ===================== Responsive ===================== */
@media (max-width: 768px) {
  #access .map {
    padding-bottom: 16px;
  }
  #access .map-title {
    gap: 8px;
    padding-bottom: 16px;
  }
  #access .map-title:before {
    margin-left: -15px;
  }
  #access .map-area {
    margin-bottom: 16px;
  }
  #access .map-title img {
    width: 58.286px;
    height: 51px;
  }
  #access .map-title h3 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 3.78px;
  }
  #access address {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 2.52px;
  }
}

/* ============================================================
  bus
============================================================ */
#access .bus {
  padding-top: 160px;
  padding-bottom: 128px;
}

#access .bus-title {
  display: flex;
  align-items: center;
  gap: 40px;
}

#access .bus-title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 5.12px;
}

#access .bus-section {
  padding: 60px 20px;
  background: #fff;
}

#access .bus-section__header {
  display: flex;
  align-items: center;
  gap: 24px;
}

#access .bus-section__header img {
  width: 218px;
  height: 109px;
}

#access .bus-section__header h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

#access .bus-card {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 111px;
}
#access .bus-card.primary {
  border: 1px solid var(--color-primary-dark);
}
#access .bus-card.accent {
  border: 1px solid var(--color-accent-dark);
}

#access .bus-card.primary .bus-card__title {
  background: var(--color-primary-dark);
  color: white;
}

#access .bus-card.accent .bus-card__title {
  background: var(--color-accent-dark);
  color: white;
}
#access .bus-card__title {
  width: 454px;
  padding-left: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 2.4px;
  height: 100%;
  display: flex;
  align-items: center;
}

#access .bus-card__info {
  width: calc(100% - 454px - 300px);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 3.84px;
  padding-left: 56px;
}
#access .bus-card.route .bus-card__info {
  width: calc(100% - 454px);
  background: var(--color-gray-light);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 56px;
}

#access .bus-card.route .bus-card__info a img {
  transition: transform 0.3s ease-in-out;
}
#access .bus-card.route .bus-card__info a:hover img {
  transform: translateX(5px);
}

#access .bus-card__link {
  width: 300px;
  background: var(--color-gray-light);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.84px;
}

#access .bus-card__link a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#access .bus-card__link a p {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

#access .bus-card__link a p:after {
  content: "";
  background-image: url(../img/access/bus-arrow-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 98px;
  height: 9px;
  display: block;
  color: var(--color-black);
}
#access .bus-card__link a:hover {
  color: var(--color-primary-light5);
}

#access .bus-card__link small {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.88px;
  margin-left: -1.5em;
}

#access .bus-card__info a {
  color: var(--color-black);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

#access .bus-card__info a small {
  display: flex;
  align-items: center;
  gap: 10px;
}

#access .bus-card__info a small::after {
  content: "";
  display: block;
  background-image: url(../img/access/bus-arrow-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 98px;
  height: 9px;
}

/* ===================== Responsive ===================== */
@media (max-width: 1300px) {
  #access .bus-card__title {
    width: 350px;
    font-size: 18px;
    padding-left: 16px;
  }
  #access .bus-card__info {
    width: calc(100% - 350px - 300px);
    font-size: 18px;
  }
  #access .bus-card__link {
    font-size: 18px;
  }
  #access .bus-card__link small,
  #access .bus-card.accent.route small {
    font-size: 16px;
  }
  #access .bus-card.route .bus-card__info {
    width: calc(100% - 350px);
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  #access .bus-card__title {
    font-size: 16px;
    width: 300px;
  }
  #access .bus-card__info {
    width: calc(100% - 300px - 300px);
    font-size: 16px;
    padding-left: 16px;
  }
  #access .bus-card__link {
    font-size: 16px;
  }
  #access .bus-card.route .bus-card__info {
    font-size: 16px;
    width: calc(100% - 300px);
  }
  #access .bus-card.accent.route .bus-card__info {
    padding-left: 16px;
  }
  #access .bus-card.accent.route {
    gap: 0;
  }
}

@media (max-width: 960px) {
  #access .bus {
    padding-top: 64px;
  }

  #access .bus-section__header {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 40px;
  }
  #access .bus-section__header img {
    width: 84px;
    height: 42px;
  }
  #access .bus-card {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
  }
  #access .bus-card__title {
    width: 100%;
    padding-left: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1;
    justify-content: center;
    height: 80px;
  }
  #access .bus-card__info {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 0.42px;
    line-height: 2;
  }
  #access .bus-card__link {
    width: 100%;
    font-size: 20px;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #access .bus-card__link a p {
    justify-content: center;
  }

  #access .bus-card__link small,
  #access .bus-card.accent.route small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.52px;
  }

  #access .bus-card.accent.route .bus-card__info {
    text-align: center;
    width: 100%;
    font-size: 21px;
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding-top: 24px;
    padding-bottom: 64px;
  }
  #access .bus-card.accent.route {
    flex-direction: column;
  }

  #access .bus-card.route .bus-card__info img {
    padding-top: 16px;
  }
  #access .bus-card.route .bus-card__info a {
    flex-direction: column;
    justify-content: center;
  }
  #access .bus-card__info a small {
    position: relative;
  }
  #access .bus-card__info a small::after {
    position: absolute;
    top: 200%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}

@media (max-width: 768px) {
  #access .bus-section__header h3 {
    font-size: 21px;
    letter-spacing: 3.78px;
  }
}

@media (max-width: 600px) {
  #access .bus {
    padding-bottom: 40px;
  }
}

/* ============================================================
  line
============================================================ */
.access-line {
  width: 100%;
  height: 86px;
  background: var(--color-primary-light);
  margin-bottom: 160px;
}

/* ===================== Responsive ===================== */
@media (max-width: 768px) {
  .access-line {
    margin-bottom: 40px;
  }
}

/* ============================================================
  parking
============================================================ */
#access .parking-title {
  padding-left: 112px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 48px;
}

#access .parking-title img {
  width: 70px;
  height: 110px;
}

#access .parking-title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 5.12px;
}

#access .parking-info {
  display: flex;
  align-items: center;
  gap: 48px;
  border: 6px solid var(--color-primary-light);
  padding: 64px 112px;
}

#access .parking-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  width: 490px;
}

#access .parking-info img {
  width: 659px;
  height: 423px;
  aspect-ratio: 659/423;
  margin-right: calc(-130px - 112px);
  margin-top: calc(-112px - 64px);
  object-fit: cover;
}
/* ===================== Responsive ===================== */
@media (max-width: 1100px) {
  #access .parking-info {
    padding: 48px 64px;
  }
  #access .parking-info img {
    width: 500px;
    height: 320px;
    margin-right: calc(-130px - 64px);
    margin-top: calc(-112px - 48px);
  }
}
@media (max-width: 960px) {
  #access .parking-title {
    padding-bottom: 48px;
  }
  #access .parking-info {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px;
    max-width: 540px;
    margin: 0 auto;
    margin-top: 160px;
  }
  #access .parking-info p {
    width: 100%;
  }

  #access .parking-info img {
    margin-right: initial;
    margin-top: calc(-160px - 40px);
  }
}

@media (max-width: 768px) {
  #access .parking-title {
    padding-bottom: 72px;
    gap: 24px;
  }
  #access .parking-title img {
    width: 41.934px;
    height: 66px;
  }
  #access .parking-title h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 3.78px;
  }
  #access .parking-info {
    margin-top: 96px;
  }
}

@media (max-width: 600px) {
  #access .parking-info {
    padding: 32px;
    padding-top: 96px;
  }
  #access .parking-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.52px;
  }
  #access .parking-info img {
    width: calc(100% + 16px + 16px);
    aspect-ratio: 304/201;
    height: auto;
  }
  #access .parking-title {
    padding-left: 64px;
  }
}
