@charset "utf-8";


 #room div.detail_txt {
	text-align: left;
	padding-left: 10px;	
	margin-bottom: 10px;
}


.line03 .detail_txt h3{
font-size: 150%;
margin-bottom: 10px;}


.line03 .detail_txt h4{
font-size: 130%;
margin-bottom: 10px;}

.btn_room{
margin-bottom: 30px;
}
.btn_room a{
display: block;
text-align: center;
padding: 5px;
width: 70%;
background-color: #c2a983;
color: #322e28;
}
.btn_room a:hover{
background-color: #746954;
color: #fff;
}

.mv {
	width: 100%;
	height: auto;
}

.imgs {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 30px;
}

.imgs li {
	width: 25%;
	margin-left: 20px;
}

.imgs img {
	width: 100%;
	height: auto;
}

.image-area {
	justify-content: space-around;
	flex-wrap: wrap;
}

.image-area li {
	width: 40%;
	margin-top: 30px;
	margin-left: 0;
}

.btn_room a {
	width: 80%;
}