/* CSS Document */



.room_plan{
width: 950px;
margin: 40px auto 80px;
}
.room_title{
display: flex;
margin-bottom: 30px;
}
.room_title p{
padding-left: 30px;
font-size: 20px;
line-height: 28px;
}
.room_title p span{
display: block;
font-size: 22px;
font-weight: bold;
padding-bottom: 8px;
}



@media screen and (max-width: 768px){

.room_plan{
width: 100%;
margin: 40px auto 80px;
}
.room_title{
display: block;
}
.room_title h3{
text-align: center;
margin-bottom: 20px;
}
.room_title h3 img{
width: 75%;

}

.room_select img{
width: 100%;
}
.room_title p{
padding-left: 30px;
font-size: 16px;
line-height: 24px;
}
.room_title p span{
display: block;
font-size: 18px;
font-weight: bold;
padding-bottom: 8px;
}



}