@charset 'utf-8';

.map-embed{
  max-width: 100%;
  height: 0;
  margin: 0;
  padding-top: 459px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
}
.map-embed > div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.map-embed img{
  max-width: none;
}

.map-embed > .map-spot-name,
.map-embed > .map-spot-address,
.map-embed > .map-spot-link{
  display: none;
}

/*
.map-embed .infoWindow{
  display: inline-block;
  border: 0px #65533E solid;
  padding: 0px;
  margin: 0px;
}
.map-embed .infoWindow span{
  display: inline-block;
  font-size: 1.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px #65533E solid;
  margin-bottom: 5px;
}
*/






@media all and (max-width: 750px){/* Sp ***************************************************/



.map-embed{
  max-width: 100%;
  height: 0;
  margin: 0;
  padding-top: 90%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
}
.map-embed img{
  width: 150px;
}



}/* sp */