@charset "utf-8";

/* =============================================================

access__map




















*  ============================================================= */

.access__map {
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.access__map-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 280px;
  height: 48px;
  margin-top: 20px;
  padding: 0 20px;
  color: #5d6960;
  border: 1px solid #5d6960;
  border-radius: 6px;
  font-size: 1.3rem;
}

.access__map-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 10px;
  background: url("../img/common/icon-arrow.png") no-repeat center / contain;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .access__map-link {
    margin-bottom: 0;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .access__map-link:hover {
    opacity: 0.3;
  }
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.access__map-text {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* =============================================================

access__guide




















*  ============================================================= */

.access__guide {
  counter-reset: step;
}

.access__guide li {
  counter-increment: step;
  margin-top: 48px;
}

.access__guide li::before {
  content: counter(step, decimal-leading-zero);
  font-size: 2rem;
  font-weight: 900;
}

.access__img {
  overflow: hidden;
  width: 280px;
  margin-top: 10px;
  border-radius: 10px;
}

.access__subtitle {
  width: 280px;
  margin-top: 8px;
  font-size: 1.7rem;
  line-height: 1.6;
}
