@charset "UTF-8";
.tagcloud_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.875rem;
  margin-left: .625rem;
  padding-right: .625rem;
  min-width: calc(1 / 5 * 100% - 10 / 16 * 1rem);
}
.tagcloud_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem 0 0 -.625rem;
}
.tagcloud_link {
  color: #231815;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  border: 3px solid #231815;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .75rem .625rem;
  position: relative;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.tagcloud_link.current,
.tagcloud_link:hover {
  color: #fff;
  background-color: #f49700;
  opacity: 1;
}
.tagcloud_hits_number {
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.75rem;
  text-align: center;
  background-color: #231815;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.property_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(1 / 3 * 100% - 70 / 16 * 1rem);
          flex: 0 1 calc(1 / 3 * 100% - 70 / 16 * 1rem);
  margin-left: 4.375rem;
  max-width: calc(1 / 3 * 100% - 70 / 16 * 1rem);
}
.property_item:nth-of-type(n+4) {
  margin-top: 6.25rem;
}
.property_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 6.875rem 0 0 -4.375rem;
}
.property_item_link {
  color: #231815;
  display: block;
}
.property_thumb {
  position: relative;
}
.new.property_item .property_thumb::before {
  content: 'NEW';
  color: #fff;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1rem;
  background-color: #231815;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .40625rem 1.5625rem .40625rem 1.25rem;
  width: 4.6875rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.new.property_item .property_thumb::after {
  content: '';
  border-color: #000 transparent #000 transparent;
  border-style: solid;
  border-width: .75rem .625rem .75rem .625rem;
  display: block;
  margin: 0 0 0 4.6875rem;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.property_thumb .cover {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.no_vacancy .property_thumb .cover::after {
  content: '満室';
  color: #fff;
  font-weight: 500;
  font-size: .6875rem;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: .625rem .625rem 0 0;
  padding: .28125rem .625rem;
  position: absolute;
  top: 0;
  right: 0;
}
.property_name {
  font-weight: 700;
  margin-top: .75rem;
}
.archive .property_name {
  font-size: 1.125rem;
  line-height: 1.55555556;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.11111111em;
}
.single .property_name {
  color: #231815;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.375;
}
.archive .property_header {
  color: #919191;
  font-weight: 500;
  font-size: .875rem;
  margin-top: 1.875rem;
}
.property_overview {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: .625rem;
}
.property_overview span {
  display: inline-block;
  margin-right: 2rem;
}
.single .property_floorplan {
  border: 1px solid #ebebeb;
  margin-top: 2.25rem;
  padding: 3.0625rem 3.0625rem;
  position: relative;
}
.single .property_floorplan .cover {
  aspect-ratio: 1;

  /* IE11 */
}
.single .property_floorplan .cover img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.tag_item {
  font-weight: 500;
  margin-left: 2px;
}
.archive .tag_item {
  font-size: .6875rem;
  background-color: #fff;
  margin-top: 2px;
  padding: .28125rem .625rem;
}
.single .tag_item {
  color: #231815;
  font-size: .8125rem;
  border: 1px solid #231815;
  padding: .28125rem .625rem;
}
.tag_item.immediately {
  color: #fff;
  background-color: #f49700;
  border-color: #f49700;
}
.tag_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive .tag_item_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.not_found {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 5rem;
}
.property_id,
.property_area {
  color: #919191;
  font-weight: 500;
  font-size: .875rem;
}
.no_vacancy_label {
  color: #231815;
  font-weight: 500;
  font-size: .875rem;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.375rem;
  padding: .25rem .625rem;
  width: 3.875rem;
}
.property_detail_wrapper {
  border: 6px solid #ebebeb;
  margin-top: 3.5rem;
  padding: 2.125rem 2.125rem;
}
.property_detail {
  color: #231815;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.property_detail span {
  display: inline-block;
  margin-right: 2rem;
}
.property_description {
  color: #231815;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: -.375rem;
}
.property_description p + p {
  margin: 1em 0;
}
.lnk_contact {
  margin-top: 5rem;
}
.link_style_contact {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  background-color: #231815;
  display: block;
  padding: 1.25rem 1.25rem;
}
.column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 7.25rem;
}
.column.image_item_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 5rem;
}
.mv {
  margin-top: .625rem;
}
.single .mv {
  margin-bottom: 6.625rem;
}
.mv .content_wrapper {
  width: 85.375rem;
  position: relative;
}
.mv .content_wrapper::after {
  content: '';
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: -2.5rem;
  margin-right: 8.3125rem;
  width: 15rem;
  height: 6.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single.mv .content_wrapper::after {
  background-image: url(../images/property/single/icon_single.svg);
}
.couple.mv .content_wrapper::after {
  background-image: url(../images/property/single/icon_couple.svg);
}
.pet.mv .content_wrapper::after {
  background-image: url(../images/property/single/icon_pet.svg);
}
.mv .cover {
  aspect-ratio: 2.40917108;
  border-radius: .8125rem;
  overflow: hidden;

  /* IE11 */
}
.mv .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.image_item {
  counter-increment: img_index;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
}
.image_item + .image_item {
  margin-top: 1.25rem;
}
.image_item::before {
  content: '';
  background: url(../images/common/icon/icon_zoom.svg) 0 0 no-repeat;
  background-size: contain;
  margin: .625rem .625rem 0 0;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.image_item::after {
  content: counter(img_index, decimal-leading-zero);
  color: #231815;
  font-weight: 500;
  font-size: .875rem;
  background-color: #fff;
  display: block;
  padding: .3125rem .25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.image_item_wrapper {
  counter-reset: img_index;
}
.btn_zoom {
  color: #231815;
  font-size: .9375rem;
  letter-spacing: .1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .625rem .625rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn_zoom::after {
  content: '';
  background: url(../images/common/icon/icon_zoom.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: .5rem;
  width: 18px;
  height: 18px;
}
[data-remodal-target="modal"] {
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
[data-remodal-target="modal"]:hover {
  opacity: .5;
}
.remodal {
  max-width: 70%;
}
.slick_nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .59375rem 2.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  width: 100%;
  height: 70vh;
}
.slick-arrow {
  width: 50%;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}
.slick-arrow::before {
  content: '';
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover {
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  margin-left: 1.25rem;
  left: 0;
  -webkit-transform: translate(0%, -50%) rotate(-135deg);
          transform: translate(0%, -50%) rotate(-135deg);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  margin-right: 1.25rem;
  right: 0;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.table_column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .625rem 0;
}
.table_header,
.table_data {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .625rem;
}
.table_header {
  border-right: 1px solid #ebebeb;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  max-width: 100%;
}
.table_data {
  word-break: break-all;
}
.table_data span {
  display: inline-block;
  margin-right: inherit;
}
.table_data [target="_blank"]::after {
  content: "\f230";
  font-family: "dashicons";
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}
[data-object-fit="cover"] {
  font-family: "object-fit: cover";
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .column.property_description_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 42.72727273%;
            flex: 1 1 42.72727273%;
    position: sticky;
    top: 10rem;
  }
  .data_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table_column {
    max-width: 50%;
  }
  .table_column:nth-of-type(even) {
    border-left: 1px solid #ebebeb;
  }
  .table_column:not(:nth-last-of-type(-n+1)) {
    border-bottom: 1px solid #ebebeb;
  }
}

@media screen and (max-width: 1024px) {
  .tagcloud_item {
    margin-top: 1rem;
    margin-left: 1rem;
    padding-right: .71428571rem;
    min-width: inherit;
  }
  .tagcloud_item_wrapper {
    margin: 2.85714286rem 0 0 -.71428571rem;
  }
  .tagcloud_link {
    padding-left: .71428571rem;
    padding-right: .71428571rem;
  }
  .property_item {
    -ms-flex-preferred-size: calc(1 / 3 * 100% - 40 / 14 * 1rem);
        flex-basis: calc(1 / 3 * 100% - 40 / 14 * 1rem);
    margin-left: 2.85714286rem;
    max-width: calc(1 / 3 * 100% - 40 / 14 * 1rem);
  }
  .property_item:nth-of-type(n+4) {
    margin-top: 5.71428571rem;
  }
  .property_item_wrapper {
    margin: 5.71428571rem 0 0 -2.85714286rem;
  }
}

@media screen and (max-width: 768px) {
  .property_item {
    -ms-flex-preferred-size: calc(1 / 2 * 100% - 40 / 14 * 1rem);
        flex-basis: calc(1 / 2 * 100% - 40 / 14 * 1rem);
    margin-left: 2.85714286rem;
    max-width: calc(1 / 2 * 100% - 40 / 14 * 1rem);
  }
  .property_item:nth-of-type(n+3) {
    margin-top: 5.71428571rem;
  }
}

@media screen and (max-width: 767px) {
  .tagcloud_link {
    border-width: 2px;
    padding: .64285714rem .71428571rem;
  }
  .tagcloud_hits_number {
    font-size: .85714286rem;
    line-height: 1.42857143rem;
    width: 1.42857143rem;
    height: 1.42857143rem;
  }
  .no_vacancy .property_thumb .cover::after {
    font-size: .85714286rem;
    margin: .71428571rem .71428571rem 0 0;
    padding: .21428571rem .71428571rem;
  }
  .property_name {
    margin-top: .71428571rem;
  }
  .archive .property_name {
    font-size: 1.14285714rem;
  }
  .single .property_name {
    font-size: 1.42857143rem;
    letter-spacing: .1em;
  }
  .archive .property_header {
    margin-top: 1.42857143rem;
  }
  .property_overview {
    margin-top: .71428571rem;
  }
  .single .property_floorplan {
    margin-top: 2.85714286rem;
    padding: 1.42857143rem 1.42857143rem;
  }
  .archive .tag_item {
    font-size: .71428571rem;
    margin-top: 0;
    margin-bottom: 2px;
    padding: .35714286rem .71428571rem;
  }
  .single .tag_item {
    font-size: .85714286rem;
    margin-bottom: 2px;
    padding: .21428571rem .71428571rem;
  }
  .not_found {
    font-size: 1.14285714rem;
    margin-top: 4.28571429rem;
  }
  .property_id,
  .property_area {
    font-size: .85714286rem;
  }
  .no_vacancy_label {
    font-size: .85714286rem;
    margin-top: .71428571rem;
  }
  .property_detail_wrapper {
    border-width: 3px;
    margin-top: 2.85714286rem;
    padding: 1.42857143rem 1.42857143rem;
  }
  .lnk_contact {
    margin-top: 2.85714286rem;
  }
  .link_style_contact {
    padding: 1.28571429rem 1.42857143rem;
  }
  .column_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.85714286rem;
  }
  .column.image_item_wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0;
    margin-top: 2.85714286rem;
  }
  .column.property_description_wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .mv {
    margin-top: 0;
  }
  .single .mv {
    margin-bottom: 2.85714286rem;
  }
  .mv .content_wrapper::after {
    margin-bottom: -1.42857143rem;
    margin-right: 1.42857143rem;
    width: 8.57142857rem;
    height: 3.57142857rem;
  }
  .mv .cover {
    border-radius: .57142857rem;
  }
  .image_item {
    border-radius: .28571429rem;
  }
  .image_item::after {
    font-size: .85714286rem;
  }
  .btn_zoom {
    font-size: 1rem;
  }
  .btn_zoom::after {
    margin-left: .57142857rem;
  }
  .remodal {
    padding: 1.42857143rem 1.42857143rem 2.85714286rem;
    max-width: 90%;
  }
  .slick_nav {
    padding: .92857143rem 1.42857143rem;
  }
  .table_column + .table_column {
    border-top: 1px solid #ebebeb;
  }
}

@media screen and (max-width: 425px) {
  .property_item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  .property_item:nth-of-type(n+2) {
    margin-top: 2.85714286rem;
  }
  .property_item_wrapper {
    margin: 4.28571429rem 0 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .single .property_floorplan .cover *::-ms-backdrop,
  .single .property_floorplan .cover {
    padding-top: 100%;
  }
  .mv .cover *::-ms-backdrop,
  .mv .cover {
    padding-top: 41.50805271%;
  }
}
