@charset "UTF-8";

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%; 
}
@media(max-width: 768px){
.map{
 padding-top:70%;
}
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}