header {
	margin-bottom: 15px;
}

#main {
	width: 100%;
	height: 464px;
	position: relative;
	background: url(../hotspring/images/bg_title.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 120px;
}
#main h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -140px;
}

.contents {
	width: 1024px;
	margin: 0 auto;
}

#intro {
	margin-bottom: 130px;
}
#intro h1 {
	margin-bottom: 55px;
	text-align: center;
	width: 100%;
}
#intro p {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

.bath {
	margin-bottom: 80px;
}

.bath h1 {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.bath p.image {
	margin-bottom: 40px;
}
.bath .wrapper {
	width: 100%;
	overflow: hidden;
}
.bath .wrapper p.description {
	width: 580px;
	float: left;
	line-height: 1.6;
}
.bath .wrapper table,
.roten .wrapper table {
	width: 375px;
	float: right;
}
.bath .wrapper table th,
.roten .wrapper table th {
	width: 135px;
	background-color: #771414;
	color: #fff;
	padding: 12px 0;
}
.bath .wrapper table td,
.roten .wrapper table td {
	width: 230px;
	padding-left: 10px;
	background-color: #fff;
}
.bath .wrapper table td span,
.roten .wrapper table td span {
	font-size: 80%;
}

.roten {
	overflow: hidden;
	margin-bottom: 140px;
}
.roten p.image {
	float: left;
}
.roten .wrapper {
	width: 440px;
	float: right;
}
.roten .wrapper h2 {
	margin-bottom: 30px;
}
.roten .wrapper p {
	line-height: 1.6;
	margin-bottom: 40px;
}

#onsen {
	width: 100%;
	padding: 50px 0 120px;
}
#onsen .contents {
	overflow: hidden;
	background: url(../hotspring/images/bg_onsen.png) no-repeat right bottom;
	margin-bottom: 40px;
}
#onsen .contents p.image {
	width: auto;
	float: left;
}
#onsen .contents .description {
	width: 475px;
	float: right;
}
#onsen .contents .description h1 {
	margin-bottom: 60px;
	padding-top: 20px;
}
#onsen .contents .description p {
	line-height: 1.8;
}
#onsen table {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	border-top: 1px solid #b5b5b5;
}

#onsen table th {
	border-bottom: 1px solid #b5b5b5;
	width: 200px;
}#onsen table td {
	border-bottom: 1px solid #b5b5b5;
	width: 750px;
	padding: 12px 0;
	line-height: 1.5;
}
#kashikiri {
	margin-bottom: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kashikiri article {
	width: 490px;
}
#kashikiri article h2 {
	text-align: center;
	margin-bottom: 30px;
}
#kashikiri article p {
	margin: 30px 0;
	line-height: 1.5;
}
#kashikiri table {
	width: 375px;
}
#kashikiri table th {
	width: 135px;
	background-color: #771414;
	color: #fff;
	padding: 12px 0;
}
#kashikiri table td {
	width: 230px;
	padding-left: 10px;
	background-color: #fff;
}
#kashikiri table td span {
	font-size: 80%;
}





#higaeri {
	margin-bottom: 170px;
	background: url(../hotspring/images/bg_higaeri.png) no-repeat right 50px;
	height: 400px;
}
#higaeri table {
	border-top: 1px solid #c1c1c1;
	margin-bottom: 20px;

}
#higaeri table th {
	border-bottom: 1px solid #c1c1c1;
	width: 120px;	
}
#higaeri table td {
	padding: 12px 0;
	line-height: 1.5;
	border-bottom: 1px solid #c1c1c1;
	width: 435px;
}
#higaeri p {
	width: 555px;
	font-size: 90%;
}
