.park_list_sec{
    padding: 100px 0;
    background: #E6E2E2;
}

.park_list_sec h2{
    position: relative;
    display: block;
    width: 970px;
    height: 159px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    font-size: 32px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0.10em;
    color: #FFF;
    background: url(../img/bg_area_list_pc.svg) no-repeat;
    background-size: contain;
    transform: translateY(-43px);
}

.park_list_sec h2::before,
.park_list_sec h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 16px;
    background: url(../img/ico_arrow_down.svg) no-repeat;
    background-size: contain;
}

.park_list_sec h2::before{
    bottom: 26px;
    left: 120px;
}
.park_list_sec h2::after{
    bottom: 26px;
    right: 120px;
}

.park_list_sec h2 span{
    font-size: 40px;
    color: #FFFF00;
    letter-spacing: 0.15em;
}

.park_list_sec .park_list_blk{
    width: 1000px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 30px;
}

.park_list_sec .park_list_wrap{
    margin-top: -12px;
    padding: 0 50px 40px 50px;
    display: flex;
    justify-content: space-between;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.park_list_sec .park_list_syuto h3,
.park_list_sec .park_list_kinki h3{
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 25px;
    text-align: center;
    line-height: 1;
    color: #FFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.park_list_sec .park_list_syuto h4,
.park_list_sec .park_list_kinki h4{
    position: relative;
    padding: 2px 0 6px 15px;
    font-size: 22px;
    line-height: 1;
}

.park_list_sec .park_list_syuto h4::before,
.park_list_sec .park_list_kinki h4::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
}

.park_list_sec .park_list_region{
    margin-top: 20px;
}

.park_list_sec .item_park{
    margin-top: 15px;
    width: 100%;
    max-width: 276px;
}

.park_list_sec .item_park a{
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 0 7px;
    font-size: 18px;
    color: #231815;
    text-align: center;
    border: 1px solid #231815;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.park_list_sec .item_park a::after{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -14px;
    right: -14px;
    background: #000;
    transform: rotate(45deg);
}
.park_list_sec .item_park a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.park_list_sec .item_kobeeast a{
    letter-spacing: -0.05em;
}

.park_list_sec .park_list_syuto{
    width: 276px;
}

.park_list_sec .park_list_syuto h3{
    background: #8DB7DA;
}

.park_list_sec .park_list_syuto h4{
    color: #8DB7DA;
}
.park_list_sec .park_list_syuto h4::before{
    background: #8DB7DA;
}

.park_list_sec .park_list_syuto .item_park a::after{
    background: #8DB7DA;
}

.park_list_sec .park_list_kinki{
    width: 573px;
}

.park_list_sec .park_list_kinki h3{
    background: #F18977;
}

.park_list_sec .park_list_kinki h4{
    color: #F18977;
}
.park_list_sec .park_list_kinki h4::before{
    background: #F18977;
}

.park_list_sec .park_list_kinki .region_2l{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}

.park_list_sec .park_list_kinki .region_2l .region_inner{
    width: 276px;
}

.park_list_sec .park_list_kinki .region_2l .list_park{
    grid-template-columns: 1fr;
}

.park_list_sec .park_list_kinki .list_park{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}

.park_list_sec .park_list_kinki .item_park a::after{
    background: #F18977;
}

.park_list_sec .park_list_syuto .region_2l{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}


/* スマホ用の非表示アイテム */

.park_list_sec .list_area_select{
    display: none;
}

.park_list_sec .ico_arrow_down_white_sp{
    display: none;
}