.leaflet-popup-content-wrapper {
  border-radius: 8px;
  background-color: #222;
  display: flex;
  align-items: center;
  max-width: 320px;
  max-height: 640px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 960px) {
  .leaflet-popup-content-wrapper {
    border-radius: 8px;
    background-color: #222;
    display: flex;
    align-items: center;
    max-width: 640px;
    max-height: 640px;
    width: auto;
    height: auto;
  }
}

/* 吹き出しの三角形がずれるのでいっそ消す */
.leaflet-popup-tip {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 16px;
  color: #ececec;
  min-width: 280px;
  width: 100% !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .link {
  color: #00a3fa;
}

.leaflet-popup-content-wrapper .leaflet-popup-content .image {
  border-radius: 8px;
  max-width: 280px;
  max-height: 240px;
  width: auto;
  height: auto;
}

@media screen and (min-width: 960px) {
  .leaflet-popup-content-wrapper .leaflet-popup-content .image {
    border-radius: 8px;
    max-width: 600px;
    max-height: 560px;
    width: auto;
    height: auto;
  }
}

.cluster-circle {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
}

.cluster-icon {
  color: #382F28;
  border: 2px solid #382F28;
  border-radius: 50%;
  font-weight: 400;
  background-color: #FFFFE3;
}
