@charset "UTF-8";

#curAreaSearch {
    height: 100%;
}
#curAreaSearch .search_popup_body {
    padding-bottom: 110px;
}
.search_condition_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.search_result_top {
    background-color: #faf8f5;
    margin-top: 40px;
    padding: 20px;
}
.search_result_top_message {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search_result_top_count {
    font-size: 130%;
    color: #14993b;
    font-weight: bold;
}
.search_current {
    margin-top: 40px;
}
.agf_text20.__border {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid #dcdcdc;
}
.agf_text20.__border::after {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background-color: #14993b;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}


.search_result {
    box-sizing: border-box;
    max-width: 1200px;
    margin-inline: auto;
    padding-left: 10px;
    padding-bottom: 80px;
}
.seearch_result_messsage {
    line-height: 1.3;
}
.search_result_count {
    font-size: 130%;
    color: #14993b;
    font-weight: bold;
}
.search_result_pref {
    max-width: 980px;
    margin-inline: auto;
    margin-top: 60px;
}
.search_result_city {
    margin-top: 40px;
}
.search_result_city + .search_result_city {
    margin-top: 50px;
}
.search_result_city_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.search_result_city_checkbox > input[type="checkbox"] {
    display: none;
}
.search_result_city_checkbox label {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #e38535;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    vertical-align: baseline;
}
.search_result_city_checkbox label .__check {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #e38535;
}
.search_result_city_checkbox label img {
    width: 30px;
}
.search_result_city_checkbox label .__label {
    opacity: 0;
}
.search_result_city_checkbox label img.__on {
    display: none;
}
.search_result_city_checkbox .__text {
    font-size: 16px;
    line-height: 1.25;
    color: #381c00;
    font-weight: bold;
}
.search_result_city_checkbox > input:checked + label .__label {
    opacity: 1;
}
.search_result_city_checkbox > input:checked + label img.__on {
    display: block;
}
.search_result_city_checkbox > input:checked + label img.__off {
    display: none;
}
.search_result_house_list {
    margin-top: 30px;
}
.search_result_house_list .btnEntryA {
    background-color: #e38535;
    cursor: pointer;
}
.search_result_house_list .btnEntryA:hover {
    background-color: #c5691b;
}
.search_result_house_list .house .series {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background-color: #ffffdc;
    padding: 5px;
    margin-bottom: 10px;
}
.search_result_house_list .house .series span {
    display: inline-block;
    border-radius: 12px;
    font-size: 15px;
    font-feature-settings: 'palt';
    font-weight: bold;
    line-height: 1.6;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e0c978;
}
.search_result_house_list .house .series span.__kaigo {
    color: #fff;
    background-color: #00a23e;
}
.search_result_house_list .house .series span.__kango {
    color: #fff;
    background-color: #00a5a8;
}
.search_result_house_list .checkBox label .__check {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
}
.search_result_house_list .checkBox label {
    display: flex;
    align-items: flex-end;
    padding-top: 5px;
}
.search_result_house_list .checkBox label img {
    width: 30px;
}
.search_result_house_list .checkBox label .__label {
    opacity: 0;
}
.search_result_house_list .checkBox label img.__on {
    display: none;
}
.search_result_house_list .checkBox label .__text {
    line-height: 30px;
}
.search_result_house_list .checkBox input[type=checkbox]:checked + label {
    color: #c5691b;
}
.search_result_house_list .checkBox input:checked + label .__label {
    opacity: 1;
}
.search_result_house_list .checkBox input:checked + label img.__on {
    display: block;
}
.search_result_house_list .checkBox input:checked + label img.__off {
    display: none;
}

.search_footer_fixed {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 97;
    box-sizing: border-box;
    padding: 10px 75px 10px 15px;
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.search_footer_fixed.__show {
    transform: translateY(0);
}
.search_footer_form_submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 10px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 3px solid #e38535;
    box-sizing: border-box;
    border-radius: 7px;
    cursor: pointer;
}
.search_footer_form_submit:hover {
    background-color: #ffeadb;
}
.search_footer_form_submit .__check {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #e38535;
}
.search_footer_form_submit img {
    width: 30px;
}
.search_footer_form_submit .__text {
    font-size: 20px;
    line-height: 1.25;
    color: #381c00;
    font-weight: bold;
}
.search_footer_form_submit .__label2 {
    display: inline-block;
    color: #fff;
    background-color: #e38535;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
}

@media screen and (min-width: 641px) and (max-width: 860px) {

}

@media screen and (max-width: 640px) {
    .search_result {
        padding-left: 0;
    }
    .search_result_house_list > .house + .house {
        margin-top: 25px;
    }
}

@media screen and (min-width: 641px) {
    #curAreaSearch .search_popup_body {
        padding-bottom: 140px;
    }
    .search_condition_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .search_result_top {
        margin-top: 60px;
        text-align: center;
    }
    .search_result_top_message {
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .search_result_top_message > p:first-child {
        text-align: left;
    }
    .search_result_top_message > p:last-child {
        flex-shrink: 0;
        display: flex;
        align-items: center;
    }
    .search_result_top_count {
        font-size: 180%;
    }

    .search_condition_area_selected > p:first-child {
        flex-shrink: 0;
    }


    .search_result {
        padding-bottom: 150px;
    }
    .seearch_result_messsage {
        font-size: 112.5%;
        line-height: 1.7;
    }
    .search_result_count {
        display: inline-block;
        font-size: 200%;
        line-height: 1;
        vertical-align: bottom;
    }
    .search_result_pref {
        margin-top: 80px;
    }
    .search_result_city {
        margin-top: 90px;
    }
    .search_result_city + .search_result_city {
        margin-top: 65px;
    }
    .search_result_city_title {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .search_result_house_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }
    .search_result_house_list .house .name .s {
        font-size: 68.75%;
    }
    .search_result_house_list .house .name .l {
        font-size: 125%;
    }
    .search_result_house_list .house .series span {
        font-size: 93.75%;
    }
    .search_result_house_list .house .price dt {
        font-size: 75%;
    }
    .search_result_house_list .house .price dd {
        font-size: 106.25%;
    }
    .search_result_house_list .house .address dt {
        font-size: 75%;
    }
    .search_result_house_list .house .address dd {
        font-size: 75%;
    }
    .search_result_house_list .house .vacancy dt {
        font-size: 75%;
    }
    .search_result_house_list .house .vacancy dd {
        font-size: 87.5%;
    }
    body.fontLarge .search_result_house_list {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
    body.fontLarge .house .in {
        width: 465px;
    }

    .search_footer_fixed {
        padding: 25px 15px 20px;
    }
    .search_footer_form_submit {
        width: 420px;
        margin-inline: auto;
    }
}

