@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&display=swap");
/*==========================================
 共通設定
===========================================*/
.sr_mT {
  margin-top: clamp(100px, 15vw, 150px) !important;
}

.sr_P {
  padding: clamp(100px, 15vw, 150px) 0;
}

.wrapSr {
  max-width: 1630px;
  width: 90vw;
  margin: 0 auto;
}

.taC {
  text-align: center;
}

.cts-txtR {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cts-txtR {
    line-height: 1.5;
  }
}
.cts-txtR p:not(:last-child) {
  margin-bottom: 1.5em;
}

.fuchu-cts {
  overflow-x: clip;
  color: #3a302c;
}
.fuchu-cts .sec-ttl {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  letter-spacing: 0.2em;
}
.fuchu-cts .sec-ttl .ttl-en {
  font-family: "IM Fell English SC", serif;
  font-size: clamp(6rem, 7vw, 14rem);
  letter-spacing: 0.1em;
}
.fuchu-cts .sec-ttl .ttl-ja {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*==========================================
 FV
===========================================*/
.fuchu-cts .fv-block {
  position: relative;
}
.fuchu-cts .fv-block .fv-images {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .fv-block .fv-images {
    border-radius: 25px 25px 25px 0;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .fv-block .fv-images {
    border-radius: 50px 50px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .fuchu-cts .fv-block .fv-images img {
    width: 100%;
    height: 70vw;
    object-fit: cover;
  }
}
.fuchu-cts .fv-block .manager-block {
  width: 50%;
  margin: clamp(40px, 6vw, 60px) auto;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .fv-block .manager-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    max-width: 215px;
    width: 100%;
    border-radius: 0 100px 0 0;
    padding: 15px 15px 0 0;
    margin: 0;
  }
  .fuchu-cts .fv-block .manager-block::before, .fuchu-cts .fv-block .manager-block::after {
    content: "";
    display: block;
    background: url("../../img/fuchu/kadoLb-wht.svg") no-repeat center/contain;
    width: clamp(25px, 5vw, 50px);
    aspect-ratio: 1/1;
    position: absolute;
  }
  .fuchu-cts .fv-block .manager-block::before {
    top: calc(0px - clamp(24px, 4.9vw, 49px));
    left: 0;
  }
  .fuchu-cts .fv-block .manager-block::after {
    right: calc(0px - clamp(24px, 4.9vw, 49px));
    bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .fv-block .manager-block {
    border-radius: 0 200px 0 0;
    padding: clamp(10px, 3vw, 35px) clamp(10px, 3vw, 35px) 0 0;
    max-width: 380px;
  }
}
.fuchu-cts .fv-block .manager-block .block-txt {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2rem, 2vw, 3rem);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .fv-block .manager-block .block-txt {
    position: absolute;
    width: 100%;
    bottom: -1em;
    left: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .fv-block .manager-block .block-txt {
    padding-right: clamp(10px, 3vw, 35px);
  }
}

/*==========================================
 LEAD
===========================================*/
@media screen and (max-width: 767px) {
  .fuchu-cts .lead-block {
    padding-top: 0;
  }
}
.fuchu-cts .lead-block .cts-txtR {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .fuchu-cts .lead-block .cts-txtR {
    text-align: center;
    line-height: 2.2;
  }
}

/*==========================================
 CONCEPT
===========================================*/
.fuchu-cts .sec-concept {
  background: #e2bb40;
  position: relative;
}
.fuchu-cts .sec-concept::before {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #95d1cb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fuchu-cts .sec-concept .wrapSr {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  padding: clamp(150px, 22vw, 220px) 0;
}
@media screen and (max-width: 1200px) {
  .fuchu-cts .sec-concept .wrapSr {
    padding: clamp(150px, 22vw, 220px) 0 30%;
  }
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-concept .wrapSr {
    padding: clamp(150px, 22vw, 220px) 0 48%;
  }
}
.fuchu-cts .sec-concept .concept-ilst {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fuchu-cts .sec-concept .concept-ilst.ilst01 {
  background-image: url("../../img/fuchu/ilst-concept_sp01.svg");
  width: clamp(70px, 10vw, 109px);
  aspect-ratio: 109/162;
  top: 0;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-concept .concept-ilst.ilst01 {
    right: calc(50% - clamp(35px, 5vw, 104.5px));
  }
}
.fuchu-cts .sec-concept .concept-ilst.ilst02 {
  background-image: url("../../img/fuchu/ilst-concept_sp02.svg");
  width: clamp(300px, 50vw, 587px);
  aspect-ratio: 587/331;
  bottom: 120px;
  right: -16%;
}
@media screen and (max-width: 1360px) {
  .fuchu-cts .sec-concept .concept-ilst.ilst02 {
    bottom: 20%;
    right: 0;
    width: clamp(300px, 40vw, 587px);
  }
}
@media screen and (max-width: 1200px) {
  .fuchu-cts .sec-concept .concept-ilst.ilst02 {
    bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-concept .concept-ilst.ilst02 {
    width: 65%;
  }
}
.fuchu-cts .sec-concept .sec-ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}
.fuchu-cts .sec-concept .sec-ttl .ttl-en {
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  margin-right: 0.3em;
}
.fuchu-cts .sec-concept .sec-ttl .ttl-ja {
  font-size: clamp(3rem, 6vw, 7rem);
}
.fuchu-cts .sec-concept .cts-txtR {
  max-width: 600px;
}

/*==========================================
 TASTE
===========================================*/
.fuchu-cts .sec-taste {
  background: #efeae6;
}
.fuchu-cts .sec-taste .sec-ttl .ttl-ja {
  margin: 2em auto 1em;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-taste .sec-ttl .ttl-ja {
    margin: 1em auto;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-taste .taste-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.fuchu-cts .sec-taste .taste-inner .inner-head {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-taste .taste-inner .inner-head {
    border-radius: 50px;
    width: 47%;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-taste .taste-inner .inner-head {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-taste .taste-inner .inner-head img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-taste .taste-inner .inner-head img {
    width: 100%;
    height: 760px;
    object-fit: cover;
  }
}
.fuchu-cts .sec-taste .taste-inner .inner-body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-taste .taste-inner .inner-body {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-taste .taste-inner .inner-body {
    width: 37%;
  }
}
.fuchu-cts .sec-taste .taste-inner .inner-body .cts-txtR {
  max-width: 600px;
}

/*==========================================
 ROOM
===========================================*/
.fuchu-cts .sec-room .wrapSr {
  position: relative;
  padding-bottom: clamp(100px, 15vw, 150px);
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .wrapSr {
    padding-bottom: 20%;
  }
}
.fuchu-cts .sec-room .room-ilst {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fuchu-cts .sec-room .room-ilst.ilst01 {
  background-image: url("../../img/fuchu/ilst-room01.svg");
  width: 30%;
  aspect-ratio: 520/438;
  left: -5%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-ilst.ilst01 {
    left: 46%;
    top: 71%;
  }
}
@media screen and (max-width: 576px) {
  .fuchu-cts .sec-room .room-ilst.ilst01 {
    width: 40%;
    top: 55%;
    left: 40%;
  }
}
.fuchu-cts .sec-room .room-ilst.ilst02 {
  background-image: url("../../img/fuchu/ilst-room02.svg");
  width: 15%;
  aspect-ratio: 307/575;
  right: 0;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-ilst.ilst02 {
    width: 23%;
    bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .fuchu-cts .sec-room .room-ilst.ilst02 {
    bottom: 30%;
  }
}
.fuchu-cts .sec-room .room-ilst.ilst03 {
  background-image: url("../../img/fuchu/ilst-room03.svg");
  width: 60%;
  aspect-ratio: 523/367;
  right: -80%;
  top: -5%;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-ilst.ilst03 {
    width: 40%;
    right: 20%;
    bottom: -5%;
    top: auto;
  }
}
.fuchu-cts .sec-room .room-ilst.ilst04 {
  background-image: url("../../img/fuchu/ilst-room04.svg");
  width: 40%;
  aspect-ratio: 673/320;
  bottom: -4%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-ilst.ilst04 {
    width: 60%;
    left: auto;
    right: 0;
    bottom: -2%;
  }
}
.fuchu-cts .sec-room .room-list {
  margin-top: clamp(100px, 15vw, 150px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuchu-cts .sec-room .room-list .room-item {
  position: relative;
  width: 100%;
}
.fuchu-cts .sec-room .room-list .room-item:not(:last-child) {
  margin-bottom: clamp(60px, 12vw, 120px);
}
.fuchu-cts .sec-room .room-list .room-item .item-head {
  position: relative;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn {
  font-family: "IM Fell English SC", serif;
  font-size: min(4vw, 8rem);
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  background: #fff;
  padding: 0 0 0.5em;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn::before, .fuchu-cts .sec-room .room-list .room-item .item-ttlEn::after {
  content: "";
  display: block;
  width: clamp(15px, 3vw, 30px);
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1) {
  left: 0;
  border-radius: 0 0 30px 0;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1)::before, .fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1)::after {
  background-image: url("../../img/fuchu/kadoLt-wht.svg");
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1)::before {
  left: 0;
  bottom: calc(0px - clamp(14px, 2.9vw, 29px));
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1)::after {
  right: calc(0px - clamp(14px, 2.9vw, 29px));
  top: 0;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n) {
  right: 0;
  text-align: right;
  border-radius: 0 0 0 30px;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n)::before, .fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n)::after {
  background-image: url("../../img/fuchu/kadoRt-wht.svg");
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n)::before {
  left: calc(0px - clamp(14px, 2.9vw, 29px));
  top: 0;
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n)::after {
  bottom: calc(0px - clamp(14px, 2.9vw, 29px));
  right: 0;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-list .room-item .item-ttlEn {
    font-size: clamp(3rem, 8vw, 8rem);
  }
  .fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n+1) {
    border-radius: 0 0 15px 0;
  }
  .fuchu-cts .sec-room .room-list .room-item .item-ttlEn:nth-of-type(2n) {
    border-radius: 0 0 0 15px;
  }
}
.fuchu-cts .sec-room .room-list .room-item .item-img {
  font-size: 0;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-room .room-list .room-item .item-img {
    border-radius: 15px;
  }
}
.fuchu-cts .sec-room .room-list .room-item .item-body {
  margin-top: clamp(30px, 6vw, 60px);
}
.fuchu-cts .sec-room .room-list .room-item .item-ttlJa {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  letter-spacing: 0.1em;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemRow {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-room .room-list .room-item.itemRow {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemRow .item-head {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemRow .item-body {
    width: 45%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemKitchen {
    flex-direction: row-reverse;
  }
}
.fuchu-cts .sec-room .room-list .room-item.itemKitchen .item-ttlEn {
  width: 9.5em;
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-room .room-list .room-item.itemKitchen .item-ttlJa, .fuchu-cts .sec-room .room-list .room-item.itemKitchen .item-txt {
    width: 60%;
    margin-left: auto;
  }
}
.fuchu-cts .sec-room .room-list .room-item.itemSanitary {
  margin-bottom: clamp(90px, 16vw, 160px);
}
.fuchu-cts .sec-room .room-list .room-item.itemSanitary .item-ttlEn {
  width: 4.5em;
}
@media screen and (min-width: 1201px) {
  .fuchu-cts .sec-room .room-list .room-item.itemSanitary .item-txt {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemLaundry {
    width: 35%;
    margin-bottom: 0;
  }
}
.fuchu-cts .sec-room .room-list .room-item.itemLaundry .item-ttlEn {
  width: 4.8em;
  top: calc(0px - clamp(25px, 3vw, 60px));
}
.fuchu-cts .sec-room .room-list .room-item.itemLaundry .item-ttlEn::after {
  top: clamp(24px, 2.9vw, 59px);
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-room .room-list .room-item.itemKids {
    width: 50%;
    margin-top: 18%;
  }
}
.fuchu-cts .sec-room .room-list .room-item.itemKids .item-ttlEn {
  width: 6.5em;
}

/*==========================================
 素材と照明計画
===========================================*/
.fuchu-cts .sec-material {
  background: #efeae6;
}
.fuchu-cts .sec-material .material-ttl {
  position: relative;
  text-align: center;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto clamp(100px, 18vw, 180px);
}
.fuchu-cts .sec-material .material-ttl::before, .fuchu-cts .sec-material .material-ttl::after {
  content: "";
  width: clamp(140px, 21.4vw, 214px);
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  mix-blend-mode: multiply;
  position: absolute;
  top: calc(50% - clamp(70px, 10.7vw, 107px));
}
.fuchu-cts .sec-material .material-ttl::before {
  background: #e2bb40;
  right: calc(50% - clamp(30px, 4vw, 40px));
}
.fuchu-cts .sec-material .material-ttl::after {
  background: #95d1cb;
  left: calc(50% - clamp(30px, 4vw, 40px));
}
.fuchu-cts .sec-material .material-ttl span {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fuchu-cts .sec-material .material-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.fuchu-cts .sec-material .material-list .material-item {
  width: 31%;
}
@media screen and (max-width: 1200px) {
  .fuchu-cts .sec-material .material-list .material-item {
    width: 48%;
  }
  .fuchu-cts .sec-material .material-list .material-item:nth-of-type(n+3) {
    margin-top: clamp(40px, 8vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-material .material-list .material-item {
    width: 100%;
  }
  .fuchu-cts .sec-material .material-list .material-item:nth-of-type(n+2) {
    margin-top: clamp(40px, 8vw, 80px);
  }
}
.fuchu-cts .sec-material .material-list .material-item .item-head {
  position: relative;
}
.fuchu-cts .sec-material .material-list .material-item .item-img {
  font-size: 0;
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fuchu-cts .sec-material .material-list .material-item .item-img {
    border-radius: 15px 15px 15px 0;
  }
}
.fuchu-cts .sec-material .material-list .material-item .item-img img {
  width: 100%;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl {
  background: #efeae6;
  padding: 1em 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1.8rem, 2vw, 2rem);
  width: 80%;
  border-radius: 0px 30px 0 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl::before, .fuchu-cts .sec-material .material-list .material-item .item-ttl::after {
  content: "";
  display: block;
  background: url("../../img/fuchu/kadoLb-beige.svg") no-repeat center/cover;
  width: clamp(15px, 3vw, 30px);
  aspect-ratio: 1/1;
  position: absolute;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl::before {
  top: calc(0px - clamp(14px, 2.9vw, 29px));
  left: 0;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl::after {
  right: calc(0px - clamp(14px, 2.9vw, 29px));
  bottom: 0;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl .ttl-en {
  font-family: "IM Fell English SC", serif;
  font-size: clamp(2.8rem, 2.8vw, 4rem);
  margin-right: 0.5em;
}
.fuchu-cts .sec-material .material-list .material-item .item-ttl .ttl-ja {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.fuchu-cts .sec-material .material-list .material-item .item-body {
  margin: clamp(25px, 6vw, 80px) auto 0;
}/*# sourceMappingURL=fuchu.css.map */