@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-image: url(../images/common/stone_screen_large.webp);
  padding-bottom: 120px;
}
@media (max-width: 740px) {
  main {
    padding-bottom: 50px;
  }
}

.p_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p_mv_image {
  width: 100%;
  position: relative;
}
.p_mv_title_bkg {
  width: 100%;
  height: 190px;
  background-color: rgba(57, 69, 89, 0.8);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_mv_title {
  width: 100%;
  height: 190px;
  padding: 50px 0 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 740px) {
  .p_mv_title {
    padding: 45px 0 35px;
  }
}
.p_mv_title h1 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  margin: 0 auto 30px;
}
@media (max-width: 740px) {
  .p_mv_title h1 {
    line-height: 1.1;
    margin: 0 auto 25px;
  }
}
.p_mv_title p {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.18em;
  color: #fff;
}

.p_intro {
  padding: 90px 0 55px;
}
@media (max-width: 740px) {
  .p_intro {
    padding: 45px 0 40px;
  }
}
.p_intro h2 {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
  letter-spacing: 0.04em;
  color: #a7935e;
  text-align: center;
  margin-bottom: 45px;
}
.p_intro h3 {
  font-size: 20px;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 30px;
}
.p_intro_p {
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .p_intro_p {
    letter-spacing: 0.035em;
    margin-bottom: 30px;
  }
}
.p_intro_floormap {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 35px;
  position: relative;
}
@media (max-width: 740px) {
  .p_intro_floormap {
    margin: 0 auto 15px;
  }
}
.p_intro_floormap_button {
  position: absolute;
  top: 40%;
  width: 12%;
  aspect-ratio: 1/1;
  background-color: #a7935e;
  -webkit-box-shadow: 4px 4px 8px rgba(35, 24, 21, 0.25);
          box-shadow: 4px 4px 8px rgba(35, 24, 21, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_intro_floormap_button a {
  width: 100%;
  height: 100%;
  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: 10px;
  position: relative;
}
@media (max-width: 740px) {
  .p_intro_floormap_button a {
    gap: 5px;
  }
}
.p_intro_floormap_button a p {
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}
.p_intro_floormap_button a p span {
  font-size: clamp(1.5rem, 0.077rem + 1.923vw, 2rem);
}
.p_intro_floormap_button a .arrow {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media (max-width: 740px) {
  .p_intro_floormap_button a .arrow {
    width: 5px;
    height: 5px;
  }
}
.p_intro_floormap_button a .limited {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 40%;
  background-color: #84230b;
  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;
}
@media (max-width: 740px) {
  .p_intro_floormap_button a .limited {
    bottom: 2px;
  }
}
.p_intro_floormap_button a .limited p {
  color: #fff;
  font-size: clamp(0.45rem, -0.119rem + 0.769vw, 0.65rem);
  line-height: 1.15;
  text-align: center;
}
@media not all and (pointer: coarse) {
  .p_intro_floormap_button:hover {
    background-color: #fff;
  }
  .p_intro_floormap_button:hover a p {
    color: #a7935e;
  }
  .p_intro_floormap_button:hover a .arrow {
    border-bottom: 1px solid #a7935e;
    border-right: 1px solid #a7935e;
  }
  .p_intro_floormap_button:hover a .limited {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .p_intro_floormap_button:hover a .limited p {
    color: #fff;
  }
}
.p_intro_floormap_button.button_a {
  left: 12%;
}
.p_intro_floormap_button.button_a_limited {
  left: 18%;
}
.p_intro_floormap_button.button_b {
  left: 33%;
}
.p_intro_floormap_button.button_b_limited {
  left: 35%;
}
.p_intro_floormap_button.button_c {
  right: 34%;
}
.p_intro_floormap_button.button_c_limited {
  right: 36%;
}
.p_intro_floormap_button.button_d {
  right: 13%;
}
.p_intro_floormap_button.button_d_limited {
  right: 19%;
}
.p_intro_entry {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  padding: 35px 0 25px;
  border: 1px solid #231815;
}
@media (max-width: 1000px) {
  .p_intro_entry {
    width: 90%;
  }
}
.p_intro_entry_text {
  color: #84230b;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .p_intro_entry_text {
    letter-spacing: 0.14em;
    line-height: 1.55;
    margin-bottom: 20px;
  }
}
.p_intro_entry_button {
  position: relative;
  width: 372px;
  height: 64px;
  margin: 0 auto;
  background-color: #a7935e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (max-width: 740px) {
  .p_intro_entry_button {
    width: 300px;
    height: 52px;
  }
}
@media not all and (pointer: coarse) {
  .p_intro_entry_button:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.p_intro_entry_button a {
  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;
}
.p_intro_entry_button a p {
  color: #fff;
  font-size: clamp(2rem, 0.862rem + 1.538vw, 2.4rem);
}
.p_intro_entry_button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
}
@media (max-width: 740px) {
  .p_intro_entry_button a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.p_plans {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p_plans {
    width: 90%;
  }
}
.p_plans .p_plan {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 55px 45px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  row-gap: 25px;
  scroll-margin-top: 105px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan {
    padding: 15px;
    display: block;
    margin-bottom: 40px;
  }
}
.p_plans .p_plan_title {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 90px;
  border-top: 1px solid #a7935e;
  border-bottom: 1px solid #a7935e;
  display: grid;
  grid-template-columns: 1fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  vertical-align: baseline;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_title {
    height: 65px;
    margin-bottom: 20px;
  }
}
.p_plans .p_plan_title_type {
  height: 100%;
  background-color: #a7935e;
  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;
}
.p_plans .p_plan_title_type h3 {
  color: #fff;
  font-size: clamp(1.5rem, 0.077rem + 1.923vw, 2rem);
  line-height: 1;
  text-align: center;
  padding-top: 10px;
}
.p_plans .p_plan_title_type h3 span {
  font-size: clamp(3rem, 0.154rem + 3.846vw, 4rem);
}
.p_plans .p_plan_title_sub {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #a7935e;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_title_sub {
    padding-bottom: 15px;
  }
}
.p_plans .p_plan_title_sub .p_pts_main {
  font-size: clamp(3rem, -1.554rem + 6.154vw, 4.6rem);
}
.p_plans .p_plan_title_sub .p_pts_main span {
  font-size: clamp(4rem, -1.692rem + 7.692vw, 6rem);
}
.p_plans .p_plan_title_sub .p_pts_sub {
  font-size: clamp(1.5rem, 0.077rem + 1.923vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p_plans .p_plan_spec {
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 30px 0 0 15px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_spec {
    padding: 15px 0 0 15px;
    margin-bottom: 30px;
  }
}
.p_plans .p_plan_spec_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-family: "Cinzel", serif;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_spec_value {
    margin-bottom: 20px;
  }
}
.p_plans .p_plan_spec_value_01 {
  font-size: clamp(1.9rem, 0.192rem + 2.308vw, 2.5rem);
}
.p_plans .p_plan_spec_value_01 span {
  font-size: clamp(3.8rem, 0.385rem + 4.615vw, 5rem);
}
.p_plans .p_plan_spec_value_02 {
  font-size: clamp(0.9rem, 0.046rem + 1.154vw, 1.2rem);
  vertical-align: baseline;
}
.p_plans .p_plan_spec ul li {
  font-size: clamp(0.9rem, 0.046rem + 1.154vw, 1.2rem);
  line-height: 2;
  padding-left: 12px;
  margin-bottom: 10px;
  position: relative;
}
.p_plans .p_plan_spec ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #231815;
  position: absolute;
  top: 0;
  left: 0;
}
.p_plans .p_plan_feature {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (max-width: 740px) {
  .p_plans .p_plan_feature {
    margin-bottom: 30px;
  }
}
.p_plans .p_plan_feature ul li {
  width: 100%;
  height: 70px;
  background-color: #e1d8bf;
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  letter-spacing: 0.18em;
  line-height: 1.85;
  text-align: center;
  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;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_feature ul li {
    height: 55px;
    margin-bottom: 10px;
  }
}
.p_plans .p_plan_other {
  grid-column: 1/2;
  grid-row: 4/5;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_other {
    margin-bottom: 20px;
  }
}
.p_plans .p_plan_other h4 {
  position: relative;
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  line-height: 1.85;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  padding-left: 15px;
}
.p_plans .p_plan_other h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #a7935e;
  position: absolute;
  top: 0;
  left: 0;
}
.p_plans .p_plan_other_image {
  position: relative;
}
.p_plans .p_plan_layout {
  grid-column: 2/3;
  grid-row: 1/5;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_layout {
    margin-bottom: 30px;
  }
}
.p_plans .p_plan_symbols {
  grid-column: 1/3;
  grid-row: 5/6;
}
.p_plans .p_plan_symbols 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: 20px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_symbols ul {
    gap: 10px;
  }
}
.p_plans .p_plan_symbols ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 10px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_symbols ul li {
    letter-spacing: -0.05em;
  }
}
.p_plans .p_plan_symbols ul li img {
  width: 40px;
}
.p_plans .p_plan_symbols ul li img.outframe {
  width: 15px;
}
.p_plans .p_plan_symbols ul:nth-child(1) {
  margin-bottom: 10px;
}
.p_plans .p_plan_a {
  grid-template-rows: 90px 130px 250px 230px 20px;
}
.p_plans .p_plan_a .p_plan_other_image {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_a .p_plan_other_image {
    max-width: 1000px;
  }
}
.p_plans .p_plan_b {
  grid-template-rows: 90px 100px 280px 230px 20px;
}
.p_plans .p_plan_b .p_plan_other_image {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_b .p_plan_other_image {
    max-width: 1000px;
  }
}
.p_plans .p_plan_c {
  grid-template-rows: 90px 80px 250px 280px 20px;
}
.p_plans .p_plan_c .p_plan_other h4 {
  margin-bottom: 25px;
}
.p_plans .p_plan_c .p_plan_other_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 1000px) {
  .p_plans .p_plan_c .p_plan_other_content {
    gap: 10px;
  }
}
.p_plans .p_plan_c .p_plan_other_content_01 p {
  font-size: clamp(1rem, -0.138rem + 1.538vw, 1.4rem);
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 740px) {
  .p_plans .p_plan_c .p_plan_other_content_01 p {
    margin-bottom: 25px;
  }
}
.p_plans .p_plan_c .p_plan_other_content_01 img {
  width: 95%;
}
.p_plans .p_plan_c .p_plan_other_content_02 {
  position: relative;
}
.p_plans .p_plan_d {
  grid-template-rows: 90px 130px 300px 200px 20px;
}

.p_conversion {
  width: 50%;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 35px 0 25px;
  border: 1px solid #231815;
}
@media (max-width: 1000px) {
  .p_conversion {
    width: 90%;
  }
}
.p_conversion_text {
  color: #84230b;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 740px) {
  .p_conversion_text {
    letter-spacing: 0.14em;
    line-height: 1.55;
    margin-bottom: 20px;
  }
}
.p_conversion_button {
  position: relative;
  width: 372px;
  height: 64px;
  margin: 0 auto;
  background-color: #a7935e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}
@media (max-width: 740px) {
  .p_conversion_button {
    width: 300px;
    height: 52px;
    margin: 0 auto;
  }
}
@media not all and (pointer: coarse) {
  .p_conversion_button:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.p_conversion_button a {
  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;
}
.p_conversion_button a p {
  color: #fff;
  font-size: clamp(2rem, 0.862rem + 1.538vw, 2.4rem);
}
.p_conversion_button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotateZ(-45deg) translateY(-50%);
          transform: rotateZ(-45deg) translateY(-50%);
}
@media (max-width: 740px) {
  .p_conversion_button a::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.p_ug {
  margin: 0 auto;
  padding: 80px 75px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 740px) {
  .p_ug {
    width: 100%;
    padding: 30px 15px;
  }
}
.p_ug h2 {
  width: 25%;
  max-width: 300px;
  margin: 0 auto 35px;
}
@media (max-width: 740px) {
  .p_ug h2 {
    width: 70%;
  }
}
.p_ug h3 {
  color: #231815;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 740px) {
  .p_ug h3 {
    letter-spacing: 0.1em;
  }
}
.p_ug_intro {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .p_ug_intro {
    display: block;
    margin-bottom: 40px;
  }
}
.p_ug_intro_01 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.075em;
}
@media (max-width: 1000px) {
  .p_ug_intro_01 {
    letter-spacing: 0.035em;
    text-align: center;
    margin-bottom: 22px;
  }
}
.p_ug_intro_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.p_ug_intro_02 div {
  position: relative;
}
@media (max-width: 740px) {
  .p_ug_intro_02 {
    gap: 10px;
  }
}
.p_ug_content {
  display: grid;
  grid-template-columns: 9fr 11fr;
  gap: 45px;
}
@media (max-width: 1000px) {
  .p_ug_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p_ug_content h4 {
  font-size: clamp(1.8rem, 0.946rem + 1.154vw, 2.1rem);
  margin-bottom: 35px;
}
.p_ug_content p {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 1000px) {
  .p_ug_content p {
    margin-bottom: 35px;
  }
}
.p_ug_content_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_ug_content_btn {
  width: 100%;
  height: 64px;
  background-color: #a7935e;
  margin: auto auto 0;
  -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: 1000px) {
  .p_ug_content_btn {
    height: 40px;
    margin: 0 auto;
  }
}
@media not all and (pointer: coarse) {
  .p_ug_content_btn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.p_ug_content_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;
}
.p_ug_content_btn a p {
  color: #fff;
  font-size: clamp(1.6rem, -0.108rem + 2.308vw, 2.2rem);
  position: relative;
}
@media (max-width: 1000px) {
  .p_ug_content_btn a p {
    margin: 0;
  }
}
.p_ug_content_btn a p::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
@media (max-width: 740px) {
  .p_ug_content_btn a p::after {
    width: 8px;
    height: 8px;
    right: -10%;
  }
}
.p_ug_content_img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p_ug_content_img .image_cap {
  margin: 0;
}

.p_cap {
  padding-top: 40px;
  font-size: 1rem;
}
@media (max-width: 740px) {
  .p_cap {
    padding-top: 30px;
  }
}

.lp_main {
  background-image: url(../images/plan/pl_stone_screen.png);
}

.lp_intro h3 {
  color: #fff;
}
.lp_intro .p_intro_p {
  color: #fff;
}
.lp_intro .p_intro_floormap {
  max-width: 800px;
  padding: 20px 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.lp_intro .p_intro_floormap img {
  width: 80%;
  margin: 0 auto;
}

.lp_plans .p_plan {
  background-color: #fff;
}/*# sourceMappingURL=plan.css.map */