@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* [common] */
html {
  font-size: 62.5%;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(0 0 99.9% 99.9%) !important;
  clip-path: inset(0 0 99.9% 99.9%) !important;
  position: absolute !important;
}

@media screen and (max-width: 736px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 737px) {
  .sp-only {
    display: none;
  }
}

/* [js:simpleParallax] */
.simpleParallax {
  display: flex;
  align-items: center; /* 縦中央寄せ */
  justify-content: center; /* 横中央寄せ */
}

.single-property-btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  width: 100%;
  max-width: 230px;
  padding: 0.625em;
  background: #33B7C4;
  border-radius: 50px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.2s;
  position: relative;
}
.single-property-btn:hover {
  background: #237982;
  box-shadow: none;
  bottom: -1px;
}
.single-property-btn--contact {
  background: #F85907;
}
.single-property-btn--contact:hover {
  background: #B54207;
}

/* [style] */
.single-property {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  text-underline-offset: 0.25em;
  letter-spacing: 0.05em;
}
.single-property__ttl-wrap {
  position: relative;
}
.single-property__ttl-wrap__ttl {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  background: #FAFAFA;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .single-property__ttl-wrap__ttl {
    font-size: 2rem;
  }
}
.single-property__ttl-wrap__read {
  font-size: 1.2rem;
  color: #AAAAAA;
  margin-top: 0.8rem;
}
@media screen and (min-width: 737px) {
  .single-property__ttl-wrap__read {
    font-size: 1.4rem;
    margin-top: 0;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.single-property__content-wrap {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 737px) {
  .single-property__content-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.single-property__main {
  width: 880px;
}
@media screen and (max-width: 736px) {
  .single-property__main {
    width: 100%;
    overflow: hidden;
  }
}
.single-property__sidebar {
  width: 240px;
}
@media screen and (max-width: 736px) {
  .single-property__sidebar {
    width: 100%;
    padding: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
}
.single-property__sidebar__inner {
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 736px) {
  .single-property__sidebar__inner {
    display: none;
  }
}
.single-property__sidebar__fixed {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 737px) {
  .single-property__sidebar__fixed {
    display: none;
  }
}
.single-property__sidebar__fixed__btn {
  max-width: 100%;
  font-size: 1.4rem;
  padding: 1em 0.625em;
}
.single-property__sidebar__fixed__btn:nth-child(1) {
  width: 40%;
  margin-right: 8px;
}
.single-property__sidebar__fixed__btn:nth-child(2) {
  width: 60%;
}
.single-property__mainvisual {
  height: 454.87px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual {
    height: 274.4px;
  }
}
.single-property__mainvisual__ttl {
  width: 80%;
  font-size: 4.6rem;
  font-weight: 400;
  color: #F85907;
  position: absolute;
  top: 2.4rem;
  z-index: 1;
}
.single-property__mainvisual__ttl span {
  position: relative;
  display: inline-block;
}
.single-property__mainvisual__ttl span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  top: -4px;
  right: -4px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__ttl {
    font-size: 2.8rem;
  }
  .single-property__mainvisual__ttl span {
    margin-bottom: 4px;
  }
  .single-property__mainvisual__ttl span::before {
    bottom: 0;
    left: -4px;
    top: 0;
    right: -4px;
  }
}
@media screen and (max-width: 480px) {
  .single-property__mainvisual__ttl {
    font-size: 2.4rem;
  }
}
.single-property__mainvisual__description {
  padding: 1.6rem 2.4rem 0 0;
  background: #fff;
  border-radius: 0 12px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__description {
    padding: 0.8rem;
    border-radius: 0 4px 0 0;
    bottom: -1px;
  }
}
.single-property__mainvisual__description__station {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__description__station {
    font-size: 1.4rem;
  }
}
.single-property__mainvisual__description__price {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__description__price {
    font-size: 1.2rem;
  }
}
.single-property__mainvisual__description__price em {
  font-size: 5.2rem;
  color: #F85907;
  font-weight: bold;
  font-style: normal;
  margin: 0 0.15em;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__description__price em {
    font-size: 2rem;
  }
}
.single-property__mainvisual__img {
  width: 736px;
  height: 454.87px;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 736px) {
  .single-property__mainvisual__img {
    width: 73.17vw;
    height: 274.4px;
  }
  .single-property__mainvisual__img img {
    width: auto;
    height: 300px;
  }
}
.single-property__section {
  margin-top: 120px;
}
@media screen and (max-width: 736px) {
  .single-property__section {
    margin-top: 60px;
  }
}
.single-property__section__ttl {
  display: flex;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.176em;
  position: relative;
}
@media screen and (max-width: 736px) {
  .single-property__section__ttl {
    font-size: 2.8rem;
  }
}
.single-property__section__ttl::before {
  content: "";
  content: attr(data-name);
  display: block;
  font-size: 1.4rem;
  color: #F85907;
  margin-bottom: 4px;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
}
.single-property__section__ttl::after {
  content: "";
  display: block;
  width: 3em;
  height: 4px;
  border-radius: 4px;
  background: #F85907;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translateX(-50%);
}
.single-property__section .main-highlight {
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .single-property__section .main-highlight__points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.single-property__section .main-highlight__points__item {
  position: relative;
}
@media screen and (min-width: 737px) {
  .single-property__section .main-highlight__points__item {
    display: flex;
  }
}
.single-property__section .main-highlight__points__item__img {
  width: 528px;
  height: 326.32px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .single-property__section .main-highlight__points__item__img {
    width: 73.17vw;
    height: 45.22vw;
    border-radius: 8px 8px 0 0;
  }
  .single-property__section .main-highlight__points__item__img img {
    width: auto;
    height: 45.22vw;
  }
}
.single-property__section .main-highlight__points__item__explanation {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 1.5em;
  width: 440px;
}
.single-property__section .main-highlight__points__item__explanation__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.single-property__section .main-highlight__points__item__explanation__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
  .single-property__section .main-highlight__points__item__explanation {
    width: 73.17vw;
    border-radius: 0 0 8px 8px;
  }
  .single-property__section .main-highlight__points__item__explanation__ttl {
    font-size: 2rem;
  }
  .single-property__section .main-highlight__points__item__explanation__txt {
    line-height: 1.8;
  }
}
.single-property__section .main-highlight__points__item:not(:first-of-type) {
  margin-top: 6.25em;
}
@media screen and (max-width: 736px) {
  .single-property__section .main-highlight__points__item:not(:first-of-type) {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 737px) {
  .single-property__section .main-highlight__points__item:nth-child(2n-1) .main-highlight__points__item__explanation {
    position: absolute;
    right: 0;
    bottom: -2em;
  }
}
.single-property__section .main-highlight__points__item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (min-width: 737px) {
  .single-property__section .main-highlight__points__item:nth-child(2n) .main-highlight__points__item__explanation {
    position: absolute;
    left: 0;
    top: -2em;
  }
}
.single-property__section .standout-feature__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 4em;
}
@media screen and (max-width: 736px) {
  .single-property__section .standout-feature__list {
    overflow-x: scroll;
    padding-bottom: 0;
  }
}
.single-property__section .standout-feature__list__item {
  width: calc(33.3333333333% - 16px);
  background: #fff;
  position: relative;
}
.single-property__section .standout-feature__list__item__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
  .single-property__section .standout-feature__list__item {
    padding: 0 0 1em;
    width: 73.17vw;
    flex-shrink: 0;
  }
  .single-property__section .standout-feature__list__item:not(:last-of-type) {
    margin-right: 1.5em;
  }
}
.single-property__section .standout-feature__list__item__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 736px) {
  .single-property__section .standout-feature__list__item__img {
    height: 38.66vw;
  }
}
.single-property__section .standout-feature__list__item__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 737px) {
  .single-property__section .standout-feature__list__item:nth-child(2) {
    top: 2em;
  }
  .single-property__section .standout-feature__list__item:nth-child(3) {
    top: 4em;
  }
}
.single-property__section .standout-feature__arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 6.5em;
  height: 0.1em;
  margin-top: 0.5em;
  background: #333333;
}
.single-property__section .standout-feature__arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #333333;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.single-property__section .standout-feature__arrow-right span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 737px) {
  .single-property__section .standout-feature__arrow-right {
    display: none;
  }
}
.single-property__section .area-information__list__item {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
}
.single-property__section .area-information__list__item:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (min-width: 737px) {
  .single-property__section .area-information__list__item {
    overflow: hidden;
    padding-top: 360px;
  }
}
.single-property__section .area-information__list__item__img {
  display: block;
  height: auto;
  width: 100%;
}
.single-property__section .area-information__list__item__img img {
  width: 80%;
}
@media screen and (min-width: 737px) {
  .single-property__section .area-information__list__item__img {
    max-width: none;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 736px) {
  .single-property__section .area-information__list__item__img {
    width: 100%;
    height: 39.512vw;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
  }
  .single-property__section .area-information__list__item__img img {
    width: 100%;
  }
}
.single-property__section .area-information__list__item__content {
  width: 352px;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 1.5em;
}
@media screen and (min-width: 737px) {
  .single-property__section .area-information__list__item__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 736px) {
  .single-property__section .area-information__list__item__content {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
}
.single-property__section .area-information__list__item__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 736px) {
  .single-property__section .area-information__list__item__ttl {
    font-size: 2rem;
  }
}
.single-property__section .area-information__list__item__txt {
  font-size: 1.4rem;
}
.single-property__section .area-information__list__item:nth-child(2n-1) .area-information__list__item__content {
  right: 1.75em;
}
.single-property__section .area-information__list__item:nth-child(2n) .area-information__list__item__content {
  left: 1.75em;
}
@media screen and (min-width: 737px) {
  .single-property__section .specifics__table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E4E4E4;
  }
}
.single-property__section .specifics__table dt, .single-property__section .specifics__table dd {
  border-top: 1px solid #E4E4E4;
  padding: 0.75em 1.5em;
}
.single-property__section .specifics__table dt:first-of-type, .single-property__section .specifics__table dd:first-of-type {
  border-top: none;
}
@media screen and (max-width: 736px) {
  .single-property__section .specifics__table dt, .single-property__section .specifics__table dd {
    border: none;
    padding: 0.5em 1em;
  }
}
.single-property__section .specifics__table dt {
  font-weight: 700;
  width: 176px;
  background: #FAFAFA;
  border-right: 1px solid #E4E4E4;
}
@media screen and (max-width: 736px) {
  .single-property__section .specifics__table dt {
    width: 100%;
    border: none;
  }
}
.single-property__section .specifics__table dd {
  width: calc(100% - 176px);
}
.single-property__section .specifics__table dd em {
  color: #F85907;
}
@media screen and (max-width: 736px) {
  .single-property__section .specifics__table dd {
    width: 100%;
  }
}
.single-property__section .specifics__map {
  margin-top: 2.4rem;
}
.single-property__section .specifics__map iframe {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 736px) {
  .single-property__section .specifics__map iframe {
    height: 200px;
  }
}
.single-property__section .interested__ttl {
  width: 80%;
  max-width: 400px;
  background: #FE9000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 1.6rem;
  border-radius: 50px;
  margin: 0 auto -3.2rem;
  position: relative;
}
.single-property__section .interested__ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 20px solid #FE9000;
}
@media screen and (max-width: 736px) {
  .single-property__section .interested__ttl {
    font-size: 1.8rem;
  }
}
.single-property__section .interested__txt {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .single-property__section .interested__txt {
    font-size: 1.4rem;
  }
}
.single-property__section .interested__bg {
  border-radius: 8px;
  background: #FAFAFA;
  padding: 6.4rem 4.2rem 4.2rem;
}
@media screen and (max-width: 736px) {
  .single-property__section .interested__bg {
    padding: 6.4rem 1.6rem 1.6rem;
  }
}
.single-property__section .interested__contact {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 737px) {
  .single-property__section .interested__contact {
    display: flex;
    justify-content: space-between;
  }
}
.single-property__section .interested__contact__item {
  width: calc(50% - 8px);
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: #fff;
  padding: 2.4rem;
}
@media screen and (max-width: 736px) {
  .single-property__section .interested__contact__item {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .single-property__section .interested__contact__item:not(:first-child) {
    margin-top: 1em;
  }
}
.single-property__section .interested__contact__item__ttl {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.single-property__section .interested__contact__item__ttl span {
  display: inline-block;
}
.single-property__section .interested__contact__item .single-property-mail-box,
.single-property__section .interested__contact__item .single-property-tel-box {
  border: none;
  padding: 0;
}
.single-property__section .interested__contact__item .single-property-mail-box__txt {
  background: #F8FDFD;
  padding: 1.2rem;
  border-radius: 2px;
  font-size: 1.6rem;
}
.single-property__section .interested__contact__item .single-property-mail-box__btn {
  font-size: 2rem;
}
.single-property__section .interested__contact__item .single-property-tel-box__appeal-phrase {
  font-size: 1.4rem;
}
.single-property__section .interested__contact__item .single-property-tel-box__tel {
  font-size: 2.4em;
}
@media screen and (max-width: 736px) {
  .single-property__section .interested__contact__item .single-property-tel-box__tel {
    font-size: 2em;
  }
}

.interested-process {
  margin-top: 1.5em;
  padding: 2.4rem;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
}
.interested-process__ttl {
  text-align: center;
}
.interested-process__ttl__accent {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #FE9000;
  position: relative;
}
@media screen and (max-width: 736px) {
  .interested-process__ttl__accent {
    font-size: 1.4rem;
  }
}
.interested-process__ttl__accent::before, .interested-process__ttl__accent::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F85907;
  width: 1px;
  height: 0.5em;
  margin: 0 1em;
  margin-bottom: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .interested-process__ttl__accent::before, .interested-process__ttl__accent::after {
    position: absolute;
    bottom: 8px;
    margin: 0;
  }
}
.interested-process__ttl__accent::before {
  transform: rotate(-35deg);
}
@media screen and (max-width: 736px) {
  .interested-process__ttl__accent::before {
    left: -8px;
  }
}
.interested-process__ttl__accent::after {
  transform: rotate(35deg);
}
@media screen and (max-width: 736px) {
  .interested-process__ttl__accent::after {
    right: -8px;
  }
}
.interested-process__ttl__main {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}
.interested-process__list {
  counter-reset: listnum;
  list-style: none;
}
@media screen and (min-width: 737px) {
  .interested-process__list {
    display: flex;
    justify-content: space-between;
  }
}
.interested-process__list__item {
  width: calc(25% - 6px);
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 1em;
  position: relative;
}
@media screen and (max-width: 736px) {
  .interested-process__list__item {
    width: 100%;
  }
  .interested-process__list__item:not(:first-child) {
    margin-top: 0.5em;
  }
}
.interested-process__list__item::before {
  display: block;
  counter-increment: listnum;
  content: counter(listnum);
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  padding: 0 1.52rem;
  background: #FE9000;
  border-radius: 2px 0 4px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.interested-process__list__item:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #FE9000;
  border-radius: 50px;
  background-image: url("../img/img_flow-arrow.png");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 737px) {
  .interested-process__list__item:not(:last-of-type)::after {
    top: 50%;
    right: -1.75em;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 736px) {
  .interested-process__list__item:not(:last-of-type)::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1em;
    transform: translateX(-50%) rotate(90deg);
  }
}
.interested-process__list__item__img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 4.2rem;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 736px) {
  .interested-process__list__item__img {
    margin: 1.5em auto 0.75em;
  }
}
.interested-process__list__item__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 736px) {
  .interested-process__list__item__ttl {
    margin-bottom: 0.4rem;
  }
}
.interested-process__list__item__txt {
  font-size: 1.4rem;
}
.interested-process__list__item__txt span {
  display: inline-block;
}
.interested-process__list__item:last-of-type {
  border: 3px solid #FE9000;
}
.interested-process__list__item:last-of-type::before {
  border-radius: 1px 0 4px 0;
}

.single-property-tel-box {
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
}
.single-property-tel-box__appeal-phrase {
  font-size: 12px;
  color: #F85907;
  text-align: center;
}
.single-property-tel-box__appeal-phrase::before, .single-property-tel-box__appeal-phrase::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F85907;
  width: 1px;
  height: 0.5em;
  margin: 0 1em;
  margin-bottom: -0.2em;
  vertical-align: middle;
}
.single-property-tel-box__appeal-phrase::before {
  transform: rotate(-35deg);
}
.single-property-tel-box__appeal-phrase::after {
  transform: rotate(35deg);
}
@media screen and (max-width: 736px) {
  .single-property-tel-box__appeal-phrase {
    font-size: 1.4rem;
  }
}
.single-property-tel-box__tel {
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
  color: #F85907;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  padding-left: 1.35em;
  position: relative;
}
.single-property-tel-box__tel::before {
  content: "";
  display: block;
  width: 1.15em;
  height: 1.15em;
  background-image: url("/img/icon_tel_orange.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 736px) {
  .single-property-tel-box__tel {
    font-size: 2em;
  }
}
.single-property-tel-box__teltime {
  color: #AAAAAA;
  font-size: 12px;
}
.single-property-tel-box__bukken-number {
  display: flex;
  justify-content: center;
  align-items: end;
  font-weight: bold;
  line-height: 1;
  background: #FAFAFA;
  padding: 0.75em;
  border-radius: 4px;
  margin-top: 0.75em;
}
.single-property-tel-box__bukken-number dt {
  font-size: 0.75em;
  margin-right: 4px;
}
.single-property-tel-box__bukken-number dd {
  font-size: 1.15em;
}
.single-property-tel-box__note {
  font-size: 12px;
  margin-top: 0.5em;
}
.single-property-tel-box + .single-property-mail-box {
  margin-top: 0.5em;
}

.single-property-mail-box {
  border: 1px solid #33B7C4;
  border-radius: 4px;
  padding: 16px 8px;
  text-align: center;
}
.single-property-mail-box__txt {
  font-size: 1.4rem;
  color: #33B7C4;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 736px) {
  .single-property-mail-box__txt {
    font-size: 1.6rem;
  }
}
.single-property-mail-box__btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  width: 100%;
  max-width: 230px;
  padding: 0.625em;
  background: #33B7C4;
  border-radius: 50px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.2s;
  position: relative;
}
.single-property-mail-box__btn:hover {
  background: #237982;
  box-shadow: none;
  bottom: -1px;
}
@media screen and (max-width: 736px) {
  .single-property-mail-box__btn {
    font-size: 2rem;
  }
}

.single-property-modal {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.2s;
}
.single-property-modal[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.single-property-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.single-property-modal__inner {
  display: block;
  width: calc(100% - 64px);
  max-width: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-property-modal__content {
  width: 100%;
  background: #fff;
  padding: 1.6rem;
  border-radius: 8px;
}
.single-property-modal__close-btn {
  width: 44px;
  height: 44px;
  background: #333333;
  border-radius: 50px;
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
}
.single-property-modal__close-btn::before, .single-property-modal__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
}
.single-property-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-property-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=single-property.css.map */
