@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
#gnav .gnav_list li.gnav_modelroom a::before {
  background-color: #ffffff;
  height: 2px;
}
#gnav .gnav_list li.gnav_modelroom a span::after {
  transform: scale(1, 1);
  height: 2px;
}
/* --------------------------------------------------
contents
-------------------------------------------------- */
.kv-ttl img {
  width: 100%;
}
.main_in {
  padding-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-headingset-m .en {
  line-height: 2.5;
}
.s_notes {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .main_in {
    padding-top: 100px;
  }
  .s_notes {
    padding: 60px 0;
  }
}
/* modelroom-tab
------------------------------ */
.tab-nav {
  display: flex;
    justify-content: center;
    gap: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.tab-nav {
    gap: 10px;
}
}
.tab-nav li {
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 32.6%;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background 0.3s;
}
.tab-nav li.cafe {
  background: #E3CDB5;
}
.tab-nav li.forest {
  background: #C9DED3;
}
.tab-nav li.resort {
  background: #F2CCB4;
}
.tab-nav li.elegance {
  background: #B3D3DC;
}
.tab-nav li.active {
  color: #fff;
}
.tab-nav li::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  transition: all 0.5s ease-in-out;
  content: "";
}
.tab-nav li.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
  content: "";
}
.tab-nav li.cafe:hover,
.tab-nav li.cafe.active,
.tab-nav li.cafe.active::before {
  background: #E1B27C;
}
.tab-nav li.forest:hover,
.tab-nav li.forest.active,
.tab-nav li.forest.active::before {
  background: #5e9775;
}
.tab-nav li.resort:hover,
.tab-nav li.resort.active,
.tab-nav li.resort.active::before {
  background: #DFA986;
}
.tab-nav li.elegance:hover,
.tab-nav li.elegance.active,
.tab-nav li.elegance.active::before {
  background: #97CFE0;
}
.tab-nav li .triangle {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px solid transparent;
}
.tab-nav li.cafe .triangle {
  border-left: 15px solid #cfa87e;
}
.tab-nav li.forest .triangle {
  border-left: 15px solid #4e8467;
}
.tab-nav li.resort .triangle {
  border-left: 15px solid #e6a37f;
}
.tab-nav li.elegance .triangle {
  border-left: 15px solid #7eafbe;
}
.tab-nav li.cafe.active .triangle {
  border-left: 15px solid #b27036;
}
.tab-nav li.forest.active .triangle {
  border-left: 15px solid #4e8467;
}
.tab-nav li.resort.active .triangle {
  border-left: 15px solid #be653b;
}
.tab-nav li.elegance.active .triangle {
  border-left: 15px solid #59a8c5;
}
.tab-nav li strong {
  display: inline-block;
  margin-top: 3px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
.tab-nav li strong span {
  display: block;
  font-size: 1rem;
}
.tab-content {
  display: none;
  position: relative;
  padding: 50px 20px;
}
.tab-content.active {
  display: block;
}
.tab-content.cafe {
  background: #E9D9C7;
}
.tab-content.forest {
  background: #d9ebe2;
}
.tab-content.resort {
  background: #F7DECE;
}
.tab-content.elegance {
  background: #D1E7EE;
}
.tab-content .no {
  position: absolute;
  top: 20px;
  right: 16px;
}
.tab-content.cafe .no {
  right: 20px;
  width: 30px;
}
.tab-content.forest .no {
  width: 43px;
}
.tab-content.resort .no {
  width: 38px;
}
.tab-content.elegance .no {
  width: 37px;
}
.tab-content h3 {
  position: relative;
  padding: 10px;
  background: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}
.tab-content .txt {
  padding: 10px 0 30px;
  font-size: 1.4rem;
}
.tab-content .plan-style {
  position: relative;
  padding-top: 70px;
}
.tab-content .plan-style .txt-style {
  position: absolute;
  left: -10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-lr;
}
.tab-content.cafe .plan-style .txt-style {
  top: 49%;
  color: #e5d2bc;
}
.tab-content.forest .plan-style .txt-style {
  top: 46%;
  color: #b9d0c6;
}
.tab-content.resort .plan-style .txt-style {
  top: 46%;
  color: #f4d3be;
}
.tab-content.elegance .plan-style .txt-style {
  top: 41%;
  color: #bfdbe3;
}
.tab-content .plan-style .plan-style-content {
  position: relative;
}
.tab-content .plan-detail .plan-type {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #000;
  line-height: 1;
}
.tab-content .plan-detail .plan-type dt {
  padding: 15px;
  width: 60%;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.tab-content .plan-detail .plan-type dt strong {
  font-size: 3rem;
}
.tab-content .plan-detail .plan-type dd {
  padding: 15px;
  width: 40%;
  background: #fff;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.tab-content .plan-detail .plan-type dd strong {
  font-size: 3.2rem;
}
.tab-content .plan-detail .area-type {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.tab-content .plan-detail .area-type .main {
  padding-bottom: 10px;
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
.tab-content .plan-detail .area-type .main .txt-area {
  padding-top: 8px;
  width: 32%;
  font-weight: 700;
}
.tab-content .plan-detail .area-type .main strong {
  width: 35%;
  font-size: 3rem;
}
.tab-content .plan-detail .area-type .main .txt-m {
  padding-top: 10px;
  width: 10%;
  font-size: 2rem;
  font-weight: 700;
}
.tab-content .plan-detail .area-type .main .txt-m sup {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: top;
}
.tab-content .plan-detail .area-type .main .txt-area2 {
  width: 34%;
  margin-left: -5px;
  padding-top: 20px;
  font-weight: 700;
}
.tab-content .plan-detail .area-type .sub,
.tab-content .plan-detail .area-type .sub2,
.tab-content .plan-detail .area-type .sub3 {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
}
.tab-content .plan-detail .area-type .sub dt,
.tab-content .plan-detail .area-type .sub2 dt,
.tab-content .plan-detail .area-type .sub3 dt {
  padding-top: 3px;
}
.tab-content .plan-detail .area-type .sub dd,
.tab-content .plan-detail .area-type .sub2 dd,
.tab-content .plan-detail .area-type .sub3 dd {
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.tab-content .plan-detail .area-type .sub dd sup,
.tab-content .plan-detail .area-type .sub2 dd sup,
.tab-content .plan-detail .area-type .sub3 dd sup {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: top;
}
.tab-content .plan-detail .plan-img {
  padding: 30px 0
}
.tab-content .hanrei {
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 200px;
}
.tab-content .hanrei li {
  position: relative;
  padding-left: 45px;
  width: 48%;
}
.tab-content .hanrei li.closet::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 12px;
  background: #D5C8A0;
  content: "";
}
.tab-content .hanrei li.wind::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 12px;
  background: url(../images/modelroom/ico_wind.svg) no-repeat center / contain;
  content: "";
}
.tab-content .hanrei li.light::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 12px;
  background: url(../images/modelroom/ico_light.svg) no-repeat center / contain;
  content: "";
}
.tab-content .hanrei li.heat::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 12px;
  background: #FEF1E6;
  content: "";
}
.tab-content .point-area dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  background: #fff;
}
.tab-content .point-area dt {
  padding: 0 10px;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.tab-content.cafe .point-area dt {
  color: #EAC7A1;
}
.tab-content.forest .point-area dt {
  color: #4A876D;
}
.tab-content.resort .point-area dt {
  color: #EBB797;
}
.tab-content.elegance .point-area dt {
  color: #7EAFBE;
}
.tab-content .point-area dt span {
  display: block;
  font-size: 2.4rem;
}
.tab-content .point-area dd {
  padding: 0 20px;
  width: calc(100% - 80px);
  border-left: 1px solid rgba(0,0,0,.2);
  font-size: 1.6rem;
  font-weight: 700;
}
.tab-content .photo {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tab-content .photo figure {
  position: relative;
}
.tab-content .photo .caption-left {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  background: rgba(0,0,0,.3);
  color: #fff;
  font-family:YakuHanMP_Noto, "Noto Serif JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.tab-content .photo .caption-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  background: rgba(0,0,0,.3);
  color: #fff;
  font-family:YakuHanMP_Noto, "Noto Serif JP";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.tab-content .photo .half {
  width: calc((100% - 10px) / 2);
}
.resort.tab-content .photo .half figure {
  margin-bottom: 10px;
}
.tab-content .photo .msg {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.tab-content.cafe .photo .msg {
  top: -30%;
  left: -40%;
}
.tab-content.forest .photo .msg {
  top: -60%;
  right: -10%;
}
.tab-content.resort .photo .msg {
  top: -10%;
  right: 20%;
}
.tab-content.elegance .photo .msg {
  bottom: -15%;
  left: 10%;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .tab-nav {
    padding-bottom: 10px;
  }
  .tab-nav li {
    padding: 30px 0;
    width: 32.3%;
    font-size: 1.6rem;
  }
  .tab-nav li.active::before {
    bottom: -10px;
    height: 10px;
  }
  .tab-nav li.active::after {
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .tab-nav li .triangle {
    border-bottom: 30px solid transparent;
  }
  .tab-nav li.cafe .triangle {
    border-left: 60px solid #cfa87e;
  }
  .tab-nav li.forest .triangle {
    border-left: 60px solid #4e8467;
  }
  .tab-nav li.resort .triangle {
    border-left: 60px solid #e6a37f;
  }
  .tab-nav li.elegance .triangle {
    border-left: 60px solid #7eafbe;
  }
  .tab-nav li.cafe.active .triangle {
    border-left: 60px solid #b27036;
  }
  .tab-nav li.forest.active .triangle {
    border-left: 60px solid #265b3c;
  }
  .tab-nav li.resort.active .triangle {
    border-left: 60px solid #be653b;
  }
  .tab-nav li.elegance.active .triangle {
    border-left: 60px solid #59a8c5;
  }
  .tab-nav li strong {
    margin-top: 5px;
    font-size: 2.6rem;
  }
  .tab-nav li strong span {
    display: inline-block;
    font-size: 2.6rem;
  }
  .tab-content {
    padding: 100px 80px;
  }
  .tab-content .no {
    top: 60px;
    right: 10px;
  }
  .tab-content.cafe .no {
    right: 50px;
    width: 130px;
  }
  .tab-content.forest .no {
    width: 176px;
  }
  .tab-content.resort .no {
    width: 171px;
  }
  .tab-content.elegance .no {
    right: -10px;
    width: 196px;
  }
  .tab-content h3 {
    display: inline-block;
    padding: 15px 0 15px 20px;
    font-size: 3.6rem;
  }
  .tab-content.elegance h3 {
    letter-spacing: 0;
  }
  .tab-content .txt {
    padding: 30px 0 50px;
    font-size: 1.8rem;
  }
  .tab-content .plan-style {
    padding-top: 110px;
  }
  .tab-content .plan-style .txt-style {
    left: -50px;
    font-size: 9rem;
  }
  .tab-content.cafe .plan-style .txt-style {
    top: 19%;
    left: -65px;
  }
  .tab-content.forest .plan-style .txt-style {
    top: 12%;
  }
  .tab-content.resort .plan-style .txt-style {
    top: 12%;
  }
  .tab-content.elegance .plan-style .txt-style {
    top: 5%;
  }
  .tab-content .plan-style .plan-style-content {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .tab-content .plan-detail {
    width: 44%; 
  }
  .tab-content .plan-img {
    width: 51%; 
  }
  .tab-content .plan-detail .plan-type dt {
    padding: 20px;
    width: 55%;
    font-size: 2.6rem;
  }
  .tab-content .plan-detail .plan-type dt strong {
    font-size: 4.6rem;
  }
  .tab-content .plan-detail .plan-type dd {
    padding: 20px;
    width: 45%;
    font-size: 3.6rem;
  }
  .tab-content .plan-detail .plan-type dd strong {
    font-size: 4.6rem;
  }
  .tab-content .plan-detail .area-type .main {
    padding-bottom: 10px;
    justify-content: flex-end;
    font-size: 1.3rem;
  }
  .tab-content .plan-detail .area-type .main .txt-area {
    padding-top: 30px;
    width: 22%;
  }
  .tab-content .plan-detail .area-type .main strong {
    width: 32%;
    font-size: 5rem;
  }
  .tab-content .plan-detail .area-type .main .txt-m {
    padding-top: 25px;
    width: 8%;
    font-size: 2.5rem;
  }
  .tab-content .plan-detail .area-type .main .txt-m sup {
    font-size: 1.2rem;
  }
  .tab-content .plan-detail .area-type .main .txt-area2 {
    width: 30%;
    padding-top: 30px;
    font-size: 1.8rem;
  }
  .tab-content .plan-detail .area-type .sub dt {
    font-size: 1.3rem;
  }
  .tab-content .plan-detail .area-type .sub2 dt,
  .tab-content .plan-detail .area-type .sub2 dt {
    font-size: 1.4rem;
  }
  .tab-content .plan-detail .area-type .sub dd,
  .tab-content .plan-detail .area-type .sub2 dd,
  .tab-content .plan-detail .area-type .sub3 dd {
    font-size: 1.6rem;
  }
  .tab-content .hanrei {
    margin: 20px auto;
    max-width: 350px;
    font-size: 1.3rem;
  }
  .tab-content.resort .hanrei {
    margin: -10px auto 0;
  }
  .tab-content .hanrei li {
    width: 25%;
  }
  .tab-content .point-area {
    padding-top: 40px;
  }
  .tab-content .point-area dl {
    margin-bottom: 8px;
  }
  .tab-content .point-area dt {
    padding: 0 20px;
    width: 100px;
    font-size: 1.6rem;
  }
  .tab-content .point-area dt span {
    font-size: 2.3rem;
  }
  .tab-content .point-area dd {
    width: calc(100% - 100px);
    font-size: 2rem;
  }
  .tab-content .photo {
    padding-top: 100px;
    margin: auto;
    max-width: 1020px;
    gap: 40px;
  }
  .tab-content .photo figure img {
    width: 100%;
  }
  .tab-content .photo .caption-left,
  .tab-content .photo .caption-right {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .tab-content .photo .half {
    width: calc((100% - 40px) / 2);
  }
  .resort.tab-content .photo .half figure {
    margin-bottom: 32px;
  }
  .tab-content .photo .msg {
    width: auto;
  }
  .tab-content.cafe .photo .msg {
    top: -15%;
    left: -2%;
  }
  .tab-content.forest .photo .msg {
    top: -30%;
    right: 10%;
  }
  .tab-content.resort .photo .msg {
    top: 3%;
    right: auto;
    left: -20%;
  }
  .tab-content.elegance .photo .msg {
    bottom: -10%;
    left: 32%;
    width: auto;
  }
  
  .tab-content .plan-kakaku {
    z-index:100;
    margin-bottom:50px; 
    position: relative;
  }
  
  
}
/* slider-container
------------------------------ */
.slider-container {
  margin: 0 auto;
}
#thumbs .thumbnail-current img,
#thumbs2 .thumbnail-current img,
#thumbs3 .thumbnail-current img,
#thumbs4 .thumbnail-current img {
  outline: 4px solid #000;
  outline-offset: -4px;
  opacity: .7;
}
.slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next:before {
  background: url(../images/modelroom/slide/arrow_next_bl.svg) !important;
  background-size: contain !important;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  background: url(../images/modelroom/slide/arrow_prev_bl.svg) !important;
  background-size: contain !important;
}
.slick-arrow:before {
  opacity: 1 !important;
}
#thumbs .slick-track,
#thumbs2 .slick-track,
#thumbs3 .slick-track,
#thumbs4 .slick-track {
  transform: unset !important;
}
#thumbs,
#thumbs2,
#thumbs3,
#thumbs4 {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
#thumbs .thumbnail-item,
#thumbs2 .thumbnail-item,
#thumbs3 .thumbnail-item,
#thumbs4 .thumbnail-item {
  width: calc((100% - 20px) / 3);
}
@media screen and (min-width: 768px) {
  .slider-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #thumbs img:hover,
  #thumbs2 img:hover,
  #thumbs3 img:hover,
  #thumbs4 img:hover {
    cursor: pointer;
  }
  .slider-container .s_notes {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
  #thumbs,
  #thumbs2,
  #thumbs3,
  #thumbs4 {
    gap: 10px;
  }
  #thumbs .thumbnail-item,
  #thumbs2 .thumbnail-item,
  #thumbs3 .thumbnail-item,
  #thumbs4 .thumbnail-item {
    width: calc((100% - 40px) / 5);
  }
}