.mapWrapper {
    margin-top: 40px;
}

.mapWrapper .mapArea {
    margin: 30px auto 0;
    background: #D3EBFC;
    padding: 50px 20px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    width: 750px;
}
.mapArea .map_img {
    width: 700px;
    margin: 0 auto;
    display: block;
}
.mapArea .map_link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #2B3641;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.1s ease;
}
.mapArea .map_link::after {
    position: relative;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.mapArea .map_link:hover {
    background-color: #06B8EA;
}
.mapArea .map_link > span {
    font-size: 13px;
}
/* 沖縄 */
.mapArea .map_link.ishigaki_link {
    top: 70px;
    left: 50px;
}
.mapArea .map_link.iriomote_link {
    top: 190px;
    left: 50px;
}
.mapArea .map_link.miyako_link {
    top: 330px;
    left: 80px;
}
.mapArea .map_link.kume_link {
    top: 510px;
    left: 80px;
}
.mapArea .map_link.minna_link {
    top: 140px;
    left: 260px;
}
.mapArea .map_link.onna_link {
    top: 210px;
    left: 380px;
}
.mapArea .map_link.kerama_link {
    top: 510px;
    left: 260px;
}
.mapArea .map_link.yanbaru_link {
    top: 45px;
    left: 420px;
}
.mapArea .map_link.nago_link {
    top: 260px;
    left: 620px;
}
.mapArea .map_link.middle_link {
    top: 380px;
    left: 500px;
}
.mapArea .map_link.south_link {
    top: 470px;
    left: 480px;
}
/* 北海道 */
.mapArea .map_link.sapporo_link {
    top: 200px;
    left: 100px;
}
.mapArea .map_link.otaru_link {
    top: 280px;
    left: 30px;
}
.mapArea .map_link.niseko_link {
    top: 385px;
    left: 20px;
}
.mapArea .map_link.hakodate_link {
    top: 530px;
    left: 10px;
}
.mapArea .map_link.noboribetsu_link {
    top: 600px;
    left: 230px;
}
.mapArea .map_link.asahikawa_link {
    top: 70px;
    left: 430px;
}
.mapArea .map_link.abashiri_link {
    top: 150px;
    left: 480px;
}
.mapArea .map_link.kushiro_link {
    top: 300px;
    left: 640px;
}
.mapArea .map_link.tokachi_link {
    top: 395px;
    left: 600px;
}
.mapArea .map_link.furano_link {
    top: 480px;
    left: 460px;
}
.mapArea .map_link.hidaka_link {
    top: 540px;
    left: 340px;
}