@charset "UTF-8";




/*********** 共通・背景 *************/

.equipment_bg01 {
	background-image: url("../../equipment/images/equipment_bg01.jpg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-top: 60px;
}

.equipment_bg01.second {
	margin-top: 120px;
}

.equipment_mbt-mt.first {
	margin-top: 100px;
}

.equipment_mbt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.equipment_mbt-wrap li {
	position: relative;
	width: 23.75%;
	margin-bottom: 20px;
}

.equipment_mbt-wrap li a .mbt {
	position: relative;
	top: 0;
	left: 0;
}

.equipment_mbt-wrap li a .mbt_on {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s ease;
}

.equipment_mbt-wrap li a:hover .mbt_on {
	opacity: 1;
}

.equipment_mbt-wrap li.current a .mbt_on {
	opacity: 1;
}


.title-wrap {
	margin-top: 80px;
}

.title-wrap .ttl {
	font-family: 'Cinzel', serif;
	color: #816627;
	font-size: 4.0rem;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #816627;
	margin-bottom: 40px;
}


.cont_mp-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.cont_mp-wrap > li {
	width: 48.33%;
}

.cont_sub-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont_sub-wrap > li {
	width: 46.55%;
	padding-bottom: 60px;
}

.cont-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont-wrap li {
	width: 22.5%;
	padding-bottom: 60px;
}

.cont-wrap li.wide {
	width: 48.33%;
}

.cont dt {
	color: #816627;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

.cont dt sup {
	font-size: 0.7em;
}

.cont dd {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

/*********** ↑共通・背景 *************/





/*********** toilet *************/

.toilet_01-wrap {
	display: grid;
	grid-template-columns: 34.23% 37.84% 24.32%;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	max-width: 1110px;
	margin: 0 auto;
}

.toilet_01-wrap li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	margin-right: 3.6%;
}

.toilet_01-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.toilet_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-right: 3.6%;
}

.toilet_01-wrap li:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

.toilet_01-wrap .txt p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
	background: #618cbe;
	padding: 5px;
	margin-bottom: 5px;
}

/*********** ↑toilet *************/







/*********** bath *************/

.bath_09-wrap li:nth-child(1) {
	order: 2;
}

.bath_09-wrap li:nth-child(2) {
	order: 1;
}

.bath_09-wrap li:nth-child(3) {
	order: 3;
}

.cont-wrap li.bath_10 {
	width: 74.17%;
}

.cont-wrap li.bath_11 {
	width: 100%;
}

/*********** ↑bath *************/





/*********** zeh *************/

.zeh-inner {
	max-width: 980px;
	margin: 0 auto;
	margin-top: 80px;
}

/*********** ↑zeh *************/




/*********** eco *************/

.eco_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.eco_01-wrap li {
	width: 48.33%;
}

.eco_01-wrap li:nth-child(4),
.eco_01-wrap li:nth-child(5) {
	width: 22.5%;
}

.eco_01-wrap li:nth-child(n+3) {
	margin-top: 40px;
}

/*********** ↑eco *************/





/*********** storage *************/

.storage_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.storage_01-wrap li {
	width: 31.17%;
}

.storage_01-wrap li:nth-child(n+4) {
	margin-top: 40px;
}

.storage_01-wrap .storage_mk {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}

.storage_07-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #eeebe2;
	padding: 40px;
	margin-top: 60px;
}

.storage_07-wrap > li {
	width: 48.21%;
}

.storage_07 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.storage_07 li:nth-child(1) {
	width: 50%;
}

.storage_07 li:nth-child(2) {
	width: 46.3%;
}

.storage_07-wrap.cont dt {
	padding-top: 0;
}

.storage_07-wrap .storage_mk {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
}

.storage_08 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.storage_08 li:nth-child(1) {
	width: 45%;
}

.storage_08 li:nth-child(2) {
	width: 50.93%;
}

/*********** ↑storage *************/






/*********** amenity *************/

.amenity_01-wrap {
	background: #eeebe2;
	padding: 40px;
	margin-top: 80px;
}

.amenity_01-wrap.cont dt {
	padding-top: 0;
}

.amenity_02-wrap {
	margin-top: 60px;
}

.amenity_02-wrap > li:nth-child(1) {
	width: 48.33%;
}

.amenity_06 .cap-cover {
	bottom: 25%;
}

/*********** ↑amenity *************/










.anc_kitchen,
.anc_powder,
.anc_bath,
.anc_zeh,
.anc_eco,
.anc_storage,
.anc_amenity {
	display: block;
    padding-top: 100px;
	margin-top: -100px;
}










