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

/*========================================*/
/*=============== equipment/equip01 ==================*/
/*=========================================*/
.imgBox {
  position: relative;
}
.imgBox.capImg::after {
  content: 'image';
  position: absolute;
  font-size: 11px;
  color: #fff;
  width: calc(100% - 10px);
	letter-spacing: 0em;
  right: 0.5em;
  bottom: 1px;
  text-align: right;
  z-index: 1;
 /* text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5), 1px -1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5);*/
}
.imgBox.capImg2::before {
  content: 'image';
  position: absolute;
  font-size: 11px;
  color: #fff;
  width: calc(100% - 10px);
	letter-spacing: 0em;
  right: 53%;
  bottom: 1px;
  text-align: right;
  z-index: 1;
  /*text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5), 1px -1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(0, 0, 0, 0.5);*/
}
.imgBox.capImg2.capBk::before {
  color: #000;
  /*text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.5), 1px -1px 0px rgba(255, 255, 255, 0.5), -1px 1px 0px rgba(255, 255, 255, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.5);*/
}
.imgBox.capBk::after {
  color: #000;
  /*text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.5), 1px -1px 0px rgba(255, 255, 255, 0.5), -1px 1px 0px rgba(255, 255, 255, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.5);*/
}
.imgBox.capSeko::after {
  content: '当社施工例';
  font-size: 13px;
}
.imgBox.gainen::after {
  content: '概念図';
}


.pageNav {
  padding: 40px 0;
  max-width: 820px;
}
.pageNav ul {
  justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}
.pageNav ul li {
  margin: 0 1%;
  width: 23%;
}
.pageNav ul li a {
  font-size: 15px;
  display: block;
  padding: 0.3em 0em;
  color: #b3a263;
  border-top: #b3a263 solid 1px;
  border-bottom: #b3a263 solid 1px;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
.pageNav ul li a:hover:after, #catKitchen .pageNav ul li:nth-of-type(1) a:after, #catBath .pageNav ul li:nth-of-type(2) a:after, #catSany .pageNav ul li:nth-of-type(3) a:after, #catRest .pageNav ul li:nth-of-type(4) a:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: calc(50% - 9px);
  border-top: #b3a263 solid 12px;
  border-left: transparent solid 9px;
  border-right: transparent solid 9px;
}
#equipment .catTit {
  padding: 50px 0;
  max-width: 900px;
}
#equipment .catTit p {
  text-align: center;
  font-size: 16px;
  padding-top: 1em;
}
#equipment .catMain {
  position: relative;
}
#equipment .catMain .imgBox {}
#equipment .catMain .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#equipment dd, #equipment p {
  font-size: 15px;
}
#equipment p.lf13 {
  line-height: 1.3;
}
#equipment .itemBox dd .caption {
  padding: 0.2em 0;
}
#equipment .caption {
  font-size: 12px;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  #equipment p.lf13 {
    line-height: 1.6;
  }
	.pageNav ul li a {
		font-size: 1.8vw;
		letter-spacing: 0.1em;
	}
  
}
@media screen and (max-width: 599px) {
	.pageNav {
    padding: 50px 0 0;
  }
  .pageNav ul {
    /*max-width: 300px;*/
    margin: 0 auto;
		justify-content: space-between
  }
  .pageNav ul li {
    /*margin: 0 20px;*/
    width: 47%;
    margin-bottom: 20px;
    text-align: center;
		padding: 0;
  }
	.pageNav ul li a {
		font-size: 13px;
		font-size: clamp(10px, 3.5vw, 13px);
		letter-spacing: 0.1em;
	}
  #equipment .catMain {
    width: 100%;
  }

  #equipment .catTit {
    padding: 30px 0;
  }
  #equipment .catTit p {
    text-align: justify;
    font-size: 14px;
    padding-top: 1em;
  }
  #equipment .catTit p br {
    display: none;
  }
}
/*========================================*/
/*=============== equipment/equip01/kitchen ==================*/
/*=========================================*/
#kit00 {}
#kit00 .flex00 {}
#kit00 .flex00 .leftBox {
  width: 74%;
  max-width: 880px;
}
#kit00 .flex00 .rightBox {
  width: 20%;
  max-width: 240px;
}
#kit00 .flex00 .rightBox .itemBox {
  width: 100%;
}
#kit00 .flex00 .rightBox .itemBox:first-child {
  margin-bottom: 1em;
}
.itemWraps {
  padding: 50px 0;
  gap: 20px 4%;
  justify-content: flex-start;
}
.itemBox {
  width: 22%;
  max-width: 260px;
}
.itemW {
  width: 47%;
	max-width: 47%;
}
#kit01 {
  padding: 20px 0 ;
	margin-top: 30px;
  border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
#kit01 .flex-container {
  /*align-items: center;*/
	
}
#kit01 .h3Wrap {
	padding-bottom: 1em;
}
#kit01 h3 {
  font-size: 21px;
  padding: 0;
  line-height: 1;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0em;
}
#kit01 p.lead {
  font-size: 16px;
  flex: 1;
  padding-left: 0.5em;
}

#kit01 .flex01 {}
#kit01 .flex01 .leftBox {
  width: 30%;
  max-width: 300px;
}
#kit01 .flex01 .rightBox {
  width: 68%;
	align-content: space-between;
}
#kit01 .flex01 .rightBox .itemBox {
  width: 48.5%;
  max-width: 100%;
	align-items: flex-start;
}
#kit01 .flex01 .rightBox .itemBox .imgBox {
	width: 34%;
	max-width: 110px;
}
#kit01 .flex01 .rightBox .itemBox .imgBox.maker::after {
	content: "メーカー提供";
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 100%;
}
#kit01 .flex01 .rightBox .itemBox dl {
	width: 64%;
}
#kit01 .flex01 .rightBox dt {
	background-color: #4c4948;
	color: #fff;
  justify-content: center;
  font-size: 15px;
  padding: 0;
  height: 1.8em;
	display: flex;
}

#kit01 .flex01 .rightBox dd {
	font-size: 13px;
	line-height: 1.3;
}
#kit01 .flex01 .rightBox dd span {
	font-size: 10px;
}
#kit01 .flex01 .rightBox dd .imgBox {
  width: 35%;
  max-width: 116px;
  margin: 1% 0;
}
#kit01 .flex01 .rightBox dd .imgBox.maker::after {
	content: "メーカー提供";
}
#kit01 .flex01 .rightBox dd .txtBox {
  width: 60%;
}
#kit01 .flex01 .rightBox dd h5 {
  font-size: 15px;
  padding: 0.6em 0;
}
#kit01 .flex01 .rightBox dd p {
  font-size: 13px;
  line-height: 1.4;
}
#kit01 .merit {
  justify-content: flex-start;
  align-items: center;
  color: #000;
  padding-top: 1em;
}
#kit01 .merit dt {
  font-size: 15px;
  border: #000 solid 1px;
  width: 5.5em;
  height: 5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kit01 .merit dd {
  flex: 1;
  margin-left: 0.6em;
  
	
}
#kit01 .merit dd li {
  text-align: left;
	font-size: 14px;
}
#kit02 .itemBox .imgBox {}
#kit02 .itemBox dl {}
.itemBox dt {
  font-size: 17px;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.2;
  height: 3.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  padding-top: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: #000 solid 1px;
	text-align: center;
}
#equipment .itemBox dt p {
  line-height: 1.2;
  text-align: center;
}
#equipment .itemBox dt p span {
  font-size: 70%;
  text-align: center;
}


#catBath {
	padding-bottom: 50px;
}
#catBath #bath01 .leftBox {
	width: 74%;
}
#catBath #bath01 .leftBox img {
	object-fit: cover;
	widows: 100%;
	height: 100%;
}
#catBath #bath01 .rightBox{
	width: 22%;
}
#catBath #bath01 .rightBox .itemBox{
	width: 100%;
	padding-bottom: 20px;
}
#catBath #bath01 .rightBox .itemBox:nth-child(3){
	padding-bottom: 0px;
}
#catBath #bath01 .flex02 {
	padding-top: 30px;
}

#catBath #bath02 {
	border-top: #000 solid 1px;
	padding: 30px 0;
}
#catBath #bath02 .txtBox {
	width: 68%;
}
#catBath #bath02 .txtBox h4 {
	font-size: 24px;
}
#catBath #bath02 .txtBox h4 span {
	font-size: 65%;
}
#catBath #bath02 .txtBox p {
	padding-top: 1em;
	font-size: 16px;
}
#catBath #bath02 .txtBox p.caption {
	padding: 0;
	font-size: 12px;
}

#catBath #bath02 .imgBox {
	max-width: 366px;
	width: 31%;
}
#catBath #bath02 .imgBox::after {
	right: 45%;
}



#equipment .itemBox .capImg02::before {
  content: 'image';
  position: absolute;
  font-size: 11px;
  color: #000;
  right: 55%;
  bottom: 1px;
  text-align: right;
  z-index: 1;
 /* text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;*/
	letter-spacing: 0em;
}


#sany01 {
  padding-bottom: 50px;
}
#sany01 .leftBox,
#rest01 .leftBox{
  width: 48%;
}
#sany01 .leftBox .imgBox,
#rest01 .leftBox .imgBox {
	height: 100%;
}
#sany01 .leftBox .imgBox img,
#rest01 .leftBox .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#sany01 .rightBox,
#rest01 .rightBox {
  width: 48%;
  gap: 23px 6%;
}
#sany01 .rightBox .itemBox,
#rest01 .rightBox .itemBox {
  width: 46%;
  max-width: 220px;
}
#sany01 .rightBox .item06 .capImg02::before {
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 2px #000;
}

#rest01 .flex02 .item06 .imgBox.capImg2::before {}
#rest01 {}

@media screen and (max-width: 1200px) {
  #kit01 .flex01 .rightBox dd p {
    line-height: 1.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .itemWraps {
    padding: 3% 0;
    gap: 20px 6.66%;
    justify-content: space-between;
    max-width: 550px;
  }
  #kit00 .flex00 .rightBox, #bath01, #sany01 .rightBox, #rest01 .rightBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 5%;
    gap: 20px 6.66%;
  }
  #kit00 .flex00 .leftBox {
    width: 100%;
  }
  .itemBox,
	#sany01 .rightBox .itemBox,
	#rest01 .rightBox .itemBox
	{
    width: 44%;
    max-width: 240px;
  }
	#kit01 .h3Wrap {
		display: block;
	}
  #kit01 .h3Wrap h3 {
    font-size: clamp(18px, 2.5vw, 20px);
		text-align: center;
  }
	#kit01 .h3Wrap p {
    font-size: clamp(14px, 2vw, 16px);
  }
  #kit01 p.lead {
    font-size: clamp(14px, 2vw, 16px);
  }
  #kit01 .flex01 .leftBox {
    width: 70%;
    max-width: 300px;
    margin: 3% auto;
  }
  #kit01 .flex01 .rightBox {
    width: 100%;
  }
  #kit01 .merit dt, #bath01 .leftBox .itemR dt {
    font-size: clamp(14px, 2vw, 16px);
  }
  #kit01 .merit dd, #bath01 .itemBox.item09 .txtBox dd {
    font-size: clamp(13px, 1.9vw, 15px);
  }
	#kit02 {
		max-width: 550px!important;
	}
	
  #bath00 .leftBox, #bath00 .rightBox {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding-top: 5%;
  }
	#catBath #bath01.rightBox {
		max-width: 550px!important;
		margin: 0 auto;
	}
	#catBath #bath01 .leftBox {
		width: 100%;
	}
	#catBath #bath01 .rightBox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:center;
		gap:20px 12.4%;
	}
	#catBath #bath01 .flex01 {
		max-width: 550px;
		width: 100%;
	}
	#catBath #bath01 .flex01 .leftBox {
		width: 50%;
		max-width: 290px;
	}
	#catBath #bath01 .flex01 .rightBox {
		width: 45%;
	}
  #bath01 .leftBox {
    width: 100%;
  }
	
  #bath01 .leftBox .itemR dd {
    font-size: clamp(12px, 1.7vw, 14px);
  }
  #bath01 .leftBox .itemR {
    flex: 1;
    margin-left: 0;
  }
  #bath01 .item03, #bath01 .item04 {
    padding: 0;
  }
  #bath01 .itemBox.item09 .txtBox dt {
    font-size: clamp(18px, 2.5vw, 20px);
  }
  #bath01 .itemBox.item09 .txtBox dd br {
    display: none;
  }
  #bath01 .itemBox.item09 {
    flex-direction: column-reverse;
  }
  #bath01 .itemBox.item09 .imgBox {
    width: 70%;
    max-width: 434px;
    margin: 0 auto;
    padding-top: 1em;
  }
  #bath01 .itemBox.item09 .txtBox {
    width: 100%;
  }

	
  #sany01 .leftBox {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
  }
 /* #sany01 .rightBox .item01 {
    width: 44%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
  }*/
  #rest01 .leftBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #equipment .titWrap h2 {
    font-size: 4.6vw;
    font-size: clamp(16px, 5.1vw, 20px);
    letter-spacing: 0;
  }
  .itemBox, #kit00 .flex00 .rightBox .itemBox:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
  }
  .itemWraps, #kit00 .flex00 .rightBox, #bath01, #sany01 .rightBox, #rest01 .rightBox {
    display: block;
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
	
	#kit01 {
	padding: 20px 0 50px 0;
	border:none;
	}
	#kit01 .flex01 .leftBox {
   width: 90%;
    max-width: 300px;
    margin: 3% auto;
  }
	#kit01 .flex01 .rightBox dt {
    font-size: 15px;
	}
	#kit01 .flex01 .rightBox .itemBox .imgBox {

    max-width: 140px;
}
	#kit01 .h3Wrap h3 {
		font-size: 15px;
    font-size: clamp(15px, 4.3vw, 17px);
		padding-bottom: 0.5em;
	}
  #kit01 h3 {
    font-size: 15px;
    font-size: clamp(14px, 4vw, 16px);
    text-align: center;
  }
  #bath01 .leftBox {
    width: 100%;
  }
	#kit01 .flex01 .rightBox dd {
		flex-direction: row;
	}
  #kit01 .flex01 .rightBox .itemBox {
    width: 100%;
    margin-bottom: 3%;
    max-width: 100%;
		padding: 3% 0;
		
  }
	#kit01 .flex01 .rightBox {
		max-width: 400px;
		margin: 0 auto;
	}
	#kit01 .flex01 .rightBox dd .imgBox {
		max-width: 35%;
		
	}
	#kit01 .flex01 .rightBox dd .txtBox {

	}
	#kit01 .flex01 .rightBox dd h5 {
		font-size: 15px;
		text-align: center;
	}
	#kit01 .flex01 .rightBox dd p {
		font-size: clamp(12px, 3.5vw, 13px);
	}
  #kit02,
	#catBath #bath01 .rightBox,
	#catBath #bath01 .flex02 {
    max-width: 320px !important;
		margin: 0 auto;
  }
	#secSmart .titBox h3 {
		font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#secSmart .titBox .flex .txtBox {
		width: 100%;
	}
	#secSmart .titBox .flex .txtBox h4 {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#secSmart .titBox .flex .txtBox h4 br {
		display: none;
	}
	#secSmart .titBox .flex .txtBox .iconBox {
		width: 70%;
		margin: 0 auto;
		max-width: 250px;
		padding: 15px 0;
	}
	#secSmart .titBox .flex .imgBox {
		width: 100%;
		max-width: 314px;
	}

  #smart02 .flex .txtBox {
    font-size: 4.3vw;
		font-size: clamp(15px, 4.3vw, 17px);
  }
  #smart02 .flex .txtBox p {
    font-size: 3.5vw;
    font-size: clamp(12px, 3.5vw, 14px);
    padding: 0.5em 0;
  }
  #smart02 .flex .imgBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
	
	#catBath #bath01 .flex01 .leftBox {
		width: 100%;
		max-width: 290px;
	}
	#catBath #bath01 .flex01 .rightBox {
		width: 100%;
	}
	#catBath #bath01 .rightBox {
		gap: 0px 0;
	}
	#catBath #bath01 .rightBox .itemBox {
    padding-top: 5%;
        padding-bottom: 5%;
}
	
  #bath00 .rightBox {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  #bath00 .rightBox .itemR {
    flex: none;
    margin: 0 auto;
    padding-top: 3%;
  }
  #bath00 .rightBox .itemBox, #bath00 .rightBox .itemL.itemBox {
    width: 100%;
    max-width: 100%;
  }
  #bath01 .leftBox .itemL.itemBox {
    width: 100%;
    max-width: 100%;
  }
  #bath01 .itemBox.item09 .txtBox dt {
    font-size: 4vw;
    font-size: clamp(14px, 4vw, 16px);
    height: auto;
  }
  #bath01 .itemBox.item09 .imgBox {
    width: 100%;
    max-width: 434px;
    margin: 0 auto;
    padding-top: 1em;
  }

  #bath01 #bathGas h4 {
    font-size: 4.2vw;
    font-size: clamp(14px, 4.2vw, 17px);
    letter-spacing: 0;
  }
  #bath01 #bathGas dl {
    width: 100%;
    padding-bottom: 3%;
  }
	#catBath #bath02 .txtBox {
		width: 100%;
	}
	#catBath #bath02 .txtBox h4 {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
		text-align: center;
	}
	#catBath #bath02 .txtBox h4 span {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	
	#catBath #bath02 .imgBox {
		padding-top: 20px;
		max-width: 366px;
		width: 100%;
		margin: 0 auto;
	}
	#catBath #bathGas h4 {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	#catBath #bathGas dl {
		width: 48%;
		margin-bottom: 1em;
	}

	

  #sany01 .rightBox {
    width: 100%;
  }
  #sany01 {
    padding-bottom: 0px;
  }
  #rest01 .rightBox .itemBox {
    width: 100%;
    max-width: 100%;
  }
  #rest01 .rightBox .item07 dl {
    position: static;
    width: 100%;
  }
  #smart02 {
    width: 100%;
  }
  #sany01 .rightBox .item01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
	#catBath #bath01 .leftBox,
	#sany01 .leftBox,
	#rest01 .leftBox {
		margin-bottom: 30px;
	}
  .itemBox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .mainPh {
    /*padding-bottom: 30px;*/
		width: 100%;
  }
}

