.p-map {
    padding-top: 40px;
}

.p-map_inner {
    position: relative;
    margin: 0 auto 50px;
    font-size: 14px;
}
.p-map_heading {
    text-align: center;
    padding-bottom: 40px;
}
.p-map_area {
    display: none;
}
.p-map_area .area-title a {
    display: inline-block;
    width: 150px;
    text-align: center;
    background-color: #108fc0;
    color: #fff;
    font-weight: 600;
    padding: 12px 15px 10px;
    border-radius: 4px;
    line-height: 1;
}
.p-map_area .area-title a:hover {
    text-decoration: none !important;
}
.p-map_area > div:hover .area-title a {
    border-radius: 4px 4px 0 0;
}
.p-map_area > div:hover .area-child {
    height: auto;
}
.area-map > div {
    box-sizing: border-box;
}

ul.area-child {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid rgb(229,237,255);
    border-left: 1px solid rgb(229,237,255);
    border-radius: 0 0 5px 5px;
    margin-left: 0 !important;
}
.area-child > li > a {
    display: block;
    padding: 12px 15px 10px;
    line-height: 1;
    border-bottom: 1px solid rgb(229,237,255);
}
.area-child > li > a:hover {
   background-color: rgb(229,237,255);
   text-decoration: none !important;
}
.hokkaido_tohoku {
    position: absolute;
    top: 261px;
    right: 60px;
}
.kanto {
    position: absolute;
    top: 431px;
    right: 160px;
}
.chubu {
    position: absolute;
    top: 245px;
    right: 490px;
}
.kinki {
    position: absolute;
    top: 547px;
    left: 410px;
}
.chugoku_shikoku {
    position: absolute;
    top: 353px;
    left: 120px;
}
.kyushu {
    position: absolute;
    top: 500px;
    left: -20px;
}
.p-map-sp {
    margin-bottom: 20px;
}
ul.p-map_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-left: 0 !important;
    list-style: none !important;
}
.p-map_nav a {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 600;
}
#hokkaido_tohoku a {
    background: #56c2e1;
}
#kanto a {
    background: #fccb00;
}
#chubu a {
    background: #47a556;
}
#kinki a {
    background: #f2a016;
}
#chugoku_shikoku a {
    background: #e62180;
}
#kyushu_okinawa a {
    background: #ac549c;
}


@media (min-width: 1004px) {
    .p-map-sp {
        display: none;
    }
    ul.p-map_nav {
        display: none;
    }
    .p-map_inner {
        width: 980px;
        height: 650px;
        background: url(../img/addition/map-pc.svg) no-repeat center top;
    }
    .p-map_area {
        display: block;
    }
}