body {
    background-color: rgb(232, 255, 226);
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

.web {
    /* padding-left: 100px;
    padding-right: 100px; */
    /* background-color: rgb(182, 182, 182); */
    /* border-radius: 10px; */
    min-width: 50%;
    width: 80%;
    height: auto;
    /* opacity: 0.9; */
    margin: 0 auto;
}

.image {
    border-radius: 10px;
}

.icon {
    color: rgb(160, 160, 36);
}

.warning {
    font-weight: bold;
}

.pin {
    color: skyblue;
}

.image-center {
    text-align:center
}

.image_data {
    border-radius: 10px;
}

footer {
    text-align: right;
}

.red {
    color: red;
}

.image_data {
    /* min-width: 150px;
    max-width: 500px; */
    /* width: 30%; */
    min-height: 100px;
    max-height: 150px;
    height: 30%;
    border: 1px solid black;
    margin: 5px;
}

@media screen and (max-width:768px) {
    .web {
        width: 100%;
    }
}

a {
    color: rgb(22, 212, 255);
}

.map {
    height: 200px;
    width: auto;
}

.map-center {
    text-align: center;
}