#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.mapjob {
    position: relative;
    min-height: 300px;
}
.shintei_office {
    background-size: cover;
    width: 30px;
    height: 30px;
    box-shadow:0 0 0 3px mediumblue;
    border-radius: 50%;
    cursor: pointer;
}

/*.shintei_bzpla {
    background-size: cover;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
*/
/* 吹き出し本体の背景色用 */
.shintei_bzpla {
  /*position: relative; */
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  padding: 0 10px;
  font-weight: bold;
  color: #000;
  border: 2px solid #d5d5d5;
  box-sizing: border-box;
}

/* 吹き出しのしっぽ：本体の背景色用 */
/*.shintei_bzpla::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
*/
/* 吹き出しのしっぽ：枠線の色用 */
/*.shintei_bzpla::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #d5d5d5 transparent transparent transparent;
  z-index: 1;
}
*/

.mapboxgl-popup {
    max-width: 150px;
}
.mapboxgl-popup-content
{
  max-width: 150px;
}