#map {
  width: 100%;
  height: 100vh;
}

/* 吹き出しデザイン */
.custom-info {
  font-family: sans-serif;
}

.custom-info .name {
  font-weight: bold;
  margin-bottom: 5px;
}

.custom-info .address,
.custom-info .tel {
  margin-bottom: 5px;
}

.custom-info a {
  color: #007bff;
  text-decoration: none;
}

.custom-info a:hover {
  text-decoration: underline;
}

body {
  background-color: black; /* ← body に変更 */
}

