<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*==================================================
main
==================================================*/
.teitaku .main {
  width: 100%;
  position: relative;
}

.teitaku .main figure img {
  width: 100%;
  height: 356px;
  -o-object-fit: cover;
  object-fit: cover;
}

.teitaku .main .photoCap {
  font-size: min(2vw, 9px);
  line-height: 1.4em;
  text-align: right;
  position: absolute;
  right: 1em;
  bottom: -2em;
}

@media screen and (min-width: 1200px) {
  .teitaku .main figure img {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .teitaku .main figure img {
    height: auto;
  }

  .teitaku .main .photoCap {
    font-size: 2.2vw;
  }
}


/*==================================================
teitakuCont
==================================================*/
.teitakuCont {
  max-width: 670px;
  margin: 0 auto;
  padding: 110px 35px 100px;
  color: #4f2600;
}

.teitakuCont h2 {
  color: #ad8b76;
  font-size: 33px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.teitakuCont .read h3 {
  font-size: min(3vw, 24px);
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  text-align: center;
}

/*imgArea*/
.teitakuCont .imgArea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 750px) {
  .teitakuCont {
    padding: 20% 0 6%;
  }

  .teitakuCont .inner {
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .teitakuCont h2 {
    font-size: 5.5vw;
    line-height: 1.4em;
    margin-bottom: 1.5em;
  }

  .teitakuCont .read h3 {
    font-size: 5vw;
    line-height: 1.8em;
  }

  .teitakuCont .imgArea {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 14%;
  }
}

/*==================================================
imgArea
==================================================*/
.imgArea .cap {
  color: #333;
  font-size: min(2vw, 12px);
  line-height: 1.5em;
  padding-top: 0;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .priceArea .cap {
    font-size: 2.2vw;
    padding-top: 1em;
  }
}


/*==================================================
priceArea
==================================================*/
.priceArea {
  width: 100%;
  max-width: 600px;
  border-top: #5F3B21 1px solid;
  margin: 0 auto;
  padding-top: 50px
}

.priceArea figure {
  margin: 0 auto 75px;
}

.priceArea h3 {
  color: #ad8b76;
  font-size: min(5vw, 26px);
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.priceArea h4 {
  color: #4f2600;
  font-size: 18px;
  font-size: min(3.8vw, 18px);
  line-height: 1.4em;
  margin-bottom: 0.6em;
}

.priceArea table {
  width: 100%;
  text-align: center;
}

.priceArea th {
  background-color: #5f3b21;
  border-bottom: #f8f8f8 10px solid;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4em;
  padding: 0.2em 0 0.3em;
}

.priceArea th:not(:last-child) {
  border-right: #f8f8f8 1px solid;
}

.priceArea tr:nth-of-type(2) td {
  border-top: #4f2600 1px solid;
}

.priceArea tr:nth-of-type(2) td:nth-of-type(1) {
  border-top: #b29076 1px solid;
}

.priceArea td {
  background-color: #FFF;
  border-right: #4f2600 1px solid;
  border-bottom: #4f2600 1px solid;
  color: #333;
  font-size: 20px;
  line-height: 1.4em;
  font-feature-settings: "palt";
}

.priceArea td:nth-of-type(1) {
  background-color: #b29076;
  border-right: #b29076 1px solid;
  border-bottom: #f8f8f8 1px solid;
  color: #FFF;
  font-size: 23px;
  line-height: 1.4em;
  padding: 0.2em 0 0.3em;
}

.priceArea tr:last-of-type td:nth-of-type(1) {
  border-bottom: #b29076 1px solid;
}

.priceArea .cap {
  color: #333;
  font-size: min(2vw, 12px);
  line-height: 1.5em;
  padding-top: 1em;
  text-align: right;
}

.priceArea .small {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .priceArea {
    margin: 0 auto 10%;
  }

  .priceArea h3 {
    font-size: 5.5vw;
  }

  .priceArea h4 {
    font-size: 3.8vw;
  }

  .priceArea table {
    width: 92%;
    margin: 0 auto;
  }

  .priceArea th {
    font-size: 3.4vw;
  }

  .priceArea td {
    font-size: 3.6vw;
  }

  .priceArea td:nth-of-type(1) {
    font-size: 4vw;
    padding: 0.2em 0 0.25em;
  }

  .priceArea .cap {
    font-size: 2.2vw;
    padding-top: 1em;
  }
}

/*==================================================
energyCont
==================================================*/
.energyCont {
  width: 100%;
  background-color: #017950;
}

.energyCont .inner {
  max-width: 670px;
  margin: 0 auto;
  padding: 0 35px;
}

/*========================================
slider
========================================*/
.slideCont {
  padding: 120px 0 120px;
}

.slideCont h3 {
  color: #ad8b76;
  font-size: min(6vw, 31px);
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3em;
  position: relative;
}

.slideCont h3:after {
  position: absolute;
  bottom: -1.2em;
  left: 47%;
  content: '';
  width: 6%;
  height: 2px;
  background: #ad8b76;
  visibility: visible;
}

.mianImg {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.mianImg .inner {
  width: 100%;
}

.mianImg .exterior {
  width: 100%;
  margin-bottom: 9%;
}

.mianImg .slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mianImg .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1;
}

.mianImg .slide-arrow img {
  width: 100%;
}

.mianImg .prev-arrow {
  width: 40px;
  left: -40px;
}

.mianImg .next-arrow {
  width: 40px;
  right: -40px;
}

.mianImg .thumbnail {
  padding-top: 25px;
}

.mianImg .thumbnail .slick-track {
  width: 100% !important;
  transform: unset !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mianImg .thumbnail-img {
  width: calc(100% / 4) !important;
  transition: opacity .3s linear;
  opacity: 0.3;
  padding: 0 3px 6px;
}

.mianImg .thumbnail .slick-current {
  opacity: 1;
}

.mianImg .cap {
  color: #FFF;
  font-size: min(2vw, 12px);
  line-height: 1.5em;
  padding-top: 1em;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .slideCont {
    padding: 14% 0 18%;
  }

  .slideCont h3 {
    font-size: 5.5vw;
    line-height: 1.8em;
    margin-bottom: 2.5em;
  }

  .slideCont h3:after {
    position: absolute;
    bottom: -1em;
  }

  .mianImg {
    width: 92%;
    margin: 0 auto;
  }

  .mianImg .slide-arrow {
    position: absolute;
    top: 46%;
    margin-top: -15px;
    z-index: 1;
  }

  .mianImg .slide-arrow img {
    width: 100%;
  }

  .mianImg .prev-arrow {
    width: 8%;
    left: 0%;
  }

  .mianImg .next-arrow {
    width: 8%;
    right: 0%;
  }

  .mianImg .thumbnail {
    padding-top: 5%;
  }

  .mianImg .thumbnail-img {
    width: calc(100% / 4 - 2px) !important;
    transition: opacity .3s linear;
    opacity: 0.3;
    padding: 0 1px 2px;
  }
  
  .mianImg .cap {
    font-size: 2.2vw;
    padding-top: 1em;
  }
}


/*==================================================
suiteCont
==================================================*/
.suiteCont {
  padding: 120px 0 120px;
  color: #4F2600;
}

.suiteCont .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 35px;
}

.suiteCont h2 {
  color: #ad8b76;
  font-size: 33px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.suiteCont .read {
  width: 100%;
  border-bottom: #525252 0.5px solid;
  padding-bottom: 10%;
  margin-bottom: 10%;
}

.suiteCont .read figure {
  width: 100%;
  margin-bottom: 8%;
}

.suiteCont .read h3 {
  font-size: min(3vw, 24px);
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
}

.suiteCont .read p {
  font-size: min(2vw, 15px);
  line-height: 2.5em;
  letter-spacing: 0.05em;
  margin-bottom: 3em;
  font-weight: bold;
  text-align: center;
}

/*suiteBox*/
.suiteBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}

.suiteBox:nth-last-of-type(even) {
  flex-direction: row-reverse;
}

.suiteBox .imgArea {
  width: 45%;
}

.suiteBox .txtArea {
  width: 51%;
}

.suiteBox .txtArea h3 {
  font-size: min(3vw, 22px);
  line-height: 1.8em;
  letter-spacing: 0;
  margin-bottom: 1em;
  font-weight: bold;
  font-feature-settings: "palt";
}

.suiteBox .txtArea p {
  font-size: min(2vw, 14px);
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  font-weight: bold;
}

/*moreBtn*/
.moreBtn {
  width: 47%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  background-color: #534e4d;
  color: #FFF;
  font-size: min(1.7vw, 17px);
  line-height: 1.4em;
  text-align: center;
  position: relative;
}

.greenBg .moreBtn {
  background-color: #ad8b76;
}

.moreBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  padding: 0.4em;
  text-indent: -1em;
}

.moreBtn .nextArw {
  width: 26px;
  position: absolute;
  right: 1em;
  margin-top: -0.5em;
  text-align: right;
}

.moreBtn .nextArw span {
  display: inline-block;
  width: 26px;
  height: 6px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(55deg);
}

.moreBtn:hover {
  filter: brightness(125%);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.moreBtn:hover .nextArw {
  right: 0.5em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 750px) {
  .suiteCont {
    padding: 14% 0 18%;
  }

  .suiteCont .inner {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .suiteCont h2 {
    font-size: 5.5vw;
    line-height: 1.8em;
    margin-bottom: 1.5em;
  }

  .suiteCont .read {
    width: 100%;
    border-bottom: #525252 0.5px solid;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }

  .suiteCont .read figure {
    width: 100%;
    margin-bottom: 6%;
  }

  .suiteCont .read h3 {
    font-size: 4.5vw;
    line-height: 1.8em;
    margin-bottom: 0.5em;
  }

  .suiteCont .read p {
    font-size: 3.2vw;
    line-height: 2em;
    text-align: left;
    margin-bottom: 2em;
  }

  /*suiteBox*/
  .suiteBox {
    width: 100%;
    display: block;
    margin-bottom: 14%;
  }

  .suiteBox .imgArea {
    width: 100%;
  }

  .suiteBox .txtArea {
    width: 100%;
  }

  .suiteBox .txtArea h3 {
    font-size: 5vw;
    line-height: 1.6em;
    margin: 1em 0 0.5em;
    text-align: center;
  }

  .suiteBox .txtArea p {
    font-size: 3.2vw;
    line-height: 2em;
    text-align: left;
  }



  .moreBtn {
    width: 58%;
    max-width: 100%;
    font-size: 4.2vw;
    line-height: 1.4em;
  }
}</pre></body></html>