@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
* {
  color: #3e3d3c;
}

.p_d_mv {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.p_d_mv_img .img_cap {
  color: #fff;
  background-color: transparent;
}
.p_d_mv_img .img_cap.adj {
  color: #3e3d3c;
  bottom: -15px;
}
.p_d_mv_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p_d_mv_text {
    gap: 15px;
  }
}
.p_d_mv_text .p {
  color: #fff;
  letter-spacing: 0.1em;
}
.p_d_mv_text .p_01 {
  font-size: clamp(2.4rem, -2.154rem + 6.154vw, 4rem);
}
.p_d_mv_text .p_02 {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
}
.p_d_content {
  padding: 120px 0;
  background-color: #f3f2f0;
}
@media (max-width: 768px) {
  .p_d_content {
    padding: 50px 0;
  }
}
.p_d_content_main {
  width: 50%;
  max-width: 1060px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (max-width: 1280px) {
  .p_d_content_main {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .p_d_content_main {
    width: 90%;
    margin-bottom: 30px;
  }
}
.p_d_content_main_text {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p_d_content_main_text {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .p_d_content_main_text {
    width: 100%;
    padding-top: 0;
  }
}
.p_d_content_main_text .text_01 {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .p_d_content_main_text .text_01 {
    margin-bottom: 35px;
  }
}
.p_d_content_main_text .text_01 h3 {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
.p_d_content_main_text .text_01 h3 span {
  font-size: clamp(2.6rem, 0.892rem + 2.308vw, 3.2rem);
}
.p_d_content_main_text .text_01 h3_01 {
  letter-spacing: -0.015em;
}
.p_d_content_main_text .text_01 .line {
  width: 100%;
  height: 1.5px;
  background-color: #be9461;
  margin: 20px 0 30px;
}
@media (max-width: 768px) {
  .p_d_content_main_text .text_01 .line {
    height: 1px;
    margin: 10px 0 20px;
  }
}
.p_d_content_main_text .text_01 .p {
  font-size: clamp(1.1rem, -0.323rem + 1.923vw, 1.6rem);
  letter-spacing: 0.1em;
}
.p_d_content_main_text .text_01 .p span {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
}
.p_d_content_main_text .text_01 .p span.bg {
  font-size: clamp(2.6rem, 0.892rem + 2.308vw, 3.2rem);
}
.p_d_content_main_text .text_01 .p_01 {
  margin-bottom: 20px;
}
.p_d_content_main_text .text_02 {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p_d_content_main_text .text_02 {
    width: 100%;
  }
}
.p_d_content_main_text .text_02 p {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p_d_content_main_img {
  background-color: #fff;
  padding: 5%;
}
.p_d_content_main_img .floor {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}
.p_d_content_main_img .floor_img {
  margin: 0 auto 30px;
}
.p_d_content_main_img .floor .d_mark {
  width: 8%;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .p_d_content_main_img .floor .d_mark {
    max-width: 20px;
  }
}
.p_d_content_main_img .cap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p_d_content_main_img .cap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p_d_content_main_img .cap ul li img {
  width: 20px;
}
.p_d_content_button {
  width: 50%;
  max-width: 650px;
  height: 90px;
  margin: 0 auto 80px;
  border: 1px solid #3e3d3c;
}
@media (max-width: 768px) {
  .p_d_content_button {
    width: 80%;
    height: 45px;
    margin-bottom: 30px;
  }
}
.p_d_content_button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p_d_content_button a:hover {
    background-color: #3e3d3c;
    color: #fff;
  }
}
.p_d_content_cap {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
}
.p_d_content_cap p {
  font-size: 1.1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.p_d_content.p_d_a .p_d_content_main_img .floor_img {
  width: 77.5%;
}
.p_d_content.p_d_a .p_d_content_main_img .floor .d_mark {
  bottom: 0;
  right: 7%;
}
.p_d_content.p_d_b .p_d_content_main_img .floor_img {
  width: 67.2%;
}
.p_d_content.p_d_b .p_d_content_main_img .floor .d_mark {
  bottom: -8%;
  right: 7%;
}
.p_d_content.p_d_f1 .p_d_content_main_img .floor_img {
  width: 59.7%;
}
.p_d_content.p_d_f1 .p_d_content_main_img .floor .d_mark {
  bottom: 1%;
  right: 9%;
}
.p_d_content.p_d_g .p_d_content_main_img .floor_img {
  width: 90%;
}
.p_d_content.p_d_g .p_d_content_main_img .floor .d_mark {
  bottom: -5%;
  right: 2%;
}
.p_d_content.p_d_h1 .p_d_content_main_img .floor_img {
  width: 90%;
}
.p_d_content.p_d_h1 .p_d_content_main_img .floor .d_mark {
  bottom: 1%;
  right: 3%;
}
.p_d_content.p_d_i1 .p_d_content_main_img .floor_img {
  width: 53.5%;
}
.p_d_content.p_d_i1 .p_d_content_main_img .floor .d_mark {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  bottom: -8%;
  right: 15%;
}/*# sourceMappingURL=plan_detail.css.map */