@charset "utf-8";

/* ----------------------------------------------------------------------------
	クオリティ
	quality
---------------------------------------------------------------------------- */
/* padding_setting */


/* unit_w_area */
#content .unit_w_area {
	padding: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#content .unit_w_area .header{
	width: 100%;
	margin: 0 0 60px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#content .unit_w_area .header h3{
	width: 100%;
	padding: 0 0 20px 0;
	text-align: center;
}
#content .unit_w_area#kitchen .header h3 img{
	width: 108px;
	text-align: center;
}
#content .unit_w_area#bathroom .header h3 img{
	width: 143px;
	text-align: center;
}
#content .unit_w_area#powderroom .header h3 img{
	width: 197px;
	text-align: center;
}
#content .unit_w_area#toilet .header h3 img{
	width: 89px;
	text-align: center;
}
#content .unit_w_area#ud .header h3 img{
	width: 339px;
	text-align: center;
}
#content .unit_w_area#service .header h3 img{
	width: 252px;
	text-align: center;
}


#content .unit_w_area .header h4{
	width: 100%;
	font-size: 1.375rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 0 0;
	text-align: center;
}
@media only screen and (max-width: 1199px) {
	#content .unit_w_area .header h4{
		font-size: 1.250rem;
	}
}
@media only screen and (max-width: 768px) {
	#content .unit_w_area {
		padding: 0 0 40px 0;
	}
	
	#content .unit_w_area .header{
		margin: 0 0 50px 0;
	}
	#content .unit_w_area .header h3{
		padding: 0 0 20px 0;
	}
	#content .unit_w_area#kitchen .header h3 img{
		width: 108px;
	}
	#content .unit_w_area#bathroom .header h3 img{
		width: 143px;
	}
	#content .unit_w_area#powderroom .header h3 img{
		width: 197px;
	}
	#content .unit_w_area#toilet .header h3 img{
		width: 89px;
	}
	#content .unit_w_area#ud .header h3 img{
		width: 339px;
	}
	#content .unit_w_area#service .header h3 img{
		width: 252px;
	}
	
	#content .unit_w_area .header h4{
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 480px) {
	#content .unit_w_area {
		padding: 0 0 30px 0;
	}
	#content .unit_w_area .header{
		margin: 0 0 40px 0;
	}
	#content .unit_w_area .header h3{
		padding: 0 0 15px 0;
	}
	#content .unit_w_area#kitchen .header h3 img{
		width: calc(22.5% * 1.2);
	}
	#content .unit_w_area#bathroom .header h3 img{
		width: calc(29.7916% * 1.2);
	}
	#content .unit_w_area#powderroom .header h3 img{
		width: calc(41.0416% * 1.2);
	}
	#content .unit_w_area#toilet .header h3 img{
		width: calc(18.5416% * 1.2);
	}
	#content .unit_w_area#ud .header h3 img{
		width: calc(70.6% * 1.2);
	}
	#content .unit_w_area#service .header h3 img{
		width: calc(52.5% * 1.2);
	}
	
	#content .unit_w_area .header h4{
		font-size: 1.000rem;
	}
}

/* unit */
#content .unit {
	width: 100%;
	padding: 0 0 40px 0;
}
#content .unit h5{
	width: 100%;
	padding: 1.2em 0 0 0;
	font-size: 1.000rem;
	font-weight: 600;
	line-height: 1.5;
}
#content .unit p{
	width: 100%;
	padding: 1.0em 0 0 0;
}

#content .unit ul.note{
	width: 100%;
	font-size:0.75rem;
	text-align:left !important;
	line-height:1.6;
	margin-top:1em;
}
#content .unit ul.note li{
	padding: 0 0 0.1em 1.2em;
	position: relative;
}
#content .unit ul.note li::before{
	content: "※";
	position: absolute;
	top: 0.1em;
	left: 0;
}

#content .gp_w {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#content .gp_w2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#content .gp_clm3 {
	width: calc((100% / 3) - 5px);
	padding: 0 30px 0 0;
}
#content .clm2_3 {
	width: calc(((100% / 3) - 20px) * 2);
}
#content .clm2_2 {
	width: calc((100% / 2) - 15px);
	padding: 0 0 0 0;
}

/* 3column */
#content .clm3 {
	width: calc((100% / 3) - 20px);
	padding: 0 30px 40px 0;
}
#content .clm3:nth-child(3n + 3) {
	padding: 0 0 40px 0;
}

/* 2column */
#content .clm2_u1 {
	width: 100%;
	padding: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content .clm2_u1 figure{
	width: 48%;
}
#content .clm2_u1 .txt_area{
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content .unit.clm2_u1 .txt_area h5{
	padding: 0 0 0 0;
}

#content .clm2_u2 {
	width: calc((100% / 2) - 15px);
	padding: 0 0 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content .clm2_u2 figure{
	width: 48%;
}
#content .clm2_u2 .txt_area{
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#content .unit.clm2_u2 .txt_area h5{
	padding: 0 0 0 0;
}

@media screen and (max-width: 768px) {
	/* unit */
	#content .unit {
		padding: 0 0 30px 0;
	}
	#content .unit h5{
		font-size: 0.938rem;
	}
	#content .unit ul.note{
		font-size:0.688rem;
	}

	#content .gp_w {
		justify-content: space-between;
	}
	#content .gp_w2 {
	}

	#content .gp_clm3 {
		width: calc(100%);
		padding: 0 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		order: 2;
	}
	#content .gp_clm3 .unit {
		width: calc((100% / 2) - 15px);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#content .clm2_3 {
		width: calc(100%);
	}
	#content .clm2_2 {
		width: calc(100%);
		padding: 0 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	/* 3column */
	#content .clm3 {
		width: calc((100% / 2) - 15px);
		padding: 0 0 30px 0;
	}
	#content .clm3:nth-child(3n + 3) {
		padding: 0 0 30px 0;
	}

	/* 2column */
	#content .clm2_u1 {
		width: calc((100% / 2) - 15px);
		padding: 0 0 30px 0;
	}
	#content .clm2_u1 figure{
		width: 100%;
	}
	#content .clm2_u1 .txt_area{
		width: 100%;
	}
	#content .unit.clm2_u1 .txt_area h5{
		padding: 1.2em 0 0 0;
	}

	#content .clm2_u2 {
		width: calc((100% / 2) - 15px);
		padding: 0 0 30px 0;
	}
	#content .clm2_u2 figure{
		width: 100%;
	}
	#content .clm2_u2 .txt_area{
		width: 100%;
	}
	#content .unit.clm2_u2 .txt_area h5{
		padding: 1.2em 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	/* unit */
	#content .unit {
		padding: 0 0 30px 0;
		align-content: flex-start;
	}
	#content .unit h5{
		font-size: 0.875rem;
	}
	#content .unit ul.note{
		font-size: 0.625rem;
		letter-spacing: -0.02em;
	}

	#content .gp_clm3 .unit {
		width: calc((100% / 2) - 8px);
	}

	/* 3column */
	#content .clm3 {
		width: calc((100% / 2) - 8px);
		padding: 0 0 30px 0;
	}

	/* 2column */
	#content .clm2_u1 {
		width: calc((100% / 2) - 8px);
		padding: 0 0 30px 0;
	}

	#content .clm2_u2 {
		width: calc((100% / 2) - 8px);
		padding: 0 0 30px 0;
	}
}

/* molteni */
#content .molteni {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #4d4a52;
	padding: 30px 30px;
	margin: 0 0 50px 0;
	box-sizing: border-box;
}
#content .molteni .txt_area{
	width: 390px;
	display: block;
}
#content .molteni .txt_area h4{
	width: 189px;
	display: block;
	margin: 0 auto;
}
#content .molteni .txt_area h5{
	width: 100%;
	padding: 1.2em 0 0.6em 0;
	font-size: 1.000rem;
	line-height: 1.5;
	color: #FFF;
}
#content .molteni .txt_area p{
	width: 100%;
	font-size: 0.875rem;
	color: #FFF;
}

#content .molteni .img_area{
	width: 720px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#content .molteni .img_area figure{
	width: calc((100% / 4) - 15px);
	margin: 0 20px 0 0;
}
#content .molteni .img_area figure:nth-child(4){
	margin: 0 0 0 0;
}

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}