@charset "utf-8";

/* ----------------------------------------------------------------------------------------------
  modelroom
----------------------------------------------------------------------------------------------*/

.galler_contena {
  width: 100%;
  position: relative;
}
.galler_contena img {
  width: 100%;
}
.galler_contena .bt_prev {
  width: 4%;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.galler_contena .bt_prev:hover {
  opacity: 0.7;
  cursor: pointer;
}
.galler_contena .bt_next {
  width: 4%;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.galler_contena .bt_next:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .galler_contena .bt_prev,
  .galler_contena .bt_next {
    width: 8%;
  }
}
.gall_00 {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.gall_01, .gall_02, .gall_03, .gall_04, .gall_05, .gall_06, .gall_07, .gall_08, .gall_09, .gall_10, .gall_11 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  opacity: 0;
}
.gall_01.active, .gall_02.active, .gall_03.active, .gall_04.active, .gall_05.active, .gall_06.active, .gall_07.active, .gall_08.active, .gall_09.active, .gall_10.active, .gall_11.active {
  opacity: 1;
}
.imgmap {
  width: 42.3%;
  text-align: left;
}
.galler_caption {
  position: absolute;
  background : linear-gradient(90deg, rgba(92, 115, 138, 0.9) 0%, rgba(128, 146, 164, 0.9) 71.73%, rgba(128, 146, 164, 0) 100%);
  color: #fff;
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 2vw;
  line-height: 1;
  width: 28vw;
  padding: 10px 10px 5px 30px;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .imgmap {
    width: 100%;
  }
  .galler_caption {
    font-size: 3.5vw;
    width: 45vw;
    padding: 10px 10px 5px 10px;
  }
}
.l-sam {
  background: #CCCCD1;
  padding: 30px;
}
.sam_flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sam_flex li {
  width: 16.666%;
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .sam_flex {
    justify-content: initial;
  }
  .sam_flex li {
    width: 50%;
  }
}

.sam_flex li img {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.sam_flex li:hover {
  cursor: pointer;
}
.sam_flex li:hover > .black_bk {
  cursor: pointer;
  opacity: 0.5;
}
.sam_flex li:hover > .black_bk.active {
  opacity: 0;
}
.sam_flex .black_bk {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sam_flex .black_bk.active {
  opacity: 0;
}
.sam_flex .list01 {
  background-image: url(../../img/06modelroom/photo_s01.jpg);
}
.sam_flex .list02 {
  background-image: url(../../img/06modelroom/photo_s02.jpg);
}
.sam_flex .list03 {
  background-image: url(../../img/06modelroom/photo_s03.jpg);
}
.sam_flex .list04 {
  background-image: url(../../img/06modelroom/photo_s04.jpg);
}
.sam_flex .list05 {
  background-image: url(../../img/06modelroom/photo_s05.jpg);
}
.sam_flex .list06 {
  background-image: url(../../img/06modelroom/photo_s06.jpg);
}
.sam_flex .list07 {
  background-image: url(../../img/06modelroom/photo_s07.jpg);
}
.sam_flex .list08 {
  background-image: url(../../img/06modelroom/photo_s11.jpg);
}
.sam_flex .list09 {
  background-image: url(../../img/06modelroom/photo_s08.jpg);
}
.sam_flex .list10 {
  background-image: url(../../img/06modelroom/photo_s09.jpg);
}
.sam_flex .list11 {
  background-image: url(../../img/06modelroom/photo_s10.jpg);
}
.img_model_bg02 {
  background: #8092a4;
}
.model_ttl_set {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  color: #fff;
  text-align: center;
}
.page_title_model_en {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.model_ttl_ja {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (max-width: 768px) {
  .model_ttl_set {
    min-height: initial;
    padding: 40px 6%;
  }
  .page_title_model_en {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .model_ttl_ja {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
/* storage */
.l-sec-storage {
  background: url(../../img/06modelroom/bg_storage.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: #fff;
}
.storage-ttl {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .storage-ttl {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
/* kichen　*/
.l-sec04 {
  padding: 100px 0;
}
.l-eq-box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 3%;
}
.p-eq-box_big_img {
  width: 30%;
}
.p-eq-box_items {
  width: 67%;
}
.eq-box_items-ttl {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 1;
  margin-bottom: 1.4em;
  text-align: right;
  color: #8092a4;
}
.eq-item_name {
  font-size: 25px;
  letter-spacing: -0.05em;
}
.eq-item_name span {
  position: relative;
}
.eq-item_name span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #8092a4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.eq-item_box {
  margin-top: 35px;
  display: flex;
  justify-content: space-between
}
.eq-item_img {
  width: 34.3%;
}
.eq-item_txt {
  width: 60.5%;
  text-align: justify;
  line-height: 2;
}
.ls002 {
  letter-spacing: .02em;
}
.ls005 {
  letter-spacing: .05em;
}
.eq-slider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.eq-slider .slick-prev,
.eq-slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -64px;
    display: block;
    width: 45px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background : #8092a4;
    -webkit-transition: .4s;
    transition: .4s;
}
.eq-slider .slick-prev{
  left: initial;
  right: 52px;
}
.eq-slider .slick-next{
  right: 0;
}
.eq-slider .slick-prev:hover,
.eq-slider .slick-next:hover {
  background : #566f88;
}
@media (max-width: 768px) {
  .l-sec04 {
    padding: 50px 0;
  }
  .l-eq-box {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    gap: 50px;
    flex-direction: column;
  }
  .p-eq-box_big_img {
    width: 90%;
  }
  .p-eq-box_items {
    width: 88%;
    margin: 0 auto;
  }
  .eq-box_items-ttl {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1em;
  }
  .eq-item_name {
    font-size: 17px;
    letter-spacing: -0.05em;
  }
  .eq-item_box {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 80vw;
  }
  .eq-item_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .eq-item_txt {
    width: 100%;
    text-align: justify;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  .ls002_sp {
    letter-spacing: .02em;
  }
  .ls005 {
    letter-spacing: .05em;
  }
}
/* POWDER ROOM */
.l-eq-box_blue {
  background: #8092a4;
  color: #fff;
}
.l-eq-box_blue .l-eq-box {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .l-eq-box_blue .l-eq-box {
    flex-direction: column;
  }
}
.l-eq-box_blue .eq-box_items-ttl {
  color: #fff;
}
.l-eq-box_blue .eq-item_name span::after {
  background: #e6e6e6;
}
.l-eq-box_blue .eq-slider .slick-prev,
.l-eq-box_blue .eq-slider .slick-next
{
    background : #ADB8C4;
    -webkit-transition: .4s;
    transition: .4s;
}
.l-eq-box_blue .eq-slider .slick-prev:hover,
.l-eq-box_blue .eq-slider .slick-next:hover {
  background : #cad0d6;
}
.c-pw_kirei {
  max-width: 1000px;
  margin: 80px auto 0;
  background: #f2f4f6;
  padding: 40px 12%;
}
.c-pw_kirei_btn {
  max-width: 400px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .c-pw_kirei {
    max-width: 88%;
    margin: 80px auto 0;
    background: #f2f4f6;
    padding: 30px 12%;
  }
  .c-pw_kirei_btn {
    max-width: 400px;
    margin: 20px auto 0;
  }
}
/* bathroom*/
.c-bath_fineb {
  max-width: 1000px;
  margin: 80px auto 0;
  background: #e2e4e8;
  border: 1px solid #8092a4;
  padding: 40px 12%;
}
@media (max-width: 768px) {
  .c-bath_fineb {
    max-width: 88%;
    margin: 80px auto 0;
    padding: 30px 12%;
  }
}
/* other */
.l-sec-other {
  background: url(../../img/06modelroom/bg_other.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 85%);
}
.other-ttl {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.other-txt01 {
}
.other_wrap {
  max-width: 1000px;
  margin: 80px auto 0;
  text-align: justify;
  padding: 40px 3%;
  border: 1px solid #b4b4b4;
  background: rgba(0, 0, 0, 0.2);
}
.other_items {
  display: flex;
  gap: 30px 4%;
  flex-wrap: wrap;
}
.other_item_set {
  width: 22%;
}
.other-item_name {
  font-size: 18px;
  margin-top: 10px;
  min-height: 2.7em;
}
.other-item_txt {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.8;
}
.other-item_name.lh_1line_pc {
  min-height: initial;
}
@media (max-width: 768px) {
  .l-sec-other {
    padding: 50px 0;
  }
  .other-ttl {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .other_wrap {
    max-width: 88%;
    margin: 40px auto 0;
    text-align: justify;
    padding: 30px 3%;
  }
  .other_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 6%;
  }
  .other_item_set {
    width: 47%;
    flex: initial;
  }
  .other-item_name {
    font-size: 16px;
    margin-top: 10px;
    min-height: 2.7em;
  }
  .lh_1line_sp {
    min-height: initial;
  }
  .other-item_txt {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.6;
  }
}
/* eco */
.l-sec-eco {
  text-align: center;
  padding: 100px 0 40px;
}
.eco-ttl {
  font-family: 'Hoefler-Text', sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #8092a4;
}
.l-sec-eco .other-item_name {
  color: #8092a4;
  min-height: initial;
}
.l-sec-eco .other_wrap {
  background: none;
}
@media (max-width: 768px) {
  .l-sec-eco {
    padding: 50px 0 40px;
  }
  .eco-ttl {
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.5em;
    color: #8092a4;
  }
}

.fs_s {
  font-size: .8em;
  line-height: 1.6;
}