@charset "UTF-8";
/* ===================================
共通
=================================== */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/* ===================================
エリア選択 都道府県一覧ページ
=================================== */
.area_inner{
    padding-top: 30px;
    padding-bottom: 60px;
}

.area_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 30px;
}
.area_wrap .area_box{
    flex-shrink: 0;
    width: 380px;
    margin-right: 20px;
}
.area_box a{
    position: relative;
    display: block;
    overflow: hidden;
    height: 180px;
    padding: 11px 20px;
    transition: .3s;
}
.area_box a:hover{
    opacity: .6;
}
.area_box a .area_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.area_detail{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.area_detail .d_ttl{
    display: inline-block;
    margin-right: 28px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.area_detail .d_value{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.13em;
}
.area_detail .d_value span{
    color: #fff;
    font-size: 12px;
}

.area_ttl{
    position: absolute;
    right: -2px;
    bottom: -13px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 70px;
    text-shadow: 2px 2px 18px rgba(71, 72, 49, 0.5);
    line-height: 1em;
    letter-spacing: 0.03em;
}

.area_box_wrap{
    width: 300px;
}
.area_box_s a{
    position: relative;
    display: block;
    overflow: hidden;
    height: 80px;
    padding: 11px 20px;
    margin-bottom: 20px;
    transition: .3s;
}
.area_box_s a:hover{
    opacity: .6;
}
.area_box_s:last-of-type a{
    margin-bottom: 0;
}
.area_box_s a .area_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.area_box_s a .area_ttl{
    position: absolute;
    right: -2px;
    bottom: -9px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 50px;
    text-shadow: 2px 2px 18px rgba(71, 72, 49, 0.5);
    line-height: 1em;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 1140px) {
    .area_box_s a .area_bg{
        object-fit: cover;
        height: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .area_wrap .area_box{
        width: 33%;
        margin-right: 0;
    }
    .area_box a{
        height: 100%;
    }
    .area_box a .area_bg{
        object-fit: cover;
        height: 100%;
        width: auto;
    }

    .area_box_wrap{
        width: 30%;
    }
    .area_box_s a{
        height: 10vw;
        margin-bottom: 15px;
    }
    .area_box_s a .area_bg{
        object-fit: cover;
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    .area_wrap{
        flex-direction: column;
    }
    .area_wrap .area_box{
        width: 100%;
        margin-bottom: 5px;
    }
    .area_box a{
        height: 100px;
    }
    .area_box a .area_bg{
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .area_ttl{
        font-size: 50px;
        bottom: -9px;
    }

    .area_box_wrap{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .area_box_s{
        width: calc(50% - 2.5px);
    }
    .area_box_s a{
        height: 80px;
    }
    .area_box_s a .area_bg{
        width: 100%;
        height: auto;
    }
    .area_box_s a .area_ttl{
        font-size: 30px;
        bottom: -6px;
    }

    .area_detail{
        align-items: center;
    }
    .area_detail .d_ttl{
        font-size: 12px;
    }
    .area_detail .d_value{
        font-size: 14px;
    }
    .area_detail .d_value span{
        font-size: 11px;
    }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
    .area{
        padding-top: 20px;
    }
    .area_wrap{
        margin-bottom: 5px;
    }
    .area_inner{
        padding-top: 0;
    }
    .area_detail .d_ttl{
        margin-right: 17px;
    }
}
@media screen and (max-width: 378px) {
    .area_box a .area_bg{
        width: 100%;
        height: 100%;
    }
    .area_box_s a .area_bg{
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 370px) {
}


/* 都道府県エリア */
.page_area_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.page_area_wrap .a_item_box{
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    width: calc(50% - 50px);
    padding-bottom: 35px;
    margin-bottom: 32px;
}
.page_area_wrap .a_item_box:nth-last-of-type(1),
.page_area_wrap .a_item_box:nth-last-of-type(2){
    border-bottom: none;
}
.page_area_wrap .a_item_box .a_item_img{
    flex-shrink: 0;
    width: 70px;
    margin-right: 30px;
    padding: 7px 0;
}
.page_area_wrap .a_item_box .a_ttl{
    margin-bottom: 5px;
    color: #293271;
    font-size: 16px;
    letter-spacing: 0.12em;
}
.page_area_wrap .a_item_box .a_list{
    display: flex;
    flex-wrap: wrap;
}
.page_area_wrap .a_item_box .a_list li{
    display: block;
    color: #333;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-right: 27px;
    line-height: 2.3em;
    transition: .3s;
}
.page_area_wrap .a_item_box .a_list li:hover{
    opacity: .6;
}

@media screen and (max-width: 1100px) {
    .page_area_wrap .a_item_box{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 767px) {
    .page_area_wrap .hmb_area_wrap{
        flex-direction: column;
    }
    .page_area_wrap .a_item_box{
        width: 100%;
    }
    .page_area_wrap .a_item_box:nth-last-of-type(2){
        border-bottom: 1px solid #e2e2e2;
    }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 450px) {
    .page_area_wrap{
        margin-top: 40px;
    }
    .page_area_wrap .a_item_box .a_item_img{
        width: 70px;
        margin-right: 30px;
    }
    .page_area_wrap .a_item_box .a_list li{
        margin-right: 27px;
    }
}
@media screen and (max-width: 370px) {
}
