/* CSS Document */
.pre-inc #access img {
  width: 100%;
}
.pre-inc #access .under-mv {
  background: #8aa3d4;
}
@media screen and (orientation: landscape), print {
  .pre-inc #access .flex {
    display: flex;
    justify-content: center;
    gap: clamp(1rem, 2vw, 3rem);
  }
  .pre-inc #access .flex > * {
    width: 50%;
  }
}
.pre-inc #access #walk {
  padding: 3rem 0;
}
.pre-inc #access #walk .inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (orientation: landscape), print {
  .pre-inc #access #walk .inner {
    flex-direction: row;
  }
}
.pre-inc #access #walk h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 2rem;
  width: 100%;
}
.pre-inc #access #walk p .line {
  font-size: 12px;
  line-height: 1em;
  display: block;
}
.pre-inc #access #walk p .min {
  font-size: 19px;
  line-height: 1em;
  display: block;
}
.pre-inc #access #walk p .min .gold {
  font-size: 32px;
  color: #AD8319;
}
.pre-inc #access #walk p .min small {
  font-size: 13px;
  display: block;
  margin-top: 0.1em;
}
.pre-inc #access #walk .separater {
  border-bottom: 1px dashed #C9C9C9;
  align-self: stretch;
}
@media screen and (orientation: landscape), print {
  .pre-inc #access #walk .separater {
    width: 1px;
    border-bottom: none;
    border-left: 1px dashed #C9C9C9;
  }
}
.pre-inc #access #map .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (orientation: landscape), print {
  .pre-inc #access #map .inner {
    flex-direction: row;
  }
  .pre-inc #access #map .inner > * {
    width: 50%;
  }
}
.pre-inc #access #map p {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
}
.pre-inc #access #map p i {
  font-size: 2em;
  color: #ad8319;
}
.pre-inc #access #map p .station {
  padding: 0.2em 0.4em;
  display: inline-block;
  background: rgba(127, 102, 60, 0.2);
  border-radius: 0.2em;
  margin: 0 0.2em;
  font-size: clamp(13px, 3svw, 16px);
  line-height: 1.2em;
  vertical-align: middle;
}
.pre-inc #access #map p .station small {
  font-size: 10px;
  line-height: 1em;
}
.pre-inc #access #map p .line {
  vertical-align: text-top;
  display: inline-block;
}
.pre-inc #access #map p .line small {
  display: block;
}
.pre-inc #access #map p .name {
  font-size: 1.4em;
  display: inline-block;
  line-height: 1em;
  padding: 0.2em;
  background: #7F663C;
  color: #fff;
  margin: 0 0.1em;
  border-radius: 0.1em;
  vertical-align: text-bottom;
}
.pre-inc #access #others {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
.pre-inc #access #others h3 {
  text-align: center;
  font-size: 16px;
}
.pre-inc #access #others p {
  margin-top: 1rem;
  position: relative;
  max-width: 1024px;
}
.pre-inc #access #others p small {
  text-align: right;
  font-size: 10px;
  display: block;
  padding: 0.3em;
}
.pre-inc #access #others p .min {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(35, 35, 35, 0.7) 50%, transparent 100%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 5svw, 24px);
  line-height: 1em;
  padding: 0.5em 1em 1em;
}
.pre-inc #access #others p .min .small {
  font-size: 18px;
}
.pre-inc #access #others p .min .big {
  font-size: 32px;
}
.pre-inc #access #others p .min sup {
  font-size: 10px;
}

/*# sourceMappingURL=access.css.map */
