#map{
    width: 600px;
    margin: 0 auto;
}
.geolonia-svg-map
{
width: 100%;
}

.geolonia-svg-map .prefecture
{
    fill: #8fc31f;
    stroke: #c6e97b;
    cursor: pointer;
}

.geolonia-svg-map .boundary-line
{
stroke: #999999;
}
.area-block {
    position: absolute;
}
.saction-map{
    width: 68%;
    margin:auto;
}
#map{
    width: 100%;
    margin:auto;
}

.area-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10%;
    padding-bottom: 5%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .area-blocks {
        padding-bottom: 0;
        margin-bottom: 5%;
    }
}

.area-block {
    width: 230px;
    margin-bottom: 20px;
}

.area-title{
    margin-bottom: 10px;
}
.area-title strong{
    font-size: clamp(16px, 2vw, 20px);
}

.prefecture-list {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    justify-content: start;
    max-width: 100%;
    flex-wrap: wrap;
    width: 14em;
}


.prefecture-list--item {
}
.prefecture-list--item {
    margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
    .prefecture-list--item {
        margin-bottom: 0;
    }
}


.prefecture-list--item__link {
    background: var(--colorPaleGray);
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 5px;
    color:#333;
}

.prefecture-list--item__link:hover {
    /* background: var(--colorSubAccent2); */
    background: var(--colorLightBase);
    color:#fff;
}


.area-modal-ul{
    column-count: 4; /*列の数*/

}

/* ------------------ */

.prefecture-table {
    background: var(--colorPaleGray);
}

.prefecture-table__th{
  background: var(--colorLightGray);
  padding: 1em;
}

.prefecture-table__td{
  padding: 1em;
}

.prefecture-dl-block {
    width:1000px;
    max-width: 100%;
}
.prefecture-dl {
    display: flex;
    margin-bottom: 0;
    width:100%;
    border-top: 1px solid var(--colorLightGray);

}

.prefecture-dl__dt {
    padding: 1em 1.2em;
    font-weight: bold;
    flex-shrink: 0;
    background: var(--colorPaleGray);
    border: 1px solid var(--colorLightGray);
    display: flex;
    align-items: center;
}

.prefecture-dl__dd {
    flex-grow: 1;
    margin-left: 0;
    border: 1px solid var(--colorLightGray);
    border-top:none;
    padding: 1em;
}

.prefecture-item {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0.5em;
}

.prefecture-item__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: text-decoration 0.3s ease;
}

.prefecture-item__link:hover {
    text-decoration: underline;
}

.prefecture-item__kana {
    font-size: 11px;
    color: #666;
    line-height: 1em;
}

.prefecture-item__name {
    font-weight: bold;
}

.geolonia-svg-map .prefecture:hover {
    fill: #9ECE39FF;
}

.area-block[data-area="hokkaido"] {
    left: 31%;
    top: 3%;
}
.area-block[data-area="kanto"] {
    right: 2%;
    top: 56%;
}
.area-block[data-area="chubu"] {
    left: 16%;
    top: 37%;
}
.area-block[data-area="kinki"] {
    right: 26%;
    bottom: 11%;
}
.area-block[data-area="chugoku-shikoku"] {
    left: 18%;
    bottom: -9%;
}
.area-block[data-area="kyusyu"] {
    left: -25%;
    bottom: 2%;
}
@media screen and (max-width: 1200px) {
    .area-block[data-area="hokkaido"] {
        left: 25%;
        top: 5%;
    }
    .area-block[data-area="kanto"] {
        right: -3%;
        top: 53%;
    }
    .area-block[data-area="chubu"] {
        left: 4%;
        top: 37%;
    }
    .area-block[data-area="kinki"] {
        right: 20%;
        bottom: 9%;
    }
    .area-block[data-area="chugoku-shikoku"] {
        left: 20%;
        bottom: -10%;
    }
    .area-block[data-area="kyusyu"] {
        left: -20%;
        bottom: -10%;
    }
}
@media screen and (max-width: 1100px) {
    .area-block[data-area="chubu"] {
        left: 4%;
        top: 37%;
    }
    .area-block[data-area="kinki"] {
        right: 19%;
        bottom: 10%;
    }
    .area-block[data-area="chugoku-shikoku"] {
        left: 20%;
        bottom: -11%;
    }
    .area-block[data-area="kyusyu"] {
        left: -23%;
        bottom: -11%;
    }
}
@media screen and (max-width: 1030px) {
    .area-block[data-area="hokkaido"] {
        left: 12%;
        top: 4%;
    }
    .area-block[data-area="kanto"] {
        right: -12%;
        top: 49%;
    }
    .area-block[data-area="chubu"] {
        left: 12%;
        top: 28%;
    }
    .area-block[data-area="kinki"] {
        right: -12%;
        bottom: 8%;
    }
    .area-block[data-area="chugoku-shikoku"] {
        left: 36%;
        bottom: -12%;
    }
    .area-block[data-area="kyusyu"] {
        left: -10%;
        bottom: -12%;
    }
}
@media screen and (max-width: 960px) {
    #map {
        display: none;
    }
    .area-block {
        position: static;
        width: 100%;
    }
    .prefecture-list {
        width: 100%;
    }
    .saction-map {
        width: 100%;
    }
}
