@charset "UTF-8";

#googleMap {
  width: 770px;
  height: 350px;
}

#mapInfo {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  background-color: white;
  font-size: 13px; font-family: Roboto, Arial;
  margin: 10px;
  padding: 8px;
  width: 40%;
}

#mapInfo .store_address .address:before {
  content: "\A";
  white-space: pre;
}

#mapInfo .google_map_link a {
  font-size: 12px;
  text-decoration: none;
}
#mapInfo .google_map_link a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #googleMap {
    width: 100%;
    height: 250px;
  }
  #mapInfo {
    width: 80%;
  }
  #mapInfo .store_name {
    display: none;
  }
  #mapInfo .store_address {
    margin: 0 0 0 0;
  }
  #mapInfo .store_address .address:before {
    content: "\A";
    white-space: normal;
  }
}
