@charset "utf-8";
.c-mainContents__roomLegend{margin-bottom: 2em;}
.c-mainContents__roomLegend ul{display: flex;}
.c-mainContents__roomLegend ul li {
margin-right: 2em;
color: #729019;
display: flex;
align-items: center;
}
.c-mainContents__roomLegend ul li img {
width: 30px;
height: 30px;
margin-right: 0.3em;
}
.b-price-box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 3em;
}
.b-room-imgWrap {width: 430px;}
ul.b-room-imgWrap__list {
margin-top: 10px;
display: flex;
}
ul.b-room-imgWrap__list li {
margin-right: 10px;
}
ul.b-room-imgWrap__list li:last-child{margin-right: 0;}
.b-room-textWrap {width: 440px;}
.b-price-box__price{
font-size: 24px;
color: #d80000;
font-weight: bold;
}
ul.b-price-box__iconList{display: flex;margin: 2em 0;} 
ul.b-price-box__iconList li{width: 60px;margin-right: 10px;}
.room_linkbtn{}

@media screen and (max-width: 768px) {
.c-mainContents__roomLegend{margin-top: -1em;}
.c-mainContents__roomLegend ul{flex-wrap: wrap;}
.c-mainContents__roomLegend ul li {width: 50%;margin: 0 0 0.5em;font-size: 0.9em;}
.b-room-imgWrap {width: 100%;margin-bottom: 1em;}
ul.b-price-box__iconList li{width: 40px;}

}

