/********ポイントマップ共通**********/
.modal-content {
    background-color: #2E2D2D;
    color: #fff;
    border-radius: 12px;
}

.modal-dialog {
    max-width: 850px;
}

.modal-header {
    border-bottom: 1px solid #fff;
    justify-content: right;
}

.modal-footer {
    border-top: 1px solid #fff;
}

.btn-close {
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-content .modal-header #title {
    position: absolute;
    left: 1rem;
}

/********出潮引汐**********/
.map-control-cover #map-control {
    border: #2E2D2D 1px solid;
}

#map-select button {
    border: #2E2D2D 1px solid;
}