#map {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 0;
}

#okinawaMap {
    width: 150px;
    height: 150px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    z-index: 1;
}

.mekakushi {
    width: 50px;
    height:20px;
    background: #ddd;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}

.titleArea {
    position: absolute;
    font-family: -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
    /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    font-size: 40px;
    color: white;
    left: 30px;
    top: 30px;
    z-index: 2;
}

.yearArea {
    position: absolute;
    font-family: -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
    /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    font-size: 50px;
    color: white;
    right: 50px;
    bottom: 30px;
    z-index: 2;
}
