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

#equipment {}
#equipment #pageTit {
	
}
#equipment .btmMenu #pageTit {
	display: none;
}
#equipment #pageTit .engTxt {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	color: #b5a169;
	font-size: 4vw;
	font-size: clamp(24px, 4vw, 50px);
}
#equipment dt {
	font-size: 15px;
}
#equipment dd {
	font-size: 13px;
	letter-spacing: 0em;
}

#equipment #mainWrap h3 {
	position: absolute;
	color: #fff;
	font-size: 20px;
	left: 5%;
	top: 3%;
}
#equipment #mainWrap h3 span {
	display: block;
	width: 100%;
	border-bottom: #fff solid 1px;
	font-size: 120%;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
.itemBox dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 1.3;
	height: 3.6em;
}
.itemBox dt span {
	font-size: 75%;
	width: 100%;
	position: relative;
	top: -0.5em;
}
.itemBox dd {
	font-size:13px;
	line-height: 1.5;
}
.capL::after {
	right: auto;
	left: 1em;
}
.sanko::after {
	content: "参考写真";
}

#catMenu {
	padding: 3% 0;

	/*gap:0 1%;*/
}
#catMenu li {
width: calc((100% / 6) - 2px);
}
#catMenu li a {
	font-size: 1.0vw;
	font-size: clamp(9px, 1.0vw, 13px);
	line-height: 1.2;
	text-align: center;
	display: block;
	color: #003d95;
	border: #003d95 solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.5em;
	border-image: linear-gradient(to right, #007A95, #1B4E6D) 1;
	
}
#catMenu li:nth-child(3) a {
	letter-spacing: -0.1em;
}
#catMenu li a:hover,
.kitchen #catMenu li:nth-child(1) a,
.bathroom #catMenu li:nth-child(2) a,
.powderroom #catMenu li:nth-child(3) a,
.security #catMenu li:nth-child(4) a,
.structure #catMenu li:nth-child(5) a,
.other #catMenu li:nth-child(6) a
{
	opacity: 1;
	color: #fff;
	background: #007A95;
background: linear-gradient(90deg, rgba(0, 122, 149, 1) 0%, rgba(27, 78, 109, 1) 100%);
}


@media screen and (max-width : 959px ){
	#catMenu {
		gap:2px 1px;
		max-width: 600px;
	}
	#catMenu li {
		width: calc((100% / 3) - 2px);
	}
	#catMenu li a {
		font-size: 3.0vw;
		font-size: clamp(9px, 3vw, 12px);

	}
}

@media screen and (max-width : 599px ){}

#titBox02 h3 {
	font-size: 36px;
	border-bottom: #b5a169 solid 1px;
	padding: 5% 0 0em 0;
	margin-bottom: 3%;
}
#titBox02 h3 .engTxt {
	font-size: 30px;
	color: #b5a169;
}
#titBox02 h3 .jp {
	font-size: 60%;
	position: relative;
	bottom: -0.3em;
}
#titBox02 dl {
	padding-bottom: 20px;
}
#titBox02 dt {
	font-size: 20px;
}
#titBox02 dd {
	font-size: 16px;
}
@media screen and (max-width : 959px ){
	#titBox02 h3 {
		font-size: clamp(28px, 3.8vw, 30px);
	}
	#titBox02 h3 .jp {
		position: relative;
		top:0.6em;
	}

	#titBox02 dt {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#titBox02 dd {
		font-size: clamp(13px, 1.9vw, 15px);
	}
}
@media screen and (max-width : 599px ){
	#titBox02 h3 {
		font-size: clamp(27px, 7.5vw, 29px);
		border: none;
		width: 100%;
		padding-bottom: 20px;
	}
	#titBox02 h3 .engTxt {
		font-size: 24px;
		margin: 0 auto;
		position: relative;
		top: 0.2em;
	}
	#titBox02 h3 .jp {
		width: 100%;
		border-top: #b5a169 solid 1px;
		padding-top: 0.2em;
		text-align: center;
	}
	#titBox02 dt {
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
		line-height: 1.4;
		padding-bottom: 0.3em;
		text-align: center;
	}
	#titBox02 dd {
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
		line-height: 1.4;
	}

}

