@charset "utf-8";

/*==========================================
 お風呂用 CSS
===========================================*/
#bathArea #bathImageBox {
	margin: 0 0 0 -30px;
}
#bathArea .bathImage {
	float: left;
	width: 450px;
	height: 370px;
	margin: 10px 0 30px 40px;
}
#bathArea .bathImage02 {
	float: left;
	margin: 40px 0 30px 40px;
}
#mainLeft .bathImage img {
	margin: 0;
}
.bathImage p.bathImageTitle,
.bathImage02 p.bathImageTitle {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #0C102C;
}
.bathImage p,
.bathImage02 p {
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	#bathArea #bathImageBox {
		margin: 0;
	}
	#bathArea .bathImage {
		float: none;
		width: 100%;
		height: auto;
		margin: 10px 0 30px 0;
	}
	#bathArea .bathImage02 {
		float: none;
		margin: 40px 0 30px 0;
	}
	#mainLeft .bathImage img {
		width: 100%;
		height: auto;
		margin: 0 0 5px;
	}
}