@charset "UTF-8";


.overlay {
  display: none;

  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.modal-wrapper {
  display: none;

  position: fixed;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  background-color: #ccc;
  z-index: 99;
}
/* スマートフォン向け */
@media all and ( max-width:619px ) {
.modal-wrapper {
  width: 80%;
  height: auto;
}
}
/*
.button-close {
  margin: 3% auto 1%;
  padding: 5px;
  text-align: center;
  width: 100px;
  height: auto;
  background-color: #c96931;
  color: ;
  border-radius: 10px;
  cursor: pointer;
}
*/
#sagamix-map-display .modal {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 60%;
  height: auto;
}

