@charset "utf-8";

/* hero */

.hero {
  position: relative;
}

.hero-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.hero-ttl {
  width: 76%;
  margin: 0 auto;
}

.hero-txt {
  color: #fff;
  text-align: center;
  margin: 40px 0;
  line-height: 1.8;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

/* page-copy */
.page-copy {
  background-image: url(../img/partition/pa04.png);
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
}

.page-copy p {
  color: #452400;
  line-height: 1.4;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 600;
  padding: 40px 0;
}

.page-copy p span {
  color: #9f0710;
  font-size: 1.8em;
  font-feature-settings: "palt";
  margin: 0 -20px;
}

.bg-pic {
  background-image: url(../img/partition/pa05.png);
  background-size: cover;
  background-position: center;
  height: auto;
  padding: 80px 0 0;
}

/* 可動間仕切り */

.part01 {}

.pa01 {
  justify-content: space-between;
  align-items: end;
}

.pa01-desc {
  width: 44%;
}

.pa01-pic {
  max-width: 504px;
  width: 56%;
}

.pa01-ttl {
  position: relative;
  padding-left: 38px;
  color: #452400;
  line-height: 1.4;
  font-size: 44px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.pa01-ttl span {
  width: 24px;
  height: 24px;
  line-height: 21px;
  background-color: #aa2328;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  font-feature-settings: "palt";
  bottom: 12px;
  left: 0;
  padding-left: 2px;
}

.pa01-ttl::before {
  content: "";
  width: 310px;
  height: 1px;
  background-color: #452400;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  margin: 0 auto;
}

.pa01-desc p {
  font-size: 16px;
  color: #452400;
  margin: 25px 0 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.pa01-desc .pa01-point {
  margin: 0;
  font-size: 20px;
  border: 1px solid #452400;
  text-align: center;
  padding: 2px 0;
}

.video-bnr {
  margin-top: 50px;
}

.video-bnr small {
  margin-top: 10px;
  font-size: 12px;
  color: #452400;
}

/* Bタイプ */

.inner_1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.sec-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px 0 60px;
  text-align: center;
}

.sec-ttl::before,
.sec-ttl::after {
  border-top: 4px solid #452400;
  content: "";
  width: 19%;
}

.sec-ttl img {
  max-width: 680px;
  padding: 0 20px;
}

.madori {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.md-pic {
  max-width: 452px;
  width: 50%;
}

.md-desc {
  width: 460px;
}

.md-desc .en {
  color: #8d765d;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: DIN, sans-serif;
}

.md-ttl {
  font-size: 44px;
  margin: 10px 0 30px;
  text-align: center;
  color: #452400;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.md-txt {
  font-size: 24px;
  margin: 15px 0 0;
  line-height: 1.8;
  color: #221815;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.point-list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

.item {
  width: calc((100% - 8%) / 3);
  display: flex;
  flex-direction: column;
}

.item-ttl {
  position: relative;
  padding-left: 30px;
  color: #221815;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.item-ttl span {
  width: 24px;
  height: 24px;
  line-height: 22px;
  background-color: #aa2328;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: center;
  position: absolute;
  font-feature-settings: "palt";
  bottom: 2px;
  left: 0;
  padding-left: 2px;
}

.item-ttl::before {
  content: "";
  width: 170px;
  height: 2px;
  background-color: #aa2328;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 30px;
  margin: 0 auto;
}

.item:nth-child(2) .item-ttl::before {
  width: 210px;
}

.item:nth-child(3) .item-ttl::before {
  width: 255px;
}

.item p {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #221815;
  margin: 20px 0;
  flex-grow: 1;
}

.item figure {
  position: relative;
}

.item figcaption {
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 5px;
  color: #452400;
}

.price-bnr {
  margin-top: 100px;
}

/* access */

.access {
  margin: 100px auto;
}

.ac-copy {
  line-height: 1.5;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #ac8450;
  text-align: center;
}

.ac-contents {
  margin-top: 80px;
}

.ac-ttl {
  font-size: 20px;
  color: #ac8450;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-ttl span {
  font-size: 12px;
}

.ac-sub {
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

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

p.txt {
  font-size: 14px;
  margin: 10px 0 0;
}

p.txt span {
  font-size: 1.6em;
}

.ac-btn {
  color: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: 24px;
  text-align: center;
  border-radius: 35px;
  display: block;
  padding: 20px 0;
  background-color: #ac8450;
  box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
  max-width: 560px;
  width: 80%;
  margin: 60px auto 0;
  position: relative;
}

.ac-btn::after {
  position: absolute;
  content: '';
  top: 26px;
  right: 120px;
  display: block;
  width: 16px;
  height: 18px;
  background-image: url(../img/partition/caret-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* モデルルーム公開中【ご予約制】  */

.part03 {
  margin-top: 100px;
  padding: 100px 0;
  border-top: 1px solid #452400;
  border-bottom: 1px solid #452400;
}

.mr-ttl {
  font-size: 40px;
  color: #221815;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 50px;
}

@media only screen and (max-width:1200px) {
  .point-list {
    gap: 30px;
  }

  .item {
    width: calc((100% - 30px) / 2);
  }

}

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

  .hero-ttl {
    width: 60%;
    margin: 10px auto;
  }

  .hero-txt {
    margin: 20px 0;
    line-height: 1.5;
    font-size: 15px;
  }

}

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

  /* hero */

  .hero-desc {
    width: 85%;
  }

  .hero-ttl {
    width: 50%;
    margin: 10px auto;
  }

  .hero-txt {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 13px;
  }

  .hero-pr {
    width: 95%;
    margin: 0 auto;
  }

  /* page-copy */
  .page-copy {
    height: auto;
  }

  .page-copy p {
    font-size: 16px;
    padding: 15px 0;
  }

  .page-copy p span {
    font-size: 1.7em;
    margin: 0 -10px;
  }

  .bg-pic {
    padding: 40px 0 0;
  }


  /* 可動間仕切り */

  .pa01 {
    flex-direction: column;
  }

  .pa01-desc {
    width: 100%;
  }

  .pa01-pic {
    max-width: 100%;
    width: 100%;
  }

  .pa01-ttl {
    padding-left: 30px;
    font-size: 24px;
  }

  .pa01-ttl span {
    bottom: 2px;
    padding-left: 2px;
  }

  .pa01-ttl::before {
    width: 190px;
  }

  .pa01-desc p {
    margin: 20px 0 16px;
    line-height: 1.6;
  }

  .pa01-desc .pa01-point {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .video-bnr {
    margin-top: 30px;
  }

  .video-bnr small {
    margin-top: 5px;
  }

  /* Bタイプ */

  .sec-ttl {
    margin: 60px 0 40px;
  }

  .sec-ttl::before,
  .sec-ttl::after {
    border-top: 3px solid #452400;
    content: "";
    width: 12%;
  }

  .sec-ttl img {
    max-width: 70%;
    padding: 0 12px;
  }

  .madori {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .md-pic {
    max-width: 85%;
    width: 85%;
  }

  .md-desc {
    width: 100%;
  }

  .md-desc .en {
    font-size: 18px;
  }

  .md-ttl {
    font-size: 34px;
    margin: 4px 0 20px;
  }

  .md-txt {
    font-size: 16px;
  }

  .dinks {
    flex-direction: column;
    margin-top: 50px;
  }

  .family {
    margin-top: 50px;
  }

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

  .item {
    width: 100%;
  }

  .item-ttl {
    padding-left: 30px;
    line-height: 1.4;
    font-size: 20px;
  }

  .item-ttl span {
    bottom: 0px;
  }

  .item p {
    margin: 15px 0;
  }

  .price-bnr {
    margin-top: 35px;
  }

  /* access */

  .access {
    margin: 60px auto;
  }

  .ac-copy {
    font-size: 18px;
    font-weight: 600;
  }

  .ac-contents {
    margin-top: 30px;
  }

  .ac-sub {
    margin-top: 16px;
  }

  .ac-list {
    margin-top: 20px;
    gap: 25px;
  }

  .ac-btn {
    font-size: 18px;
    padding: 16px 0;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
  }

  .ac-btn::after {
    top: 18px;
    right: 20px;
  }

  /* モデルルーム公開中【ご予約制】  */

  .part03 {
    margin-top: 50px;
    padding: 50px 0;
  }

  .mr-ttl {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

}