@charset "utf-8";

.Rtitle {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 55px;
    color: #fff;   
    text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
}
.Rprice {
    background: url('/images/room/bg01.jpg')no-repeat top center;
    background-size: cover;
    position: relative;
    height: 100vh;
}
.Rprice:After {display: block; clear: both; content: "";}
.roomimg, .room_box {
    float: left;
    height: 638px;
    overflow: hidden;
}
.roomimg {
    width: 60%;
}
.roomimg img { height: 100%;}
.room_box {width: 40%;}
.room_name {
    padding: 20px 0 0 50px;
}
.room_name p {
    margin-left: 8px;
    font-size: 13px;
}
.room_name h2 {
    font-size: 50px;
    font-weight: 500;
    margin-top: 20px;
}
@media (max-width:560px) {
    .room_price {
        width: 90%;
        margin: 0 auto;
    }
    .room_box {
        width: 100%;
        height: auto;
        float: unset;
    }
}















