@charset "UTF-8";
/* CSS Document */
.notes-area {
  margin: 0% auto 0;
}
#pageWrap {
  padding: 0% 0;
  color: #fff;
}
#titWrap h1 {
  width: 80%;
  max-width: 1000px;
  bottom: 12%;
}
#sec01, #sec02 {
  padding: 5% 0;
}
#sec01 {
  background-color: #1a2b38;
}
#sec01 .boxWidth, #sec02 .boxWidth {
  max-width: 1200px;
}
#sec01 .titBox {
  padding: 2% 0 4%;
}
.lead {
  text-align: center;
  padding: 1em 0;
  font-size: 22px;
	letter-spacing: 0.1em;
}
#sec01 .flex01 {
  margin-bottom: 20px;
}
#sec01 .img01 {
  width: 58%;
}
#sec01 .img02 {
  width: 40.2%;
}
#sec01 .img03 {
  width: 64.8%;
}
#sec01 .img04 {
  width: 33.3%;
}
#sec02 {
  background-color: #231815;
}
#sec02 .cat {
	background-color: #fff;
	margin-top: 50px;
}

#sec02 .cat h3 {
	background-color: #d3bb4d;
	color: #000;
	padding: 0.6em 2em;
	font-size: 17px;
}
#sec02 .cat h3 span {
	font-size: 140%;
	margin-right: 0.3em;
	letter-spacing: 0.2em;
}
#sec02 .cat .cap {
	 font-size: 11px;
	text-align: center;
}
#sec02 .cat .flex {
	margin: 0 40px;
	padding: 25px 0;
	color: #000;
	align-items: center;
}
#sec02 .flooring .flex .leftBox {
	width: 22%;
}
#sec02 .desc {
	text-align: center;
	font-size: 16px;
}
#sec02 .flooring .flex .rightBox {
	width: 75.5%;
	max-width: 830px;
}

#sec02 .kitchen {}
#sec02 .cat01 .leftBox {
	width: 37.3%;
	max-width: 410px;
}
#sec02 .kitchen .leftBox .figBox {
	padding-top: 30px;
}
#sec02 .cat01 .rightBox {
	width: 61%;
	max-width: 670px;
}
#sec02 .cat01 .rightBox .desc {
	padding-bottom: 1em;
}
#sec02 .cat01 .rightBox .imgBox {
	border-top: #000 solid 1px;
	padding: 15px 0;
}

#sec02 .kitchen .rightBox .flex02 {
	background-color: #d3bb4d;
	padding: 20px;
}
#sec02 .kitchen .rightBox .flex02 .leftBox {
	width: 36%;
}
#sec02 .kitchen .rightBox .flex02 .leftBox .cap {
	width: 100%;
	border-top: #000 solid 1px;
	padding-top: 0.5em;
	line-height: 1.3;
}
#sec02 .kitchen .rightBox .flex02 .rightBox {
	width: 62%;
	max-width: 380px;
}


#sec02 .bathroom .rightBox .imgBox .cap {
	text-align: right;
	font-size: 11px;
}
#sec02 .cat02 {}
#sec02 .cat02 .flex {
	margin-top: -60px;
	flex-direction: row-reverse;
	align-items: flex-end;
}

#sec02 .cloth {}
#sec02 .cloth .leftBox {
	width: 35%;
}
#sec02 .cloth .leftBox .figBox {
	width: 50%;
	margin: 0 auto;
}
#sec02 .cloth .rightBox {
	width: 61%;
	max-width: 680px;
}
#sec02 .cap01 {
	text-align: center;
	padding: 1em;
}



@media screen and (max-width: 959px) {
  .boxWidth {
    container-type: inline-size;
  }
  .lead {
    font-size: 2cqw;
  }
	#sec02 .desc {
    text-align: center;
    font-size: 1.6cqw;
	}
	#sec02 .kitchen .rightBox .flex02 .leftBox {
		width: 100%;
	}
	#sec02 .kitchen .rightBox .flex02 .leftBox br {
		display: none;
	}
	#sec02 .cat01 .rightBox .desc {
    padding-bottom: 0.2em;
	}
	#sec02 .kitchen .rightBox .flex02 .rightBox {
		width: 80%;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	
	#sec02 .cat02 .flex {
		margin-top: 0px;
	}
  
}
@media screen and (max-width: 599px) {
  #titWrap {
    height: auto;
    background-color: #fff;
  }
  .lead {
		font-size: clamp(13px, 4.6cqw, 16px);
  }
  #titWrap h1 {
    position: static;
    width: 100%;
    transform: translate(0);
    padding: 5%;
  }
  #sec01 .flex01 {
    margin-bottom: 0px;
  }
  #sec01 .img01, #sec01 .img02, #sec01 .img03, #sec01 .img04 {
    width: 100%;
    margin-bottom: 10px;
  }
	
	#sec02 .cat {
		margin-top: 20px;
	}
	#sec02 .cat h3 {
		padding: 0.6em 1em;
		font-size: 3.3cqw;
		text-align: center;
	}
	#sec02 .desc {
		padding: 1em 0;
 }
	#sec02 .cat h3 span {
		font-size: 150%;
		letter-spacing: 0.1em;
	}
	#sec02 .cat .flex .leftBox {
		width: 100%;
	}

	#sec02 .cat .flex .rightBox {
		width: 100%;
	}
	#sec02 .cat .flex {
    margin: 0 15px;
    padding: 15px 0;
	}
	#sec02 .desc {
		font-size: 4.4cqw;
		padding: 1em 0;
  }
	#sec02 .flooring h4 {
		width: 60%;
		margin: 0 auto;
	}
	#sec02 .kitchen .rightBox .flex02 .leftBox br.brSp {
		display: inline;
  }
	#sec02 .cat01 .rightBox .desc {
    padding: 1em 0;
  }
	#sec02 .kitchen .rightBox .flex02 .leftBox .desc {
    padding: 0em 0 0.3em;
  }
	#sec02 .kitchen .rightBox .flex02 .rightBox {
    width: 100%;
    padding-top: 20px;
  }
}
 
  
}