﻿@charset "UTF-8";

/*================ l__main ================*/
.l__main {
  position: relative;
}
.l__main__in {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 0 26px 0 rgba(238, 214, 151, 0.3);
  width: 462px;
  position: absolute;
  bottom: 16%;
  right: 5%;
}
.l__main__logo {
  display: block;
  padding: 28px 0 16px;
  border-bottom: 1px solid #e1e1e1;
}
.l__main__logo > img {
  width: 242px;
  margin: 0 auto;
}
.l__main__txt {
  text-align: center;
  padding: 20px 0 45px;
}
.l__main__txt > h3 {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 11px;
}
.l__main__txt > p {
  font-size: 14px;
  line-height: 2.1428;
}
/*================ l__nav ================*/
.l__nav {
  background: #fff6ed;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.l__nav__in {
  padding: 10px 32px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l__nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l__nav__list li {
  font-size: 14px;
  font-weight: 600;
  color: #787878;
}
.l__nav__list li:not(:last-child) {
  margin-right: 51px;
}
.l__nav .linkbtn--org {
}
/*================ 内部パーツ ================*/
.l__wrp {
}
.l__cnt .cnt__list {
  margin-top: 52px;
}
/* ------ option ------ */
.l__leadtxt {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.3125;
  margin: 38px 0 30px;
}
/*================ l__design ================*/
.l__design {
  margin-top: 135px;
  padding: 15px 0 50px;
  position: relative;
}
.l__design::before,
.l__design::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
}
.l__design::before {
  top: -100px;
  background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0) 50%,
      #fdfaf4 50.5%
    )
    no-repeat top left/100% 100%;
}
.l__design::after {
  bottom: -100px;
  background: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0) 50%,
      #fdfaf4 50.5%
    )
    no-repeat top left/100% 100%;
}
/* ------ option ------ */
.l__design__img,
.l__design__box {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.l__design__img li {
  width: 310px;
}
.l__design__img li > img {
  border-radius: 6px;
}
.l__design__box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}
.l__design__box__img {
  width: 216px;
}
.l__design__box__txt {
  width: calc(100% - 216px);
  padding-left: 32px;
  padding-right: 50px;
}
.l__design__box__label {
  width: 129px;
  display: block;
  margin-bottom: 9px;
}
.l__design__box__roll {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.13px;
  margin-bottom: 10px;
}
.l__design__box__ttl {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.l__design__box__desc {
  font-size: 13px;
  line-height: 2.0769;
  margin-bottom: 14px;
}
/*================ l__feature ================*/
.l__feature {
  padding: 100px 0 95px;
}
.l__feature__box {
  width: 100%;
  max-width: 1080px;
  margin: 66px auto 60px;
  position: relative;
  min-height: 493px;
}
.l__feature__box__txt {
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgb(75 74 74 / 29%);
  position: absolute;
  width: 572px;
  padding: 32px 58.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 403px;
  left: 10px;
}
.l__feature__box__img {
  width: 809px;
  height: 493px;
  margin-left: auto;
}
/* ------ option ------ */
.l__feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l__feature__item {
  width: 288px;
  position: relative;
}
.l__feature__item:nth-child(2) {
  margin: 0 60px;
}
.l__feature__item__num {
  background: #525b58;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1;
}
.l__feature__item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8571;
}
/*================ l__how ================*/
.l__how {
  padding: 60px 0 50px;
}
.l__how__stxt {
  text-align: center;
  font-size: 13px;
}
/* ------ option ------ */
.l__how__step {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1046px;
  margin: 50px auto;
}
#cooking.l__how__step {
  margin-top: 75px;
}
.l__how__step li {
  width: 330px;
}
.l__how__step__ttl {
  color: #fff;
  background-color: #525b58;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  width: 220px;
  height: 34px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 27.5px;
  margin: 0 auto;
  position: relative;
  top: -21px;
}
.l__how__step li p {
  font-size: 14px;
  line-height: 2.2857;
  margin-top: 15px;
}
/* ------ option ------ */
.l__how__box {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l__how__box__img {
  width: 50%;
}
.l__how__box__txt {
  width: 50%;
  padding: 20px;
  font-size: 14px;
  line-height: 2.2857;
}
/*================ l__setup ================*/
.l__setup {
  padding: 70px 0 50px;
}
/*================ l__maintenance ================*/
.l__maintenance {
  padding: 80px 0 85px;
}
.l__maintenance__mv {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 35px;
}
.l__maintenance__mv li {
  margin-right: 21px;
  margin-bottom: 32px;
}
.l__maintenance__mv li:nth-child(3n) {
  margin-right: 0;
}
/*================ l__spec ================*/
.l__spec {
  padding: 75px 0 25px;
}
.l__spec__tbl {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  border-top: 1px solid #c5c3c5;
  font-size: 14px;
  line-height: 1.7857;
}
.l__spec__tbl tr {
  border-bottom: 1px solid #c5c3c5;
}
.l__spec__tbl th,
.l__spec__tbl td {
  padding: 18px 10px;
}
.l__spec__tbl th {
  width: 220px;
  font-weight: 600;
  vertical-align: top;
}
/* ------ option ------ */
.l__spec__btn {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l__spec__btn li {
  width: 380px;
  margin-bottom: 34px;
}
.l__spec__btn li:nth-child(2n + 1) {
  margin-right: 40px;
}
.l__spec__btn li .linkbtn {
  width: 100%;
  height: 60px;
  font-size: 16px;
}
/*================ l__case ================*/
.l__case {
  padding: 50px 0;
  margin-bottom: 50px;
}
.l__case__linkbtn {
  width: 100%;
  max-width: 558px;
  border-radius: 6px;
  height: 66px;
  background-color: #545b58;
  margin: 46px auto;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /*================ l__main ================*/
  .l__main__slide,
  .l__main__slide .slick-slide {
    height: 235px;
  }
  .l__main__slide .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .l__main__in {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .l__main__logo {
    padding: 18px 0 16px;
  }
  .l__main__txt {
    padding: 24px 0 35px;
  }
  .l__main__txt > h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .l__main__txt > p {
    font-size: 12px;
    line-height: 2.5;
  }
  /*================ 内部パーツ ================*/
  .l__nav__in {
    padding: 16px 12px;
    display: block;
  }
  .l__nav__list {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
  }
  .l__nav__list li:not(:last-child) {
    margin-right: 25px;
  }
  .l__nav__list li {
    display: inline-block;
  }
  .l__nav .linkbtn--org {
    width: 100%;
    margin-top: 23px;
  }
  /*================ l__cnt ================*/
  .l__cnt .cnt__list {
    margin-top: 30px;
  }
  /* ------ option ------ */
  .l__leadtxt {
    font-size: 14px;
    line-height: 2.142857143;
    margin: 22px 0 35px;
  }
  /*================ l__design ================*/
  .l__design {
    margin-top: 85px;
    padding: 3px 0 50px;
  }
  /* ------ option ------ */
  .l__design::before,
  .l__design::after {
    height: 40px;
  }
  .l__design::before {
    top: -40px;
  }
  .l__design::after {
    bottom: -40px;
  }
  /* ------ option ------ */
  .l__design__img {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0 12px;
    display: block;
    margin-bottom: 40px;
  }
  .l__design__img li {
    display: inline-block;
    margin-right: 20px;
  }
  /* ------ option ------ */
  .l__design__box {
    border: none;
    border-radius: 0;
    display: block;
    border-bottom: 1px solid #e0e0e0;
  }
  .l__design__box__img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .l__design__box__img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .l__design__box__txt {
    width: 100%;
    padding: 20px 16px 40px;
  }
  .l__design__box__roll {
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 2;
  }
  .l__design__box__ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .l__design__box__desc {
    font-size: 10px;
    line-height: 2.2;
    margin-bottom: 31px;
  }
  .l__design__box .linkbtn {
    margin-left: auto;
    margin-right: auto;
  }
  /*================ l__feature ================*/
  .l__feature {
    padding: 35px 0 55px;
  }
  .l__feature .l__leadtxt {
    font-size: 16px;
    line-height: 2.75;
  }
  .l__feature__box {
    margin: 35px auto 87px;
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .l__feature__box__img {
    width: 100%;
    height: auto;
  }
  .l__feature__box__txt {
    position: relative;
    width: 100%;
    padding: 15px 40px;
    height: auto;
    left: 0;
  }
  /* ------ option ------ */
  .l__feature__list {
    display: block;
    padding: 0 26px;
  }
  .l__feature__item {
    width: 100%;
    max-width: 288px;
    margin: 0 auto;
  }
  .l__feature__item:nth-child(2) {
    margin: 60px auto;
  }
  /*================ l__how ================*/
  .l__how {
    padding: 28px 0 25px;
  }
  .l__how .l__leadtxt {
    font-size: 16px;
    line-height: 2.3125;
    margin: 26px 0 14px;
  }
  .l__how__stxt {
    font-size: 10px;
    line-height: 2.3;
  }
  /* ------ option ------ */
  .l__how__step {
    display: block;
    margin: 30px auto 60px;
    padding: 0 16px;
  }
  #cooking.l__how__step {
    margin-top: 30px;
  }
  .l__how__step li {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .l__how__step li:not(:last-child) {
    margin-bottom: 35px;
  }
  /* ------ option ------ */
  .l__how__box {
    margin: 30px auto 0;
    display: block;
  }
  .l__how__box__img {
    width: 100%;
  }
  .l__how__box__txt {
    width: 100%;
    padding: 27px 16px;
  }
  /*================ l__setup ================*/
  .l__setup {
    padding: 40px 0 50px;
  }
  .l__setup .l__how__step {
    margin-top: 60px;
  }
  /*================ l__maintenance ================*/
  .l__maintenance {
    padding: 40px 0 0;
  }
  /* ------ option ------ */
  .l__maintenance__mv {
    display: block;
    margin-top: 40px;
    margin-bottom: 35px;
    padding: 0 16px;
  }
  .l__maintenance__mv li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*================ l__spec ================*/
  .l__spec {
    padding: 40px 0 25px;
  }
  .l__spec__tbl {
    margin: 30px auto;
  }
  .l__spec__tbl th,
  .l__spec__tbl td {
    padding: 0 16px;
    display: block;
  }
  .l__spec__tbl th {
    width: 100%;
    padding-top: 17px;
  }
  .l__spec__tbl td {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  /* ------ option ------ */
  .l__spec__btn {
    margin: 40px auto 0;
    display: block;
    padding: 0 16px;
  }
  .l__spec__btn li {
    width: 100%;
    margin-bottom: 20px;
  }
  .l__spec__btn li:nth-child(2n + 1) {
    margin-right: 0;
  }
  .l__spec__btn li .linkbtn {
    font-size: 14px;
    justify-content: flex-start;
    padding: 0 15px;
  }
  /*================ l__case ================*/
  .l__case {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .l__case__linkbtn {
    width: 100%;
    max-width: calc(100% - 32px);
    height: auto;
    padding: 13px 16px;
    line-height: 1.533;
  }
}
