.area_search_box {
    padding: 30px 0
}
@media screen and (max-width: 768px) {
    .area_search_box {
        padding: 20px
    }
}
.area_search_box .t_h2_c {
    font-size: 24px
}
.area_search_box .t_h2_c:after {
    background-color: transparent;
    margin: 0 0 30px
}

@media screen and (max-width: 768px) {
    .area_search_box .t_h2_c {
        font-size: 20px
    }
}

.area_search_box .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.area_search_box .inBox .btn {
    margin: 0 10px
}

.area_search_box .inBox .btn a {
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .area_search_box .inBox .btn {
        width: 48%;
        margin: 0 1%;
        /* font-size:13px */
    }

    .area_search_box .inBox .btn a {
        padding: 10px 40px 10px 10px
    }
}

.area_search_box .searchBox {
    display: none;
    width: 800px;
    margin: 30px auto;
    background-color: #FFDCDC;
    padding: 30px;
    border-radius: 20px
}

@media screen and (max-width: 768px) {
    .area_search_box .searchBox {
        width: 96%;
        margin: 20px 2% 0;
        padding: 15px
    }
}

.area_search_box .searchBox .koujiBox .listBox .list_in {
    border-bottom: none
}

.area_search_box .searchDisplay {
    display: block
}

.areaBox_list {
    position: relative;
    padding: 0 0 30px
}

@media screen and (max-width: 768px) {
    .areaBox_list {
        padding: 0 0px 30px
    }
}

.areaBox_list img {
    aspect-ratio: 332/242.88;
    width: 100%;
}

.areaBox_list .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.areaBox_list .inBox .in {
    width: 45%
}

.areaBox_list .inBox .in:nth-child(2) {
    width: 50%;
    padding: 20px 0 0 0
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in:nth-child(2) {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in {
        width: 100%;
        text-align: center
    }
}

.areaBox_list .inBox .in .title {
    position: relative;
    background: url("../images/area/icon1.webp") center center repeat;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold
}

.no-webp .areaBox_list .inBox .in .title {
    background: url("../images/area/icon1.png") center center repeat
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .title {
        margin: 0 20px 20px
    }
}

.areaBox_list .inBox .in .title span {
    position: absolute;
    right: 20px;
    top: 0;
    color: #9F9F9F;
    font-size: 16px
}

@media (max-width:420px) {
    .areaBox_list .inBox .in .title span {
        /* font-size: 15px; */
        right: -8%;
    }
}

.areaBox_list .inBox .in .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea {
        padding: 0 20px
    }
}

.areaBox_list .inBox .in .btnArea .btn {
    width: 30%;
    margin: 0 1% 20px
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea .btn {
        width: 48%
    }
}

.areaBox_list .inBox .in .btnArea .btn a {
    border-radius: 10px;
    padding: 10px 30px 10px 10px
}

.areaBox_list .inBox .in .btnArea .nobtn {
    border-radius: 10px;
    padding: 10px 30px 10px 10px;
    background-color: #9F9F9F;
    color: #FFF
}

.areaBox_list .inBox .in .btnArea .nobtn:after {
    border-left: 8px solid #9F9F9F
}

.areaBox_list .inBox .in .btnArea .btn1:after {
    border-left: 8px solid #b162a3
}

.areaBox_list .inBox .in .btnArea .btn1 a {
    background-color: #b162a3
}

.areaBox_list .inBox .in .btnArea .btn2:after {
    border-left: 8px solid #5a5ac8
}

.areaBox_list .inBox .in .btnArea .btn2 a {
    background-color: #5a5ac8
}

.areaBox_list .inBox .in .btnArea .btn3:after {
    border-left: 8px solid #3669c5
}

.areaBox_list .inBox .in .btnArea .btn3 a {
    background-color: #3669c5
}

.areaBox_list .inBox .in .btnArea .btn4:after {
    border-left: 8px solid #0096db
}

.areaBox_list .inBox .in .btnArea .btn4 a {
    background-color: #0096db
}

.areaBox_list .inBox .in .btnArea .btn5:after {
    border-left: 8px solid #3bb4c7
}

.areaBox_list .inBox .in .btnArea .btn5 a {
    background-color: #3bb4c7
}

.areaBox_list .inBox .in .btnArea .btn6:after {
    border-left: 8px solid #1eaa83
}

.areaBox_list .inBox .in .btnArea .btn6 a {
    background-color: #1eaa83
}

.areaBox_list .inBox .in .btnArea .btn7:after {
    border-left: 8px solid #78c829
}

.areaBox_list .inBox .in .btnArea .btn7 a {
    background-color: #78c829
}

.areaBox_list .inBox .in .btnArea .btn8:after {
    border-left: 8px solid #f09601
}

.areaBox_list .inBox .in .btnArea .btn8 a {
    background-color: #f09601
}

.areaBox_list .inBox .in .btnArea .btn9:after {
    border-left: 8px solid #f06431
}

.areaBox_list .inBox .in .btnArea .btn9 a {
    background-color: #f06431
}

.areaBox_list .inBox .in .btnArea .btn10:after {
    border-left: 8px solid #ec838a
}

.areaBox_list .inBox .in .btnArea .btn10 a {
    background-color: #ec838a
}

.areaBox_list .inBox .in .btnArea .btn11:after {
    border-left: 8px solid #ea5865
}

.areaBox_list .inBox .in .btnArea .btn11 a {
    background-color: #ea5865
}

.areaBox_list .inBox .in .btnArea .btn12:after {
    border-left: 8px solid #ea3232
}

.areaBox_list .inBox .in .btnArea .btn12 a {
    background-color: #ea3232
}

.areaBox_list .inBox .in .btnArea2 .areas_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

.areaBox_list .inBox .in .btnArea2 .areas_list li {
    width: 48%;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list li {
        width: 100%
    }
}

.areaBox_list .inBox .in .btnArea2 .areas_list li:after {
    display: block;
    content: " ";
    width: 0%;
    background-color: #FFA600;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.areaBox_list .inBox .in .btnArea2 .areas_list li:hover:after {
    width: 80%
}

.areaBox_list .inBox .in .btnArea2 .areas_list li a {
    text-decoration: none !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #D0D0D0
}

.areaBox_list .inBox .in .btnArea2 .areas_list li a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 7px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .areas_list li a:hover {
    opacity: 1.0
}

.areaBox_list .inBox .in .btnArea2 .btn {
    margin: 20px 0 0 0
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list li a:before {
        top: -3px;
    }

    .areaBox_list .inBox .in .btnArea2 .areas_list li a:after {
        top: 2px;
    }

    .areaBox_list .inBox .in .btnArea2 .btn {
        width: 100%
    }
}

.areaBox_list .inBox .in .btnArea2 .btn a {
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .btn a {
        padding: 10px 30px 10px 10px
    }
}

.areaBox_list .inBox .in .btnArea2 .areas_list1 li a {
    color: #b162a3 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list1 li a:before {
    background-color: #b162a3
}

.areaBox_list .inBox .in .btnArea2 .areas_list1 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list1 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list1 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn1:after {
    border-left: 8px solid #b162a3
}

.areaBox_list .inBox .in .btnArea2 .btn1 a {
    background-color: #b162a3
}

.areaBox_list .inBox .in .btnArea2 .areas_list2 li a {
    color: #5a5ac8 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list2 li a:before {
    background-color: #5a5ac8
}

.areaBox_list .inBox .in .btnArea2 .areas_list2 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list2 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list2 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list2 .noarea:before {
        top: 0;
    }

    .areaBox_list .inBox .in .btnArea2 .areas_list2 .noarea:after {
        top: 5px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn2:after {
    border-left: 8px solid #5a5ac8
}

.areaBox_list .inBox .in .btnArea2 .btn2 a {
    background-color: #5a5ac8
}

.areaBox_list .inBox .in .btnArea2 .areas_list3 li a {
    color: #3669c5 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list3 li a:before {
    background-color: #3669c5
}

.areaBox_list .inBox .in .btnArea2 .areas_list3 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list3 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list3 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn3:after {
    border-left: 8px solid #3669c5
}

.areaBox_list .inBox .in .btnArea2 .btn3 a {
    background-color: #3669c5
}

.areaBox_list .inBox .in .btnArea2 .areas_list4 li a {
    color: #0096db !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list4 li a:before {
    background-color: #0096db
}

.areaBox_list .inBox .in .btnArea2 .areas_list4 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list4 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list4 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn4:after {
    border-left: 8px solid #0096db
}

.areaBox_list .inBox .in .btnArea2 .btn4 a {
    background-color: #0096db
}

.areaBox_list .inBox .in .btnArea2 .areas_list5 li a {
    color: #3bb4c7 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list5 li a:before {
    background-color: #3bb4c7
}

.areaBox_list .inBox .in .btnArea2 .areas_list5 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list5 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list5 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn5:after {
    border-left: 8px solid #3bb4c7
}

.areaBox_list .inBox .in .btnArea2 .btn5 a {
    background-color: #3bb4c7
}

.areaBox_list .inBox .in .btnArea2 .areas_list6 li a {
    color: #1eaa83 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list6 li a:before {
    background-color: #1eaa83
}

.areaBox_list .inBox .in .btnArea2 .areas_list6 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list6 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list6 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn6:after {
    border-left: 8px solid #1eaa83
}

.areaBox_list .inBox .in .btnArea2 .btn6 a {
    background-color: #1eaa83
}

.areaBox_list .inBox .in .btnArea2 .areas_list7 li a {
    color: #78c829 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list7 li a:before {
    background-color: #78c829
}

.areaBox_list .inBox .in .btnArea2 .areas_list7 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list7 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list7 .noarea:before {
        top: 1px;
    }
}

.areaBox_list .inBox .in .btnArea2 .areas_list7 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list7 .noarea:after {
        top: 6px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn7:after {
    border-left: 8px solid #78c829
}

.areaBox_list .inBox .in .btnArea2 .btn7 a {
    background-color: #78c829
}

.areaBox_list .inBox .in .btnArea2 .areas_list8 li a {
    color: #f09601 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list8 li a:before {
    background-color: #f09601
}

.areaBox_list .inBox .in .btnArea2 .areas_list8 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list8 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list8 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list8 .noarea:before {
        top: 1px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn8:after {
    border-left: 8px solid #f09601
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list8 .noarea:after {
        top: 6px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn8 a {
    background-color: #f09601
}

.areaBox_list .inBox .in .btnArea2 .areas_list9 li a {
    color: #f06431 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list9 li a:before {
    background-color: #f06431
}

.areaBox_list .inBox .in .btnArea2 .areas_list9 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list9 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list9 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list9 .noarea:before {
        top: 1px;
    }

    .areaBox_list .inBox .in .btnArea2 .areas_list9 .noarea:after {
        top: 6px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn9:after {
    border-left: 8px solid #f06431
}

.areaBox_list .inBox .in .btnArea2 .btn9 a {
    background-color: #f06431
}

.areaBox_list .inBox .in .btnArea2 .areas_list10 li a {
    color: #ec838a !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list10 li a:before {
    background-color: #ec838a
}

.areaBox_list .inBox .in .btnArea2 .areas_list10 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list10 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list10 .noarea:before {
        top: 0;
    }
}

.areaBox_list .inBox .in .btnArea2 .areas_list10 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list10 .noarea:after {
        top: 5px;
    }
}

.areaBox_list .inBox .in .btnArea2 .btn10:after {
    border-left: 8px solid #ec838a
}

.areaBox_list .inBox .in .btnArea2 .btn10 a {
    background-color: #ec838a
}

.areaBox_list .inBox .in .btnArea2 .areas_list11 li a {
    color: #ea5865 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list11 li a:before {
    background-color: #ea5865
}

.areaBox_list .inBox .in .btnArea2 .areas_list11 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 10px 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list11 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list11 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn11:after {
    border-left: 8px solid #ea5865
}

.areaBox_list .inBox .in .btnArea2 .btn11 a {
    background-color: #ea5865
}

.areaBox_list .inBox .in .btnArea2 .areas_list12 li a {
    color: #ea3232 !important
}

.areaBox_list .inBox .in .btnArea2 .areas_list12 li a:before {
    background-color: #ea3232
}

.areaBox_list .inBox .in .btnArea2 .areas_list12 .noarea {
    color: #9F9F9F !important;
    position: relative;
    padding: 0 0 0 30px
}

.areaBox_list .inBox .in .btnArea2 .areas_list12 .noarea:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #9F9F9F
}

.areaBox_list .inBox .in .btnArea2 .areas_list12 .noarea:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    background-color: transparent;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " "
}

.areaBox_list .inBox .in .btnArea2 .btn12:after {
    border-left: 8px solid #ea3232
}

.areaBox_list .inBox .in .btnArea2 .btn12 a {
    background-color: #ea3232
}

/* 追加 20231217 */
#content .area_single .boxSarea{
    & h3 {
        margin: 0;
    }
    & .outsideArea {
        padding: 0.5em;
        margin-bottom: 1em;
        color: #666;
    }
    & .withinArea {
        list-style: none;
        padding: 0.5em;
        margin-bottom: 1em;
        & li {
            display: inline-block;
            padding-right: 0.5em;
        }
        & li::after {
            content: '/';
            margin-left: 0.5em;
        }
        & li:last-of-type::after {
            content: none;
        }
    }
}
.area_id_1 .boxSarea h3 { color: #b162a3; }
.area_id_2 .boxSarea h3 { color: #5a5ac8; }
.area_id_3 .boxSarea h3 { color: #3669c5; }
.area_id_4 .boxSarea h3 { color: #0096db; }
.area_id_5 .boxSarea h3 { color: #3bb4c7; }
.area_id_6 .boxSarea h3 { color: #1eaa83; }
.area_id_7 .boxSarea h3 { color: #78c829; }
.area_id_8 .boxSarea h3 { color: #f09601; }
.area_id_9 .boxSarea h3 { color: #f06431; }
.area_id_10 .boxSarea h3 { color: #ec838a; }
.area_id_11 .boxSarea h3 { color: #ea5865; }
.area_id_12 .boxSarea h3 { color: #ea3232; }

.areaBox_list .inBox .in .syosai {
    display: none
}

.area_blackBg {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.area_blackBg .syosai {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 800px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px 50px 0 30px
}

@media screen and (max-width: 768px) {
    .areaBox_list .inBox .in .btnArea2 .areas_list11 .noarea:after {
        top: 5px;
    }

    .areaBox_list .inBox .in .btnArea2 .areas_list11 .noarea:before {
        top: 0;
    }

    .area_blackBg .syosai {
        overflow-y: scroll;
        width: 90%;
        height: 350px;
        padding: 20px 20px 0 20px
    }
}

.area_blackBg .syosai .title2 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 30px
}

.area_blackBg .syosai .title2:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: " ";
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background-color: #D0D0D0
}

.area_blackBg .syosai .title2:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 8px;
    left: 9px;
    content: " "
}

/* .area_blackBg .syosai .title2 span{font-size:13px} */
.area_blackBg .syosai .title2_1 {
    color: #b162a3
}

.area_blackBg .syosai .title2_1:before {
    background-color: #b162a3
}

.area_blackBg .syosai .title2_1 a {
    color: #b162a3;
    text-decoration: underline
}

.area_blackBg .syosai .title2_2 {
    color: #5a5ac8
}

.area_blackBg .syosai .title2_2:before {
    background-color: #5a5ac8
}

.area_blackBg .syosai .title2_2 a {
    color: #5a5ac8;
    text-decoration: underline
}

.area_blackBg .syosai .title2_3 {
    color: #3669c5
}

.area_blackBg .syosai .title2_3:before {
    background-color: #3669c5
}

.area_blackBg .syosai .title2_3 a {
    color: #3669c5;
    text-decoration: underline
}

.area_blackBg .syosai .title2_4 {
    color: #0096db
}

.area_blackBg .syosai .title2_4:before {
    background-color: #0096db
}

.area_blackBg .syosai .title2_4 a {
    color: #0096db;
    text-decoration: underline
}

.area_blackBg .syosai .title2_5 {
    color: #3bb4c7
}

.area_blackBg .syosai .title2_5:before {
    background-color: #3bb4c7
}

.area_blackBg .syosai .title2_5 a {
    color: #3bb4c7;
    text-decoration: underline
}

.area_blackBg .syosai .title2_6 {
    color: #1eaa83
}

.area_blackBg .syosai .title2_6:before {
    background-color: #1eaa83
}

.area_blackBg .syosai .title2_6 a {
    color: #1eaa83;
    text-decoration: underline
}

.area_blackBg .syosai .title2_7 {
    color: #78c829
}

.area_blackBg .syosai .title2_7:before {
    background-color: #78c829
}

.area_blackBg .syosai .title2_7 a {
    color: #78c829;
    text-decoration: underline
}

.area_blackBg .syosai .title2_8 {
    color: #f09601
}

.area_blackBg .syosai .title2_8:before {
    background-color: #f09601
}

.area_blackBg .syosai .title2_8 a {
    color: #f09601;
    text-decoration: underline
}

.area_blackBg .syosai .title2_9 {
    color: #f06431
}

.area_blackBg .syosai .title2_9:before {
    background-color: #f06431
}

.area_blackBg .syosai .title2_9 a {
    color: #f06431;
    text-decoration: underline
}

.area_blackBg .syosai .title2_10 {
    color: #ec838a
}

.area_blackBg .syosai .title2_10:before {
    background-color: #ec838a
}

.area_blackBg .syosai .title2_10 a {
    color: #ec838a;
    text-decoration: underline
}

.area_blackBg .syosai .title2_11 {
    color: #ea5865
}

.area_blackBg .syosai .title2_11:before {
    background-color: #ea5865
}

.area_blackBg .syosai .title2_11 a {
    color: #ea5865;
    text-decoration: underline
}

.area_blackBg .syosai .title2_12 {
    color: #ea3232
}

.area_blackBg .syosai .title2_12:before {
    background-color: #ea3232
}

.area_blackBg .syosai .title2_12 a {
    color: #ea3232;
    text-decoration: underline
}

.area_blackBg .syosai p {
    margin: 0 0 30px 30px;
    /* font-size:15px; */
    line-height: 180%
}

@media screen and (max-width: 768px) {
    .area_blackBg .syosai p {
        margin: 5px 0 30px;
        line-height: 160%;
        /* font-size:13px */
    }
}

.area_blackBg .syosai .close {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px
}

@media screen and (max-width: 768px) {
    .area_blackBg .syosai .close {
        top: 10px;
        right: 10px;
        width: 30px
    }
}

.area_blackBg .syosai2 {
    height: 500px;
    overflow-y: scroll
}

@media screen and (max-width: 768px) {
    .area_blackBg .syosai2 {
        height: 350px
    }
}

.areaBox_list_first {
    position: relative;
    /* background-color: #fadada; */
    background-color: #fff0c8;
    border-radius: 20px;
    margin: 0 auto 30px;
    width: 800px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first {
        padding: 0;
        width: 90%
    }
}

.areaBox_list_first .par {
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #f06400;
    border-radius: 20px;
    padding: 20px 50px 20px 20px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .par {
        font-size: 18px
    }
}

.areaBox_list_first .par:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2
}

.areaBox_list_first .par:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 28px;
    right: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3
}

.areaBox_list_first .par_o {
    border-radius: 20px 20px 0 0
}

.areaBox_list_first .par_o:after {
    top: 25px;
    border-top: none;
    border-bottom: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.areaBox_list_first .chi {
    /* display: none; *//* 20230923 K2WD加藤 変更 */
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi {
        padding: 50px 0 0
    }
}

.areaBox_list_first .chi .mapBox {
    text-align: center;
    padding: 0 0 40px
}

.areaBox_list_first .chi .mapBox img {
    width: 70%;
    height: auto
}

.areaBox_list_first .chi .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 60px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox {
        padding: 0 20px
    }
}

.areaBox_list_first .chi .inBox .in {
    width: 50%
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox .in {
        width: 100%
    }
}
.areaBox_list_first .chi .inBox .in .area_in .btn::before,
.areaBox_list_first .chi .inBox .in .area_in .btn::after {
    content: none;
}
.areaBox_list_first .chi .inBox .in .area_in .btn span {
    display: block;
    border-radius: 10px;
    padding: 10px 25px 10px 10px;
    color: #fff;
}
.areaBox_list_first .chi .inBox .in .prefBtn1:after {
    border-left: 8px solid #b162a3
}

.areaBox_list_first .chi .inBox .in .prefBtn1 span {
    background-color: #b162a3
}

.areaBox_list_first .chi .inBox .in .prefBtn2:after {
    border-left: 8px solid #5a5ac8
}

.areaBox_list_first .chi .inBox .in .prefBtn2 span {
    background-color: #5a5ac8
}

.areaBox_list_first .chi .inBox .in .prefBtn3:after {
    border-left: 8px solid #3669c5
}

.areaBox_list_first .chi .inBox .in .prefBtn3 span {
    background-color: #3669c5
}

.areaBox_list_first .chi .inBox .in .prefBtn4:after {
    border-left: 8px solid #0096db
}

.areaBox_list_first .chi .inBox .in .prefBtn4 span {
    background-color: #0096db
}

.areaBox_list_first .chi .inBox .in .prefBtn5:after {
    border-left: 8px solid #3bb4c7
}

.areaBox_list_first .chi .inBox .in .prefBtn5 span {
    background-color: #3bb4c7
}

.areaBox_list_first .chi .inBox .in .prefBtn6:after {
    border-left: 8px solid #1eaa83
}

.areaBox_list_first .chi .inBox .in .prefBtn6 span {
    background-color: #1eaa83
}

.areaBox_list_first .chi .inBox .in .prefBtn7:after {
    border-left: 8px solid #78c829
}

.areaBox_list_first .chi .inBox .in .prefBtn7 span {
    background-color: #78c829
}

.areaBox_list_first .chi .inBox .in .prefBtn8:after {
    border-left: 8px solid #f09601
}

.areaBox_list_first .chi .inBox .in .prefBtn8 span {
    background-color: #f09601
}

.areaBox_list_first .chi .inBox .in .prefBtn9:after {
    border-left: 8px solid #f06431
}

.areaBox_list_first .chi .inBox .in .prefBtn9 span {
    background-color: #f06431
}

.areaBox_list_first .chi .inBox .in .prefBtn10:after {
    border-left: 8px solid #ec838a
}

.areaBox_list_first .chi .inBox .in .prefBtn10 span {
    background-color: #ec838a
}

.areaBox_list_first .chi .inBox .in .prefBtn11:after {
    border-left: 8px solid #ea5865
}

.areaBox_list_first .chi .inBox .in .prefBtn11 span {
    background-color: #ea5865
}

.areaBox_list_first .chi .inBox .in .prefBtn12:after {
    border-left: 8px solid #ea3232
}

.areaBox_list_first .chi .inBox .in .prefBtn12 span {
    background-color: #ea3232
}

.areaBox_list_first .chi .inBox .in .area_in {
    padding: 10px 0
}

.areaBox_list_first .chi .inBox .in .area_in .btn {
    width: 180px
}

.areaBox_list_first .chi .inBox .in .area_in .btn a {
    border-radius: 10px;
    padding: 10px 25px 10px 10px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox .in .area_in .btn {
        width: 100%
    }
}

.areaBox_list_first .chi .inBox .in .area_in .pref_display {
    background-color: #9F9F9F;
    border-radius: 10px;
    padding: 10px 25px 10px 10px;
    color: #FFF
}

.areaBox_list_first .chi .inBox .in .area_in .pref_display:after {
    border-left: 8px solid #9F9F9F
}

.areaBox_list_first .chi .inBox .in ul {
    padding: 20px 50px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox .in ul {
        padding: 20px 0 0 0
    }
}

.areaBox_list_first .chi .inBox .in ul li {
    position: relative;
    width: 80px;
    color: #9F9F9F
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox .in ul li {
        width: 25%
    }
}

.areaBox_list_first .chi .inBox .in ul li:after {
    content: " / ";
    padding: 0 0 0 10px;
    color: #42210B
}

@media screen and (max-width: 768px) {
    .areaBox_list_first .chi .inBox .in ul li:after {
        padding: 0 0 0 5px
    }
}

.areaBox_list_first .chi .inBox .in ul li:last-child:after {
    content: ""
}

.areaBox_list_first .chi .inBox .in ul li a {
    color: #5a5ac8 !important
}

.areaBox_list_first_add {
    position: relative;
    background-color: #fff0c8;
    border-radius: 20px;
    margin: 0 auto 30px;
    width: 800px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first_add {
        padding: 0;
        width: 90%
    }
}

.areaBox_list_first_add .par {
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #f06400;
    border-radius: 20px;
    padding: 20px 50px 20px 20px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first_add .par {
        font-size: 18px
    }
}

.areaBox_list_first_add .par:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2
}

.areaBox_list_first_add .par:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 28px;
    right: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3
}

.areaBox_list_first_add .par_o {
    border-radius: 20px 20px 0 0
}

.areaBox_list_first_add .par_o:after {
    top: 25px;
    border-top: none;
    border-bottom: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.areaBox_list_first_add .chi {
    /* display: none; *//* 20230923 K2WD加藤 変更 */
    padding: 50px
}

@media screen and (max-width: 768px) {
    .areaBox_list_first_add .chi {
        padding: 0px
    }
}

.areaBox_list_first_add .chi .area_search {
    background-color: transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 0 #fadada;
            box-shadow: 0 0 0 #fadada;
    margin: 0 auto
}

.areaBox_list_first_add .chi .area_search .leftBox {
    display: none
}

.areaBox_list_first_add .chi .area_search .rightBox {
    background-color: transparent;
    width: 100%
}

@media screen and (max-width: 768px) {
    .areaBox_list_first_add .chi .area_search .rightBox {
        padding: 30px 20px
    }
}

.area_search .rightBox .list_prefs {
    & ul {
        & li {
            -ms-flex-preferred-size: 33%;
                flex-basis: 33%;
            color: #42210B;
        }
    }
}

@media screen and (max-width: 768px) {
    .area_single {
        padding: 0 20px
    }
}

@media screen and (max-width: 768px) {
    .area_single .t_h2_l {
        text-align: left
    }
}

.area_single .t_h2_l:after {
    background-color: transparent
}

@media screen and (max-width: 768px) {
    .area_single .t_h2_l:after {
        margin: 0 0 20px
    }
}

.area_single .taiougai {
    position: relative
}

.area_single .taiougai span {
    position: absolute;
    right: 0;
    top: 0;
    color: #9f9f9f;
    font-size: 20px
}

.area_single .noimg {
    min-height: 320px;
    border-radius: 20px
}

.area_single .noimg:hover:before {
    background-size: auto
}

.area_single .noimg:before {
    background-size: auto
}

.area_serviceBox .service_icon_area {
    background-color: #F1F1F1;
    padding: 20px 0 50px;
    margin: 20px 0 0 0;
    position: relative
}

@media screen and (max-width: 768px) {
    .area_serviceBox .service_icon_area {
        padding: 20px 0
    }
}

.area_serviceBox .service_icon_area .inner .service_icon_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    .area_serviceBox .service_icon_area .inner .service_icon_title {
        font-size: 16px
    }
}

.area_serviceBox .service_icon_area .inner .service_icon_slider {
    height: 100px;
    display: none
}

.area_serviceBox .service_icon_area .inner .service_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: left
}

@media screen and (max-width: 768px) {
    .area_serviceBox .service_icon_area .inner .service_icon {
        float: none;
        display: block;
        width: 800px;
        height: 80px
    }
}

.area_serviceBox .service_icon_area .inner .service_icon .sub {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    padding: 0 30px 0 0
}

.area_serviceBox .service_icon_area .inner .service_icon .in {
    position: relative;
    color: #FFF;
    text-align: center;
    /* font-size:12px; */
    font-weight: bold;
    text-decoration: none !important;
    height: 100px
}

@media screen and (max-width: 768px) {
    .area_serviceBox .service_icon_area .inner .service_icon .in {
        height: 80px;
        font-size: 16px;
        /* font-size:1vw; */
        margin: 0 5px;
        float: left
    }
}

.area_serviceBox .service_icon_area .inner .service_icon .in .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    align-items: center;
    width: 110px;
    height: 110px;
    background-color: #F1962C;
    border-radius: 10px;
    line-height: 150%
}

@media screen and (max-width: 768px) {
    .area_serviceBox .service_icon_area .inner .service_icon .in .imgBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 10px 5px;
        border-radius: 10px;
        margin: 0 0 10px
    }
}

.area_serviceBox .service_icon_area .inner .service_icon .in .imgBox picture {
    width: 100%
}

.area_serviceBox .service_icon_area .inner .service_icon .in .tx {
    display: block;
    width: 100%;
    line-height: 120%
}

.area_serviceBox .service_icon_area .inner .service_icon .in2 .imgBox {
    background-color: #5BB231
}

.area_serviceBox .service_icon_area .inner .service_icon .in3 .imgBox {
    background-color: #EC828A
}

.area_serviceBox .service_icon_area .inner .pc_slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.area_serviceBox .service_icon_area .inner .pc_slide .in {
    margin: 0 5px
}

.area_serviceBox .service_icon_area .inner .pager {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 0
}

.area_serviceBox .service_icon_area .inner .pager a {
    background-color: #E3E3E3;
    border-radius: 5px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 10px
}

.area_serviceBox .service_icon_area .inner .pager a:hover {
    background: #42210B
}

.area_serviceBox .service_icon_area .inner .pager a span {
    display: none
}

.area_serviceBox .service_icon_area .inner .pager .selected {
    background: #42210B
}

.area_serviceBox .service_icon_area .inner .caroufredsel_wrapper {
    height: 110px !important;
}

.staffbox {
    margin: 50px 0 100px
}

@media screen and (max-width: 768px) {
    .staffbox {
        margin: 50px 0
    }
}

#content .area_shop_list {
    padding: 0 0 100px
}

@media screen and (max-width: 768px) {
    #content .area_shop_list {
        padding: 0 0 50px
    }
}

#content .area_tx_Box {
    width: 800px;
    margin: 0 auto;
    padding: 100px 0 50px;
    line-height: 180%
}

@media screen and (max-width: 768px) {
    #content .area_tx_Box {
        width: 100%;
        padding: 50px 20px
    }
}

#content .area_tx_Box .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 30px
}

@media screen and (max-width: 768px) {
    #content .area_tx_Box .title {
        text-align: left;
        padding: 0 0 20px
    }
}

#content .area_tx_Box .tx {
    position: relative;
    height: 150px;
    overflow: hidden
}

#content .area_tx_Box .tx:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: " ";
    display: block;
    background: url("../images/area/w_bg.webp") center center repeat;
    background-repeat: repeat-x;
    background-position: 0 bottom
}

.no-webp #content .area_tx_Box .tx:after {
    background: url("../images/area/w_bg.png") center center repeat
}

#content .area_tx_Box .open {
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    height: auto
}

#content .area_tx_Box .open:after {
    background-image: none
}

#content .area_tx_Box .btn {
    margin: 0 auto
}

#content .area_tx_Box .btn:after {
    border-top: 8px solid #f06400;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 18px;
    right: 24px
}

#content .area_tx_Box .btn:before {
    top: 12px;
    right: 20px
}

#content .t_h2_no:after {
    display: none
}

#content .areaBox_syousai {
    background-color: #F1F1F1;
    border-radius: 20px;
    padding: 20px 30px;
    margin: 10px 0 30px
}

#content .areaBox_syousai .slash:last-of-type {
    display: none;
}

/* area_parts3 */
#content .area_parts3 {
    padding-bottom: 30px;
}

#content .area_tx_other_box1 .inner {
    padding: 0 80px;
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box1 .inner {
        padding: 0 20px;
    }
}

#content .area_tx_other_box1 .inner .title_parts3 {
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #f16400;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    #content .area_tx_other_box1 .inner .title_parts3 {
        font-size: 28px;
    }
}
#content .area_tx_other_box1 .inner .subheader_parts3 {
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    padding: 0 0 30px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box1 .inner .subheader_parts3 {
        font-size: 22px
    }
}

#content .area_tx_other_box1 .inner p {
    line-height: 180%
}

#content .area_tx_other_box2 {
    padding: 0 0 150px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 {
        padding: 0 20px 50px
    }
}

#content .area_tx_other_box2 p {
    line-height: 180%
}

#content .area_tx_other_box2 .inBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}

#content .area_tx_other_box2 .inBox .imgBox {
    width: 220px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .inBox .imgBox {
        width: 100%;
        text-align: center;
        padding: 0 0 20px
    }
}

#content .area_tx_other_box2 .inBox .txBox {
    width: 700px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .inBox .txBox {
        width: 100%
    }
}

#content .area_tx_other_box2 .inBox .txBox h2 {
    font-size: 26px;
    padding: 0 0 20px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .inBox .txBox h2 {
        font-size: 22px
    }
}

#content .area_tx_other_box2 .accBox {
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 800px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox {
        width: 100%
    }
}

#content .area_tx_other_box2 .accBox .in {
    margin: 0 0 20px;
    background-color: #FFDCDC;
    border-radius: 20px
}

#content .area_tx_other_box2 .accBox .in .par {
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #f06400;
    border-radius: 20px;
    padding: 20px 50px 20px 20px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .par {
        font-size: 18px
    }
}

#content .area_tx_other_box2 .accBox .in .par:before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2
}

#content .area_tx_other_box2 .accBox .in .par:after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: " ";
    position: absolute;
    top: 28px;
    right: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3
}

#content .area_tx_other_box2 .accBox .in .par_o {
    border-radius: 20px 20px 0 0
}

#content .area_tx_other_box2 .accBox .in .par_o:after {
    top: 25px;
    border-top: none;
    border-bottom: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

#content .area_tx_other_box2 .accBox .in .chi {
    display: none;
    background-color: #FFDCDC;
    border-radius: 0 0 20px 20px;
    padding: 30px 50px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .chi {
        padding: 20px
    }
}

#content .area_tx_other_box2 .accBox .in .chi span {
    font-weight: bold
}

#content .area_tx_other_box2 .accBox .in .chi .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .chi .img {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
}

#content .area_tx_other_box2 .accBox .in .chi .img div {
    width: 40%;
    text-align: right
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .chi .img div {
        width: 100%;
        text-align: center
    }
}

#content .area_tx_other_box2 .accBox .in .chi .img .tx {
    width: 50%;
    text-align: left
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .chi .img .tx {
        width: 100%
    }
}

#content .area_tx_other_box2 .accBox .in .chi .img .tx2 {
    width: 45%;
    text-align: left
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .chi .img .tx2 {
        width: 100%
    }
}

#content .area_tx_other_box2 .accBox .in .chi .img .c {
    text-align: center
}

#content .area_tx_other_box2 .accBox .in .table_fixed {
    width: 100%;
    margin: 10px 0;
    display: table;
    table-layout: fixed;
    border: 2px solid #42210B
}

#content .area_tx_other_box2 .accBox .in .table_fixed th {
    background-color: #FFF;
    border: 1px dotted #42210B;
    width: auto;
    background-color: #F1F1F1;
    text-align: center;
    padding: 5px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .table_fixed th {
        display: table-cell
    }
}

#content .area_tx_other_box2 .accBox .in .table_fixed td {
    background-color: #FFF;
    border: 1px dotted #42210B;
    width: auto;
    text-align: center;
    padding: 5px
}

@media screen and (max-width: 768px) {
    #content .area_tx_other_box2 .accBox .in .table_fixed td {
        display: table-cell
    }
}

.exampleBox_list {
    margin: 0 0 100px
}

@media screen and (max-width: 768px) {
    .exampleBox_list {
        margin: 0 0 70px
    }
}

.senBox .exampleBox_list {
    margin: 0
}

@media screen and (max-width: 768px) {
    .nav_list {
        padding: 30px 20px !important;
        margin: 0 !important
    }
}

/* 都道府県・市区町村ごとの追加テキスト 202405 */
.wrap-exTextArea {
    background-color: #F1F1F1;
    padding-top: 60px;
    padding-bottom: 60px;
    
    & .heading-wrap-exTextArea {
        text-align: center;
        line-height: 1.5;
        margin-top: 0 !important;
    }
    & .heading-wrap-exTextArea::after {
        content: "";
        display: block;
        width: 35px;
        height: 1px;
        background-color: #333;
        margin: 30px auto 60px;
    }
    & .box-exTextArea {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        border-radius: 9px;
        padding: 30px;
        margin-bottom: 30px;

        & .heading-box-exTextArea {
            font-size: 26px;
            margin-top: 0 !important;
        }
    }
    @media screen and (max-width: 768px) {
        padding-left: 20px;
        padding-right: 20px;
        
        & .box-exTextArea {
            & .heading-box-exTextArea {
                font-size: 18px;
            }
        }
        
        span.cityname {
            display: block;
        }
    }
}
.wrap-exTextArea + .area_serviceBox {
   & .service_icon_area {
    margin-top: 0;
   }
}

.wrap-exTextArea.joint-top {
    padding-bottom: 1px;
    margin-bottom: -1px;
}
.wrap-exTextArea.joint-bottom {
    padding-top: 0;
}
@media screen and (max-width: 768px) {
    .add-limited-campaign-info .campaignBox_list .inner .txBox .tx2, 
    .add-limited-campaign-info .campaignBox_list .inner .txBox .btn {
        display:none;
    }
    .add-limited-campaign-info .campaignBox_list .inBox a .imgBox {
        width: 100%;
        min-height: 320px;
        height: auto;
    }
    .add-limited-campaign-info .campaignBox_list .inner .txBox .time {
        padding: 0 0 10px;
    } 
    .add-limited-campaign-info .campaignBox_list .inner .txBox .time .tag {
        font-size: 12px;
        line-height: 1.4em;
    } 
    .add-limited-campaign-info .campaignBox_list .inner .txBox .time,
        .add-limited-campaign-info .campaignBox_list .inner .txBox .title {
        font-size: 14px;
    } 
}

#content .campaignBox_list + #content .ctablock20204 {
    margin-top:-60px;

}
#content .ctablock20204 {
    width: 960px;
    height: 157px;
    margin: 0 auto 60px auto;
    background-image: url("../images/common/cta_202409.webp");
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 20px;
}
#content .ctablock20204 .ctasocket {
    display: table;
    width:530px;
    height: 100%;
    margin: 0 auto;
}
#content .ctablock20204 .ctasocket .text {
    display: table-cell;
    height:100%;
    width:265px;
    margin:0;
    padding:0;
    text-align: left;
    vertical-align: middle;
}
#content .ctablock20204 .ctasocket .text .read {
    font-size: 17.4px;
    font-weight: 900;
    color: #fff;
    padding-left: 4px;
}
#content .ctablock20204 .ctasocket .text .sub {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    padding-left: 6px;
    line-height: 1.8em;
}
#content .ctablock20204 .ctasocket .link {
    display: table-cell;
    width:265px;
    height:100%;
    margin:0;
    padding:0;
    text-align: center;
    vertical-align: middle;
}
#content .ctablock20204 .ctasocket .link .btn {
    position: relative;
    text-align: center;
    display: inline-block;
    width:265px;
    font-size: 12px;
    font-weight: 700;
}
#content .ctablock20204 .ctasocket .link .btn:before {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: " ";
    position: absolute;
    top: 16px;
    right: 20px;
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    z-index: 2;
}
#content .ctablock20204 .ctasocket .link .btn:after {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: " ";
    position: absolute;
    top: 19px;
    right: 23px;
    background-color: #fff;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    z-index: 2;
    border-left: 5px solid #f06400;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
#content .ctablock20204 .ctasocket .link a.btn {
    background-color: #f06400;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 14px;
    border-radius: 28px;
    color: #fff;
}
#content .ctablock20204 .ctasocket .link a:hover.btn {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1
}

@media screen and (max-width: 768px) {
    #content .ctablock20204 {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 20px 50px;
        padding: 0;
        background-image: url("../images/common/cta_202409s.webp");
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    #content .campaignBox_list + #content .ctablock20204 {
        margin-top: 0;
    }
    #content .ctablock20204 .ctasocket {
        width: 100%;
        height: 190px;
    }
    #content .ctablock20204 .ctasocket .text,
    #content .ctablock20204 .ctasocket .link {
        display: block;
        width:100%;
        height: auto;
        padding:0;
        text-align:center;
    }
    #content .ctablock20204 .ctasocket .text .read {
        padding-top: 2.15em;
        font-size: 17px;
    }
    #content .ctablock20204 .ctasocket .text .sub {
        padding-bottom: 1.5em;
        font-size: 12px;
    }
    #content .ctablock20204 .ctasocket .link .btn:before {
        top: 13px;
    }
    #content .ctablock20204 .ctasocket .link .btn:after {
        top: 16px;
    }
    #content .ctablock20204 .ctasocket .link a.btn {
        line-height:1em;
    }
}
.inBox3.banner-triple-crown-win {
    text-align: center;
    line-height: 0;
    margin: 30px 0 0;
}
.inBox3.banner-triple-crown-win .inner {
    display: block;
    position: relative;
}
@media screen and (max-width: 768px) {
    .inBox3.banner-triple-crown-win {
        background: url(//www.smile-garden1128.com/wp-content/themes/sora/css/../images/top/top1_2imgBg_sp.webp) center center repeat;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .inBox3.banner-triple-crown-win .inner {
        width: 89vw;
        padding: 46px 0 58px 30px;
        display: block;
        position: relative;


    }
}
.withinAreaTitle {
    color: #78c829 !important;
    text-decoration: none !important;
}

.voiceBox_list .inner ul li {
    display: block;
    padding:0 0 20px 0;
}
.voiceBox_list .inner dl {
    padding: 0px;
    border-radius: 20px;
    background: #F1F1F1;
}
.voiceBox_list .inner dl dt {
    background: none;
    padding: 30px 60px 16px 60px;
} 
.voiceBox_list .inner dl dt span.area, 
.voiceBox_list .inner dl dt .user {
    padding-right : 1em;
}
.voiceBox_list .inner dl dt .service {
    display: none;
}
.voiceBox_list .inner dl dd {
    background: none;
    padding: 0 60px 30px 60px;
}
@media screen and (max-width: 768px) {
    .voiceBox_list .inner ul li {
        display: block;
        padding:0 20px 20px 20px;
    }
    .voiceBox_list .inner dl dt {
        padding: 30px 30px 6px 30px;
    } 
    .voiceBox_list .inner dl dd {
        padding: 0 30px 30px 30px;
    }
}

.area_serviceBox .serviceBox_title {
    text-align: center;
}
.area_serviceBox .service_list {
    display: table;
    width: 100%;
    padding: 10px 5px;
    background: #f6f6f6;
    border: 1px solid #dfdfdf;
    border-radius:20px;
}
.area_serviceBox .service_list li{
    display: table-cell;
    padding: 5px 10px;
    min-width:100px;
    vertical-align: middle;
    text-align:center;
}
.area_serviceBox .service_list li:nth-child(1) {
    width:100px;
    vertical-align: middle;
    text-align:left;
}
.area_serviceBox .service_list li:nth-child(2) {
    width:calc(100% - 120px);
    padding: 5px 15px 5px 5px;
    vertical-align: middle;
    text-align:left;
}
.area_serviceBox .area_serviceBox .service_list .inBox{
    width:90px;
    height:90px;
    margin: 0;
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius:10px;
}
.area_serviceBox .service_list .inBox .imgBox img {
    height: 70px;
    width: 70px;
    margin:10px auto auto 10px;
}
.area_serviceBox .service_title {
    font-weight: bold !important;
    margin-bottom: -12px;
}
.area_serviceBox .service_title a{
    color: #000 !important;
}
.area_serviceBox .service_content {
    color: #333;
    margin-bottom: -18px;
    line-height: normal;
    font-size: 14px !important;
    line-height:1.5em;
}
.area_serviceBox .service_price {
    color: #EA2E2F;
    font-weight: 400;
    line-height: normal;
    font-size: 14px !important;
    margin-top: 5px;
    line-height:1.2em;
}
.area_serviceBox .mb40Minus{
    margin-bottom:10px;
}
@media screen and (max-width: 768px) {
    .area_serviceBox .service_list {
        margin:0 20px;
        width:calc(100% - 40px);
    }
    .area_serviceBox {
        padding-bottom:60px;
    }
}


.areaParts2 {
    background-color: #f2f2f2;
    margin-top: 150px;
    padding-bottom: 150px;
}
.areaParts2 h3.t_h2_c {
    padding-top: 150px;
}
@media screen and (max-width:768px) {
    .areaParts2 h3.t_h2_c {
        padding-top: 70px;
    }
}
.ly_accordionGroup {
    margin-top: 30px;
}
.ly_accordionGroup>* {
    margin-bottom: 20px;
}
.bl_accordionItem_ttl{
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #f06400;
    border-radius: 20px 20px 0 0;
    padding: 18px 20px;
    line-height: 1.7;
}
.bl_accordionItem .bl_accordionItem_ttl.active {
    border-radius: 20px;
}
@media screen and (max-width:768px) {    
    .bl_accordionItem .bl_accordionItem_ttl {
        font-size: 16px;
        line-height: 1.6875;
        padding: 12px 50px 12px 20px;
    }
}

.bl_accordionItem_ttl:before {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    z-index: 2;
}
.bl_accordionItem_ttl:after {
    content: " ";
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24.5px;
    width: 0;
    height: 0;
    border-top: 12px solid #f06400;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 3;
}
.bl_accordionItem_ttl.active:after{
    -webkit-transform: translateY(-67%) rotate(-180deg);
            transform: translateY(-67%) rotate(-180deg);
}
/* .bl_accordionItem_body p {
    display: none;
    background-color: #fff0c8;
    border-radius: 0 0 20px 20px;
    padding: 30px 50px;
    line-height: 1.6875;
} */
.bl_accordionItem .bl_accordionItem_body {
    background-color: #fff0c8;
    border-radius: 0 0 20px 20px;
    padding: 30px 50px;
    line-height: 1.6875;
}
@media screen and (max-width:768px) {
    .bl_accordionItem .bl_accordionItem_body{
        padding: 20px;
    }
}

.area_shop_list {
    .subheading_list_bpshopinfo {
        margin-bottom: 0.75em;
        padding-left: 0.5em;
    }
}

/* アコーディオン内のフレックス構造 */
.bl_accordionItem_body_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:5%;

    .bl_imgWrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
    }
}
@media screen and (max-width:768px) {
    .bl_accordionItem_body_flex {
        display: block;
    }
}

/* ファーストビュー */
.fv_areapage {
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
    .fv_areapage {
        padding: 0 5vw;
        margin-bottom: 30px;
    }
}

/* 3冠達成バナー */
.area.page .threeWinner {
    margin-bottom: 50px;
}

/* レスポンシブ対応用 */
.mobileonly {
    display: none;
}
@media screen and (max-width:768px) {
    .mobileonly {
        display: inherit;
    }
}

/* エリアパーツ2の料金表 */
.areaParts2 {
    .wrap_areapage_pricetable {
        .lead {
            margin-bottom: 50px;
        }
        .wrap_pricetable {
            padding-left: 8%;
            padding-right: 8%;
            .pricetable {
                width: 100%;
                background-color: #fff;
                border-collapse: collapse;
                table-layout: auto;
                -webkit-transform: none;
                        transform: none;

                & caption {
                    text-align: center;
                    background-color: #ffefc4;
                    color: #42210b;
                    border: 1px solid #42210b;
                    border-bottom: none;
                    font-size: 16px;
                    padding: 0.75em 1em;
                }
                & th,td {
                    width: auto;
                    text-align: center;
                    border: 1px solid #42210b;
                    font-size: 15px;
                    padding: 0.75em 1em;
                }
                .name {
                    background-color: #f2f2f2;
                }
            }
        }
    }
}
@media screen and (max-width:768px) {
    .areaParts2 {
        .wrap_areapage_pricetable {
            .lead {
                margin-bottom: 30px;
            }
            .wrap_pricetable {
                padding-left: 0;
                padding-right: 0;
                overflow-x: scroll;
                .pricetable {
                    & th,td {
                        white-space: nowrap;
                        display: table-cell;
                    }
                }
            }
        }
    }
}

/* 市区町村ページの見出しのスタイル */
.area_city {
    .t_h2_l {
        text-align: center;
    }
}

/* 都道府県ページの店舗表示制御 */
.area_pref{
    .area_shop_list:not(:has(li.bpshopinfo)) {
        display: none;
    }
}