@charset "UTF-8";

.spec h2, .condition_wrap h2, .building-detail-condition > h2, .set_condition_wrap .set_condition_title h2, .set_condition_wrap h3{
    color: #ff4800;
}


    #main .color_main {
        color: #ff4800;
    }

    #main .bg_color_sub2{
        background-color: #F6F4EC;
    }
    .set_condition_wrap {
        background-color: #F6F4EC;
    }
    #main .set_condition_wrap h3{
        color: #ff4800;
    }
    .set_condition_wrap .set_condition_title{
        border-bottom: 1px solid #ff4800;
    }

    .set_condition_wrap fieldset a{
        color: #222222;
    }

    .set_condition_wrap fieldset {
        border-bottom: 1px solid #ff4800;
    }

    .kodawari_switch a{
        color: #ff4800; 
    }

    .result_data_wrap .inquiry_wrap {
        background-color: #F6F4EC;
    }

    .wp-block-button__link{
        background: #ff4800;
    }
    .result_data_wrap .inquiry_wrap .icon-check{
        color: #ff4800;
    }

    body .bg_color_inquiry{
        background: #ff4800;
    }

    #main .result_data_wrap .data .genre span{
        font-weight: 700;
        color: #ff4800;
        border-color: #ff4800;
    }
    .result_data_wrap .tm_data .table_wrap .spec-detail a{
        color: #ff4800;
    }

    .result_data_wrap .tm_data  table.spec th{
        background-color: #F6F4EC;
    }

    .result_data_wrap .tm_data  table.spec td a{
        color: #222222;
    }


    table.room_data th{
        font-size: 0.8rem;
        font-weight: 700;
        background-color: #F6F4EC;
    }
    table.room_data td a{
        color: #ff4800;
    }

    @media screen and (max-width: 740px){
        .set_condition_wrap .bt_group{
            background-color: #F6F4EC;
        }
        .result_data_wrap article.data .genre{
            margin: 40px 0 10px;
        }
        .condition_wrap .set_condition_switch{
            color: #222222;
        }
    }

    
    #area-form.area{
        float: unset;
    }

    .result_data_wrap .tm_data table.spec th{
        background-color: #fff;
    }

    .area a {
        background-color: #ff4800;
        border-bottom: solid 3px #af3200;
    }