@charset "UTF-8";
.pre-inc .design_wrapp {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  padding-top: 100px;
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
.pre-inc .design_wrapp img {
  height: auto;
}
.pre-inc .design_wrapp .mv {
  position: relative;
  margin-bottom: 120px;
}
.pre-inc .design_wrapp .mv figcaption {
  position: absolute;
  text-align: center;
  right: 15px;
  bottom: 1.15em;
  margin: auto;
  padding: 0;
  color: #fff;
}
.pre-inc .design_wrapp h2 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  position: absolute;
}
.pre-inc .design_wrapp h2 span {
  display: block;
  font-size: min(3.8vw, 40px);
}
@media (max-width: 768px) {
  .pre-inc .design_wrapp .mv {
    margin-bottom: 50px;
  }
  .pre-inc .design_wrapp .mv figcaption {
    left: auto;
    right: 0.5em;
    bottom: 0.5em;
  }
  .pre-inc .design_wrapp h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    top: 50%;
  }
  .pre-inc .design_wrapp h2 span {
    display: block;
    font-size: min(8.8vw, 60px);
  }
}
.pre-inc .design_wrapp h3 {
  text-align: center;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: 0.2em;
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 768px) {
  .pre-inc .design_wrapp h3 {
    margin-bottom: 35px;
    font-size: clamp(24px, 5vw, 28px);
  }
}
.pre-inc .design_wrapp h3 sup, .pre-inc .design_wrapp .design_txt sup {
  font-size: 50%;
}
.pre-inc .design_wrapp .design_txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .pre-inc .design_wrapp .design_txt {
    font-size: clamp(14px, 2.6vw, 16px);
    letter-spacing: 0;
    line-height: 2.2;
  }
}
.pre-inc .design_wrapp .design_txt small {
  display: block;
  font-size: max(11px, 70%);
  margin-top: 12px;
}
.pre-inc :where(.design_wrapp) .section {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .section {
    margin-top: 120px;
  }
}
.pre-inc :where(.design_wrapp) .section_inner {
  width: 86%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .section_inner {
    width: 90%;
  }
}
.pre-inc :where(.design_wrapp) .section_inner.lg {
  max-width: 1200px;
}
.pre-inc :where(.design_wrapp) .section_inner.md {
  max-width: 1100px;
}
.pre-inc :where(.design_wrapp) .section_inner.sm {
  max-width: 800px;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .section_inner.sp_full {
    width: 100%;
  }
}
.pre-inc :where(.design_wrapp) .wide_image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
}
.pre-inc :where(.design_wrapp) .wide_image .wide_image_cap {
  color: #fff;
  display: block;
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 11px;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .wide_image .wide_image_cap {
    color: #000;
    margin-right: 6px;
    position: revert;
    inset: auto;
  }
}
.pre-inc :where(.design_wrapp) .floor_map {
  width: 100%;
  margin-block: 50px;
}
.pre-inc :where(.design_wrapp) .design_merit {
  background: #d5cbbe;
  padding-block: 100px;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .design_merit {
    padding-block: 80px;
  }
}
.pre-inc :where(.design_wrapp) .design_merit .title_wrapp {
  margin-inline: auto;
  position: relative;
}
@media (width >= 992px) {
  .pre-inc :where(.design_wrapp) .design_merit .title_wrapp {
    width: fit-content;
  }
}
.pre-inc :where(.design_wrapp) .design_merit .title_img {
  display: block;
  height: auto;
  margin-bottom: 35px;
  margin-inline: auto;
  max-width: 250px;
  width: 50%;
}
@media (width >= 992px) {
  .pre-inc :where(.design_wrapp) .design_merit .title_img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    translate: 100% -30px;
    width: 40%;
  }
}
.pre-inc :where(.design_wrapp) .merit_cards,
.pre-inc :where(.design_wrapp) .service_cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.pre-inc :where(.design_wrapp) .merit_cards li,
.pre-inc :where(.design_wrapp) .service_cards li {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 32%;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .merit_cards li,
  .pre-inc :where(.design_wrapp) .service_cards li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .merit_cards li + li,
  .pre-inc :where(.design_wrapp) .service_cards li + li {
    margin-top: 60px;
  }
}
.pre-inc :where(.design_wrapp) .merit_cards .card_img,
.pre-inc :where(.design_wrapp) .service_cards .card_img {
  position: relative;
}
.pre-inc :where(.design_wrapp) .merit_cards .card_img img,
.pre-inc :where(.design_wrapp) .service_cards .card_img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pre-inc :where(.design_wrapp) .merit_cards .card_img figcaption,
.pre-inc :where(.design_wrapp) .service_cards .card_img figcaption {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 10px;
  text-align: right;
}
.pre-inc :where(.design_wrapp) .merit_cards .card_img {
  aspect-ratio: 544/388;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .merit_cards .card_img {
    aspect-ratio: 620/302;
  }
}
.pre-inc :where(.design_wrapp) .merit_cards .card_label {
  background-color: #7b6448;
  color: #fff;
  line-height: 1.4;
  padding: 8px 16px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .merit_cards .card_label {
    font-size: 14px;
    padding: 4px 16px;
  }
}
.pre-inc :where(.design_wrapp) .merit_cards .card_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}
.pre-inc :where(.design_wrapp) .merit_cards .title {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.pre-inc :where(.design_wrapp) .merit_cards .text {
  line-height: 1.6;
}
.pre-inc :where(.design_wrapp) .service_cards li {
  container: card/inline-size;
  background-color: #d5cbbe;
}
.pre-inc :where(.design_wrapp) .service_cards .card_inner {
  display: flex;
  flex-direction: column;
  padding: 40px clamp(16px, 7.5cqi, 24px);
  row-gap: 20px;
  column-gap: 20px;
}
@container card (width >= 400px) {
  .pre-inc :where(.design_wrapp) .service_cards .card_inner {
    align-items: center;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.pre-inc :where(.design_wrapp) .service_cards .card_body {
  container: card_body/inline-size;
  flex: 1;
}
.pre-inc :where(.design_wrapp) .service_cards .title {
  font-size: clamp(11px, 5.8cqi, 17px);
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}
.pre-inc :where(.design_wrapp) .service_cards .title .lg {
  color: #7b6448;
  display: block;
  font-size: clamp(16px, 8cqi, 24px);
  margin-top: 10px;
}
.pre-inc :where(.design_wrapp) .service_cards .note {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
.pre-inc :where(.design_wrapp) .service_cards .note span {
  display: block;
}
.pre-inc :where(.design_wrapp) .service_cards .card_img {
  position: relative;
}
@container card (width >= 400px ) {
  .pre-inc :where(.design_wrapp) .service_cards .card_img {
    align-self: stretch;
    flex: 0 0 39.5104895105%;
    min-height: 180px;
  }
  .pre-inc :where(.design_wrapp) .service_cards .note {
    display: table;
    margin-inline: auto;
  }
}
.pre-inc :where(.design_wrapp) .mt_sm {
  margin-top: 60px;
}
.pre-inc :where(.design_wrapp) .mt_md {
  margin-top: 80px;
}
.pre-inc :where(.design_wrapp) .mt_lg {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .pre-inc :where(.design_wrapp) .mt_lg {
    margin-top: 100px;
  }
}
.pre-inc {
  /***フッターナビ***/
}
.pre-inc .ft_area .seccmenu {
  display: none;
}
.pre-inc .ft_area .ft-area1 {
  padding: 50px 0 70px 0;
}
@media (max-width: 767px) {
  .pre-inc .design_wrapp {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
  }
}

/*# sourceMappingURL=design.css.map */
