<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 */
/* main next
------------------------------------------------------------*/
main.next #breadcrumb {
  text-align: right;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

main.next #breadcrumb li {
  display: inline;
  color: #888888;
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.next #breadcrumb li a {
  color: #888888;
}

main.next #breadcrumb li:not(:first-child) {
  margin-left: 5px;
}

main.next #breadcrumb li:not(:first-child):before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: "&gt;";
  margin-right: 5px;
}

main.next section:not(.works) {
  padding: 80px 0;
  background-color: #f7f5f2;
}

@media screen and (max-width: 660px) {
  main.next section:not(.works) {
    padding: 50px 0;
  }
}

main.next section:nth-of-type(even) {
  background-color: #eeedeb;
}

main.next .works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 450px;
  padding: 0;
  background-color: #f7f5f2;
}

main.next .works:nth-of-type(odd) .item-text {
  margin-left: auto;
}

main.next .works:nth-of-type(even) .item-text {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: auto;
}

main.next .works:nth-of-type(even) .item-img {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main.next .works .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 50px;
}

main.next .works .item-text h2 {
  font-size: 46px;
  font-size: 3.0666666667rem;
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 30px;
}

main.next .works .item-text h2 span {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 26px;
  font-size: 1.7333333333rem;
  padding-top: 10px;
}

main.next .works .item-text .text {
  font-size: 15px;
  font-size: 1rem;
}

main.next .works .item-img {
  width: 54%;
  background: no-repeat center / cover;
}

main.next .works#bath .item-img {
  background-image: url(../img/next/bg-works_01.jpg);
}

main.next .works#bath h2 {
  color: #35a0c5;
}

main.next .works#kitchen .item-img {
  background-image: url(../img/next/bg-works_02.jpg);
}

main.next .works#kitchen h2 {
  color: #957b55;
}

main.next .works#toilet .item-img {
  background-image: url(../img/next/bg-works_03.jpg);
}

main.next .works#toilet h2 {
  color: #61b661;
}

main.next .works#washing .item-img {
  background-image: url(../img/next/bg-works_04.jpg);
}

main.next .works#washing h2 {
  color: #6693b9;
}

main.next .works#interior .item-img {
  background-image: url(../img/next/bg-works_05.jpg);
}

main.next .works#interior h2 {
  color: #dd8163;
}

main.next .works#house .item-img {
  background-image: url(../img/next/bg-works_06.jpg);
}

main.next .works#house h2 {
  color: #96b93d;
}

main.next .map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

main.next .map iframe, main.next .map object, main.next .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.next .faq-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

main.next .faq-list dt:not(:first-child) {
  padding-top: 30px;
  border-top: 1px dotted #4e3b31;
  margin-top: 30px;
}

main.next .faq-list dt:before {
  content: "Q.";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin-right: 10px;
  color: #4e3b31;
  margin-top: -5px;
}

main.next .faq-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .faq-list dd:before {
  content: "A.";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin-right: 10px;
  color: #d76e37;
  margin-top: -5px;
}

main.next .case-block {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .case-block .item-img {
  width: 435px;
  margin-right: 40px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

main.next .case-block .item-img .slides {
  margin-bottom: 0;
}

main.next .case-block .item-img .slides-nav {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  margin: 0 -5px -5px 0;
}

main.next .case-block .item-img .slides-nav li {
  margin: 0 5px 5px 0;
  width: 50px;
}

main.next .case-block .item-img .slides-nav li.current {
  position: relative;
}

main.next .case-block .item-img .slides-nav li.current:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d76e37;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .case-block .item-text h2 {
  background-color: #d76e37;
  color: #FFF;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E",  "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 30px;
}

main.next .case-block .item-text table {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.next .lisket-form-maker-form table th {
  text-align: left;
  width: auto;
}

main.next .lisket-form-maker-form table th, main.next .lisket-form-maker-form table td {
  padding: 15px;
}

main.next .lisket-form-maker-form * {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

main.next .lisket-form-maker-form input[type='text'], main.next .lisket-form-maker-form input[type='email'] {
  width: 100%;
  max-width: 400px;
}

main.next .lisket-form-maker-form span.example {
  margin: 0;
  display: block;
}

@media screen and (min-width: 661px) and (max-width: 1080px) {
  /* main next
------------------------------------------------------------*/
  main.next #breadcrumb {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next #breadcrumb li {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next .works {
    min-height: 400px;
  }
  main.next .works .item-text {
    padding: 30px;
  }
  main.next .works .item-text h2 {
    font-size: 36px;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  main.next .works .item-text h2 span {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next .works .item-text .text {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next .works .item-img {
    width: 50%;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  main.next .case-block {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .case-block .item-img {
    width: 45%;
    margin-right: 40px;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

/*sp*/
@media screen and (max-width: 660px) {
  /* main next
------------------------------------------------------------*/
  main.next #breadcrumb {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next #breadcrumb li {
    font-size: 12px;
    font-size: 0.8rem;
  }
  main.next .works {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
  }
  main.next .works:nth-of-type(even) .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.next .works:nth-of-type(even) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next .works .item-text {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .works .item-text h2 {
    font-size: 32px;
    font-size: 2.1333333333rem;
    padding-bottom: 20px;
  }
  main.next .works .item-text h2 span {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next .works .item-text .text {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next .works .item-text .text br {
    display: none;
  }
  main.next .works .item-img {
    width: 100%;
    height: 220px;
  }
  main.next .case-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .case-block .item-img {
    max-width: 100%;
    margin-right: 0px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 30px;
  }
  main.next .case-block .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  main.next .case-block .item-text h2 {
    padding: 8px 15px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
</pre></body></html>