@charset "UTF-8";
/* コンテンツ */

.bg_comn {
    background: linear-gradient(to right, #7d6d61, #9e938a, #7d6d61);
    padding: 5em;
}
.bg_comn2 {
    background-color: #edeeec;
}


.common_tx {
    text-align: center;
    margin-bottom: 5em;
}
.common_tx img {
    width: 70%;
    max-width: 700px;
}
@media screen and (max-width: 960px) {
.bg_comn {
    padding: 2em;
}
.common_tx {
    margin-bottom: 4em;
}
.common_tx img {
    width: 80%;
}
}

@media screen and (max-width: 520px) {
.bg_comn {
    padding: 1em;
}
.bg_comn2 .container {
    padding-top: 3em;
    padding-bottom: 3em;
}
.common_tx {
    margin-bottom: 3em;
}
.common_tx img {
    width: 100%;
}
}

.over_box1 {
    position: relative;
    aspect-ratio:16 / 9;
}

.design1 {
    position: relative;
    background: url("../img/de1_pc.webp"),linear-gradient(#0c1921, #1b2636 50%);
    background-position-x: center;
    background-size: auto 110%;
    color: #fff;
    height: 100%;
}
.over_box1 .imgtxbox {
   position: absolute;
   right: 5%;
   top: 50%;
   transform: translate(0, -50%);
}
.over_box1 .imgtx {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.over_box1 .imgtx h4 {
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box1 .imgtx h3 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
}
.over_box1 .imgtx p {
    font-size: 0.92em;
}

@keyframes imgleftioright{
  from {
    background-position-x:left;
  }

  to {
    background-position-x:right;
  }
}

@media screen and (max-width: 960px) {

@keyframes imgleftioright {
  from {
    background-position-x:left;
  }

  to {
    background-position-x:right 40%;
  }
}

}

@media screen and (max-width: 520px) {

@keyframes imgleftioright {
  from {
    background-position-x:left;
  }

  to {
    background-position-x:right 30%;
  }
}

}

.imgleftioright {
  -webkit-animation-name: imgleftioright;
  animation-name: imgleftioright;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated.sec_entrance {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@media screen and (max-width: 960px) {
.animated.sec_entrance {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}
}
@media screen and (max-width: 520px) {
.animated.sec_entrance {
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
}
}

.over_box2 {
    position: relative;
    aspect-ratio:16 / 9;
}
.entrance_box {
    position: relative;
    background-image: url("../../img/entrance_bg_pc.webp");
    background-position-x: left;
    background-size: auto 110%;
    height: 100%;
}
.over_box2 .imgtxbox {
   position: absolute;
   right: 5%;
   top: 5%;
   
}
.over_box2 .imgtx {
    background-color: rgba(255,255,255,0.1);
    padding: 5em 3em;
    line-height: 1.7;
    display: inline-block;
    text-align: left;
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    color: #fff;
}
.over_box2 .imgtx h4 {
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box2 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
}
.over_box2 .imgtx p {
    font-size: 0.92em;
}


.over_box3 {
    position: relative;
    aspect-ratio:16 / 9;
    background-image: url("../../img/ft_bg.jpg");
    background-position: center center;
    background-size: cover;
}
.exterior_box {
    position: relative;
    background-image: url("../img/ex1.webp");
    background-position-x: center;
    background-size: 100% auto;
    height: 100%;
}
.over_box3 .imgtx {
    padding: 5em 3em;
    line-height: 1.7;
    text-align: left;
}
.over_box3 .imgtx h4 {
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box3 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
}
.over_box3 .imgtx p {
    font-size: 0.92em;
}
.exsub {
    padding-bottom: 5em;
}
.exsub ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.exsub ul li {
    width: 50%;
    aspect-ratio:4 / 3;
    position: relative;
    background-position-x: center;
    background-size: auto 120%;
}
.exsub ul li:first-child {
    background-image: url("../img/ex2.webp");
}
.exsub ul li:nth-child(2) {
    background-image: url("../img/ex3.webp");
}


.over_box4 {
    position: relative;
    aspect-ratio:16 / 9;
    background-image: url("../../img/ft_bg.jpg");
    background-position: center center;
    background-size: cover;
}
.roof_box {
    position: relative;
    background-image: url("../img/ex4.webp");
    background-position-x: center;
    background-size: 100% auto;
    height: 100%;
}
.over_box4 .imgtx {
    padding: 5em 3em;
    line-height: 1.7;
    text-align: left;
}
.over_box4 .imgtx h4 {
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.over_box4 .imgtx h3 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
}
.over_box4 .imgtx p {
    font-size: 0.92em;
}
.exsub2 {
    padding-bottom: 5em;
}
.exsub2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.exsub2 ul li {
    width: 50%;
    aspect-ratio:4 / 3;
    position: relative;
    background-position-x: center;
    background-size: auto 120%;
}
.exsub2 ul li:first-child {
    background-image: url("../img/ex5.webp");
}
.exsub2 ul li:nth-child(2) {
    background-image: url("../img/ex6.webp");
}


@media screen and (max-width: 1100px) {

.over_box1 .imgtx {
    padding: 4em 2em;
}
.over_box1 .imgtx h3 {
    font-size: 1.8em;
}

.over_box2 .imgtx {
    padding: 4em 2em;
}
.over_box2 .imgtx h3 {
    font-size: 1.8em;
}
.over_box3 .imgtx {
    padding: 4em 2em;
}
.over_box3 .imgtx h3 {
    font-size: 1.8em;
}
.exsub {
    padding-bottom: 4em;
}
.exsub2 {
    padding-bottom: 4em;
}
}

@media screen and (max-width: 960px) {
.over_box1 {
    position: relative;
    aspect-ratio:3 / 4;
}
.design1 {
    position: relative;
    background-size: auto 110%;
}
.over_box1 .imgtxbox {
   width: 65%;
}

.over_box2 {
    aspect-ratio:4 / 3;
}
.entrance_box {
    background-size: auto 120%;
}
.over_box2 .imgtxbox {
   position: absolute;
   right: 4%;
   top: 5.5%;
   
}

.over_box3 {
    aspect-ratio:4 / 3;
}
.exterior_box {
    background-size: auto 120%;
}

.exsub ul li {
    width: 50%;
    aspect-ratio:16 / 9;
    background-size: auto 140%;
}

.over_box4 {
    aspect-ratio:4 / 3;
}
.roof_box {
    background-size: auto 120%;
}

.exsub2 ul li {
    width: 50%;
    aspect-ratio:16 / 9;
    background-size: auto 140%;
}

}

@media screen and (max-width: 520px) {

.over_box1 .imgtxbox {
   position: static;
   width: 100%;
   transform: translate(0, 0);
   background-color: #1b2636;
}
.over_box1 .imgtx {
    background-color: transparent;
    padding: 3em 2em;
    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
.over_box1 .imgtx h3 {
    font-size: 1.48em;
}

.over_box2 {
    aspect-ratio:1;
}
.entrance_box {
    background-size: auto 120%;
}
.over_box2 .imgtxbox {
   position: static;
   width: 100%;
   transform: translate(0, 0);
   background-color: #1b2636;
}
.over_box2 .imgtx {
    background-color: transparent;
    padding: 3em 2em;
    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
}
.over_box2 .imgtx h3 {
    font-size: 1.48em;
}

.over_box3 .container {
    padding: 0;
}
.over_box3 .imgtx {
    padding: 3em 2em;
}
.exterior_box {
    background-image: url("../img/ex1_sp.webp");
    background-size: 110% auto;
}
.over_box3 .imgtx h3 {
    font-size: 1.48em;
}

.exsub {
    padding: 0 2em 3em;
}
.exsub ul li {
    width: 100%;
    aspect-ratio:16 / 9;
    background-size: auto 150%;
}

.over_box4 .container {
    padding: 0;
}
.over_box4 .imgtx {
    padding: 3em 2em;
}
.roof_box {
    background-image: url("../img/ex4_sp.webp");
    background-size: 110% auto;
}
.over_box4 .imgtx h3 {
    font-size: 1.48em;
}

.exsub2 {
    padding: 0 2em 3em;
}
.exsub2 ul li {
    width: 100%;
    aspect-ratio:16 / 9;
    background-size: auto 150%;
}

}



.dtx1 {
    font-size: 2em;
    line-height: 1.5;
    font-weight: 500;
    color: #666;
    margin-bottom: 1em;
}

.item ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.item ul li {
    width: 23%;
    margin-bottom: 3em;
}
.item h4 img {
    width: 2em;
    margin-right: 0.5em;
}
.item h4 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.08em;
    line-height: 1.3;
    color: #63266e;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.item h5 img {
    width: 100%;
}
.item p {
    line-height: 1.5;
    margin: 0.5em auto;
}

.area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.area ul li:first-child {
    width: 40%;
}
.area ul li:last-child {
    width: 58%;
}

.parking ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.parking h4 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.08em;
    line-height: 1.3;
    color: #63266e;
    border-bottom: 1px solid #63266e;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.parking ul li {
    width: 23%;
    margin-bottom: 3em;
}
.parking ul li:last-child {
    width: 46%;
}
.parking p strong {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.parking img {
    width: 100%;
}
.parking p {
    line-height: 1.5;
    margin-bottom: 1em;
}

.works {
    position: relative;
    background-color: #444;
}
.works h3 {
    position: absolute;
    left: 5%;
    top: 40px;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.works p {
    position: absolute;
    right: 5%;
    top: 40px;
    width: 8em;
    height: 2em;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.84em;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.works ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.works ul li {
    width: 50%;
}

@media screen and (max-width: 1100px) {


}

@media screen and (min-width: 961px) {

}

@media screen and (max-width: 960px) {


.dtx1 {
    font-size: 1.6em;
}

.item ul {
    margin-bottom: -2em;
}
.item ul li {
    width: 46%;
    margin-bottom: 2em;
}
.item h4 img {
    width: 1.5em;
}
.item ul li h4 {
    font-size: 1.08em;
}
.item ul li p {
    font-size: 0.92em;
}

.area ul {
    justify-content: space-around;
}
.area ul li:first-child {
    width: 70%;
    margin-bottom: 2em;
}
.area ul li:last-child {
    width: 100%;
}

.parking ul {
    margin-bottom: -2em;
}
.parking h4 {
    font-size: 1.08em;
}
.parking ul li:first-child {
    width: 100%;
    text-align: center;
}
.parking ul li:first-child img {
    width: 50%;
}
.parking ul li:last-child {
    width: 100%;
    text-align: center;
}
.parking ul li:last-child img {
    width: 100%;
}
.parking ul li {
    width: 46%;
    margin-bottom: 2em;
}
.parking p strong {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.parking img {
    width: 100%;
}
.parking p {
    font-size: 0.92em;
}

.works h3 {
    font-size: 1.32em;
    top: 30px;
}
.works p {
    top: 30px;
}
.works ul li {
    width: 100%;
}
}


@media screen and (max-width: 520px) {


.dtx1 {
    font-size: 1.4em;
}

.item h4 img {
    width: 1.3em;
}
.item ul li h4 {
    font-size: 1em;
}
.item ul li p {
    font-size: 0.84em;
}

.parking h4 {
    font-size: 1em;
}
.parking p {
    font-size: 0.84em;
}

.works h3 {
    font-size: 1.24em;
    top: 20px;
}
.works p {
    top: -2em;
    right: 0;
}

}

