@charset"utf-8";

.equipment .equipmentArea01 {
	background: url("../images/equipment/img_24_pc.jpg") no-repeat 0 0;
	min-height: 400px;
	margin-bottom: -12px;
}

.equipment .heading01 {
	font-size: 22px;
	padding: 11px 0 13px 20px;
	margin-bottom: 35px;
}

.equipment .heading03 {
	background: #e9e7e7;
	padding: 6px 0 6px 20px;
	margin-top: -5px;
	margin-bottom: 16px;
}

.equipment .heading03.type02 {
	margin-top: 30px;
	margin-bottom: 16px;
}

.equipment .heading03 span {
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.equipment .colorVariation {
	color: #000;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	border-top: 1px solid #cccccc;
	padding: 15px 0 29px;
}

.equipment .equipmentArea01 .textArea {
	position: relative;
	overflow: hidden;
}

.equipment .equipmentArea01 .textArea:before {
	content: '';
	position: absolute;
	bottom: 0.45em;
	left: 30px;
	width: 2px;
	height: 100%;
	background: #a1a1a1;
}

.equipment .equipmentArea01 .textArea .tx02 {
	color: #003a1b;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-left: 52px;
	padding-top: 43px;
	padding-bottom: 43px;
	/*border-left: 2px solid #a1a1a1;*/
}

.equipment .equipmentArea01 .textArea .tx03 {
	margin-left: 60px;
	margin-top: 26px;
}

.equipment .equipmentArea01 .photo {
	float: right;
	width: 47.24%;
	width: 54.33%;
	margin-left: 4%;
}

.equipment .wrap section,
.equipment .wrap figure {
	width: 31.18%;
}

.equipment .typeColor .wrap figure {
	width: 20%;
}


.equipment .wrap .tx03 {
	margin-top: 14px;
	font-size: 14px;
	letter-spacing: 0.06em;
}

.equipment .wrap .tx03+.subList {
	margin-top: 9px;
}

.equipment .wrap .tx03+.subList li {
	font-size: 14px;
}

.equipment .typeColor {
	margin-top: 60px;
	margin-bottom: 78px;
	width: 100%;
}

.equipment .wrap section:not(:nth-child(3n)) {
	margin-right: 3.23%;
}

.equipment .wrap+.wrap,
.equipment .wrap section:nth-child(n+4) {
	margin-top: 40px;
}

.equipment .wrap section figure {
	width: 45.45%;
	float: right;
	margin-left: 6.313%;
	margin-top: 20px;
}

.equipment .wrap figure img{
	max-width: 150px;
}


.equipment .wrap section figure.autobath {
	width: 100%;
	float: none;
	margin-left: 0;
}

.equipment .wrap section:after {
	content: "";
	display: block;
	clear: both;
}

/*------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.equipment .wrap.between {
		width: 100%;
	}

	.equipment .heading03 {
		margin-bottom: 30px;
	}

	.equipment .equipmentArea01 {
		background: #efefef url("../images/equipment/img_24_sp.jpg") no-repeat 0 100%;
		background-size: 100% auto;
		min-height: inherit;
		margin-bottom: 0;
		margin-left: -3vw;
		margin-right: -3vw;
	}

	.equipment .equipmentArea01 .equipmentArea01Inner {
		padding-bottom: 71.6vw;
	}

	.equipment .equipmentArea01 .textArea:before {
		left: 15px;
	}

	.equipment .equipmentArea01 .textArea .tx02 {
		font-size: 24px;
		font-weight: 600;
		margin-left: 37px;
		padding-top: 12px;
	}

	.equipment .wrap section,
	.equipment .wrap figure {
		width: 100%;
	}

	.equipment .wrap figure+figure {
		margin-left: 10%;
	}

	.equipment .wrap figure img {
		width: 100%;
	}

	.equipment .typeColor {
		margin-top: 10%;
		width: 100%;
	}

	.equipment .wrap>section:not(:nth-child(3n)) {
		margin-right: inherit;
	}

	.equipment .wrap>section:nth-child(n+2) {
		margin-top: 10%;
	}

	.equipment .wrap section figure.autobath {
		width: 100%;
		margin-left: 0;
	}
}

/*------------------------------------------------------------*/