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

.pl_intro {
  padding: 80px 0 60px;
}
@media (max-width: 768px) {
  .pl_intro {
    padding: 40px 0 20px;
  }
}
.pl_intro .title {
  color: #625b59;
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .pl_intro .title {
    margin-bottom: 20px;
  }
}
.pl_intro .text {
  color: #625b59;
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .pl_intro .text {
    line-height: 2;
  }
}

.pl_example {
  padding: 60px 0 80px;
}
@media (max-width: 768px) {
  .pl_example {
    padding: 30px 0 40px;
  }
}
.pl_example .pl_e_name {
  width: 80%;
  max-width: 680px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_name {
    width: 90%;
    margin-bottom: 30px;
  }
}
.pl_example .pl_e_name .above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pl_example .pl_e_name .above .type_name {
  color: #c2a700;
  font-size: clamp(1.6rem, -1.246rem + 3.846vw, 2.6rem);
  text-box: trim-both cap alphabetic;
}
.pl_example .pl_e_name .above .type_name .bg {
  font-size: clamp(3.8rem, -5.877rem + 13.077vw, 7.2rem);
}
.pl_example .pl_e_name .above .size {
  color: #625b59;
  font-size: clamp(1.4rem, -0.877rem + 3.077vw, 2.2rem);
  font-weight: 300;
  text-box: trim-both cap alphabetic;
}
.pl_example .pl_e_name .above .size .sm {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
}
.pl_example .pl_e_name .above .size .mid {
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
}
.pl_example .pl_e_name .above .size .bg {
  font-size: clamp(3rem, -3.831rem + 9.231vw, 5.4rem);
}
.pl_example .pl_e_name .line {
  width: 100%;
  height: 1px;
  background-color: rgba(98, 91, 89, 0.6);
  margin: 15px 0 10px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_name .line {
    background-color: rgba(98, 91, 89, 0.4);
    margin: 10px 0;
  }
}
.pl_example .pl_e_name .below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pl_example .pl_e_name .below .type_detail {
  color: #625b59;
  font-size: clamp(1.2rem, -1.646rem + 3.846vw, 2.2rem);
  font-family: "Zen Old Mincho", serif;
  text-box: trim-both cap alphabetic;
}
.pl_example .pl_e_name .below .size_other {
  color: #625b59;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  text-box: trim-both cap alphabetic;
}
.pl_example .pl_e_name .below .size_other .bg {
  font-size: clamp(1.6rem, 1.031rem + 0.769vw, 1.8rem);
}
.pl_example .pl_e_name .below .size_other .sm {
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
}
.pl_example .pl_e_img {
  width: 80%;
  max-width: 680px;
  margin: 0 auto 50px;
  position: relative;
}
@media (max-width: 768px) {
  .pl_example .pl_e_img {
    width: 90%;
    margin-bottom: 30px;
    background-color: #efe9e3;
    z-index: 99;
  }
}
.pl_example .pl_e_img .img {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .pl_example .pl_e_img .img {
    padding: 10px 0;
  }
}
.pl_example .pl_e_img .img map area {
  cursor: pointer;
}
.pl_example .pl_e_img .img .area_glow {
  cursor: pointer;
  overflow: hidden;
}
.pl_example .pl_e_img .img .area_glow::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(80%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-animation: shine 3s infinite ease-in-out;
          animation: shine 3s infinite ease-in-out;
}
.pl_example .pl_e_img .cnt_modal {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.pl_example .pl_e_img .cnt_modal.is-open {
  pointer-events: auto;
}
.pl_example .pl_e_img .cnt_modal.is-open .modal_bk {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .pl_example .pl_e_img .cnt_modal {
    display: none;
  }
}
.pl_example .pl_e_img .modal_bk {
  position: absolute;
  inset: 0;
  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;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pl_example .pl_e_img .modal_wrap {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 85%;
  overflow-y: auto;
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pl_example .pl_e_img .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  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;
  cursor: pointer;
  z-index: 2;
}
.pl_example .pl_e_img .modal_close .close {
  font-size: 2.8rem;
  line-height: 1;
}
.pl_example .pl_e_img .prev_btn,
.pl_example .pl_e_img .next_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}
.pl_example .pl_e_img .prev_btn::before,
.pl_example .pl_e_img .next_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
.pl_example .pl_e_img .prev_btn {
  left: 5px;
}
.pl_example .pl_e_img .prev_btn::before {
  left: 30%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.pl_example .pl_e_img .next_btn {
  right: 5px;
}
.pl_example .pl_e_img .next_btn::before {
  right: 30%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}
.pl_example .pl_e_img .modal_contents {
  position: relative;
}
.pl_example .pl_e_img .modal_content {
  display: none;
}
.pl_example .pl_e_img .modal_content.is-active {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_img .modal_content.is-active {
    gap: 5px;
  }
}
.pl_example .pl_e_img .modal_content.is-active .num {
  color: #c2a700;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.pl_example .pl_e_img .modal_content.is-active .num .bg {
  font-size: clamp(3.4rem, -4rem + 10vw, 6rem);
  font-weight: 100;
}
.pl_example .pl_e_img .modal_content.is-active .title {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  letter-spacing: 0.08em;
}
.pl_example .pl_e_img .modal_content.is-active .cnt {
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_img .modal_content.is-active .cnt {
    gap: 5px;
  }
}
.pl_example .pl_e_img .modal_content.is-active .cnt .text_wrap .text {
  font-size: clamp(1rem, 0.146rem + 1.154vw, 1.3rem);
  text-align: justify;
}
.pl_example .pl_e_img .modal_content.is-active .cnt.column_1 {
  grid-template-columns: 1fr;
}
.pl_example .pl_e_img .modal_content.is-active .cnt.column_1 .text_wrap {
  width: 80%;
}
@media (max-width: 1200px) {
  .pl_example .pl_e_img .modal_content.is-active .cnt.column_1 .text_wrap {
    width: 100%;
  }
}
.pl_example .pl_e_img .modal_content.is-active .cnt.column_2 {
  grid-template-columns: repeat(2, 1fr);
}
.pl_example .pl_e_point {
  width: 80%;
  max-width: 680px;
  margin: 0 auto;
}
.pl_example .pl_e_point .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .pl_example .pl_e_point .list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .pl_example .pl_e_point .list {
    grid-template-columns: 1fr;
    gap: 10px;
    row-gap: 20px;
  }
}
.pl_example .pl_e_point .list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_point .list li {
    gap: 5px;
  }
}
.pl_example .pl_e_point .list li .num {
  color: #c2a700;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.pl_example .pl_e_point .list li .num .bg {
  font-size: clamp(3.4rem, -4rem + 10vw, 6rem);
  font-weight: 100;
}
.pl_example .pl_e_point .list li .title {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  letter-spacing: 0.08em;
}
.pl_example .pl_e_point .list li .cnt {
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .pl_example .pl_e_point .list li .cnt {
    gap: 5px;
  }
}
.pl_example .pl_e_point .list li .cnt .text_wrap .text {
  font-size: clamp(1rem, 0.146rem + 1.154vw, 1.3rem);
  text-align: justify;
}
.pl_example .pl_e_point .list li .cnt.column_1 {
  grid-template-columns: 1fr;
}
.pl_example .pl_e_point .list li .cnt.column_1 .text_wrap {
  width: 80%;
}
@media (max-width: 1200px) {
  .pl_example .pl_e_point .list li .cnt.column_1 .text_wrap {
    width: 100%;
  }
}
.pl_example .pl_e_point .list li .cnt.column_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .pl_example .pl_e_point .list li .cnt.column_2 {
    grid-template-columns: 1fr;
  }
}
.pl_example .cnt_modal_sp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
.pl_example .cnt_modal_sp.is-open {
  pointer-events: auto;
}
.pl_example .cnt_modal_sp.is-open .modal_bk {
  opacity: 1;
  visibility: visible;
}
.pl_example .cnt_modal_sp .modal_bk {
  position: absolute;
  inset: 0;
  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;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.pl_example .cnt_modal_sp .modal_wrap {
  position: relative;
  width: 90%;
  max-width: 800px;
  max-height: 85%;
  overflow-y: auto;
  background: #fff;
  padding: 20px 35px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pl_example .cnt_modal_sp .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  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;
  cursor: pointer;
  z-index: 2;
}
.pl_example .cnt_modal_sp .modal_close .close {
  font-size: 2.8rem;
  line-height: 1;
}
.pl_example .cnt_modal_sp .prev_btn,
.pl_example .cnt_modal_sp .next_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}
.pl_example .cnt_modal_sp .prev_btn::before,
.pl_example .cnt_modal_sp .next_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
}
.pl_example .cnt_modal_sp .prev_btn {
  left: 5px;
}
.pl_example .cnt_modal_sp .prev_btn::before {
  left: 30%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.pl_example .cnt_modal_sp .next_btn {
  right: 5px;
}
.pl_example .cnt_modal_sp .next_btn::before {
  right: 30%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}
.pl_example .cnt_modal_sp .modal_contents {
  position: relative;
}
.pl_example .cnt_modal_sp .modal_content {
  display: none;
}
.pl_example .cnt_modal_sp .modal_content.is-active {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 5px;
}
.pl_example .cnt_modal_sp .modal_content.is-active .num {
  color: #c2a700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.pl_example .cnt_modal_sp .modal_content.is-active .num .bg {
  font-size: clamp(3.4rem, -4rem + 10vw, 6rem);
  font-weight: 100;
}
.pl_example .cnt_modal_sp .modal_content.is-active .title {
  font-size: clamp(1.3rem, -0.692rem + 2.692vw, 2rem);
  letter-spacing: 0.08em;
}
.pl_example .cnt_modal_sp .modal_content.is-active .cnt {
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .pl_example .cnt_modal_sp .modal_content.is-active .cnt {
    gap: 5px;
  }
}
.pl_example .cnt_modal_sp .modal_content.is-active .cnt .text_wrap .text {
  font-size: clamp(1rem, 0.146rem + 1.154vw, 1.3rem);
  text-align: justify;
}
.pl_example .cnt_modal_sp .modal_content.is-active .cnt.column_1 {
  grid-template-columns: 1fr;
}
.pl_example .cnt_modal_sp .modal_content.is-active .cnt.column_1 .text_wrap {
  width: 80%;
}
.pl_example .cnt_modal_sp .modal_content.is-active .cnt.column_2 {
  grid-template-columns: repeat(2, 1fr);
}

@-webkit-keyframes shine {
  0% {
    left: -60%;
  }
  30% {
    left: 160%;
  }
  100% {
    left: 160%;
  }
}

@keyframes shine {
  0% {
    left: -60%;
  }
  30% {
    left: 160%;
  }
  100% {
    left: 160%;
  }
}
.pl_nav {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .pl_nav {
    padding: 40px 0;
  }
}
.pl_nav .pl_n_title {
  color: #726b6a;
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .pl_nav .pl_n_title {
    margin-bottom: 20px;
  }
}
.pl_nav .pl_n_floors {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floors {
    width: 90%;
    row-gap: 20px;
  }
}
.pl_nav .pl_n_floor h3 {
  color: #bba97a;
  font-size: clamp(1.8rem, -2.754rem + 6.154vw, 3.4rem);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor h3 {
    margin-bottom: 10px;
  }
}
.pl_nav .pl_n_floor .nav_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pl_nav .pl_n_floor .nav_list .nav a {
  width: 100%;
  height: 100%;
}
.pl_nav .pl_n_floor .nav_list .nav .treat_above {
  width: 100%;
  height: 25px;
  border: 2px solid #bba97a;
  border-bottom: none;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.pl_nav .pl_n_floor .nav_list .nav .main {
  padding: 10px 0 20px;
  text-align: center;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor .nav_list .nav .main {
    padding: 5px 0 10px;
  }
}
.pl_nav .pl_n_floor .nav_list .nav .main .type_name {
  color: #bba97a;
  font-size: clamp(2.2rem, 0.492rem + 2.308vw, 2.8rem);
  margin-bottom: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pl_nav .pl_n_floor .nav_list .nav .main .type_name .bg {
  font-size: clamp(4rem, 1.723rem + 3.077vw, 4.8rem);
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor .nav_list .nav .main .type_name {
    margin-bottom: 15px;
  }
}
.pl_nav .pl_n_floor .nav_list .nav .main .type_detail {
  color: #625b59;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  font-family: "Zen Old Mincho", serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pl_nav .pl_n_floor .nav_list .nav .main .type_detail .bg {
  font-size: clamp(2rem, 0.862rem + 1.538vw, 2.4rem);
}
.pl_nav .pl_n_floor .nav_list .nav .main .type_detail .mid {
  font-size: clamp(1.6rem, 1.031rem + 0.769vw, 1.8rem);
}
.pl_nav .pl_n_floor .nav_list .nav .main .line {
  width: 90%;
  height: 1px;
  margin: 10px auto 0;
  background-color: rgba(35, 24, 21, 0.2);
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor .nav_list .nav .main .line {
    margin: 5px auto 0;
  }
}
.pl_nav .pl_n_floor .nav_list .nav .main .size {
  color: #625b59;
  font-size: clamp(1rem, 0.146rem + 1.154vw, 1.3rem);
  font-weight: 300;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor .nav_list .nav .main .size {
    letter-spacing: -0.05em;
  }
}
.pl_nav .pl_n_floor .nav_list .nav .main .size .bg {
  font-size: clamp(2rem, -0.277rem + 3.077vw, 2.8rem);
}
.pl_nav .pl_n_floor .nav_list .nav .main .size_other {
  color: #625b59;
  font-size: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pl_nav .pl_n_floor .nav_list .nav .main .size_other .bg {
  font-size: 14px;
}
.pl_nav .pl_n_floor .nav_list .nav .treat_below {
  width: 100%;
  height: 25px;
  border: 2px solid #bba97a;
  border-top: none;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
@media (hover: hover) {
  .pl_nav .pl_n_floor .nav_list .nav:hover .treat_above {
    background-color: rgba(187, 169, 122, 0.6);
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main {
    background-color: rgba(187, 169, 122, 0.6);
    border-left: 2px solid #bba97a;
    border-right: 2px solid #bba97a;
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main .type_name {
    color: #fff;
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main .type_detail {
    color: #fff;
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main .line {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main .size {
    color: #fff;
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .main .size_other {
    color: #fff;
  }
  .pl_nav .pl_n_floor .nav_list .nav:hover .treat_below {
    background-color: rgba(187, 169, 122, 0.6);
  }
}
.pl_nav .pl_n_floor.pl_n_3ldk {
  grid-column: span 2;
}
.pl_nav .pl_n_floor.pl_n_3ldk .nav_list {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 40px;
}
@media (max-width: 1200px) {
  .pl_nav .pl_n_floor.pl_n_3ldk .nav_list {
    grid-template-columns: repeat(3, 180px);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor.pl_n_3ldk .nav_list {
    grid-template-columns: repeat(2, 140px);
    gap: 20px;
  }
}
.pl_nav .pl_n_floor.pl_n_2ldk .nav_list {
  display: grid;
  grid-template-columns: repeat(1, 200px);
}
@media (max-width: 1200px) {
  .pl_nav .pl_n_floor.pl_n_2ldk .nav_list {
    grid-template-columns: repeat(1, 180px);
  }
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor.pl_n_2ldk .nav_list {
    grid-template-columns: repeat(1, 140px);
  }
}
.pl_nav .pl_n_floor.pl_n_1ldk .nav_list {
  display: grid;
  grid-template-columns: repeat(1, 200px);
}
@media (max-width: 1200px) {
  .pl_nav .pl_n_floor.pl_n_1ldk .nav_list {
    grid-template-columns: repeat(1, 180px);
  }
}
@media (max-width: 768px) {
  .pl_nav .pl_n_floor.pl_n_1ldk .nav_list {
    grid-template-columns: repeat(1, 140px);
  }
}

.pl_zeh {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .pl_zeh {
    padding: 20px 0;
  }
}
.pl_zeh .pl_z_label {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3.6fr 3fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .pl_zeh .pl_z_label {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.pd_title {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pd_title {
    padding: 40px 0;
  }
}
.pd_title .title {
  font-size: clamp(3.6rem, -0.385rem + 5.385vw, 5rem);
  font-family: "Cormorant", serif;
  text-align: center;
}

.pd_main {
  width: 80%;
  max-width: 680px;
  margin: 0 auto 60px;
  position: relative;
}
@media (max-width: 768px) {
  .pd_main {
    width: 90%;
    margin-bottom: 30px;
  }
}
.pd_main .pd_m_title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pd_main .pd_m_title {
    margin-bottom: 30px;
  }
}
.pd_main .pd_m_title .above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pd_main .pd_m_title .above .type_name {
  color: #c2a700;
  font-size: clamp(1.6rem, -1.246rem + 3.846vw, 2.6rem);
  text-box: trim-both cap alphabetic;
}
.pd_main .pd_m_title .above .type_name .bg {
  font-size: clamp(3.8rem, -5.877rem + 13.077vw, 7.2rem);
}
.pd_main .pd_m_title .above .size {
  color: #625b59;
  font-size: clamp(1.4rem, -0.877rem + 3.077vw, 2.2rem);
  font-weight: 300;
  text-box: trim-both cap alphabetic;
}
.pd_main .pd_m_title .above .size .sm {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
}
.pd_main .pd_m_title .above .size .mid {
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
}
.pd_main .pd_m_title .above .size .bg {
  font-size: clamp(3rem, -3.831rem + 9.231vw, 5.4rem);
}
.pd_main .pd_m_title .line {
  width: 100%;
  height: 1px;
  background-color: rgba(98, 91, 89, 0.6);
  margin: 15px 0 10px;
}
@media (max-width: 768px) {
  .pd_main .pd_m_title .line {
    background-color: rgba(98, 91, 89, 0.4);
    margin: 10px 0;
  }
}
.pd_main .pd_m_title .below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pd_main .pd_m_title .below .type_detail {
  color: #625b59;
  font-size: clamp(1.2rem, -1.646rem + 3.846vw, 2.2rem);
  font-family: "Zen Old Mincho", serif;
  text-box: trim-both cap alphabetic;
}
.pd_main .pd_m_title .below .size_other {
  color: #625b59;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  text-box: trim-both cap alphabetic;
}
.pd_main .pd_m_title .below .size_other .bg {
  font-size: clamp(1.6rem, 1.031rem + 0.769vw, 1.8rem);
}
.pd_main .pd_m_title .below .size_other .sm {
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
}
.pd_main .pd_m_text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pd_main .pd_m_text {
    margin-bottom: 30px;
  }
}
.pd_main .pd_m_text .text {
  color: #726b6a;
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
}
.pd_main .pd_prev {
  width: 30px;
  position: absolute;
  top: 0;
  left: -15%;
}
@media (max-width: 1200px) {
  .pd_main .pd_prev {
    width: 20px;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .pd_main .pd_prev {
    width: 10px;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
  }
}
.pd_main .pd_next {
  width: 30px;
  position: absolute;
  top: 0;
  right: -15%;
}
@media (max-width: 1200px) {
  .pd_main .pd_next {
    width: 20px;
    right: -10%;
  }
}
@media (max-width: 768px) {
  .pd_main .pd_next {
    width: 10px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-250%);
            transform: translateY(-250%);
  }
}

.pd_legend {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .pd_legend {
    margin-bottom: 30px;
  }
}
.pd_legend .legend {
  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: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pd_legend .legend {
    gap: 10px;
    row-gap: 0;
    margin-bottom: 15px;
  }
}
.pd_legend .legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .pd_legend .legend li {
    gap: 5px;
  }
}
.pd_legend .legend li .mark {
  width: 40px;
}
@media (max-width: 768px) {
  .pd_legend .legend li .mark {
    width: 25px;
  }
}
.pd_legend .legend li .mark.adj {
  width: 25px;
}
@media (max-width: 768px) {
  .pd_legend .legend li .mark.adj {
    width: 15px;
  }
}
.pd_legend .legend li .text {
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
}
.pd_legend .cap {
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
}

.pd_point {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pd_point {
    padding: 30px 0;
  }
}
.pd_point .pd_p_title {
  font-size: clamp(1.6rem, 0.462rem + 1.538vw, 2rem);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_title {
    margin-bottom: 40px;
  }
}
.pd_point .pd_p_cnt .cnt_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_title {
    margin-bottom: 10px;
  }
}
.pd_point .pd_p_cnt .cnt_title .en {
  color: #c2a700;
  font-size: clamp(2.4rem, 0.123rem + 3.077vw, 3.2rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_title .en {
    margin-bottom: 0;
  }
}
.pd_point .pd_p_cnt .cnt_title .ja {
  font-size: clamp(1.4rem, -0.308rem + 2.308vw, 2rem);
  letter-spacing: 0.08em;
}
.pd_point .pd_p_cnt .cnt_main {
  display: grid;
  grid-template-columns: 22fr 46fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .pd_point .pd_p_cnt .cnt_main {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.pd_point .pd_p_cnt .cnt_main .main_01 {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main .main_01 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.pd_point .pd_p_cnt .cnt_main .main_02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main .main_02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.pd_point .pd_p_cnt .cnt_main .main_03 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.pd_point .pd_p_cnt .cnt_main .detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main .detail {
    display: block;
  }
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main .detail .img_wrap {
    margin-bottom: 5px;
  }
}
.pd_point .pd_p_cnt .cnt_main .detail .text_wrap .title {
  color: #c2a700;
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt .cnt_main .detail .text_wrap .title {
    margin-bottom: 5px;
  }
}
.pd_point .pd_p_cnt .cnt_main .detail .text_wrap .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  letter-spacing: 0.03em;
  text-align: justify;
}
.pd_point .pd_p_cnt .cnt_cap {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}
.pd_point .pd_p_cnt.cnt_01 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pd_point .pd_p_cnt.cnt_01 {
    margin-bottom: 40px;
  }
}

.pd_btn {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .pd_btn {
    padding: 30px 0;
  }
}
.pd_btn .back_btn {
  width: 280px;
  height: 60px;
  margin: 0 auto;
  background-color: #d7c395;
  border-radius: 9px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (max-width: 768px) {
  .pd_btn .back_btn {
    width: 180px;
    height: 40px;
    border-radius: 5px;
  }
}
.pd_btn .back_btn 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;
  color: #fff;
  font-size: clamp(1.4rem, 0.546rem + 1.154vw, 1.7rem);
  letter-spacing: 0.2em;
}
@media (hover: hover) {
  .pd_btn .back_btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}/*# sourceMappingURL=plan.css.map */