@charset "utf-8";

/* archive */

#archiveInfomation .pbigger {
  margin-top: 16px;
  font-size: 15px;
}

#archiveInfomation .__detail {
  font-size: 1.2rem;
  color: #75787a;
}

#archiveInfomation .el_tag_type01, #archiveInfomation .el_tag_type02 {
    display: inline-block;
    font-size: 1.0rem;
    position: relative;
    line-height: 1.2;
    max-width: 20em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* single */
ul li {
  list-style: none;
}
#realestateSingle .un_realestateSingle_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_ttl {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_ttl p {
  font-size: 2.4rem;
  font-weight: 400;
}
#realestateSingle .un_realestateSingle_ttl p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_ttl p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_ttl p {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_ttl h1 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #75787a;
}
#realestateSingle .un_realestateSingle_ttl h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_ttl h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_ttl h1 {
    margin-top: 24px;
    margin-top: 6.4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
#realestateSingle .un_realestateSingle_image {
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_image {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_image .__slideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 516/365;
}
#realestateSingle .un_realestateSingle_image .__slideItem img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#realestateSingle .un_realestateSingle_image_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  margin: -22px auto 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_image_arrow {
    width: 64vw;
  }
}
#realestateSingle .un_realestateSingle_image_arrow .next-arrow {
  margin: 0 !important;
}
#realestateSingle .un_realestateSingle_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px 16px;
  background: #e7e7e6;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_point {
    display: block;
    padding: 24px;
    padding: 6.4vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_point dt {
  min-width: 5em;
  font-weight: 400;
  margin-right: 40px;
}
@media screen and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_point dt {
    margin-right: 24px;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_point dt {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_point dd {
  width: calc(100% - 5em - 40px);
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_point dd {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7e6;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_outline {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e6;
  width: 48.4%;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_outline dl {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_outline dl dt {
  color: #75787a;
  font-weight: 300;
  min-width: 5.5em;
  margin-right: 40px;
}
@media screen and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_outline dl dt {
    margin-right: 24px;
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_outline dl dt {
    margin-right: 40px;
    margin-right: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_outline dl dd {
  font-weight: 400;
}
#realestateSingle .un_realestateSingle_outline dl dd ul li {
  padding-left: 1em;
  position: relative;
}
#realestateSingle .un_realestateSingle_outline dl dd ul li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b6b7b4;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.66666em;
}
#realestateSingle .un_realestateSingle_outline dl dd .__priceEtc {
  border: 1px solid #b6b7b4;
  padding: 1em;
  margin-top: 20px;
}

#realestateSingle .un_realestateSingle_btn {
  margin: 100px 0;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_btn {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_btnInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b6b7b4;
  border-right: none;
  border-left: none;
  padding: 40px 0;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_btnInner {
    display: block;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_btn a:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_btn a:not(:first-child) {
    margin: 0;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_concept .__ttl {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 40px;
  margin-left: -2px;
}
#realestateSingle .un_realestateSingle_concept .__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_concept .__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_concept .__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_concept .__txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_concept .__txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_videoArea {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_videoArea {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_videoArea iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
#realestateSingle .un_realestateSingle_info {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e7e7e6;
  padding: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info dl {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 40px;
    padding: 10.6666666667vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_info dl dt {
  font-size: 2rem;
  font-weight: 400;
  width: 260px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info dl dt {
    width: 100%;
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_info dl dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info dl dd {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_info dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
#realestateSingle .un_realestateSingle_info dl dd p:not(:first-child) {
  margin-top: 8px;
}
#realestateSingle .un_realestateSingle_info dl dd p span {
  display: inline-block;
  min-width: 3em;
  margin-right: 60px;
  color: #75787a;
  font-weight: 300;
}
#realestateSingle .un_realestateSingle_info dl dd .el_button_type01 {
  width: 100% !important;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info dl dd .el_button_type01 {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_info .__note {
  color: #75787a;
  width: 75%;
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_info .__note {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_contact {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_contact 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;
  width: 100%;
  max-width: 480px;
  height: 100px;
  border-radius: 4px;
  background: #1e1c1c;
  border: 1px solid #1e1c1c;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_contact a {
    font-size: 16px;
    font-size: 4.2666666667vw;
    height: 80px;
    height: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_contact a:hover {
  background: #fff;
  color: #1e1c1c;
}
#realestateSingle .un_realestateSingle_galleryArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_galleryArea {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
#realestateSingle .un_realestateSingle_galleryArea figure {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_galleryArea figure {
    margin-top: 100px;
    margin-top: 26.6666666667vw;
  }
}
#realestateSingle .un_realestateSingle_galleryArea figure figcaption {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_galleryArea figure figcaption {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
#realestateSingle .un_realestateSingle_galleryArea figure.__full figcaption {
  width: 65%;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_galleryArea figure.__full figcaption {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_galleryArea figure.__harf {
  width: 47%;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_galleryArea figure.__harf {
    width: 41.866666vw;
  }
}
#realestateSingle .un_realestateSingle_detail {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_detail {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_detail .__ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_detail .__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
}
#realestateSingle .un_realestateSingle_detail .__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7e6;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_detail .__list {
    display: block;
  }
}
#realestateSingle .un_realestateSingle_detail .__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7e7e6;
  width: 48.4%;
  padding: 16px 0;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_detail .__listItem {
    width: 325px;
    width: 42.3177083333vw;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_detail .__listItem {
    width: 100%;
    padding-top: 16px;
    padding-top: 4.2666666667vw;
    padding-bottom: 16px;
    padding-bottom: 4.2666666667vw;
  }
}
#realestateSingle .un_realestateSingle_detail .__listItem dt {
  color: #75787a;
  font-weight: 300;
  min-width: 5.5em;
  margin-right: 40px;
}
@media screen and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_detail .__listItem dt {
    margin-right: 24px;
    margin-right: 3.125vw;
  }
}
#realestateSingle .un_realestateSingle_detail .__listItem dd {
  font-weight: 400;
}
#realestateSingle .un_realestateSingle_detail .__listItem dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#realestateSingle .un_realestateSingle_detail .__listItem dd ul li:not(:first-child) {
  margin-top: 5px;
}
#realestateSingle .un_realestateSingle_detail .__listItem dd ul li::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b6b7b4;
  border-radius: 100%;
  margin: 0.2em 0.33333em;
}
#realestateSingle .un_realestateSingle_detail .__note {
  color: #75787a;
  width: 75%;
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_detail .__note {
    width: 100%;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
#realestateSingle .un_realestateSingle_seller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #b6b7b4;
  border-right: none;
  border-left: none;
  padding: 40px;
  margin-top: 80px;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_seller {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_seller {
    display: block;
    padding: 0;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_seller .__sellerTtl {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
  margin-right: 60px;
  margin-top: -1px;
  white-space: nowrap;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_seller .__sellerTtl {
    margin-right: 60px;
    margin-right: 7.8125vw;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_seller .__sellerTtl {
    font-size: 18px;
    font-size: 4.8vw;
    margin: 0;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 295px;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  #realestateSingle .un_realestateSingle_seller .__sellerDetail {
    min-width: 295px;
    min-width: 38.4114583333vw;
  }
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_seller .__sellerDetail {
    display: block;
    min-width: unset;
  }
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(1) {
  line-height: 2;
  width: calc(100% - 200px - 24px);
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(1)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(1)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(1) {
    width: 100%;
  }
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(1) strong {
  font-weight: 400;
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail p:nth-of-type(2) {
  margin-top: 16px;
  color: #75787a;
  width: 100%;
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  width: 200px;
  height: 45px;
  padding: 12px;
  position: relative;
  line-height: 1;
  margin-left: 24px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_seller .__sellerDetail a {
    margin: 0;
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
#realestateSingle .un_realestateSingle_seller .__sellerDetail a::before {
  display: block;
  content: url(../../img/common/icon_phone.svg);
  margin: 3px 8px 0 0;
}
#realestateSingle .un_realestateSingle_tagList {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_tagList {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateSingle_tagList .__ttl {
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_tagList .__ttl {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
#realestateSingle .un_realestateSingle_tagList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
#realestateSingle .un_realestateSingle_tagList ul li {
  margin: 0 8px 8px 0;
}
#realestateSingle .un_realestateForm {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateForm {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
#realestateSingle .un_realestateForm_ttl {
  font-size: 2.4rem;
  margin-bottom: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateForm_ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
#realestateSingle .un_realestateForm_lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateForm_lead {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.__slash:not(:last-of-type)::after {
  display: contents;
  content: " / ";
}

#realestateSingle .un_realestateSingle_fixedBtn {
  position: fixed;
  z-index: 100;
  bottom: 4%;
  right: 10%;
/*  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);*/
  width: 8rem;
  height: 8rem;
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_fixedBtn {
    width: 76px;
    width: 20.2666666667vw;
    height: 115px;
    height: 30.6666666667vw;
    bottom: 70px;
    bottom: 18.6666666667vw;
    right: 15px;
    right: 4vw;
    top: unset;
  }
}
#realestateSingle .un_realestateSingle_fixedBtn .__balloon {
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_fixedBtn .__balloon {
    width: 76px;
    width: 20.2666666667vw;
    height: 47px;
    height: 12.5333333333vw;
  }
}
#realestateSingle .un_realestateSingle_fixedBtn .__balloon p {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  padding: 0;
}
#realestateSingle .un_realestateSingle_fixedBtn .__balloon p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
#realestateSingle .un_realestateSingle_fixedBtn .__balloon p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  #realestateSingle .un_realestateSingle_fixedBtn .__balloon p {
    margin-top: -10px;
    margin-top: -2.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
#realestateSingle .un_realestateSingle_fixedBtn.is-hidden {
  opacity: 0;
  visibility: hidden;
}


.slick-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  .slick-num {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
/*========= slider ===============*/
.ly_slider_arrow .slide-arrow {
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  width: 57px;
  height: 24px;
  cursor: pointer;
  display: flex;
  place-content: center;
  place-items: center;
  transition: 0.2s ease-in-out;
}
.ly_slider_arrow .slide-arrow:hover {
  opacity: 0.7;
}
.ly_slider_arrow .prev-arrow {
  transform: scale(-1, 1);
}
.ly_slider_arrow .next-arrow {
  margin-left: 24px;
}
@media screen and (max-width: 744px) {
  .ly_slider_arrow .next-arrow {
    margin-left: 24px;
    margin-left: 6.4vw;
  }
}