/* Scss Document */
/* Scss Document */
.gnav_menu_wrapper.open .gnav_menu {
  border-bottom: none;
}

.gnav_menu {
  border-bottom: 1px solid #242424;
}
.gnav_menu li {
  color: #242424;
}
@media only screen and (max-width: 1200px) {
  .gnav_menu li {
    color: #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .gnav_contact .contact-white-icon {
    display: none;
  }
}
.gnav_contact .black-icon {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .gnav_contact .black-icon {
    display: inline;
  }
}
.gnav_contact.active .contact-white-icon {
  display: inline;
}
.gnav_contact.active .black-icon {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .gnav_button .open-icon {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .gnav_button .black-icon {
    display: inline;
  }
}
.gnav_button.active .black-icon {
  display: none;
}

.property-detail-breadcrumb {
  padding-top: 154px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 640px) {
  .property-detail-breadcrumb {
    padding-top: calc(120 / 640 * 100vw);
  }
}

.area.area_detail .sticky_area {
  position: sticky;
}
@media only screen and (max-width: 640px) {
  .area.area_detail .sticky_area {
    top: calc(110 / 640 * 100vw);
  }
}

.selected-area_detail .sticky_area {
  max-width: 86rem;
}

.property-detail_nav_wrapper {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 640px) {
  .property-detail_nav_wrapper {
    margin: 0 20px;
  }
}

.property-detail_nav_list {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .property-detail_nav_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px 0;
  }
}
.property-detail_nav_list li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding: 11px 31px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .property-detail_nav_list li {
    line-height: 0.5;
    padding: 3px;
  }
}
.property-detail_nav_list li:first-child {
  border-left: none;
}
.property-detail_nav_list li:last-child {
  padding: 0;
  border-left: none;
}
@media only screen and (max-width: 640px) {
  .property-detail_nav_list li:nth-child(5) {
    border-left: none;
  }
}

.area_nav-item {
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 640px) {
  .area_nav-item {
    font-size: calc(16 / 640 * 100vw);
  }
}
.area_nav-item.active {
  color: #004ca2;
}

.c_button_wrap_orange {
  border-radius: 8px;
  background: #f87251;
  width: 141px;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .c_button_wrap_orange {
    width: calc(140 / 640 * 100vw);
    height: calc(50 / 640 * 100vw);
  }
}

.c_button_orange {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 640px) {
  .c_button_orange {
    font-size: calc(16 / 640 * 100vw);
    line-height: calc(50 / 640 * 100vw);
  }
}

.property-hero .content {
  background: #ecf7fb;
  padding: 87px 0 61px;
  margin-top: -35px;
}
@media only screen and (max-width: 640px) {
  .property-hero .content {
    padding-top: 60px;
  }
}

.property-hero_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .property-hero_ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}

.property-hero_mttl {
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  line-height: normal;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 640px) {
  .property-hero_mttl {
    font-size: calc(32 / 640 * 100vw);
  }
}

.property-hero_ttl-tag {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .property-hero_ttl-tag {
    margin-top: 10px;
  }
}
.property-hero_ttl-tag p {
  color: #004ca2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.721px;
  background: #fff;
  border: 2px solid #004ca2;
  border-radius: 4px;
  padding: 7px 12px;
  margin-left: 18px;
}
@media only screen and (max-width: 640px) {
  .property-hero_ttl-tag p {
    margin-left: 0;
    margin-right: 18px;
  }
}

.property-hero_block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .property-hero_block {
    flex-direction: column-reverse;
    margin-top: 30px;
    gap: 20px;
  }
}

.property-hero_body {
  width: 40.350877193%;
}
@media only screen and (max-width: 640px) {
  .property-hero_body {
    width: 100%;
  }
}

.property-hero_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.property-hero_tag-item {
  color: #004ca2;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.442px;
  background: #fff;
  padding: 5px 13px;
}

.property-hero_price {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  margin-top: 17px;
}
@media only screen and (max-width: 640px) {
  .property-hero_price {
    margin-top: 10px;
  }
}
.property-hero_price span {
  color: #bd0000;
  font-family: "Noto Sans JP";
  font-size: 3.6rem;
  margin-left: 12px;
  margin-right: 4px;
}

.property-hero_address {
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 23px;
}
@media only screen and (max-width: 640px) {
  .property-hero_address {
    margin-top: 10px;
  }
}

.property-hero_point {
  margin-top: 36px;
}
@media only screen and (max-width: 640px) {
  .property-hero_point {
    margin-top: 15px;
  }
}

.point_ttl {
  color: #004ca2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: -7px;
}

.point_txtarea {
  background: #fff;
  padding: 22px 24px 35px;
}

.point_txt {
  color: #004ca2;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

.point_desc {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
  margin-top: 12px;
}

.property-hero_img {
  width: 56.1403508772%;
}
@media only screen and (max-width: 640px) {
  .property-hero_img {
    width: 100%;
  }
}

.photos .content {
  padding-top: 89px;
}
@media only screen and (max-width: 640px) {
  .photos .content {
    padding-top: 40px;
  }
}
.photos .inner {
  max-width: 1920px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .photos .inner {
    padding: 0 20px;
  }
}

.virtual_model_house-img {
  display: block;
  width: 855px;
  margin: 59px auto 0;
}
@media only screen and (max-width: 640px) {
  .virtual_model_house-img {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  margin-top: 66px;
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  .swiper {
    margin-top: 30px;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 1;
}
.swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.swiper-slide img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: #004ca2;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 28.6458333333% !important;
}
@media only screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 7.1666666667% !important;
  }
}

.swiper-button-next {
  right: 28.6458333333% !important;
}
@media only screen and (max-width: 640px) {
  .swiper-button-next {
    right: 7.1666666667% !important;
  }
}

.thumbnail-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 7px;
  max-width: 1140px;
  margin: 44px auto 0;
}
@media only screen and (max-width: 640px) {
  .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
  }
}
.thumbnail-list.narrow {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 640px) {
  .thumbnail-list.narrow {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
  }
}
.thumbnail-list.wide {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 640px) {
  .thumbnail-list.wide {
    grid-template-columns: repeat(6, 1fr);
    margin-top: 20px;
  }
}

.photo .content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  .photo .content {
    padding-top: calc(60 / 640 * 100vw);
    padding-bottom: calc(20 / 640 * 100vw);
  }
}
.photo .photo__txt {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .photo .photo__txt {
    font-size: calc(24 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
    margin-bottom: calc(30 / 640 * 100vw);
  }
}
.photo .photo__wrpper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .photo .photo__wrpper {
    flex-direction: column;
    gap: calc(30 / 640 * 100vw);
  }
}

.plan .content {
  padding-top: 60px;
}
@media only screen and (max-width: 640px) {
  .plan .content {
    padding-top: 40px;
  }
}
.plan_wrap {
  border-radius: 12px;
  border: 1px solid #000;
  padding: 50px 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .plan_wrap {
    padding: 30px 20px;
    margin-top: 30px;
  }
}

.plan_heading {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .plan_heading {
    flex-direction: column;
  }
}

.plan_heading-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
  background: #004ca2;
  padding: 5px 40px;
  margin-right: 70px;
}
@media only screen and (max-width: 640px) {
  .plan_heading-ttl {
    font-size: 2.4rem;
    padding: 3px 20px;
    margin-right: 0;
  }
}

.plan_heading-txt {
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .plan_heading-txt {
    font-size: 2rem;
    margin-top: 10px;
    text-align: center;
  }
}

.plan_content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .plan_content {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

.plan_content-selected {
  align-items: center;
  justify-content: normal;
}

.plan_img {
  width: 67.1929824561%;
}
@media only screen and (max-width: 640px) {
  .plan_img {
    width: 100%;
  }
}

.plan_txtarea {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .plan_txtarea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  .plan_txtarea-selected {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.plan_txtarea-selected h3 {
  color: #004ca2;
  font-family: Inter;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 3rem;
  border-bottom: 1px solid #004ca2;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .plan_txtarea-selected h3 {
    padding-bottom: calc(20 / 640 * 100vw);
    font-size: calc(36 / 640 * 100vw);
  }
}
.plan_txtarea-selected dl {
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 60px;
}
@media only screen and (max-width: 640px) {
  .plan_txtarea-selected dl {
    gap: 20px 30px;
  }
}

@media only screen and (max-width: 640px) {
  .plan_txtarea-item {
    display: block;
    width: 50%;
    padding-top: 10px;
  }
}

.plan_txtarea-item + .plan_txtarea-item {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .plan_txtarea-item + .plan_txtarea-item {
    margin-top: 0;
  }
}

.label {
  color: #004ca2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 640px) {
  .label {
    font-size: calc(18 / 640 * 100vw);
  }
}

.value {
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 640px) {
  .value {
    font-size: calc(20 / 640 * 100vw);
    margin-top: 5px;
  }
}

.features .content {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .features .content {
    padding: 0 20px;
    margin-top: 30px;
  }
}
.features .inner {
  border-radius: 12px;
  background: #ecf7fb;
  max-width: 1140px;
  min-width: 1140px;
  padding: 52px 97px 60px;
}
@media only screen and (max-width: 1200px) {
  .features .inner {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .features .inner {
    min-width: auto;
    padding: 15px;
  }
}

.features_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .features_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 20px;
  }
}

.features_item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  padding: 10px 10px 14px;
}
@media only screen and (max-width: 640px) {
  .features_item {
    padding: 7px 5px 7px 5px;
  }
}

.features_item-img {
  width: 33.1491712707%;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .features_item-img {
    margin-right: 7px;
  }
}

.features_item-txt p {
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.65px;
}
@media only screen and (max-width: 640px) {
  .features_item-txt p {
    font-size: calc(16 / 640 * 100vw);
  }
}

.location .content {
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  .location .content {
    padding-top: 40px;
  }
}
.location_img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 33px;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .location_img {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.location_img figcaption {
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-top: 12px;
}
@media only screen and (max-width: 640px) {
  .location_img figcaption {
    font-size: calc(18 / 640 * 100vw);
  }
}

.location_table {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .location_table {
    flex-direction: column;
  }
}

@media only screen and (max-width: 640px) {
  .location_table + .location_table {
    margin-top: 30px;
  }
}

.location_table-list {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 640px) {
  .location_table-list {
    width: 100%;
  }
}
.location_table-list caption {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  border-bottom: 2px solid #004ca2;
  padding-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .location_table-list caption {
    padding-bottom: 13px;
  }
}
.location_table-list tr {
  border-bottom: 1px dotted #c2c2c2;
}
.location_table-list tr th {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.75px;
  padding: 16px 0;
}
@media only screen and (max-width: 640px) {
  .location_table-list tr th {
    padding: 13px 0;
  }
}
.location_table-list tr td {
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.75px;
}

@media only screen and (max-width: 640px) {
  .location_table-list + .location_table-list {
    margin-top: 30px;
  }
}

.location_table-wrap {
  width: calc(50% - 20px);
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .location_table-wrap {
    width: 100%;
  }
}
.location_table-wrap .location_table-list {
  width: 100%;
}
.location_table-wrap .location_table-list + .location_table-list {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .location_table-wrap .location_table-list + .location_table-list {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .location_table-list--last {
    margin-top: 30px;
  }
}

.access .content {
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  .access .content {
    padding-top: 40px;
  }
}

.access_location {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .access_location {
    flex-direction: column;
  }
}

.location_text {
  margin-top: 83px;
  margin-right: 4rem;
}
@media only screen and (max-width: 640px) {
  .location_text {
    text-align: center;
    margin-top: 40px;
  }
}
.location_text.mg {
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .location_text.mg {
    margin-top: calc(20 / 640 * 100vw);
  }
}

.station_line {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .station_line {
    font-size: 1.6rem;
  }
}

.station_access {
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 640px) {
  .station_access {
    font-size: calc(24 / 640 * 100vw);
  }
}
.station_access span {
  color: #bf0008;
  font-family: "Noto Sans JP";
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 640px) {
  .station_access span {
    font-size: calc(36 / 640 * 100vw);
  }
}

.route_map {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
@media only screen and (max-width: 640px) {
  .route_map {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
}

.route_map-img-l {
  width: 44.7368421053%;
}
@media only screen and (max-width: 640px) {
  .route_map-img-l {
    width: 85%;
    margin: 0 auto;
  }
}

.route_map-img-r {
  width: 49.4736842105%;
}
@media only screen and (max-width: 640px) {
  .route_map-img-r {
    width: 100%;
  }
}

.route_map img {
  width: 100%;
}

.access_map {
  aspect-ratio: 1140/600;
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .access_map {
    margin-top: 40px;
  }
}
.access_map iframe {
  width: 100%;
  height: 100%;
}

.outline .content {
  padding-top: 80px;
  padding-bottom: 87px;
}
@media only screen and (max-width: 640px) {
  .outline .content {
    padding-top: 40px;
  }
}
.outline_table-top.margin-bottom {
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .outline_table-top.margin-bottom {
    margin-bottom: 20px;
  }
}

.outline_table {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .outline_table {
    display: block;
  }
}
.outline_table tr {
  border-bottom: 1px dotted #c2c2c2;
}
@media only screen and (max-width: 640px) {
  .outline_table tr {
    display: block;
    width: 100%;
  }
}
.outline_table th {
  color: #004ca2;
  font-weight: 500;
  text-align: left;
  width: 155px;
  padding: 17px 0;
}
@media only screen and (max-width: 640px) {
  .outline_table th {
    font-size: 1.4rem;
    display: block;
    padding-top: 10px;
    padding-bottom: 0;
    width: 100%;
  }
}
.outline_table td {
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding: 17px 0;
}
@media only screen and (max-width: 640px) {
  .outline_table td {
    width: 100%;
    font-size: 1.3rem;
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.outline_table td span {
  color: red;
}
.outline_table .border_none {
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .outline_table .empty {
    display: none;
  }
}
.outline_table .empty th {
  padding: 25px 0;
}

.outline_table-bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .outline_table-bottom {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.outline_table-bottom.margin-bottom {
  margin-bottom: 0;
}
.outline_table-bottom .outline_table {
  width: calc(50% - 18px);
}
@media only screen and (max-width: 640px) {
  .outline_table-bottom .outline_table {
    width: 100%;
  }
}
.outline_table-bottom tbody {
  display: block;
  width: 100%;
}

.line-2 {
  line-height: 1.1;
}

.outline_contact-btn {
  text-align: center;
}
.outline_contact-btn .cta_btn {
  display: inline-block;
  padding: 23px 30px 23px 36px;
}
@media only screen and (max-width: 640px) {
  .outline_contact-btn .cta_btn {
    margin-top: 0;
    padding: 15px 30px 15px 36px;
  }
}
@media only screen and (max-width: 640px) {
  .outline_contact-btn .cta_btn a img {
    margin-right: 15px;
  }
}
.outline_contact-btn .cta_btn a p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .outline_contact-btn .cta_btn a p {
    font-size: calc(28 / 640 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .outline_contact-btn .cta_btn a p span {
    display: none;
  }
}

.button-area {
  margin-top: 51px;
}
@media only screen and (max-width: 640px) {
  .button-area {
    margin-top: 20px;
  }
}/*# sourceMappingURL=property-detail.css.map */