@charset "UTF-8";

figure {
  position: relative;
}

/* ページタイトル画像 */

.e-design {
  background-image: url(../../ent_limitedsite/img/design/design-main.jpg);
  background-position: center;
}

.entry-ttl {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 17% 0;
  position: relative;
}

.entry-ttl .text-position {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-ttl h2 {
  font-size: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  line-height: 1.4;
}

.entry-ttl .ja {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

h3 {
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #896d43;
  border-bottom: 1px solid #896d43;
  padding: 40px 0 10px;
  margin: 0 0 40px;
  font-family: "EB Garamond", serif;
}

.design-box {
  background-image: url(../../common/img/bg02.png);
  background-repeat: repeat-y;
  background-size: contain;
  /* background-repeat: no-repeat;
  background-size: cover; */
  padding-bottom: 100px;
}

.design-copy {
  padding: 100px 0;
}

.design-copy p {
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
}

.design-img-box {
  justify-content: flex-end;
}

.design-img-box .txt {
  width: 38%;
}

/* .design-img-box .txt p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  padding: 0 1em 0 0;
} */

.design-img-box figure {
  position: relative;
  max-width: 785px;
  width: 57%;
}

/* 20241220_要素追加 */
.normal-text {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}

.sub-ttl {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: center;
  margin-top: 40px;
}

[class$="-box02"] {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 0;
}

[class$="-box02"] h3 {
  text-align: center;
}

.design-img-box figure.texture {
  width: 70%;
  margin: 60px 0 0 0;
}

.design-img-box .sub-ttl {
  text-align: left;
  padding-right: 40px;
  margin-bottom: 40px;
}

.design-img-box .normal-text {
  padding-right: 40px;
  line-height: 2;
}

.entrance-box02 figure.main {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 40px;
}

.lounge-box02 figure.main {
  margin: 40px 0 60px 0;
}

.lounge-box02 .normal-text {
  text-align: center;
}

.lounge-box02 .lounge-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.lounge-box02 .lounge-flex li {
  width: 32%;
}
.party-box02 figure.main {
  margin: 40px 0 0 0;
}

.party-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.party-flex p {
  width: 70%;
}

.party-flex figure {
  width: 25%;
}

.architect {
  width: 100%;
  max-width: 900px;
  background: #44574e;
  padding: 30px 30px;
  margin: 60px auto 0;
}

.architect p {
  color: #fff;
}

.architect .architect-ttl {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #b89f6d;
  background: #44574e;
  margin-bottom: 20px;
}

.architect .architect-ttl span {
  display: block;
}

.architect .architect-ttl .line {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.architect-flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.architect-flex:nth-of-type(2) {
  margin-top: 20px;
}

.architect-flex figure {
  width: 30%;
}

.architect-flex p {
  width: 65%;
}

.eco-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.eco-flex .eco-text {
  width: 65%;
}

.eco-flex .eco-text figure {
  width: 60%;
  margin: 40px auto 0;
}

.eco-flex .eco-image {
  width: 30%;
}

.eco-flex .eco-image figure:nth-of-type(n+2) {
  margin-top: 20px;
}

.pc_only {
  display: block;
}

.pc_tab {
  display: block;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
  .pc_only {
    display: none;
  }

  .design-img-box .normal-text {
    padding-right: 2%;
  }

  .design-img-box .sub-ttl {
    padding-right: 2%;
  }

  .sub-ttl {
    font-size: 18px;
  }
}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pc_tab {
    display: none;
  }

  h3 {
    font-size: 26px;
    padding: 0 0 10px;
    margin: 0 0 20px;
  }

  .sub-ttl {
    font-size: 16px;
    margin-top: 20px;
  }

  .normal-text {
    font-size: 14px;
  }

  .entry-ttl {
    padding: 26% 0;
  }

  .entry-ttl h2 {
    font-size: 40px;
  }

  .design-box {
    padding-bottom: 60px;
  }

  .design-copy {
    padding: 60px 0;
  }

  .design-copy p {
    font-size: 16px;
  }

  .design-img-box {
    flex-direction: column;
    margin-top: 20px;
  }

  .design-img-box .txt {
    width: 90%;
    margin: 0 auto;
  }

  /* .design-img-box .txt p {
    font-size: 12px;
    line-height: 2;
    padding: 0 0 20px;
  } */

  .design-img-box figure {
    max-width: 100%;
    width: 100%;
  }

  /* 20241220_要素追加 */
  [class$="-box02"] {
    margin: 80px auto 0;
  }

  [class$="-box02"] h3 {
    margin: 20px auto 0;
  }

  .design-img-box h3 {
    text-align: center;
  }

  .design-img-box .sub-ttl {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .design-img-box .normal-text {
    padding-right: 0;
  }

  .design-img-box figure.texture {
    width: 100%;
    margin: 20px auto 0;
  }

  .entrance-box02 figure.main {
    padding-top: 20px;
  }

  .lounge-box02 figure.main {
    margin: 20px 0;
  }

  .lounge-box02 .normal-text {
    text-align: left;
  }

  .lounge-box02 .lounge-flex {
    margin-top: 20px;
  }

  .party-box02 figure.main {
    margin: 20px 0 0 0;
  }

  .party-flex {
    margin-top: 30px;
  }

  .party-flex p {
    width: 100%;
  }

  .party-flex figure {
    width: 100%;
    margin-top: 20px;
  }

  .architect {
    padding: 20px 20px;
    margin: 20px auto 0;
  }

  .architect .architect-ttl {
    font-size: 20px;
  }

  .architect .architect-ttl .line {
    margin-left: 15px;
  }

  .architect .architect-ttl .line img {
    height: 6px;
  }

  .architect-flex figure {
    width: 100%;
  }

  .architect-flex p {
    width: 100%;
    margin-top: 20px;
  }

  .architect-flex:nth-of-type(2) {
    margin-top: 40px;
  }

  .facade-box02 .text {
    margin-top: 20px;
  }

  .facade-box02 figure {
    margin: 20px auto 0;
  }

  .eco-flex {
    margin-top: 20px;
  }

  .eco-flex .eco-text {
    width: 100%;
  }

  .eco-flex .eco-text figure {
    width: 90%;
    margin: 20px auto 0;
  }

  .eco-flex .eco-image {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .eco-flex .eco-image figure {
    width: 48%;
  }

  .eco-flex .eco-image figure:nth-of-type(n+2) {
    margin-top: 0;
  }

}