@charset "utf-8";
/* 
サイト固有の記述
*/

/* 全体（色系）*/
body {
    &.rise-niseko {
        .tbl_list02 li .list_ttl {
            color: #105836;
        }
    }

    .sp_on2 {
        display: none;
    }

    .pc_on2 {
        display: block;
    }
}


/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        main section .page_title .sv_ttl {
            margin-top: 3%;
        }

        &.real-estate-rental {
            .sec01 {
                .layout_a .txtbox {
                    margin-right: 40px;
                }
            }
        }

        &.rise-niseko {
            .layout_b .imgbox {
                width: 50%;
            }
        }

        .contact_infoarea {
            .box {
                padding: 0 5%;
            }
        }

        #page_top {
            a img {
                height: 270px;
            }
        }
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .layout_d .lf_box .txtbox {
            margin-right: 0%;
        }

        .layout_e .lf_box .txtbox {
            margin-left: 0%;
        }

        /* #page_top {
            display: none;
        } */

        #page_top {
            a img {
                height: 200px;
            }
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {

        #page_top {
            display: none;
        }



        .sp_on2 {
            display: block;
        }

        .pc_on2 {
        display: none;
    }

    &.real-estate-rental {
        .tbl_price {
            width: auto;
        }
    }

        &.company {
            .tbl_list02.type01 li .list_ttl {
                width: 35%;
            }

            .tbl_list02.type01 li:before {
                width: 35%;
            }

            .tbl_list02.type01 li {
                margin-bottom: 25px;
                padding-bottom: 25px;
            }

            .tbl_list02 li {
                padding: 10px 15px;
            }
        }
    }
}
