@charset "UTF-8";

.ui--tab {
  display: none;
}

.l-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-col--center {
  align-items: center;
}

.l-box {
  width: 46%;
}

.l-box--48 {
  width: 48%;
}

.l-box--49 {
  width: 49%;
}

.l-img {
  width: 100%;
  position: relative;
}

.l-img--95 {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.l-img--46 {
  width: 46%;
  position: relative;
}

.l-img--48 {
  width: 48%;
  position: relative;
}

.l-img--49 {
  width: 49%;
  position: relative;
}

.l-inner__top {
  margin-bottom: 80px;
}

.l-inner__lead {
  width: 85%;
  margin: 0 auto 80px auto;
  text-align: center;
  font-size: 2.4rem;
  font-family: var(--font-serif);
}

.l-box__tab {
  background: #9DD6D7;
  color: #fff;
  border-radius: 6px;
  padding: 0 10px;
}

.link-btn>a:hover {
  background: var(--gradient-grn);
  color: #fff;
}

.link-btn>a>div {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50vh;
  margin-right: 8px;
  flex-shrink: 0;
}

.link-btn>a>div>img {
  width: 50%;
}

.inquiry {
  padding-top: 150px !important;
}

.ttl-ex>span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl-ex>span::before,
.ttl-ex>span::after {
  display: block;
  content: '';
  border-top: 1px solid #ccc;
  flex: 1;
}

.ttl-ex>span::before {
  margin-right: 20px;
}

.ttl-ex>span::after {
  margin-left: 20px;
}

/*----------------------------------------------------
  concept
----------------------------------------------------*/

.concept-lead {
  text-align: center;
}

.concept-col__deco {
  width: 7.5%;
  position: absolute;
  top: 30%;
  left: 7.5%;
  z-index: 1;
}

.concept-col__deco2 {
  width: 7.5%;
  position: absolute;
  top: 30%;
  right: 7.5%;
  z-index: 1;
}

.concept-txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}

.concept-box {
  width: 85%;
  padding: 60px;
  box-sizing: border-box;
  background: #F4FAFF;
  font-size: 2.2rem;
  font-family: var(--font-serif);
  text-align: center;
  font-weight: 700;
  margin: 0 auto 150px auto;
}

.font--grn {
  font-size: 2.6rem;
  margin: 0 3px;
  color: #3D9DB3;
}

/*----------------------------------------------------
  interior
----------------------------------------------------*/
.interiorTop_l-col {
  width: 70%;
  margin-bottom: 20px;
}

.l-box__txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.skim-top {
  margin-bottom: 150px;
}


.skism-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.skism-box__yellow {
  background: #F5F5F1;
}

.skism-box__gray {
  background: #EEEEEE;
}

.skism-logo {
  width: 50%;
  margin-bottom: 20px;
}

.skism-txt {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 14px;
  white-space: nowrap
}

.clr-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
}

/*---
.clr-ttl::before,
.clr-ttl::after {
  display: block;
  content: '';
  border-top: 1px solid #ccc;
  flex: 1;
}

.clr-ttl::before {
  margin-right: 20px;
}

.clr-ttl::after {
  margin-left: 20px;
}
---*/

.clr-ttl .blur-grn {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
}

.clr-ttl>h3 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
  text-align: center;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.clr-box {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.clr-box:nth-of-type(n+5) {
  margin-top: 40px;
}

.ex-clr-col .clr-box:nth-of-type(n+5) {
  margin-top: 14px;
}

.clr-box__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/*----------------------------------------------------
  exterior
----------------------------------------------------*/
.exterior {
  padding: 0 !important;
}

.exteriorTop_l-col {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.logo-moen {
  width: 70%;
}

.exterior-bnr {
  margin-bottom: 30px;
}

.ex-attention {
  margin-top: 14px;
  font-size: 1.4rem;
}

/*----------------------------------------------------
  model
----------------------------------------------------*/
.model {
  background: #F4F7F4;
}

.model .l-inner {
  width: 95%;
}

.mod-boxWrap {
  background: #fff;
  filter: drop-shadow(1px 3px 20px rgba(0, 0, 0, 0.05));
  padding: 60px;
  box-sizing: border-box;
}

.mod-boxWrap:not(:last-of-type) {
  margin-bottom: 150px;

}

.mod-ttl {
  width: 100%;
  padding: 0 10% 60px 10%;
  box-sizing: border-box;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}

.mod-ttl__main {
  width: 55%;
}

.mod-ttl__main-num {
  width: 65%;
  margin: 0 auto 40px auto;
}

.mod-ttl__attention {
  font-size: 2.4rem;
  font-family: var(--font-serif);
  text-align: center;
}

.mod-ttl__img {
  width: 40%;
}

.mod-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.plan-mod-box {
  flex-direction: column;
}

.mod-box__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mod-box__inner-box {
  width: 48%;
}

.mod-box__img {
  width: 70%;
  margin: 0 auto 60px auto;
}

.mod-box__lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mod-box__lead-txt {
  width: 100%;
}

.mod-box__lead-txt>p {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
}

.mod-box__txt {
  font-size: 1.8rem;
}

.solor-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solor-txt>p {
  width: 52.5%;
}

.solor-txt__img {
  width: 47.5%;
  position: relative;
}

.mod-box__lead-txt>span {
  display: flex;
  align-items: center;
}

.mod-box__lead-txt>span::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-right: 10px;
}

.mod-box__txt {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.plan-inner__list {
  list-style: none;
  margin-bottom: 40px;
}

.plan-inner__list>li {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 10px;
  display: flex;
}

.plan-inner__list>li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #8b7e77;
  border-radius: 50vh;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 8px;
}


.plan-data__top {
  border: 2px solid #79C7A5;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.plan-data__top>span {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 700;
  padding: 14px;
  box-sizing: border-box;
}

.plan-data__top>span:nth-of-type(1) {
  background: #79C7A5;
  color: #fff;
}

.plan-data__top>span {
  color: #79C7A5;
}

.plan-data__list {
  list-style: none;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.plan-data__list>li:last-of-type {
  font-size: 1.6rem;
}

.plan-data__attention {
  font-size: 1.2rem;
  text-align: center;
}

.price {
  padding: 20px 40px;
  box-sizing: border-box;
  background: #F4F7F4;
}

.price>ul {
  margin-bottom: 14px;
}

.price>ul>li {
  display: flex;
  align-items: baseline;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  border-bottom: 1px solid #ccc;
}

.price-sub {
  width: 45%;
}

.price-main {
  width: 55%;
  font-size: 1.6rem;
}

.price-main>span {
  font-size: 2.6rem;
}

.price-attention>ul {
  list-style: none;
  font-size: 1.2rem;
}

.price-attention>ul>li {
  display: flex;
}

.price-attention>ul>li::before {
  display: block;
  content: '※';
  margin-right: 5px;
}


@media screen and (max-width:1280px) {
  .concept-box {
    width: 90%;
  }

  .skism-box {
    padding: 30px 14px;
  }

  .skism-txt {
    font-size: 1.6rem;
  }

  .price {
    padding: 20px;
  }
}

@media screen and (max-width:1024px) {
  .annotation {
    bottom: 10px;
    right: 10px;
  }

  .l-inner {
    width: 85%;
  }

  .l-inner__lead .ui--sp {
    display: block;
  }

  .interior {
    padding-top: 50px !important;
  }

  .skim-top {
    flex-direction: column;
  }

  .skim-top>.l-box--49 {
    width: 100%;
  }

  .interiorTop_l-col {
    margin: 0 auto 30px auto;
  }

  .skim-col {
    margin-bottom: 60px;
  }

  .ex-attention {
    margin-bottom: 30px;
  }

  .concept-txt {
    text-align: justify;
  }

  .concept-txt>p>br:nth-of-type(1),
  .concept-txt>p>br:nth-of-type(2),
  .concept-txt>p>br:nth-of-type(4) {
    display: none;
  }

  .concept-col__deco {
    width: 10%;
    position: absolute;
    top: 5%;
    left: -1.5%;
  }

  .concept-col__deco2 {
    width: 10%;
    position: absolute;
    top: 5%;
    right: -1.5%;
  }

  /*---インテリア・エクステリア---*/



  /*---モデルハウス---*/

  .mod-ttl {
    padding: 0 5% 60px 5%;
  }


  .mod-box__inner {
    width: 75%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .mod-box__inner-box {
    width: 100%;
  }

  .price {
    padding: 20px 40px;
  }

}

@media screen and (max-width:896px) {
  .mod-ttl {
    flex-direction: column;
  }

  .mod-ttl__main {
    width: 75%;
    margin-bottom: 40px;
  }

  .mod-ttl__img {
    width: 60%;
  }
}

@media screen and (max-width:786px) {
  .clr-box {
    width: 32.5%;
  }

  .clr-box:nth-of-type(n+4),
  .ex-clr-col .clr-box:nth-of-type(n+4) {
    margin-top: 20px;
  }

  .ex-clr-col::after {
    display: block;
    content: '';
    width: 32.5%;
  }

  .mod-box__img {
    width: 90%;
  }

  .mod-box__inner {
    width: 100%;
  }
}

@media screen and (max-width:680px) {
  .l-inner {
    width: 90%;
  }

  .concept-box {
    font-size: 1.8rem;
  }

  .font--grn {
    font-size: 2.2rem;
  }

  .l-inner__lead {
    width: 95%;
  }

  .clr-ttl .blur-grn {
    width: 70%;
  }

  .clr-box {
    width: 49%;
  }

  .clr-box:nth-of-type(n+3),
  .ex-clr-col .clr-box:nth-of-type(n+3) {
    margin-top: 20px;
  }

  .ex-clr-col::after {
    display: none;
  }

  .clr-box__img {
    width: 100%;
  }

  /*---モデルハウス---*/

  .mod-boxWrap {
    padding: 60px 40px;
  }

  .mod-ttl__main {
    width: 90%;
  }

  .mod-ttl__img {
    width: 80%;
  }

  .mod-box__img {
    width: 80%;
  }

  .mod-box__inner {
    width: 100%;
  }

  .price {
    padding: 20px 30px;
  }

  .plan-data__top {
    flex-direction: column;
  }

  .plan-data__top>span {
    width: 100%;
  }

  .price>ul>li {
    font-size: 1.8rem;
  }

  .price-main {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:480px) {
  .inquiry {
    padding-top: 80px !important;
  }

  .concept-col__deco {
    width: 14%;
    top: 5%;
    left: 4.5%;
  }

  .concept-col__deco2 {
    width: 14%;
    top: 5%;
    right: 4.5%;
  }

  .clr-ttl .blur-grn {
    width: 70%;
  }

  .p-lead {
    font-size: 2rem;
  }

  .concept-txt {
    font-size: 1.4rem;
  }

  .concept-box {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .font--grn {
    font-size: 2rem;
  }

  .interior {
    padding-top: 0 !important;
  }


  .skim-top {
    margin-bottom: 80px;
  }

  .l-inner__top {
    margin-bottom: 40px;
  }

  .l-inner__lead {
    width: 100%;
    letter-spacing: 0;
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .interiorTop_l-col {
    width: 95%;
    margin: 0 auto 10px auto;
  }

  .l-box__txt {
    font-size: 1.4rem;
  }

  .skim-col {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .skism-box {
    width: 100%;
  }

  .skism-box:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .skism-txt {
    font-size: 1.6rem;
  }

  .l-box__tab {
    font-size: 1.2rem;
  }

  .clr-ttl {
    margin-bottom: 20px;
  }

  .clr-ttl>h3 {
    font-size: 1.8rem;
  }

  .clr-ttl::before {
    margin-right: 8px;
  }

  .clr-ttl::after {
    margin-left: 8px;
  }

  .clr-box__ttl {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }


  /*---モデルハウス---*/

  .model .ttl>span {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .model .concept-txt {
    width: 90%;
    margin: 0 auto 60px auto;
  }

  .mod-boxWrap:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .mod-boxWrap {
    padding: 60px 20px;
  }

  .mod-ttl {
    padding: 0 5% 30px 5%;
    margin-bottom: 30px;
  }

  .mod-ttl__main-num {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .mod-ttl__main {
    width: 100%;
    margin-bottom: 30px;
  }

  .mod-ttl__attention {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .mod-ttl__img {
    width: 90%;
  }

  .mod-box__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .mod-box__lead>img {
    width: 20%;
  }

  .mod-box__lead-txt {
    width: 75%;
  }

  .mod-box__lead-txt>p {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .mod-box__txt {
    font-size: 1.8rem;
  }

  .plan-data__list {
    font-size: 2rem;
  }

  .plan-data__list>li:last-of-type {
    font-size: 1.5rem;
  }

  .price {
    padding: 20px;
  }

  .price>ul {
    margin-bottom: 0;
  }

  .price>ul>li {
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .price-sub {
    width: 100%;
    text-align: center;
  }

  .price-main {
    width: 100%;
    text-align: center;
  }

  .price-attention>ul>li {
    line-height: 1.4;
  }

  .plan-data__attention {
    text-align: justify;
  }

  .mod-box__txt br {
    display: none;
  }

  .solor-txt__img {
    width: 100%;
  }

  .solor-txt>p {
    width: 100%;
    margin-bottom: 14px;
  }

  .solor-txt .ui--pc {
    display: none;
  }

  .link-btn>a {
    font-size: 1.6rem;
    padding: 0;
  }

  .link-btn>a>div {
    width: 32px;
    height: 32px;
  }
}