@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}

[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 0px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transition: all .5s!important;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .3;
  color: black;
  border: 1px solid #48361b;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #48361b;
}

.slick-dots li.slick-active {
  background: #48361b;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 80px;
}

.prev-arrow {
  left: -80px;
  transition: all .5s;
}

.prev-arrow:hover {
  transform: translateX(-10px);
  opacity: 0.7;
}

.next-arrow {
  right: -80px;
  transition: all .5s;
}

.next-arrow:hover {
  transform: translateX(10px);
  opacity: 0.7;
}

.slick-dots li button:before {
  background-size: 100% !important;
  background-position: center !important;
}

/*  */
.slick-dots li:nth-of-type(1) button:before {
  background: url("../img/a_basic_ttl.png") no-repeat;
}

.slick-dots li:nth-of-type(2) button:before {
  background: url("../img/a_menu_ttl.png") no-repeat;
}

.tab-select2 .slick-dots li:nth-of-type(1) button:before {
  background: url("../img/b_basic_ttl.png") no-repeat;
}

.tab-select2 .slick-dots li:nth-of-type(2) button:before {
  background: url("../img/b_menu_ttl.png") no-repeat;
}

.tab-select3 .slick-dots li:nth-of-type(1) button:before {
  background: url("../img/c_basic_ttl.png") no-repeat;
}

.tab-select3 .slick-dots li:nth-of-type(2) button:before {
  background: url("../img/c_menu_ttl.png") no-repeat;
}

/*.slick-dots li:nth-of-type(4) button:before {
  background: url("../img/btn_select4.png") no-repeat;
}*/

.slick-dots li.slick-active button:before {
  filter: brightness(10);
}

/* * .slick-dots li:nth-of-type(1) button:before {
    background: url("../img/btn_select1.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li.slick-active:nth-of-type(1) button:before {
    background: url("../img/btn_select1_w.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li:nth-of-type(2) button:before {
    background: url("../img/btn_select2.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li.slick-active:nth-of-type(2) button:before {
    background: url("../img/btn_select2_w.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li:nth-of-type(3) button:before {
    background: url("../img/btn_select3.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li.slick-active:nth-of-type(3) button:before {
    background: url("../img/btn_select3_w.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li:nth-of-type(4) button:before {
    background: url("../img/btn_select4.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  }

  .slick-dots li.slick-active:nth-of-type(4) button:before {
    background: url("../img/btn_select4_w.png") no-repeat;
    background-size: 70px !important;
    background-position: center !important;
  } */

.slick-dots li button:before {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
}

.slick-dots {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  bottom: inherit;
  top: 0px;
  right: 0;
  left: 0;
}

.slick-dots li {
  width: 48% !important;
  margin: 0 10px !important;
  text-align: center;
}

.slick-dots li button {
  width: 100% !important;
  height: 100% !important;
}

/* 間取りセレクトクローズ設定 */
/* オープンしたためクローズ解除_20230620 */
/* .atype .slick-dots li:nth-of-type(2),
.atype .slick-dots li:nth-of-type(3),
.atype .slick-dots li:nth-of-type(4) {
  position: relative;
  pointer-events: none;
}

.btype .slick-dots li:nth-of-type(2),
.btype .slick-dots li:nth-of-type(3),
.btype .slick-dots li:nth-of-type(4) {
  position: relative;
  pointer-events: none;
}

.ctype .slick-dots li:nth-of-type(2),
.ctype .slick-dots li:nth-of-type(3),
.ctype .slick-dots li:nth-of-type(4) {
  position: relative;
  pointer-events: none;
}

.dtype .slick-dots li:nth-of-type(2),
.dtype .slick-dots li:nth-of-type(3),
.dtype .slick-dots li:nth-of-type(4) {
  position: relative;
  pointer-events: none;
}

.etype .slick-dots li:nth-of-type(2),
.etype .slick-dots li:nth-of-type(3),
.etype .slick-dots li:nth-of-type(4) {
  pointer-events: none;
}

.atype .slick-dots li:nth-of-type(2)::before,
.atype .slick-dots li:nth-of-type(3)::before,
.atype .slick-dots li:nth-of-type(4)::before,
.btype .slick-dots li:nth-of-type(2)::before,
.btype .slick-dots li:nth-of-type(3)::before,
.btype .slick-dots li:nth-of-type(4)::before,
.ctype .slick-dots li:nth-of-type(2)::before,
.ctype .slick-dots li:nth-of-type(3)::before,
.ctype .slick-dots li:nth-of-type(4)::before,
.dtype .slick-dots li:nth-of-type(2)::before,
.dtype .slick-dots li:nth-of-type(3)::before,
.dtype .slick-dots li:nth-of-type(4)::before,
.etype .slick-dots li:nth-of-type(2)::before,
.etype .slick-dots li:nth-of-type(3)::before,
.etype .slick-dots li:nth-of-type(4)::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.atype .slick-dots li:nth-of-type(2)::after,
.atype .slick-dots li:nth-of-type(3)::after,
.atype .slick-dots li:nth-of-type(4)::after,
.btype .slick-dots li:nth-of-type(2)::after,
.btype .slick-dots li:nth-of-type(3)::after,
.btype .slick-dots li:nth-of-type(4)::after,
.ctype .slick-dots li:nth-of-type(2)::after,
.ctype .slick-dots li:nth-of-type(3)::after,
.ctype .slick-dots li:nth-of-type(4)::after,
.dtype .slick-dots li:nth-of-type(2)::after,
.dtype .slick-dots li:nth-of-type(3)::after,
.dtype .slick-dots li:nth-of-type(4)::after,
.etype .slick-dots li:nth-of-type(2)::after,
.etype .slick-dots li:nth-of-type(3)::after,
.etype .slick-dots li:nth-of-type(4)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../img/soon.png) no-repeat center center;
  background-size: 60%;
  transform: translate(-50%, -50%);
} */

.slick-prev,
.slick-next {
  display: none;
}



/*===================
sp
===================*/
@media only screen and (max-width: 1024px) {

  .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 9;
  }

  .prev-arrow {
    left: -0px;
  }

  .next-arrow {
    right: -0px;
  }

  .slick-prev,
  .slick-next {
    display: none;
  }

  .slick-dots li button:before {
    background-size: 100% !important;
  }

}

@media only screen and (max-width: 767px) {

  .atype .slick-dots li:nth-of-type(2)::after,
  .atype .slick-dots li:nth-of-type(3)::after,
  .atype .slick-dots li:nth-of-type(4)::after,
  .btype .slick-dots li:nth-of-type(2)::after,
  .btype .slick-dots li:nth-of-type(3)::after,
  .btype .slick-dots li:nth-of-type(4)::after,
  .ctype .slick-dots li:nth-of-type(2)::after,
  .ctype .slick-dots li:nth-of-type(3)::after,
  .ctype .slick-dots li:nth-of-type(4)::after,
  .dtype .slick-dots li:nth-of-type(2)::after,
  .dtype .slick-dots li:nth-of-type(3)::after,
  .dtype .slick-dots li:nth-of-type(4)::after,
  .etype .slick-dots li:nth-of-type(2)::after,
  .etype .slick-dots li:nth-of-type(3)::after,
  .etype .slick-dots li:nth-of-type(4)::after {
    content: '';
    background-size: 80%;
  }

  .prev-arrow {
    left: -10px;
  }

  .next-arrow {
    right: -10px;
  }

  .prev-arrow:hover {
    transform: translateX(0);
    opacity: 1;
  }

  .next-arrow:hover {
    transform: translateX(0);
    opacity: 1;
  }
  
  .slick-dots {
    max-width: 90%;
    gap:2%;
  }
  .slick-dots li {
    margin: 0  !important;
  }

}