@charset "UTF-8";
/* CSS Document */

.top-img{
	width: 100%;
	object-fit: cover;
	height: auto;
}

.room-img{
	width: 80%;
	margin: 0 auto 50px;
	display: flex; /* 横並びにするために追加 */
	flex-wrap: wrap;
	justify-content: center;
}

.room-img img{
	width: 300px; /* 画像の幅を調整 */
	margin: 10px;
	object-fit: cover;
	height: 200px;
	
}


.concept-text{
	width: 70%;
	margin: 40px auto;
	
}
.concept-text h1{
	font-size: 1.5rem;
	margin-bottom: 20px;
	
}
.concept-text p{
	font-size: 1.2rem;
}

.User_guide{
	width: 70%;
	margin: 0 auto 100px;
	text-align: left;
	
}
.User_guide h1{
	font-size: 1.5rem;
}
.User_guide p{
	font-size: 1.2rem;
}
.User_guide_00 h2{
	font-size: 1.1rem;
	width: 250px;
	line-height: 1.7rem;
	font-weight: lighter;
}
.User_guide_00 p{
	font-size: 1rem;
	width: 80%;
	line-height: 1.5rem;
	padding-bottom:1.5rem;
}
.User_guide_00{
	display: flex;
	border-bottom: solid;
	border-width:1px;
	margin: 25px auto;
}
.garden,.room-BBQ{
	width: 70%;
	margin: 0 auto 50px;
	text-align: left;
	padding: 0 30px;
}

.garden h2,.room-BBQ h2{
	font-size: 1.1rem;
	text-align: left;
}
.garden p,.room-BBQ p{
	font-size:1rem;
	
}
.garden-00 p{
	line-height: 1.3rem;
	margin-bottom: 20px;
	
}


.room-BBQ img{
	max-width: 300px;
}
.room-BBQ h3{
	font-size: 1.2rem;
}
.room-BBQ h4{
	font-size: 1.2rem;
	margin-top: 20px;
}
.room-BBQ ul{
	line-height: 1.5rem;
}
.room-BBQ li{
	margin-left:20px;
	font-size: 1rem;
}

@media (min-width: 1280px){
	.room-img{
		width: 75%;
	}
}
@media (max-width: 900px){
	.concept-text,.User_guide,.garden,.room-BBQ{
		width: 85%;
	}
	.room-img{
		width: 100%;
		justify-content: center;
	}
	
	.User_guide_00{
		display: block;
	}
	.User_guide_00 p{
		width: 100%;
	}
	.User_guide_00 h2{
		font-weight: bold;
		margin-bottom: 20px;
	}
}