@charset "utf-8";

a:hover {
  opacity: 1;
}

/*p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}*/
p:not(header p):not(footer p) {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

main {
  position: relative;
  background: #fff;
  padding: 0 0 0.1px;
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.page__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 75/16;
  background-color: #555555;
  background-image: url(../img/planning/bg-planning.jpg);
  background-position: center center;
}

@media screen and (min-width:768px) {
  .page__hero {
    aspect-ratio: 288/32;
    background-position: center center;
  }
}

.page__hero .page__hero--title {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width:768px) {
  .page__hero .page__hero--title {
    font-size: 30px;
  }
}

/* LAND PLAN */

.land-plan {
  background-image: url(../img/planning/pl18.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lp-area {
  padding-top: 80px;
}

.sec-ttl {
  font-size: 28px;
  color: #ac8450;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}

.lp-content {
  height: 1376px;
  position: relative;
}

.lp-desc {
  max-width: 380px;
  position: absolute;
  left: 0;
  margin-top: 80px;
}

.lp-copy {
  font-size: 28px;
  color: #ac8450;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.lp-txt {
  margin-top: 50px;
  line-height: 2;
}

.lp-txt span {
  font-size: 0.6em;
  vertical-align: top;
  color: #000;
}

.lp-desc small {
  font-size: 10px;
  display: block;
  margin-top: 100px;
}

.lp-desc figure {
  max-width: 135px;
  margin-top: 30px;
}

.lp-pic {
  max-width: 670px;
  position: absolute;
  top: -40px;
  right: -20px;
}

.lp-list {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.lp-list figure {
  position: relative;
}

.list-ttl {
  font-size: 18px;
  color: #ac8450;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

.list-ttl span {
  font-size: 0.6em;
  vertical-align: top;
  color: #000;
}

.list-txt {
  margin-top: 10px;
  font-size: 14px;
}

.lg-pic {
  position: relative;
  margin-top: 80px;
}

.lg-pic figcaption {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  left: 50px;
  bottom: 30px;
}

/* FLOOR PLAN */

.floor-plan {
  background-image: url(../img/planning/pl19.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fp-area {
  padding-top: 100px;
}

.fp-copy {
  color: #ac8450;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}

.fp-txt {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
  line-height: 1.8;
}

.fp-pic {
  margin: 70px auto 100px;
  max-width: 567px;
}

.fp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}

.fp-list li {
  width: calc((100% - 40px) / 2);
}

.fp-list li figure {
  max-width: 280px;
  position: relative;
}

.fp-item {
  flex: 1;
  padding-left: 20px;
}

.item-ttl {
  font-size: 18px;
  color: #ac8450;
  letter-spacing: 0.1em;
}

.item-txt {
  margin-top: 15px;
  font-size: 14px;
}

.cap_add {
  left: 105px;
}

.lp-left {
  width: 80%;
  margin-top: 50px;
}

.lp-left figure {
  position: relative;
  max-width: 100%;
  margin-top: 0;
}

.lp-left-img {
  width: 304px;
}



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

  /* LAND PLAN */

  .lp-content {
    height: auto;
    position: static;
  }

  .lp-desc {
    max-width: 100%;
    position: static;
  }

  .lp-pic {
    max-width: 100%;
    position: static;
  }

  .lp-left {
    max-width: 304px;
  }

}

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

  /* LAND PLAN */

  .land-plan {
    background-image: url(../img/planning/pl18-sp.png);
  }

  .lp-area {
    padding-top: 40px;
  }

  .sec-ttl {
    font-size: 22px;
  }

  .lp-desc {
    margin-top: 20px;
  }

  .lp-copy {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }

  .lp-txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .lp-desc small {
    margin-top: 30px;
  }

  .lp-desc figure {
    margin-top: 30px;
  }

  .lp-pic {
    margin-top: -140px;
  }

  .lp-list {
    margin-top: 40px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .list-ttl {
    font-size: 16px;
    line-height: 1.5;
  }

  .list-txt {
    margin-top: 5px;
    font-size: 13px;
  }

  .lg-pic {
    margin-top: 60px;
  }

  .lg-pic figcaption {
    font-size: 22px;
    left: 10px;
    bottom: 10px;
  }

  .lp-left {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .lp-left figure {
    position: relative;
    margin-top: 0;
  }

  .lp-left-img {
    width: 100%;
  }





  /* FLOOR PLAN */

  .floor-plan {
    background-image: url(../img/planning/pl19-sp.png);
  }

  .fp-area {
    padding-top: 50px;
  }

  .fp-copy {
    font-size: 18px;
    margin-top: 20px;
  }

  .fp-txt {
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 24px;
    line-height: 1.6;
    font-size: 14px;
  }


  .fp-pic {
    margin: 40px auto 50px;
    max-width: 567px;
  }

  .fp-list {
    gap: 30px;
    margin-top: 30px;
  }

  .fp-list li {
    width: 100%;
    flex-direction: column;
  }

  .fp-list li figure {
    max-width: 100%;
  }

  .fp-item {
    margin-top: 15px;
    padding-left: 0;
  }

  .item-ttl {
    font-size: 16px;
  }

  .item-txt {
    margin-top: 5px;
    font-size: 13px;
  }

}