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

.m-bgGreenPale {
  background: white;
  border: 1px solid black;
}

@media screen and (min-width: 768px) {
  #js-sidenav {
    display: none;
  }

  .sec-function::before {
    margin-bottom: 50px !important;
  }
}
#MENU {
  background: #aaa;
}

/* .b-pageTop3, */
.b-pageTop2 {
  display: none;
}

.container {
  margin-top: 5ex;
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: 5ex !important;
  }

  .b-main .b-ttls a {
    width: 145px;
    height: 450px;
    padding: 15px;
    font-size: 17px;
  }
}

/*---------------------------------

 b-main

---------------------------------*/
.b-main .b-ttls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #780e0e;
  height: 50px;
  padding-left: 30px;
  padding-right: 12px;
}
.b-main .b-ttls h1,
.b-main .b-ttls .e-buildTtl {
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.b-main .b-ttls a {
  width: 135px;
  height: 30px;
  font-size: 13px;
}
.b-main .b-ttls a.m-faq {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .b-main .container {
    margin: 0;
  }
  .b-main .b-ttls {
    border-top: 1px solid #fff;
    padding-left: 20px;
    height: 85px;
  }
  .b-main .b-ttls a {
    width: 145px;
  }

  .b-main .b-ttls a.m-faq {
    border: 1px solid white;
  }

  .b-btn a + a,
  .b-btn .js-alert + a {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .b-main .b-ttls {
    height: 70px;
    padding-right: 20px;
    margin-top: 8ex;
  }
  .b-main .b-ttls h1,
  .b-main .b-ttls .e-buildTtl {
    font-size: 25px;
  }
  .b-main .b-ttls a {
    width: 230px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #fff;
  }
  .b-main .b-ttls a.m-faq {
    margin-right: 16px;
  }
}

/*---------------------------------

 b-plans

---------------------------------*/
.b-plans {
  width: 100%;
  position: relative;
  text-align: center;
}

/*---------------------------------

 b-result

---------------------------------*/

.b-plans .b-result dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-plans .b-result dl {
  justify-content: space-between;
  padding: 0 0.5em;
}
.b-plans .b-result dt {
  color: #780e0e;
  margin-right: 10px;
}

.parts {
  display: flex;
  justify-content: space-evenly;
  /* ホリデー */
  /* justify-content: space-around; */
  padding: 12px 0px;
  border: 2px solid black;
  margin: 15px 0px;
  align-items: center;
}

.fix {
  position: fixed;
  z-index: 99;
  background: white;
  width: 60%;
  margin: auto;
  top: 23%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transition: all 0.5s ease-out; */
}

@media screen and (max-width: 767px) {
  .b-plans .b-result {
    align-items: end;
  }
  .b-plans .b-result .inner {
    width: 100%;
    background: #fff;
  }
  .b-plans .b-result .inner .pic {
    background: white;
    padding-bottom: 4vw;
  }
  .b-plans .b-result .b-price {
    background: white;
    padding-bottom: 13px;
    padding-top: 10px;
  }
  .b-plans .b-result dl,
  .b-plans .b-result a {
    width: 275px;
    margin: auto;
  }
  .b-plans .b-result dt {
    font-size: 16px;
  }
  .b-plans .b-result .m-price {
    font-size: 20px;
  }
  .b-plans .b-result .m-end {
    font-size: 16px;
    margin-left: 0.1em;
  }
  .b-plans .b-result a {
    height: 48px;
    font-size: 16px;
    transform: translateY(-50%);
    margin-top: 17px;
  }

  .parts {
    display: block;
    justify-content: unset;
    padding: 0px 0px;
    margin: 15px 0px; 
     height: 115px;
    /* ホリデー */
    /* margin: 0px 0px 15px;
    height: 155px; */
    align-items: unset;
 
  }

  .fix {
    width: 90%;
    top: 22%;
  }
}

@media screen and (min-width: 768px) {
  .b-result {
    height: 400px;
    margin-bottom: 20px;
  }

  .b-plans .b-result .inner {
    display: block;
    padding: 0% 4% 3%;
  }
  .b-plans .b-result .inner .pic {
    width: 43%;
    margin: auto;
  }
  .b-plans .b-result dl {
    justify-content: unset;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .b-plans .b-result .m-price {
    font-size: 24px;
  }
  .b-plans .b-result .m-end {
    font-size: 18px;
    margin-left: 0.1em;
  }
  .b-plans .b-result a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1117px) {
  .b-result {
    height: 38vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .b-plans .b-result .inner .pic {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 912px) {
  .b-plans .b-result .inner .pic {
    width: 50%;
    margin-right: 0;
  }

  .b-main .b-ttls h1 {
    font-size: 23px;

  }
  .b-btn a {
    width: 34vw;
  }
}

/*---------------------------------

 e-plan

---------------------------------*/
/* e-plan */
.e-plan {
  width: 100%;
  height: calc(100% + 50px);
  background: rgba(83, 83, 83, 0.93);
  position: absolute;
  top: -50px;
  z-index: 1;
  color: #fff;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  /* overflow: hidden; */
  pointer-events: none;
  padding: 30px 25px 0;
}
.e-plan.active {
  opacity: 1;
  pointer-events: auto;
}
/* b-ttl */
.e-plan .b-ttl {
  line-height: 1.5;
  margin-bottom: 1em;
}
.e-plan .b-ttl h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .e-plan .b-ttl {
    margin-bottom: 20px;
  }
  .b-plans .b-result .inner .pic img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .e-plan {
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 35px;
  }
  .e-plan .b-ttl {
    text-align: left;
    font-size: 18px;
  }
  .e-plan .b-ttl h2 {
    font-size: 18px;
  }
  .e-plan .b-ttl .e-kakko {
    display: block;
    font-weight: 300;
  }
  .e-plan .b-ttl .e-kakko,
  .e-plan .b-ttl .e-lead {
    font-size: 14px;
  }
  .e-plan .b-ttl .e-lead {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .e-plan {
    padding: 20px 35px 45px;
  }
}

/* b-lst */
.e-plan .b-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.e-plan .b-lst li {
  cursor: pointer;
  text-align: left;
}
/*.e-plan .b-lst li.select img{
  border: 4px solid #fff;
}*/
.e-plan .b-lst li label {
  display: block;
}
.e-plan .b-lst li input[type="radio"]:checked + label img {
  border: 4px solid #6ca054;
}

.e-plan .m-name {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .e-plan .b-lst li {
    width: 47%;
    margin-bottom: 3vw;
  }
  .e-plan .b-lst li input[type="radio"]:checked + label img {
    border: 3px solid #6ca054;
  }
}
@media screen and (min-width: 768px) {
  .e-plan .b-lst {
    justify-content: center;
  }
  .e-plan .m-name {
    font-size: 14px;
    margin-top: 0.5em;
  }
}
/* close */
.e-plan .close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
}
.e-plan .close::before,
.e-plan .close::after {
  content: "";
  display: block;
  transform-origin: center center;
  width: 120%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.e-plan .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.e-plan .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .e-plan .close {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 27px;
  }
}

/* module */

.e-plan.m-size .b-lst li {
  max-width: 220px;
}
.e-plan.m-sink .b-lst li {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .e-plan.m-style .b-lst,
  .e-plan.m-door .b-lst,
  .e-plan.m-heating .b-lst {
    margin-top: 11vw;
  }
  .e-plan.m-size {
    padding-left: 35px;
    padding-right: 35px;
  }
  .e-plan.m-size .e-lead {
    font-size: 14px;
  }

  .e-plan.m-worktop .b-lst {
    margin-top: 30vw;
  }
  .e-plan.m-sink .b-lst,
  .e-plan.m-sink .b-lst li {
    display: block;
  }
  .e-plan.m-sink .b-lst {
    margin-top: 16vw;
  }
  .e-plan.m-sink .b-lst li {
    width: 85%;
    max-width: 270px;
    margin: auto;
  }
  .e-plan.m-sink .b-lst li + li {
    margin-top: 30px;
  }
  .e-plan.m-dishwasher .b-lst,
  .e-plan.m-sidepanel .b-lst {
    margin-top: 23vw;
  }
}
@media screen and (min-width: 768px) {
  .e-plan.m-style .b-lst,
  .e-plan.m-door .b-lst {
    justify-content: space-between;
  }
  .e-plan.m-size .b-slide {
    display: flex;
  }
  .e-plan.m-style .b-lst li,
  .e-plan.m-door .b-lst li {
    width: 23%;
  }
  .e-plan.m-size .b-ttl {
    padding-right: 0.8em;
    width: 180px;
    min-width: 180px;
  }
  .e-plan.m-size .b-lst {
    max-width: 700px;
    justify-content: space-between;
  }
  .e-plan.m-size .b-lst li {
    width: 31.5%;
    margin-bottom: 15px;
  }
  .e-plan.m-size .m-w244 .e-lead,
  .e-plan.m-size .m-w259 .e-lead,
  .e-plan.m-size .m-w274 .e-lead {
    font-size: 18px;
    font-weight: 400;
  }
  .e-plan.m-worktop .b-lst li {
    width: 33%;
    max-width: 225px;
  }
  .e-plan.m-worktop .b-lst li + li {
    margin-left: 40px;
  }
  .e-plan.m-sink .b-lst li {
    width: 45%;
    max-width: 334px;
    margin-top: 30px;
  }
  .e-plan.m-sink .b-lst li + li {
    margin-left: 7%;
  }
  .e-plan.m-heating .b-lst li {
    max-width: 235px;
    width: 28%;
  }
  .e-plan.m-heating .b-lst li + li {
    margin-left: 35px;
  }
  .e-plan.m-dishwasher .b-ttl,
  .e-plan.m-sidepanel .b-ttl {
    margin-bottom: 0.3em;
  }
  .e-plan.m-dishwasher .b-lst li,
  .e-plan.m-sidepanel .b-lst li {
    max-width: 185px;
    width: 25%;
  }
  .e-plan.m-dishwasher .b-lst li img,
  .e-plan.m-sidepanel .b-lst li img {
    width: 90%;
    display: block;
    margin: auto;
  }

  .e-plan.m-dishwasher .b-lst li + li,
  .e-plan.m-sidepanel .b-lst li + li {
    margin-left: 80px;
  }
}

/* slick */
.e-plan .slick-arrow {
  z-index: 50;
}
.e-plan .slide-panel .slick-arrow.slick-disabled {
  display: none !important;
}
.e-plan .slick-arrow.slick-next::before {
  transform-origin: center center;
}
.e-plan .slick-arrow::before {
  display: block;
  font-size: 0;
  width: ;
  height: ;
  position: absolute;
  top: 0;
}
.e-plan .slick-arrow.slick-prev::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translate(50%, 50%);
}
.e-plan .slick-arrow.slick-next::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .e-plan .slick-arrow.slick-prev {
    left: -30px;
  }
  .e-plan .slick-arrow.slick-next {
    right: -30px;
  }
  .e-plan .slick-arrow,
  .e-plan .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .e-plan .slick-arrow,
  .e-plan .slick-arrow::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .e-plan .slick-slide.m-w244 {
    margin-top: 15px;
  }
}

/*---------------------------------

 b-planNav

---------------------------------*/
.b-planNav ul {
  display: flex;
  justify-content: center;
}
.b-planNav li {
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  text-align: center;
}
.b-planNav li::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin: auto;
}

.b-planNav li.m-style::before {
  background-image: url(img/ic-style.png);
}
.b-planNav li.m-size::before {
  background-image: url(img/ic-size.png);
}
.b-planNav li.m-door::before {
  background-image: url(img/ic-door.png);
}
.b-planNav li.m-worktop::before {
  background-image: url(img/ic-worktop.png);
}
.b-planNav li.m-sink::before {
  background-image: url(img/ic-sink.png);
}
.b-planNav li.m-heating::before {
  background-image: url(img/ic-heating.png);
}
.b-planNav li.m-dishwasher::before {
  background-image: url(img/ic-dishwasher.png);
}
.b-planNav li.m-sidepanel::before {
  background-image: url(img/ic-sidepanel.png);
}

/* active*/
.b-planNav li.active {
  color: #6ca054;
}
.b-planNav li.active.m-style::before {
  background-image: url(img/ic-style_r.png);
}
.b-planNav li.active.m-size::before {
  background-image: url(img/ic-size_r.png);
}
.b-planNav li.active.m-door::before {
  background-image: url(img/ic-door_r.png);
}
.b-planNav li.active.m-worktop::before {
  background-image: url(img/ic-worktop_r.png);
}
.b-planNav li.active.m-sink::before {
  background-image: url(img/ic-sink_r.png);
}
.b-planNav li.active.m-heating::before {
  background-image: url(img/ic-heating_r.png);
}
.b-planNav li.active.m-dishwasher::before {
  background-image: url(img/ic-dishwasher_r.png);
}
.b-planNav li.active.m-sidepanel::before {
  background-image: url(img/ic-sidepanel_r.png);
}

@media screen and (max-width: 925px) {
  .b-planNav ul {
    flex-wrap: wrap;
  }
  .b-planNav li {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .b-planNav ul {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .b-planNav li {
    margin-bottom: 20px;
  }
  .b-planNav li::before {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .b-planNav ul {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .b-planNav li {
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
  }
  .b-planNav li::before {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 925px) {
  .b-planNav li {
    width: 22%;
  }
}
@media screen and (min-width: 926px) {
  .b-planNav ul {
    padding-top: 0;
  }
  .b-planNav li {
    padding-top: 25px;
  }
  .b-planNav li + li {
    margin-left: 4.5%;
  }
  .b-planNav li.active::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(img/arw.png) center top / contain no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*---------------------------------

 sec-buildLst

---------------------------------*/
.sec-buildLst {
  padding: 50px 0 60px;
}
.sec-buildLst h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.sec-buildLst h3 span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sec-buildLst {
    padding: 1px;
  }
  .sec-buildLst h3 {
    font-size: 18px;
  }
  .sec-buildLst h3 span {
    display: inline;
  }
}
/* b-lst */
.sec-buildLst .b-lst,
.sec-buildLst .b-lst p.e-txt {
  font-size: 14px;
  color: #535353;
}
.sec-buildLst .b-lst {
  border-top: 1px solid #707070;
  margin-top: 40px;
  margin-bottom: 50px;
}
.sec-buildLst .b-lst dl {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
}
.sec-buildLst .b-lst dt {
  width: 14em;
}
.sec-buildLst .b-lst dd {
  min-width: 200px;
  width: 200px;
}
.sec-buildLst .b-lst dt,
.sec-buildLst .b-lst p.e-txt {
  padding: 0.3em 1em 0.4em 0;
  line-height: 1.3;
}
.sec-buildLst .b-lst p.e-txt::before {
  content: "： ";
}
@media screen and (min-width: 768px) {
  .sec-buildLst .b-lst {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .sec-buildLst .b-lst dt {
    width: 205px;
    font-size: 16px;
  }
  .sec-buildLst .b-lst dd {
    width: 300px;
  }
}
.sec-buildLst .b-btn a {
  margin: auto;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .sec-buildLst .b-btn a {
    width: 305px;
    height: 40px;
    font-size: 18px;
  }
}

.slideIMG {
  position: relative;
  height: auto;
}

.slideIMG::before {
  content: "";
  display: block;
  padding-top: 67.5%;
}

.imageS {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  animation: change-img-anim 10s infinite;
}
.imageS:nth-of-type(1) {
  animation: change-img-anim 10s infinite;
  animation-delay: 0s;
}
.imageS:nth-of-type(2) {
  animation-delay: 5s;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 追加 */
* {
  padding: 0;
  margin: 0;
}

.modal2-open {
  display: inline-block;
  background-color: #666;
  color: #fff;
  margin: 6px;
  width: 250px;
  padding: 6px;
}

.modal2-open a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
.modal2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal2:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal2:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal2 .overlay2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.modal2-wrapper {
  width: 100%;
  max-width: 1100px;
  min-width: 300px;
  height: 78%;
  max-height: 100vhpx;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal2-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal2-content {
  margin: 25px;
  text-align: left;
}
.modal2-close {
  text-decoration: none;
  position: fixed;
  top: -3%;
  left: 100%;
  transform: translate(-50%, -50%);
  color: white;
}

.modal2_moto {
  text-align: center;
  margin-top: -14ex;
  position: relative;
  margin-bottom: 8ex;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 16%;
  }

  .modal2-content {
    margin: 0px;
    text-align: left;
  }
  .modal2-wrapper {
    height: 66%;
    width: 90%;
    top: 56%;
  }

  .modal2-open {
    width: 55%;
  }

  .sec-function.m-option {
    padding: 36px 0 62px;
  }
}
