.page {
  background-color: rgba(252, 130, 3, 1);
  width: 100vw;
  min-height: 100vh;
}

.box_1 {
  padding: 13.06vw 5.86vw 6vw 5.86vw;
}

.map-card {
  margin-top: 6.4vw;
  padding: 4vw;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 3.2vw;
}

.map-wrap {
  position: relative;
  height: 50vw;
  overflow: hidden;
  border-radius: 2.66vw;
  background-color: #e5e5ea;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

#amap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.map-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 4vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  color: #7a6a53;
  background: #ececee;
}

.map-loading.is-hidden {
  display: none;
}

.map-address-chip {
  position: absolute;
  z-index: 3;
  top: 2.13vw;
  left: 2.13vw;
  max-width: calc(100% - 4.26vw);
  padding: 1.33vw 2.4vw;
  font-size: 2.93vw;
  font-weight: 600;
  line-height: 1.4;
  color: #f5f5f7;
  background: rgba(13, 20, 30, 0.68);
  border-radius: 1.6vw;
  backdrop-filter: blur(6px);
}

.marker-pin {
  width: 4.8vw;
  height: 4.8vw;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: rgba(252, 130, 3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  transform: rotate(-45deg);
}

.map-desc {
  display: block;
  margin-top: 3.2vw;
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.2vw;
  line-height: 4.8vw;
}

.btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  width: 100%;
  height: 11.73vw;
  margin-top: 4vw;
  background-image: linear-gradient(
    180deg,
    rgba(255, 176, 55, 1) 0,
    rgba(234, 104, 0, 1) 100%
  );
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 23px;
  color: rgba(255, 255, 255, 1);
  font-size: 3.86vw;
  font-weight: 700;
  text-decoration: none;
}

.btn-nav::after {
  content: "→";
  font-size: 3.86vw;
  line-height: 1;
}

.btn-nav:active {
  opacity: 0.75;
}
