@charset "UTF-8";
/*
index
-----------------------------------------------------*/
/*
i-setting
-----------------------------------------------------*/
/*最後に削除する！--*/
/*--最後に削除する！*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
i-functions
-----------------------------------------------------*/
/*
i-mixin
-----------------------------------------------------*/
/* ------------------------- 使い方 ----------------------------------------------------------

    @include sizing(width, wide, 365px, sp, 276px);
    ==> width: clamp(276px, 7.46vw + 248px, 365px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を上限下限をつけて設定）

    @include sizing(width, wide, 365px, sp, 276px, noClamp);
    ==> width: calc(7.46vw + 248px);
    （ビューポートがwide(1568px)のとき365px, sp(375px)のとき276pxになる自動補完値を設定）

    @include sizingRem(font-size, wide, 14px, sp, 12px);
    ==> font-size: clamp(0.75rem, 0.17vw + 0.70625rem, 0.875rem;
    （ビューポートがwide(1568px)のとき14px, sp(375px)のとき12pxになる自動補完値をremに変換して設定）
　　
    ※使いたいsassファイル上で@useしてください。
    ※scssファイル上での読みやすさ重視のため、mixinの引数に単位[px]が必要な仕様にしてあります。

// ---------------------------------------------------------------------------------------- */
/*
homes
-----------------------------------------------------*/
.page-template-homes_ownermedetechno {
  background: #fafafa;
}
.page-template-homes_basie {
  background: #eae8e1;
}
.page-template-homes_basie .-plans {
  background: #d3d3d3;
  padding-top: 0;
  margin-bottom: clamp(70px, 15.63vw + 20px, 140px);
}
@media screen and (min-width: 768px) {
  .page-template-homes_basie .-plans {
    padding-top: clamp(70px, 15.63vw + 20px, 140px);
  }
}
.page-template-homes_garage {
  background: #e5eae1;
}
.page-template-homes_amodacasa {
  background: #fafafa;
}
.page-template-homes_amodacasa .c-herohead h1 span,
.page-template-homes_amodacasa .l-breadcrumbs li:last-child {
  text-transform: none;
}
.page-template-homes_hiraya {
  background: #fafafa;
}
.page-template-homes_tsunagari {
  background: #faffff;
}

.p-homes {
  /* ownermedetechno----------- */
  /* basie----------- */
  /* garage----------- */
  /* amodacasa----------- */
  /* hiraya----------- */
  /* tsunagari----------- */
}
.p-homes .-logobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 100px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-homes .-logobox {
    margin: 0 0 100px 0;
    width: 100%;
    flex-direction: row;
  }
}
.p-homes .-logobox img {
  display: block;
  margin-bottom: 2em;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-homes .-logobox img {
    width: 27%;
    margin-bottom: 0;
  }
}
.p-homes .-logobox p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-homes .-logobox p {
    width: 68%;
  }
}
.p-homes_ownermedetechno .-sec01,
.p-homes_ownermedetechno .-sec02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec01,
  .p-homes_ownermedetechno .-sec02 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec01 .-img,
  .p-homes_ownermedetechno .-sec02 .-img {
    width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec01 .-txt,
  .p-homes_ownermedetechno .-sec02 .-txt {
    width: 53%;
  }
}
.p-homes_ownermedetechno .-sec01 .-txt h2,
.p-homes_ownermedetechno .-sec02 .-txt h2 {
  font-size: clamp(28px, 2.68vw + 19.4px, 40px);
  font-weight: 600;
  margin-bottom: 1em;
  text-align: center;
}
.p-homes_ownermedetechno .-sec01 {
  padding-bottom: 0;
  margin-bottom: clamp(50px, 5.58vw + 32.1px, 75px);
}
.p-homes_ownermedetechno .-sec03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec03 {
    flex-direction: row;
  }
}
.p-homes_ownermedetechno .-sec03 .-txt {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec03 .-txt {
    margin-bottom: 0;
  }
}
.p-homes_ownermedetechno .-sec03 .-txt h2 {
  flex-grow: 1;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  padding: 1em 1rem;
  background: #930f24;
  font-family: "Roboto", sans-serif;
}
.p-homes_ownermedetechno .-sec03 .-txt h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.p-homes_ownermedetechno .-sec03 .-txt div {
  flex-grow: 1;
  padding: 1rem;
  background: #fff;
}
.p-homes_ownermedetechno .-sec03 .-txt div h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-homes_ownermedetechno .-sec03 .-txt div p {
  margin: 0;
}
.p-homes_ownermedetechno .-sec04 .-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec04 .-txt {
    flex-direction: row;
  }
}
.p-homes_ownermedetechno .-sec04 .-txt h2 {
  font-size: clamp(28px, 2.68vw + 19.4px, 40px);
  font-weight: 600;
  color: #930f24;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec04 .-txt h2 {
    width: 50%;
  }
}
.p-homes_ownermedetechno .-sec04 .-txt p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec04 .-txt p {
    width: 45%;
  }
}
.p-homes_ownermedetechno .-sec05 {
  margin: 0 calc(50% - 50vw);
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 5%;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div {
    position: relative;
    min-height: 420px;
    margin: 5%;
  }
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt {
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #333333;
  padding: 20px 8% 20px 5%;
  background: #fff;
  min-height: 234px;
  z-index: -1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt {
    width: 68%;
    padding: 50px 120px 50px 100px;
  }
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt:before {
    top: -20px;
    left: -20px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt h3 {
  font-size: clamp(18px, 1.34vw + 13.7px, 24px);
  font-weight: 600;
  color: #930f24;
  margin-bottom: 1em;
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div .-txt p {
  margin: 0;
}
.p-homes_ownermedetechno .-sec05 .swiper-slide > div .-img {
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div .-img {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_ownermedetechno .-sec05 .swiper-slide > div .-img {
    width: 40%;
  }
}
.p-homes_basie .-sec01 h2,
.p-homes_basie .-sec02 h2 {
  font-size: clamp(28px, 2.68vw + 19.4px, 40px);
  font-weight: 600;
  margin-bottom: 1em;
}
.p-homes_basie .-sec01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-sec01 {
    flex-direction: row;
  }
}
.p-homes_basie .-sec01 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-sec01 .-img {
    width: 50vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-sec01 .-txt {
    width: 45%;
  }
}
.p-homes_basie .-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-box {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-box .-img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-box .-txt {
    width: 50%;
    order: -1;
  }
}
.p-homes_basie .-box .-txt h3 {
  position: relative;
  font-size: clamp(12px, 1.34vw + 7.7px, 18px);
  font-weight: 600;
  margin: 0.8em 0;
  padding-left: 90px;
  text-align: right;
}
.p-homes_basie .-box .-txt h3:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 11em;
  height: 1px;
  background: #707070;
}
.p-homes_basie .-box .-txt h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.p-homes_basie .-box .-txt p {
  font-size: 14px;
  line-height: 2;
}
.p-homes_basie .-planexample {
  padding-bottom: clamp(40px, 7.81vw + 15px, 75px);
}
.p-homes_basie .-planexample h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.p-homes_basie .-planexample h2 span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 14px;
}
.p-homes_basie .-planexample ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-planexample ul {
    flex-direction: row;
  }
}
.p-homes_basie .-planexample ul li {
  background: #fff;
}
.p-homes_basie .-planexample ul li a {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
}
.p-homes_basie .-planexample ul li a img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-planexample ul li a {
    flex-direction: column;
  }
  .p-homes_basie .-planexample ul li a img {
    width: 100%;
  }
}
.p-homes_basie .-planexample ul li a:hover {
  opacity: 0.7;
}
.p-homes_basie .-planexample ul li a > div {
  padding: 5%;
}
.p-homes_basie .-planexample ul li a > div h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
.p-homes_basie .-planexample ul li a > div h3 span {
  font-size: 30px;
  font-weight: 400;
  margin-right: 0.3em;
}
.p-homes_basie .-planexample ul li a > div h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-homes_basie .-planexample ul li a > div h4 span {
  font-size: 14px;
  display: block;
}
.p-homes_basie .-planexample ul li a > div p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.p-homes_basie .-plan .-concept {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  margin-bottom: clamp(70px, 15.63vw + 20px, 140px);
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-concept {
    flex-direction: row;
  }
}
.p-homes_basie .-plan .-concept .-img {
  margin: 0 calc(50% - 50vw) 25px;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-concept .-img {
    width: 50vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-concept .-txt {
    order: -1;
    width: 45%;
  }
}
.p-homes_basie .-plan .-concept .-txt h3 {
  position: relative;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-concept .-txt h3 {
    font-size: 154px;
  }
}
.p-homes_basie .-plan .-concept .-txt h3 span {
  font-size: 40px;
  font-weight: 400;
}
.p-homes_basie .-plan .-concept .-txt h3:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 50%;
  height: 1px;
  background: #333333;
}
.p-homes_basie .-plan .-concept .-txt h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-homes_basie .-plan .-concept .-txt h4 span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.p-homes_basie .-plan .-floorplan {
  margin-bottom: clamp(70px, 17.86vw + 12.8px, 150px);
}
.p-homes_basie .-plan .-feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 23px;
  margin-bottom: clamp(70px, 15.63vw + 20px, 140px);
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-feature {
    flex-direction: row;
  }
}
.p-homes_basie .-plan .-feature figure {
  margin: 0 calc(50% - 50vw) 25px;
}
@media screen and (min-width: 768px) {
  .p-homes_basie .-plan .-feature figure {
    margin: auto;
  }
}
.p-homes_basie .-plan .-feature figure figcaption {
  width: 90%;
  margin: 1.5rem auto 0;
}
.p-homes_basie .-plan .-feature figure figcaption h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
.p-homes_basie .-plan .-feature figure figcaption p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.p-homes_garage .-sec01 h2,
.p-homes_garage .-sec02 h2 {
  font-size: clamp(28px, 2.68vw + 19.4px, 40px);
  font-weight: 600;
  margin-bottom: 1em;
}
.p-homes_garage .-sec01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec01 {
    flex-direction: row;
  }
}
.p-homes_garage .-sec01 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec01 .-img {
    width: 50vw;
    margin-left: 0;
  }
}
.p-homes_garage .-sec01 .-txt {
  width: 90%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec01 .-txt {
    width: 45%;
    margin: 0;
  }
}
.p-homes_garage .-sec01 .-txt img {
  max-width: 360px;
  margin-bottom: 3rem;
}
.p-homes_garage .-img01 {
  display: flex;
  flex-direction: row-reverse;
  max-width: 900px;
  margin-top: 3rem;
  margin-bottom: clamp(70px, 15.63vw + 20px, 140px);
}
.p-homes_garage .-img01 img {
  display: block;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-img01 {
    margin-top: -3rem;
    flex-direction: row-reverse;
  }
}
.p-homes_garage .-sec02 {
  text-align: center;
}
.p-homes_garage .-sec03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec03 {
    flex-direction: row;
  }
}
.p-homes_garage .-sec03 .-img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec03 .-img {
    width: 50vw;
    margin-left: 0;
  }
}
.p-homes_garage .-sec03 .-txt {
  width: 90%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-sec03 .-txt {
    width: 45%;
    margin-bottom: 0;
  }
}
.p-homes_garage .-sec03 .-txt h2 {
  font-size: clamp(40px, 8.93vw + 11.4px, 80px);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.p-homes_garage .-sec03 .-txt h2 span {
  display: block;
  font-size: clamp(15px, 0.45vw + 13.5px, 17px);
}
.p-homes_garage .-sec03 .-txt h3 {
  font-size: clamp(20px, 2.23vw + 12.9px, 30px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif;
}
.p-homes_garage .-img03 {
  max-width: 900px;
  margin-top: -3rem;
  position: relative;
  margin-bottom: clamp(70px, 15.63vw + 20px, 140px);
}
.p-homes_garage .-img03 img {
  display: block;
  max-width: 390px;
  margin: 0 auto;
}
.p-homes_garage .-box {
  background: #fff;
  width: 100%;
  padding: 5%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-box {
    flex-direction: row;
    padding: 2rem;
    width: 57%;
  }
}
.p-homes_garage .-plan {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-plan {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-plan .-img {
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_garage .-plan .-txt {
    width: 45%;
    order: -1;
    margin-bottom: 0;
  }
}
.p-homes_garage .-plan .-txt h3 {
  font-size: clamp(20px, 1.34vw + 15.7px, 26px);
  font-weight: 800;
  margin-bottom: 1em;
  color: #0a5411;
  font-family: "Roboto", sans-serif;
}
.p-homes_garage .-plan .-txt h3 span {
  display: block;
  font-size: clamp(15px, 0.45vw + 13.5px, 17px);
}
.p-homes_amodacasa .-sec01 .-txt {
  text-align: center;
}
.p-homes_amodacasa .-sec01 .-txt h2 {
  font-size: clamp(30px, 6.7vw + 8.5px, 60px);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-homes_amodacasa .-sec01 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-sec01 ul {
    flex-direction: row;
  }
}
.p-homes_amodacasa .-sec01 ul li a {
  transition: all 0.3s;
}
.p-homes_amodacasa .-sec01 ul li a:hover {
  opacity: 0.7;
}
.p-homes_amodacasa .-sec01 ul li a figure img {
  margin-bottom: 0.5rem;
}
.p-homes_amodacasa .-sec01 ul li a figure figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
.p-homes_amodacasa .-plan h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  padding: 0.5rem 1rem;
  background: #333333;
  font-weight: 800;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan h2 {
    width: auto;
    margin: auto;
  }
}
.p-homes_amodacasa .-plan h3 {
  font-size: clamp(20px, 4.46vw + 5.7px, 40px);
  font-weight: 600;
  margin-bottom: 1em;
}
.p-homes_amodacasa .-plan .-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan .-img {
    width: auto;
    margin: auto;
  }
}
.p-homes_amodacasa .-plan .-txt {
  margin: 2rem auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan .-txt {
    margin: 2rem 0;
    width: 100%;
  }
}
.p-homes_amodacasa .-plan .-layoutbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan .-layoutbox {
    flex-direction: row;
  }
}
.p-homes_amodacasa .-plan .-layoutbox .-layout {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan .-layoutbox .-layout {
    width: 57%;
    margin: 0;
  }
}
.p-homes_amodacasa .-plan .-layoutbox .-ovweview {
  padding: 1rem;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-homes_amodacasa .-plan .-layoutbox .-ovweview {
    width: 38%;
  }
}
.p-homes_amodacasa .-plan .-layoutbox .-ovweview p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}
.p-homes_hiraya .-sec01,
.p-homes_hiraya .-sec02,
.p-homes_hiraya .-sec03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec01,
  .p-homes_hiraya .-sec02,
  .p-homes_hiraya .-sec03 {
    flex-direction: row;
  }
}
.p-homes_hiraya .-sec01 .-img,
.p-homes_hiraya .-sec02 .-img,
.p-homes_hiraya .-sec03 .-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec01 .-img,
  .p-homes_hiraya .-sec02 .-img,
  .p-homes_hiraya .-sec03 .-img {
    width: 43%;
    margin: auto;
  }
}
.p-homes_hiraya .-sec01 .-txt,
.p-homes_hiraya .-sec02 .-txt,
.p-homes_hiraya .-sec03 .-txt {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec01 .-txt,
  .p-homes_hiraya .-sec02 .-txt,
  .p-homes_hiraya .-sec03 .-txt {
    width: 43%;
  }
}
.p-homes_hiraya .-sec01 .-txt h2,
.p-homes_hiraya .-sec02 .-txt h2,
.p-homes_hiraya .-sec03 .-txt h2 {
  font-size: clamp(28px, 0.89vw + 25.2px, 32px);
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 0.5em;
}
.p-homes_hiraya .-sec01 .-txt p,
.p-homes_hiraya .-sec02 .-txt p,
.p-homes_hiraya .-sec03 .-txt p {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec01 .-txt,
  .p-homes_hiraya .-sec03 .-txt {
    order: -1;
  }
}
.p-homes_hiraya .-sec04 h2 {
  font-size: clamp(40px, 8.93vw + 11.4px, 80px);
  font-family: "Times", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.p-homes_hiraya .-sec04 h2 span {
  display: block;
  font-size: clamp(15px, 0.45vw + 13.5px, 17px);
}
.p-homes_hiraya .-sec04 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec04 ul {
    flex-direction: row;
  }
}
.p-homes_hiraya .-sec04 ul li {
  padding: 5%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-sec04 ul li {
    width: calc((100% - 18px) / 3);
    padding: 22px;
  }
}
.p-homes_hiraya .-sec04 ul li a {
  transition: all 0.3s;
}
.p-homes_hiraya .-sec04 ul li a:hover {
  opacity: 0.7;
}
.p-homes_hiraya .-sec04 ul li a figure img {
  margin-bottom: 3rem;
}
.p-homes_hiraya .-sec04 ul li a figure h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Times", serif;
  margin-bottom: 1rem;
}
.p-homes_hiraya .-sec04 ul li a figure h3 span {
  font-size: 20px;
  font-weight: 400;
  margin-right: 0.3em;
}
.p-homes_hiraya .-sec04 ul li a figure h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  margin-bottom: 1rem;
}
.p-homes_hiraya .-sec04 ul li a figure p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.p-homes_hiraya .-plans {
  background: #fff;
  padding-top: clamp(45px, 3.35vw + 34.3px, 60px);
  padding-bottom: 0;
  margin-bottom: clamp(60px, 8.93vw + 31.4px, 100px);
}
.p-homes_hiraya .-plans .-plan .-head,
.p-homes_hiraya .-plans .-plan .-img,
.p-homes_hiraya .-plans .-plan .-layout {
  max-width: 824px;
  margin: 0 auto;
}
.p-homes_hiraya .-plans .-plan .-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-family: "Times", serif;
  padding-bottom: 22px;
  border-bottom: 1px solid #333333;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-head {
    justify-content: space-between;
  }
}
.p-homes_hiraya .-plans .-plan .-head img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-head img {
    display: block;
    width: 25%;
  }
}
.p-homes_hiraya .-plans .-plan .-head > div {
  width: 70%;
}
.p-homes_hiraya .-plans .-plan .-head > div .-heading {
  font-size: clamp(80px, 4.46vw + 65.7px, 100px);
}
.p-homes_hiraya .-plans .-plan .-head > div .-heading span {
  font-size: clamp(20px, 2.23vw + 12.9px, 30px);
}
.p-homes_hiraya .-plans .-plan .-head > div h2 {
  font-size: clamp(28px, 0.89vw + 25.2px, 32px);
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
}
.p-homes_hiraya .-plans .-plan .-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-img {
    width: auto;
    margin: 0 auto 100px;
  }
}
.p-homes_hiraya .-plans .-plan .-layout {
  margin-bottom: 50px;
}
.p-homes_hiraya .-plans .-plan .-overview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: clamp(50px, 6.7vw + 28.5px, 80px);
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-overview {
    flex-direction: row;
  }
}
.p-homes_hiraya .-plans .-plan .-overview .-plan p,
.p-homes_hiraya .-plans .-plan .-overview .-note p {
  margin: 0;
}
.p-homes_hiraya .-plans .-plan .-overview .-plan {
  padding: 1rem;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-overview .-plan {
    width: 40%;
  }
}
.p-homes_hiraya .-plans .-plan .-overview .-plan h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-overview .-note {
    width: 55%;
  }
}
.p-homes_hiraya .-plans .-plan .-other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 23px;
  margin-bottom: clamp(50px, 6.7vw + 28.5px, 80px);
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-other {
    flex-direction: row;
  }
}
.p-homes_hiraya .-plans .-plan .-other li figure {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-homes_hiraya .-plans .-plan .-other li figure {
    width: auto;
    margin: 0;
  }
}
.p-homes_hiraya .-plans .-plan .-other li figure img {
  margin-bottom: 1.5rem;
}
.p-homes_hiraya .-plans .-plan .-other li figure figcaption {
  width: 90%;
  margin: 0 auto;
}
.p-homes_hiraya .-plans .-plan .-other li figure figcaption h3 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1em;
}
.p-homes_hiraya .-plans .-plan .-other li figure figcaption p {
  font-size: 14px;
  line-height: 2;
}
.p-homes_tsunagari .-sec02,
.p-homes_tsunagari .-sec03,
.p-homes_tsunagari .-sec04,
.p-homes_tsunagari .-sec05 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec02,
  .p-homes_tsunagari .-sec03,
  .p-homes_tsunagari .-sec04,
  .p-homes_tsunagari .-sec05 {
    flex-direction: row;
  }
}
.p-homes_tsunagari .-sec02 .-img,
.p-homes_tsunagari .-sec02 .-txt,
.p-homes_tsunagari .-sec03 .-img,
.p-homes_tsunagari .-sec03 .-txt,
.p-homes_tsunagari .-sec04 .-img,
.p-homes_tsunagari .-sec04 .-txt,
.p-homes_tsunagari .-sec05 .-img,
.p-homes_tsunagari .-sec05 .-txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec02 .-img,
  .p-homes_tsunagari .-sec02 .-txt,
  .p-homes_tsunagari .-sec03 .-img,
  .p-homes_tsunagari .-sec03 .-txt,
  .p-homes_tsunagari .-sec04 .-img,
  .p-homes_tsunagari .-sec04 .-txt,
  .p-homes_tsunagari .-sec05 .-img,
  .p-homes_tsunagari .-sec05 .-txt {
    width: 43%;
  }
}
.p-homes_tsunagari .-sec02 .-img h2,
.p-homes_tsunagari .-sec02 .-txt h2,
.p-homes_tsunagari .-sec03 .-img h2,
.p-homes_tsunagari .-sec03 .-txt h2,
.p-homes_tsunagari .-sec04 .-img h2,
.p-homes_tsunagari .-sec04 .-txt h2,
.p-homes_tsunagari .-sec05 .-img h2,
.p-homes_tsunagari .-sec05 .-txt h2 {
  color: #35aceb;
  font-size: clamp(20px, 2.23vw + 12.9px, 30px);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-homes_tsunagari .-sec02 .-img p,
.p-homes_tsunagari .-sec02 .-txt p,
.p-homes_tsunagari .-sec03 .-img p,
.p-homes_tsunagari .-sec03 .-txt p,
.p-homes_tsunagari .-sec04 .-img p,
.p-homes_tsunagari .-sec04 .-txt p,
.p-homes_tsunagari .-sec05 .-img p,
.p-homes_tsunagari .-sec05 .-txt p {
  font-size: clamp(16px, 0vw + 16px, 16px);
  line-height: 2;
}
.p-homes_tsunagari .-sec02 .-img,
.p-homes_tsunagari .-sec03 .-img,
.p-homes_tsunagari .-sec04 .-img,
.p-homes_tsunagari .-sec05 .-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec02 .-img,
  .p-homes_tsunagari .-sec03 .-img,
  .p-homes_tsunagari .-sec04 .-img,
  .p-homes_tsunagari .-sec05 .-img {
    width: 43%;
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec02 .-txt,
  .p-homes_tsunagari .-sec04 .-txt {
    order: -1;
  }
}
.p-homes_tsunagari .-sec06 h2 {
  color: #35aceb;
  font-size: clamp(40px, 8.93vw + 11.4px, 80px);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.p-homes_tsunagari .-sec06 h2 span {
  display: block;
  font-size: clamp(15px, 0.45vw + 13.5px, 17px);
}
.p-homes_tsunagari .-sec06 ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec06 ul {
    flex-direction: row;
  }
}
.p-homes_tsunagari .-sec06 ul li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-homes_tsunagari .-sec06 ul li {
    width: calc((100% - 56px) / 3);
  }
}
.p-homes_tsunagari .-sec06 ul li a {
  display: flex;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.p-homes_tsunagari .-sec06 ul li a:hover {
  opacity: 0.7;
}
.p-homes_tsunagari .-sec06 ul li a figure img {
  aspect-ratio: 295/388;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-homes_tsunagari .-sec06 ul li a figure figcaption {
  padding: 1.5rem;
}
.p-homes_tsunagari .-sec06 ul li a figure h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
.p-homes_tsunagari .-sec06 ul li a figure h3 span {
  font-size: 20px;
  font-weight: 400;
  margin-right: 0.3em;
}
.p-homes_tsunagari .-sec06 ul li a figure h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.p-homes_tsunagari .-sec06 ul li a figure p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.p-homes .-plan .-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-homes .-plan .-head {
    flex-direction: row;
  }
}
.p-homes .-plan .-head .-img {
  margin: 0 calc(50% - 50vw) 25px;
}
@media screen and (min-width: 768px) {
  .p-homes .-plan .-head .-img {
    width: 50vw;
    margin-left: 0;
  }
}
.p-homes .-plan .-head .-txt {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-homes .-plan .-head .-txt {
    width: 45%;
    order: -1;
  }
}
.p-homes .-plan .-head .-txt .-heading {
  position: relative;
  color: #35aceb;
  font-size: clamp(50px, 12.05vw + 11.5px, 104px);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-homes .-plan .-head .-txt .-heading {
    margin-bottom: 3rem;
  }
}
.p-homes .-plan .-head .-txt .-heading span {
  font-size: 30px;
  line-height: 1;
}
.p-homes .-plan .-head .-txt .-heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: calc(100% - 8rem);
  height: 1px;
  background: #35aceb;
}
.p-homes .-plan .-head .-txt h2 {
  color: #35aceb;
  font-size: clamp(20px, 2.68vw + 11.4px, 32px);
  margin-bottom: 1rem;
  font-weight: 600;
}
.p-homes .-plan .-head .-txt h2 span {
  display: block;
  font-size: clamp(12px, 0.89vw + 9.2px, 16px);
}
.p-homes .-plan .-head .-txt p {
  line-height: 2;
}
.p-homes .-plan .-layout {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 3rem;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-homes .-plan .-layout {
    margin: 4rem auto;
    flex-direction: row;
    align-items: normal;
  }
}
.p-homes .-plan .-layout li {
  color: #35aceb;
  font-size: 16px;
}
.p-homes .-plan .-layout li img {
  margin-top: 30px;
}
.p-homes .-plan .-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-homes .-plan .-overview li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  width: calc((100% - 1rem) / 2);
  color: #35aceb;
  font-size: clamp(14px, 0.89vw + 11.2px, 18px);
  padding: 0.6em;
  border: 1px solid #26b0fb;
  background: #fff;
}/*# sourceMappingURL=homes.css.map */