.map-section {
  width: 100%;
  padding: 0;
}

.map-section__container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.map-section__frame {
  position: relative;
  width: 100%;
  max-width: 100rem;
  height: 36.625rem;
  overflow: hidden;
}
.map-section__frame iframe {
  width: 100%;
  height: 100%;
}

.map-section__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-section__direction {
  position: absolute;
  left: 1.5625rem;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  min-height: 3.125rem;
  padding: 0.75rem 1.125rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
  font-family: "Google Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.14);
}

.map-section__direction-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  display: flex;
}

.map-section__direction-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 47.9375rem) {
  .map-section__container {
    max-width: 23.4375rem;
  }

  .map-section__frame {
    width: 23.4375rem;
    height: 19.90488rem;
  }

  .map-section__direction {
    left: 1rem;
    bottom: 1rem;
    min-height: 2.375rem;
    padding: 0.5625rem 0.875rem;
    column-gap: 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
  }

  .map-section__direction-icon {
    width: 1rem;
    height: 1rem;
  }
}