@charset "utf-8";

.page_mv {
    background: url(../img/common/sand.jpg);
}

.sec1 {
    background: url(../img/common/sand.jpg);
    background-size: cover;
    background-position: center;
}

.inner_wrap.page {
    width: 73.529vw;
    position: relative;
}

.right_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 41.176vw;
}

.inner_wrap.wide {
    position: relative;
}

.rent_detail_wrap {
    width: 73.529vw;
    margin: auto;
}

.rent_det_item {
    display: flex;
    justify-content: center;
    width: 73.529vw;
    height: 18.897vw;
    margin-bottom: 2.941vw;
}

.p_box.full {
    width: 100%;
}

.p_box.full p {
        line-height: 2.35;
}

.rent_det_item.right {
    display: flex;
    justify-content: flex-start;
    width: 73.529vw;
}

.rent_det_item img {
    width: 40%;
    position: absolute;
    left: 0;
}

.rent_txt_box {
    padding: 2.206vw;
    width: 41.176vw;
    margin-left: auto;
}

.rent_det_item.right img {
    width: 40%;
    position: absolute;
    right: 0;
    left: auto;
}

.rent_det_item.right .rent_txt_box {
    padding: 2.206vw;
    width: 41.176vw;
    margin-left: 0;
}

h3.default {
    margin-bottom: 0.735vw;
    position: relative;
    padding-left: 1.838vw;
}

.rent_det_item.right span img {
    width: 1.471vw;
    margin-right: 0.294vw;
    left: 0;
    right: auto;
}

.rent_inner p {
        line-height: 2.35;
}

@media (max-width: 767px) {

    .inner_wrap.page {
        width: 90%;
        position: relative;
    }

    .right_bg {
        top: 56.41vw;
        width: 100%;
    }

    .p_box.full {
        margin: 5.128vw 0 5.128vw;
    }

    .rent_detail_wrap {
        width: 100%;
    }

    .rent_det_item {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .rent_txt_box {
        width: 90%;
        padding: 5%;
    }

    .rent_det_item img {
        position: relative;
        width: 90%;
        margin: auto;
    }

    h3.default {
        padding-left: 0;
    }

    h3.default span {
        align-items: flex-start;
    }

    .rent_det_item.right {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
    }

    .rent_det_item.right span img {
        position: relative;
        margin-left: 0;
    }

    .rent_det_item span img {
        margin-left: 0;
    }

    .rent_det_item.right h3.default span img {
        width: 3.5897435897435894vw;
        margin-right: 1.294vw;
        margin-top: 2.294vw;
    }

    .rent_det_item.right .rent_txt_box {
        width: 90%;
        padding: 5%;
    }

    .rent_det_item.right img {
        width: 90%;
        position: relative;
        margin: auto;
        border-radius: 5.897vw;
    }
}