#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;
}
