@charset "UTF-8";
.l-googlemap__outer{
  display: block;
  width: 100%;
  max-width: 755px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.l-googlemap__inner{
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.l-googlemap__inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-googlemap__inner{
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
  }
}