.accessmenu_list {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 1024px) {
  .accessmenu_list {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.accessmenu_link {
  color: #023366;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}
@media (min-width: 1024px) {
  .accessmenu_link {
    font-size: 1.33rem;
    line-height: 1.5;
  }
}
.accessmenu_link:hover {
  opacity: 0.75;
}
.accessmenu_link.none_hover {
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}
.accessmenu_link.none_hover:hover {
  opacity: 0.5;
}

.accessmenu_line {
  width: 2px;
  height: 1.94rem;
  background-color: #023366;
}
@media (min-width: 1024px) {
  .accessmenu_line {
    height: 1.88rem;
  }
}

.cta {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .cta {
    margin-top: 3rem;
  }
}

.google_map {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .google_map {
    aspect-ratio: 960/600;
  }
}
.google_map iframe {
  width: 100%;
  height: 100%;
}

.access_lead {
  color: #023366;
}
.access_lead.first {
  font-weight: 600;
}
.access_lead.last {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .access_lead.last {
    padding: 1.5rem;
  }
}

.access_img {
  margin-top: 2rem;
  margin-bottom: unset;
}
@media (min-width: 1024px) {
  .access_img {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=access.css.map */