<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap');@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&amp;display=swap');*/


.title_area{
  padding-bottom: 0px;
}

.sub_navi {
	margin-bottom: 30px;
	padding-top: 45px;
	padding-bottom: 35px;
}

.sub_navi ul {
	text-align: center;
	display: flex;
	justify-content: center;
}
.sub_navi ul li {
	display: inline-block;
	/* width: 115px; */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing:border-box;
  /* padding-left: 40px;
  padding-right: 40px;
	border-left: 1px solid #ABABAB;
	position: relative; */
  margin: 0 40px;
}


/* .sub_navi ul li:nth-child(5){
  border-right: 1px solid #ABABAB;
} */


.sub_navi li{
  position: relative
}

.sub_navi li::before{
  content:"";
  display:inline-block;
  width:1px;
  height:25px;
  background-color:#ABABAB;
  position:absolute;
  top:7px;
  left: -40px;
}

.sub_navi li:nth-of-type(5):after{
  content:"";
  display:inline-block;
  width:1px;
  height:25px;
  background-color:#ABABAB;
  position:absolute;
  top:7px;
  left: auto;
  right: -30px;
}

@media only screen and (max-width: 768px){
  .sub_navi li::before{
  top:9px;
  left: -4px;
}

.sub_navi li:nth-last-of-type(3) a{
  vertical-align: -30%;
}

.sub_navi li:nth-of-type(3)::before{
  top:30px;
  left: 0;
}

.sub_navi li:nth-of-type(3)::after{
  content:"";
  display:inline-block;
  width:1px;
  height:25px;
  background-color:#ABABAB;
  position:absolute;
  left: auto;
  right: 0;
  top: 30px;
}

.sub_navi li:nth-of-type(5)::after{
  top:9px;
  left: auto;
  right: 0;
}

}


.sub_navi ul li a {
	color: #333333;
	font-size: 22px;
	display: block;
	padding: 0;
  /* font-family: 'Sawarabi Gothic', sans-serif;*/

	text-decoration: none;


}
.sub_navi ul li.active a {

	border-bottom: 1px solid #726256;
}

.sub_navi ul li a span {
	display:block;
	font-size:14px;
}
.sub_navi ul li:hover {
	opacity:0.7;
}
.sub_navi ul li.active:hover {
	opacity:1;
}

@media only screen and (max-width: 768px){
.sub_navi ul{
	margin-right: 2%;
	margin-left: 2%;
  display: block;
}
.sub_navi ul li {
	display: inline-block;
	width: 31%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  padding: 0
  ;
}
.sub_navi ul li:last-child {
	width: 49%;
}

.sub_navi ul li a {
	color: #646869;
	font-size: 15px;
	display: block;
	padding: 10px 0;
   /* font-family: 'Sawarabi Gothic', sans-serif;*/

	text-decoration: none;
}
.sub_navi ul li.active a {
}

.sub_navi ul li a span {
	display:block;
	font-size:12px;
}

}


/*=====================================
contents
=====================================*/
.sub_navi {
	background-size: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 65px;
}

@media only screen and (max-width: 768px){
  .sub_navi{
    margin-bottom: 40px;
  }
}

h3{
  font-size: 30px;
  color: #726256;
  text-decoration:none ;
  margin-bottom: 22px;
}

.subtitle{
  font-size: 25px;
}
@media only screen and (max-width: 768px){
  .subtitle{
    font-size: 20px;
  }
}

/*innwrap*/
.innwrap950{
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px){
.innwrap950{
  max-width: 950px;
  margin-right: 5%;
  margin-left: 5%;
}
}


.read_caption{
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
/*_kitchen
----------------*/
.main_v{
  margin-top: 40px;
}


.sec_main{
  text-align: center;
}

.sec_main .sub_ttl{
  margin-bottom: 20px;
}

/*main_v*/
.sec_main .main_v{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
.sec_main .main_v{
  max-width: 1000px;
  margin-right: 0;
  margin-left: 0;
}
}


/* page-caption */
.page_caption{
  margin-top: 50px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px){
  .page_caption{
    margin-bottom: 50px;
  }
}

/*col_style----------------*/

/*1col
----------------*/
.c1_1 {
    width: 100%;
    margin-bottom: 25px;
    clear: both;
    float: none;
}
/*2col
----------------*/
.eq_area {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding:0 5% 30px;
}

.eq_area ul {
  margin-bottom: 40px;
}

.c2_1 {
	float: left;
	width: 48.15%;
	margin-right: 3.6%;
  margin-bottom: 25px;
}

.c2_2 {
	float: right;
	width: 48.15%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px){
  .c2_1 {
    float: none;
    width: auto;
    margin-right:0;
    margin-bottom: 40px;
  }

  .c2_2 {
    float: none;
    width: auto;
  }
}

.c2_1_sp{
	float: left;
	width: 48.15%;
	margin-right: 3.6%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 412px){
.c2_1_sp{
    float: none;
    width: auto;
    margin-right:0;
    margin-bottom: 40px;
}
}
/*3col
----------------*/
.c3_1 {
	float: left;
	width: 30.3%;
	margin-right: 4.1%;
	margin-bottom:25px;
}
.c3_2 {
	float: left;
	width: 65.5%;
	margin-right: 4.2%;
	margin-bottom: 25px;
}
/*2col_text_img
----------------*/
.text_l {
	float: left;
	width: 52%;
}
.img_r {
	float: right;
	width: 42%;
}

/*4col
----------------*/
.c4_1 {
	float: left;
	width: 22.8%;
	margin-right:2.9%;
	margin-bottom:25px;
}
.c4_2 {
	float: left;
	width: 48.3%;
	margin-right:3.4%;
	margin-bottom:25px;
}
.c4_3 {
	float: left;
	width: 74.0%;
	margin-right:3.2%;
	margin-bottom:25px;
}
@media only screen and (max-width: 768px){
/*4col
----------------*/
.c4_1 {
	float: left;
	width: 48.3%;
	margin-right:3.4%;
	margin-bottom:45px;
}

.c4_2 {
	float: none;
	width: auto;
	margin-right:0;
	margin-bottom:45px;
}
.c4_3 {
	float: none;
	width: auto;
	margin-right:0;
	margin-bottom:45px;
}


/*3col
----------------*/
.c3_1 {
	float: left;
	width: 48.15%;
	margin-right: 3.6%;
  margin-bottom: 45px;
}
.c3_2 {
	float: none;
	width: auto;
	margin-right:0;
	margin-bottom:45px;
}
}
/*col_style----------------*/

/*margin
----------------*/
.mr0{
    margin-right: 0 !important;
}
.mr0_4_2 {
    margin-right: 0 !important;
}

@media only screen and (max-width: 768px){
.mr0_4_2 {
    margin-right: 0 !important;
}

.mr0_4_2_sp{
    margin-right: 0 !important;
}

}

.mb0{
    margin-bottom: 0 !important;
}

.ma_b40{
  margin-bottom: 40px!important;
}

/*item
----------------*/
.item p{
  text-align: left;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.item img{
  object-fit:contain;
  margin-bottom: 20px;
}



/*小見出し
----------------*/
.name1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
 /* font-family: 'Sawarabi Gothic', sans-serif;*/
  letter-spacing: -0.8px;
}
.name2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
 /* font-family: 'Sawarabi Gothic', sans-serif;*/
  letter-spacing: -0.8px;
}
.name3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
 /* font-family: 'Sawarabi Gothic', sans-serif;*/
  letter-spacing: -0.8px;
}
.name4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
  /*  font-family: 'Noto Sans JP', sans-serif;*/
 /* font-family: 'Sawarabi Gothic', sans-serif;*/
  letter-spacing: -0.8px;
}



/*sub_ttr_bl
----------------*/
.sub_ttr_bl{
  font-size: 30px;
  color: #4c4341;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
}

.sub_ttr_read{
  font-size: 18px;
  color: #4c4341;
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px){
  .sub_ttr_bl{
    font-size: 22px;
    color: #4c4341;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .sub_ttr_read{
    font-size: 15px;
    color: #4c4341;

    text-align: left;
    margin-bottom: 15px;
    padding-left: 0px;
  }

}


/*収納*/
.qu_num{
  background: #b85a71;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}


.sq_box{
  box-sizing: border-box;
  border: 5px double #b85a71;
  position: relative;
  margin: 100px auto 100px;
  padding: 3% 5%;
}

.sq_box .stamp{
  position: absolute;
  top: 0;
  right: -45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sq_box h3{
  font-size: 30px;
  margin-bottom: 35px;
  color: #4c4341;
  font-weight: bold;
}



@media only screen and (max-width: 768px){
  .box_margin{
    margin:0 7%;
  }
  .sq_box .stamp{
    position: absolute;
    width: 100px;
    height: auto;
    top: 0;
    right: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sq_box h3{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
}
.sq_box .qu_cap{
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  font-size: 13px;
  text-align: left;
}


.qu_mincho{
  font-size: 18px;
  font-family: "Times New Roman", Times,"游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", 'Noto Serif JP', "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif
}


/* washstand */
.washstand .clearfix li:nth-child(1){
  width: 32.7%;
}
.washstand .clearfix li:nth-child(2){
  width: 13%;
  padding-top: 80px;
}

@media only screen and (max-width: 768px){
  .washstand .clearfix li:nth-child(2){
    width: 45%;
    padding-top: 0px;
  }
  .washstand .clearfix li:nth-child(1){
      width: 48%;
  }
}

/* toilet */
.toilet{
  text-align: center;
}

.toilet h3{
  margin-top: 60px;
}

.toilet .clearfix li:first-child{
  width: 59%;
}

.toilet .clearfix li:nth-child(2){
  width: 32%;
  margin-right: 0px;
}

.toilet .clearfix li:nth-child(2) .image3{
  margin-top: 20px;
}

@media only screen and (max-width: 768px){
  .toilet .clearfix li:first-child{
    width: auto;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .toilet .clearfix li:nth-child(2){
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .toilet .clearfix li:nth-child(2) &gt; div{
    width: 48.3%;
  }

  .toilet .clearfix li:nth-child(2) p{
    width: auto;
  }

  .toilet .clearfix li:nth-child(2) .image3{
    margin-top: 0;
}
}


/* shoes */
.storage .secondtitle p{
  font-size: 25px;
  text-align: left;
  margin-top: 50px;
}
.storage .second_p p{
  font-size: 18px;
  text-align: left;
  margin: 18px 0 33px;
}

.storage .shoes{
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
}

.storage .shoes1_content p{
  margin-right: 10px;
}

.storage .shoes .image1{
  width: 30%;
  margin-right: 20px;
}
.storage .shoes1_content {
	width: 70%;
}
.storage .content1{
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.storage .content2{
  display: flex;
  margin-left: auto;
  justify-content: space-between;
}

.storage .sub_content1{
  display: flex;
  width: 50%;
  justify-content: right;
}

.storage .shoes .sentence{
  width: 51%;
}

.storage .shoes .sub_content1 img{
  margin-top: 40px;
}

.storage .shoes .number1::before{
  content: url(../img/quality/number1.png);
  vertical-align: middle;
  padding-right: 5px;
}
.storage .shoes .number2::before{
  content: url(../img/quality/number2.png);
  vertical-align: middle;
  padding-right: 5px;
}
.storage .shoes .number3::before{
  content: url(../img/quality/number3.png);
  vertical-align: middle;
  padding-right: 5px;
}
.storage .shoes .number4::before{
  content: url(../img/quality/number4.png);
  vertical-align: middle;
  padding-right: 5px;
}


.storage .clearfix  li:nth-child(1){
  width: 30%;
}

.storage .clearfix li:nth-child(2){
  width: 30%;
  margin-right: 50px;
  margin-left: 50px;
}
.storage .clearfix li:nth-child(3){
  width: 30%;
  margin-right: 0px;
}

.storage .clearfix li:nth-child(4){
  width: 30%;
  margin-bottom: 0;
}

.storage .clearfix li:nth-child(5){
  width: 30%;
  margin-bottom: 0;
  margin-left: 21px;
}

.storage .clearfix2{
  display: flex;
  justify-content: space-between;
}

.storage .clearfix2 li{
  width: 30%;
  margin-right: 0;
}

@media only screen and (max-width: 768px){
  .storage .secondtitle p{
    font-size: 20px;
    text-align: center;
  }

  .storage .second_p p{
    font-size: 15px;
  }

  .storage .shoes{
  display: block;
  margin-bottom: 60px;
}

.storage .shoes .image1{
  width: 100%;
}

.storage .content1{
  display: block;
  margin-bottom: 40px;
}

.storage .shoes1_content {
	width: 100%;
  margin-top: 20px;
}

.storage .sub_content1{
  width: 100%;
  justify-content: center;
}

.storage .content2{
  display: block;
}
.storage .sub_ct1{
  margin-bottom: 40px;
}
.storage .sub_ct2{
  margin-bottom: 30px;
}

.storage .clearfix  li:nth-child(1){
  width: 50.5%;
  padding-right: 15px;
}
.storage .clearfix li:nth-child(2){
  width: 46%;
  padding-right: 0;
  margin: 0px;
}
.storage .clearfix  li:nth-child(3){
  width: 50.5%;
  padding-right: 15px;
}
.storage .clearfix li:nth-child(4){
  width: 46%;
}
.storage .clearfix li:nth-child(5){
  width: 50%;
  margin-left: 0px;
}

.storage .clearfix .image10{
  width: 91%;
}


.storage .clearfix2{
  content: "";
  display: table;
  clear: both;
}

.storage .clearfix2  li:nth-child(1){
  width: 51%;
  padding-right: 15px;
}
.storage .clearfix2 li:nth-child(2){
  width: 47%;
  padding-right: 0;
}
.storage .clearfix2  li:nth-child(3){
  width: 45%;
}


}

/* OTHERS／その他 */

.others .sec_main .clearfix{
	margin-top: 40px;
	margin-bottom: 15px;
	}



	.others .sec_main .main_v{
	margin: 0 auto 40px;
	}


	.others .sec_main .others_container{
		display: flex;
		gap: 65px;
		text-align: left;
		margin-bottom: 61px;
	}

	.others .sec_main .others_container .others_box{
		width: 48%;
	}


	.others .sec_main .others_container .others_box p{
		margin-bottom: 10px;
	}

	@media only screen and (max-width: 768px){
		.others .sec_main .others_container {
			flex-direction: column;
			gap: 45px;
		}
		.others .sec_main .others_container .others_box{
			width: 100%;
		}
		.others .sec_main .main_v{
			margin-top: initial;
			margin-bottom: 45px;
		}
	}




	.others .sec_media h3{
		font-size: 25px;
		text-align: left;
		color: #333333;
		margin-bottom: 30px;
	}

	.others .sec_media .media_box {
		display: flex;
		align-items: center;
		gap: 71px;
		padding: 26px 35px;
		border: 1px solid #CFBD81;
		margin-bottom: 30px;
	}
	.others .sec_media .media_box .img{
		width: 30%;
		margin:  0 auto;
	}

	.others .sec_media .media_box .left {
	width: 51%;
	}

	@media only screen and (max-width: 768px){
		.others .sec_media h3{
			margin-bottom: 20px;
		}



		.others .sec_media .media_box {
			flex-direction: column;
			gap: 45px;
			padding: 20px 20px;
		}
		.others .sec_media .media_box .img{
			width: 80%;
		}
		.others .sec_media .media_box .left{
			width: 100%;
		}

	}</pre></body></html>