.showroomSection {
  padding: 3rem 1.25rem;
}

.showroomSection .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.showroomSection p,
.showroomSection address,
.showroom__ginzaPhone {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.showroomSection address {
  font-style: normal;
}

.showroom__mapLink {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.showroom__mapLinkIcon {
  max-width: 1.5rem;
}

.showroom__ginzaPhone {
  font-size: var(--fontMax24Min20);
  font-weight: 700;
}

.showroom__map iframe {
  aspect-ratio: 1080 / 640;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .showroom__map iframe {
    aspect-ratio: 343 / 203;
  }
  .showroomSection {
    padding-bottom: 2rem;
  }
}
