.room-collection-item{
    margin:2rem 0;
}
.room-list-gallery{
    height:250px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 15px;
    overflow: hidden;
}
.room-list-gallery:hover{
    transform: scale(1.05);
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}

.room-collection-item .room-title{
    font-size:1.3rem;
    padding:0 0.5rem;
    font-weight: bold;
}
.room-collection-item .room-introtext{
    padding:0.5rem;
}
.room-collection-item .room-title a{
    text-decoration: none;
}

.room-list-gallery .no-gallery{
    background:var(--beige-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
}
.room-list-gallery .no-gallery svg{
    width:120px;
    height:120px;
}
.room-list-gallery .no-gallery svg path{
    fill:var(--color-9);
}

.hotelroom-price{
	margin-bottom:1rem;
}

.hotelroom-price-count{
	font-size: 1.3rem;
	font-weight: bold;
	color:var(--main-red);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	line-height: 1;
	margin-top: 0.5rem;
}
.hotelroom-price-count span{
	display:block;
}
.hotelroom-price-count svg{
	width: 1rem;
	height: 1rem;
}
.hotelroom-price-count svg path{
	fill:var(--color-6);
}
.hotelroom-square svg path{
	fill:var(--color-6);
}
.hotelroom-square svg{
	width:2.5rem;
	height:2.5rem;
	margin-right:0.8rem;
}
.room_square b{
    font-size:1.4rem;
    color:var(--main-red);
}
.room-control{
    padding:0 0.5rem;
}