@charset "UTF-8";

main h3:before {
  font-family: icons;
  margin-right: 0.3em;
  font-weight: normal;
}

.main--result {
  display: flex;
  justify-content: space-between;
}

.main__result__sidebar {
  min-height: 400px;
  width: 250px;
  padding: 0;
}

.main__result__sidebar__box {
  border: solid 1px #DBDBDB;
  background-color: #fff;
  margin: 0 0 15px;
  padding: 0;
  box-shadow: 0 2px 0 #DBDBDB;
}

.main__result__sidebar__box h2 {
  background-color: #EEE;
  color: #6A6A6A;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0.5em;
}

.main__result__sidebar__history {
  margin: 0 0 15px;
  padding: 0;
}

.main__result__sidebar__history a {
  width: 100%;
  font-size: 18px;
  background: #F87E7E;
  border: solid 1px #E65050;
  box-shadow: 0 2px 0 #B43E3E;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.6em;
  border-radius: 4px;
  position: relative;
  color: #fff;
  display: block;
}

.main__result__sidebar__history a:after {
  position: absolute;
  right: 0.5em;
  content: "\e93b";
  color: #F7CACB;
  font-family: icons;
  font-weight: normal;
}

.main__result__sidebar__box--selected-items {
  font-size: 14px;
}

.main__result__sidebar__box--selected-items p {
  ;
  line-height: 1.5;
  font-weight: bold;
}

.selected-items-collapser.closed a,
.selected-items-collapser.open a {
  display: block;
  padding-top: 0.6em;
  text-align: center;
  font-size: 12px;
}

.selected-items-collapser.open a:before {
  content: "\f147";
  font-family: icons;
  margin-right: 0.3em;
  font-weight: normal;
}

.selected-items-collapser.closed a:before {
  content: "\f196";
  font-family: icons;
  margin-right: 0.3em;
  font-weight: normal;
}

.main__result__sidebar__box--change-conditions {}

.main__result__sidebar__box--change-conditions ul {}

.main__result__sidebar__box--change-conditions ul li {
  color: #767676;
  font-size: 14px;
  font-weight: bold;
}

.main__result__sidebar__box--change-conditions ul li ul {
  padding-top: 0.4em;
}

.main__result__sidebar__box--change-conditions ul li ul li {
  color: #000;
  padding: 0 0 0.4em;
  font-size: 12px;
}

.main__result__sidebar__box--change-conditions ul li ul li:before {
  content: "┗";
  margin-right: 0.4em;
  color: #C4C4C4;
}

.save-conditions__button {
  width: 100%;
  background: #F87E7E;
  border: solid 1px #E65050;
  box-shadow: 0 2px 0 #B43E3E;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  padding: 0.6em 0;
  border-radius: 4px;
  position: relative;
  color: #fff;
}

.save-conditions__button:before {
  content: "\e93a";
  font-family: icons;
  font-weight: normal;
  position: absolute;
  left: 0.5em;
}

.change-conditions__button {
  width: 100%;
  background: #FAFAFA;
  border: solid 1px #E5E5E5;
  box-shadow: 0 2px 0 #E5E5E5;
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0;
  padding: 0.6em 0;
  border-radius: 4px;
  position: relative;
}

.change-conditions__button:before {
  content: "\e928";
  font-family: icons;
  position: absolute;
  left: 0.5em;
}

.main__result__sidebar__box--search {
  display: block;
}

#other-content .main__result__sidebar__box--search {
  display: none;
}

.main__result__sidebar__box__inner {
  margin: 10px;
}

.main__result__sidebar__box--search h2 {
  background-color: #EEE;
  color: #6A6A6A;
  font-size: 16px;
  margin: 0 0 20px;
  padding: 0.5em;
}

.main__result__sidebar__box--search h2 small {
  font-size: 70%;
}

.main__result__sidebar__box--search h3 {
  font-size: 14px;
  margin: 10px 0;
}

.main__result__sidebar__box--search select {
  margin: 0 0 5px;
  font-size: 12px;
  width: 100px;
  position: relative;
  background: transparent;
  z-index: 1;
}

.main__result__sidebar__box--search .select-wrap::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  content: "\e929";
  font-family: icons;
  color: #ADADAD;
  font-size: 18px;
  margin-top: -13px;
}

.main__result__sidebar__box--search ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #EEE;
}

.main__result__sidebar__box--search ul li {
  width: 50%;
  font-size: 12px;
  padding: 0 0 15px;
}

.main__result__sidebar__box--search__wave {
  display: inline-block;
  width: 16px;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main__result__sidebar__box--search__submit {
  margin: 15px 0 0;
}

.main__result__sidebar__sp {
  display: none;
}

button.submit1,
input[type=submit] {
  /* 文字サイズを1.4emに指定 */
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  padding: 10px 0;
  background-color: #E46060;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 0 #CB4040;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}

button.submit1:before,
input[type=submit]:before {
  content: "\e939";
  font-family: icons;
  color: #fff;
  margin-right: 0;
  position: absolute;
  ;
  left: 0.5em
}

/* メインカラム ---------- */
.main__result__content {
  min-height: 400px;
  width: 715px;
  margin: 0;
  padding: 0;
}

.banner img {
  width: 100%;
  margin: 0 0 1.5em;
}

_:-ms-fullscreen,
:root .main__result__content {
  width: 715px;
}

.main__result__content h2.main__result__content__mv span em {
  font-size: 160%;
}

.main__result__content h2.main__result__content__mv span small {
  font-size: 70%;
}

.main__result__content__mv--01 {
  background-image: url(/img/object/mv_special_01.jpg);
}

.main__result__content__mv--02 {
  background-image: url(/img/object/mv_special_02.jpg);
}

.main__result__content__mv--03 {
  background-image: url(/img/object/mv_special_03.jpg);
}

.main__result__content__mv--04 {
  background-image: url(/img/object/mv_special_04.jpg);
}
.main__result__content__mv--04--tokai {
  background-image: url(/img/object/mv_special_04_tokai.png);
}


.main__result__content__lead {
  font-size: 12px;
  line-height: 1.5;
}

.main__result__content__lead h2 {
  border-left: solid 8px #BFBFBF;
  font-size: 24px;
  color: #434343;
  padding-left: 0.4em;
  margin: 0 0 20px;
}

.main__result__content__lead h2.main__result__content__mv {
  width: 715px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.main__result__content__lead h2.main__result__content__mv span {
  color: #fff;
  font-size: 36px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -0.5em;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.main__result__content__mv--01 {
  background-image: url(/img/object/mv_special_01.jpg);
}

.main__result__content__mv--02 {
  background-image: url(/img/object/mv_special_02.jpg);
}

.main__result__content__mv--03 {
  background-image: url(/img/object/mv_special_03.jpg);
}

.main__result__content__mv--04 {
  background-image: url(/img/object/mv_special_04.jpg);
}

.main__result__content__tab {
  /*display: none;*/
}

.main__result__content__number {
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0.5em;
}

.main__result__content__number span {
  font-weight: bold;
  font-size: 20px;
  margin-left: 0.3em;
  color: #cd3138;
}

.main__result__content__number em {
  font-size: 32px;
  margin-right: 0.1em;
}

.main__result__content__sort {
  margin: 30px 0 0;
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__result__content__sort .condition__save {
  display: none;
}

.main__result__content__sort .condition__sort {
  position: relative;
  margin: 0;
}

.main__result__content__sort .condition__sort select:focus {
  background: none;
}

.main__result__content__sort .condition__sort:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0.5em;
  content: "\e929";
  font-family: icons;
}

.box__wrap {}

/* 物件 ---------- */
.box__property {
  width: 715px;
  border-top: solid 4px #CD3138;
  line-height: 1.4;
  color: #434343;
  padding: 0 0 50px;
}


.box__property--soldout {}

.box__property__title {
  border-top: solid 4px #E0E0E0;
  border-bottom: solid 2px #E0E0E0;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.2em;
  text-align: justify;
  position: relative;
}

.box__property__title__sold {
  background: #cd3138;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  padding: 0.2em 0.4em;
}

.box__property .box__property__seotxt {
  padding: 0 0.5em;
  font-size: 14px;
  color: #434343;
}

.box__property .box__property__seotxt span {
  color: #cd3138;
  font-weight: bold;
}

.box__property__container {
  display: flex;
  margin: 15px 0 0;
  justify-content: space-between;
}

.box__property__left {
  width: 350px;
  position: relative;
}

.box__property__left__image {
  width: 350px;
  height: 250px;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.box__property__left__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 150%;
  transition-property: all;
  transition: 0.1s linear;
}

.box__property__left__image a:hover img {
  width: auto;
  height: 180%;
  opacity: 0.95 !important;
}

.box__property .box__property__info {
  width: 345px
}

.box__property--detail .box__property__info {
  width: 580px
}

.box__property__info__station {
  border-bottom: dotted 2px #E0E0E0;
  font-weight: bold;
  font-size: 14px;
  min-height: 2em;
  padding: 0 0 0.5em;
  position: relative;
}

/* お気に入り追加 on/off ---------- */
.box__property__info__station .fav-btn,
.box__property__info__title .fav-btn {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -6px;
  width: 9em;
  background: #ddd;
}

.box__property__info__station .fav-btn label,
.box__property__info__title .fav-btn label {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}

.box__property__info__station .fav-btn [type=checkbox],
.box__property__info__title .fav-btn [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop,
.box__property__info__station .fav-btn [type=checkbox],
.box__property__info__title .fav-btn [type=checkbox] {
  visibility: hidden;
}

.box__property__info__station .fav-btn .button,
.box__property__info__title .fav-btn .button {
  z-index: 1;
  background: #E6F8FF;
  color: #505050;
  width: 100%;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0.4em 0;
  border: solid 1px #C2E3EF;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 1px 0 #C2E3EF;
  cursor: pointer;
}

.box__property__info__station .fav-btn .button:before,
.box__property__info__title .fav-btn .button:before {
  content: "\e90a";
  font-family: icons;
  color: #C7C7C7;
  margin-right: 0.5em;
  margin-left: -1em;
}

.box__property__info__station .fav-btn .button:hover:before,
.box__property__info__title .fav-btn .button:hover:before {
  color: #EBBEBE;
}

.box__property__info__station .fav-btn .button:after,
.box__property__info__title .fav-btn .button:after {
  content: "お気に入りに追加";
}

.box__property__info__station .fav-btn :checked+.button,
.box__property__info__title .fav-btn :checked+.button {
  background-color: #E8767A;
  color: #fff;
  border: solid 1px #CB474C;
  box-shadow: 0 1px 0 #CB474C;
}

.box__property__info__station .fav-btn :checked+.button:before,
.box__property__info__title .fav-btn :checked+.button:before {
  color: #cd3138;
}

.box__property__info__station .fav-btn :checked+.button:after,
.box__property__info__title .fav-btn :checked+.button:after {
  content: "お気に入り追加済";
}

/* お気に入りから削除 on/off ---------- */
.box__property__info__station .fav-btn--unfav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -6px;
  width: 9em;
  background: #ddd;
}

.box__property__info__station .fav-btn--unfav label {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
}

.box__property__info__station .fav-btn--unfav [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop,
.box__property__info__station .fav-btn--unfav [type=checkbox] {
  visibility: hidden;
}

.box__property__info__station .fav-btn--unfav .button {
  z-index: 1;
  background: #E6F8FF;
  color: #505050;
  width: 100%;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0.4em 0;
  border: solid 1px #C2E3EF;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 1px 0 #C2E3EF;
  cursor: pointer;
}

.box__property__info__station .fav-btn--unfav .button:before {
  content: "\e90a";
  font-family: icons;
  color: #C7C7C7;
  margin-right: 0.5em;
  margin-left: -1em;
}

.box__property__info__station .fav-btn--unfav .button:hover:before {
  color: #EBBEBE;
}

.box__property__info__station .fav-btn--unfav .button:after {
  content: "お気に入りに追加";
}

.box__property__info__station .fav-btn--unfav :checked+.button {
  background-color: #eee;
  color: #505050;
  border: solid 1px #DBDBDB;
  box-shadow: 0 1px 0 #DBDBDB;
}

.box__property__info__station .fav-btn--unfav :checked+.button:before {
  content: "\e941";
  font-family: icons;
  font-weight: normal;
  color: #505050;
}

.box__property__info__station .fav-btn--unfav :checked+.button:after {
  content: "お気に入りから削除";
}

.box__property__info__rent {
  font-size: 16px;
  display: block;
  padding: 0.4em 0;
  border-bottom: solid 2px #E0E0E0;
}

.rent__size {
  margin: 0.4em 0 0;
  padding: 0;
}

.rent__price {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.rent__price span {
  color: #cd3138;
  font-size: 18px;
  margin-left: 0.3em;
}

.rent__price em {
  font-size: 24px;
}

.rent__price span.unit-price {
  margin-left: 0.7em;
  color: #000;
}

.box__property__info__lead {
  font-size: 12px;
  padding: 1.4em 0;
  line-height: 1.5;
}

.box__property__info__to-detail {
  display: block;
}

.box__property__info__to-detail a {
  display: block;
  background: #CD3138;
  color: #fff;
  font-size: 20px;
  padding: 0.5em;
  box-shadow: 0 2px 0 #000;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

.box__property__info__to-detail a:before {
  content: "\e93c";
  font-family: icons;
  font-weight: normal;
  margin-right: 0.4em;
}

.box__property__info__to-detail--sold {
  box-shadow: none;
  background: #91242F;
}

.box__property__info__to-detail--sold:before {
  content: "\f056";
  font-family: icons;
}

.box__property--soldout .box__property__title:after {
  content: "成約済み";
  background: #cd3138;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  padding: 0.2em 0.4em;
  display: inline-block;
}

.box__property--pending .box__property__title:after {
  content: "交渉中";
  background: #cd3138;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  padding: 0.2em 0.4em;
  display: inline-block;
}

.box__property--soldout .box__property__left__image,
.box__property--pending .box__property__left__image {
  background: #fff;
  /*z-index: 10;*/
}

.box__property--soldout .box__property__left__image img,
.box__property--pending .box__property__left__image img {
  opacity: 0.2;
}

.box__property--soldout .box__property__left__image:before {
  content: "";
  background: url(../img/common/icon-sold.svg) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50%;
}

.box__property--soldout .box__property__left__image:after {
  content: "No longer available.";
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.box__property--pending .box__property__left__image:before {
  content: "";
  background: url(../img/common/icon-pending.svg) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50%;
}

.box__property--pending .box__property__left__image:after {
  content: "Pending negotiation.";
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.box__property--soldout .box__property__info__rent,
.box__property--soldout .box__property__info__lead,
.box__property--pending .box__property__info__rent,
.box__property--pending .box__property__info__lead {
  opacity: 0.3;
}

.box__property--soldout .box__property__info__station,
.box__property--pending .box__property__info__station {
  color: #ddd;
}

.box__property--soldout .box__property__info__expired,
.box__property--pending .box__property__info__expired {
  text-align: center;
  color: #cd3138;
  font-weight: bold;
}

.box__property--detail {
  width: 1000px;
}

.box__property--detail .box__property__container {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
  align-items: flex-start;
}

.box__property--detail .box__property__image img {
  position: relative;
  top: auto;
  left: auto;
}

.box__property--detail .box__property__left {
  width: 400px;
  background: none;
  display: block;
}

.box__property--detail .box__property__left__image {
  width: 400px;
  height: 300px;
  opacity: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.box__property--detail .box__property__left__image img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.box__property--detail .box__property__left__thumbs {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  opacity: 1;
  width: 400px;
  height: 120px;
}

.box__property--detail .box__property__left__thumbs img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.box__property--detail .box__property__left__thumbs span {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.box__property--detail .box__property__left__thumbs:after {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  content: "ぶけなび会員になると概要・造作・厨房の\A画像、図面、動画がご覧いただけます。";
  white-space: pre;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 1em 0 0;
  color: #000;
}

.box__property--detail .box__property__info__title {
  margin: 0;
  background: #E8767A;
  padding: 0.4em;
  color: #fff;
  font-size: 24px;
  border-bottom: solid 2px #5C4F4F;
  position: relative;
}

.box__property--detail .box__property__info__title .fav-btn {
  top: 14px;
  right: 10px;
  width: 150px;
}

.box__property--detail .box__property__info__title:before {
  content: "\e93c";
  font-family: icons;
  font-weight: normal;
  margin-right: 0.3em;
}

.box__property__info__title .fav-btn :checked+.button {
  background-color: #cd3138;
  color: #fff;
  border: solid 1px #a8282c;
  box-shadow: 0 1px 0 #a8282c;
}

.box__property__info__title .fav-btn :checked+.button:before {
  color: #fff;
}

.box__property--detail .box__property__info__wrap {
  width: 100%;
  border: solid 1px #E8C1C1;
  border-top: none;
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.box__property--detail .box__property__info__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7em;
  margin: 0;
  padding: 0;
  background: #FCF0F0;
  border-right: solid 1px #E8C1C1;
  z-index: -1;
}

.box__property--detail .box__property__info__wrap:after {
  content: "";
  clear: both;
  display: table;
}

.box__property__table {
  border-collapse: collapse;
  width: 50%;
  margin: 0;
  z-index: 2;
  position: relative;
}

.box__property__table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7em;
  margin: 0;
  padding: 0;
  background: #FCF0F0;
  border-right: solid 1px #E8C1C1;
  z-index: -1;
}

.box__property__table--wide {
  width: 100%;
}

.box__property--detail .box__property__info__wrap .box__property__table:nth-child(2) {
  border-left: solid 1px #E8C1C1;
}

.box__property--detail .box__property__info__wrap--sub .box__property__info__wrap--inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.box__property__info__wrap--inner .inner__half {
  width: 50%;
  position: relative;
}

.box__property__info__wrap--inner .inner__half:nth-child(2) {
  border-left: solid 1px #E8C1C1;
}

.box__property__info__wrap--inner .inner__half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7em;
  margin: 0;
  padding: 0;
  background: #FCF0F0;
  border-right: solid 1px #E8C1C1;
  z-index: 1;
}

.box__property--detail .box__property__info__wrap--sub .box__property__table:nth-child(2) {
  border-left: none;
}

.box__property--detail .box__property__info__wrap--sub .box__property__table:nth-child(3) {
  /*border-left: solid 1px #E8C1C1;*/
  border-left: none;
}

.box__property--detail .box__property__info__wrap--sub .box__property__table:nth-child(4) {
  /*border-left: solid 1px #E8C1C1;*/
  border-left: none;
}

.box__property__table th,
.box__property__table td {
  border: solid 1px #E8C1C1;
  padding: 1em 0;
  font-size: 14px;
}

.box__property__table th {
  background: #FCF0F0;
  border-bottom: none;
  border-left: none;
  width: 8em;
  padding: 1em 0;
}

.box__property__table td {
  font-weight: bold;
  padding-left: 0.5em;
  border-bottom: none;
  /*border-right: none;*/
}

.box__property--detail .box__property__info__wrap--sub .box__property__table td {
  font-weight: normal;
}

.box__property__table td.rent {
  font-size: 16px;
  color: #cd3138;
  text-align: center;
}

.box__property__table td.rent em {
  font-size: 28px;
}

.box__property__table td.rent span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.box__property__info__description {
  clear: both;
  border: solid 1px #E8C1C1;
  margin: 20px 0 0;
  padding: 0.8em;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.box__property__info__description:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #f5c1c3 transparent;
}

.signup-offer {
  width: 1000px;
  height: 1027px;
  background: url(../img/common/following_contents_pc.jpg) no-repeat 0 0;
  position: relative;
  text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
}

.signup-offer__title {
  text-align: center;
  color: #fff;
  font-size: 56px;
  padding: 40px 0 0;
  line-height: 1.4;
}

.signup-offer__notes {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #fff;
  font-weight: bold;
}

.signup-offer__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
  width: 860px;
  margin: 0 auto;
}

.signup-offer__grid .item {
  width: 200px;
  height: 140px;
  border: solid 2px #FFFE63;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  align-items: ;
  justify-content: space-between;
  margin-top: 20px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.signup-offer__grid .item p {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  line-height: 1.5;
}

.content__inquiry__box {
  margin-top: 30px;
}

.inquiry__box__pending {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.inquiry__box__pending:before {
  content: "";
  line-height: 1.8;
  white-space: pre;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #cd3138;
  margin-top: -0.5em;
}

.inquiry__box__pending--sold:before {
  content: "この物件は成約済みです。\ANo longer available.";
}

.inquiry__box__pending--negotiation:before {
  content: "交渉中です。\APending negotiation.";
}

/* slider ---------- */
.box__property__left .slick {
  width: 400px;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #eee;
}

.box__property__left .slick a {
  position: relative;
  z-index: 10;
  width: 400px;
  height: 300px;
}

.box__property__left .slick img {
  /*position: absolute;
  bottom: 0;
  left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 130%;
    transition: 0.1s linear;*/
  width: 400px;
  height: 300px;
}

.box__property__left .slick .caption {
  display: block;
  width: auto;
  position: absolute;
  bottom: 0.4em;
  color: #fff;
  margin: 0;
  padding: 0.4em;
  padding-left: 0.8em;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}

.box__property__left .slick .arrow {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 2;
  font-size: 32px;
  margin-top: -16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1), 1px -1px 1px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.box__property__left .slick .prev {
  left: 10px;
}

.box__property__left .slick .next {
  right: 10px;
}

.box__property__left .thumbnail {
  padding-top: 20px;
  width: 400px;
}

.box__property__left .thumbnail div img {
  width: 96px;
  height: 72px;
}

.property__detail {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.property__detail__column {
  width: 485px;
}

.property__detail__column h3 {
  margin: 0;
  background: #E8767A;
  padding: 0.5em;
  color: #fff;
  font-size: 24px;
  border-bottom: solid 2px #5C4F4F;
  color: #fff;
}

.property__detail__column h3:before {
  content: "\e93c";
}

.property__detail__column table {
  margin: 20px 0 0;
  border: solid 1px #E8C1C1;
  border-collapse: collapse;
  width: 100%;
}

.property__detail__column table th,
.property__detail__column table td {
  border: solid 1px #E8C1C1;
  padding: 0.6em;
  padding-left: 0.8em;
  text-align: left;
  font-size: 12px;
}

.property__detail__column table th {
  width: 11em;
  background: #FCF0F0;
}

.property__detail__column table.condition {
  border: solid 1px #C98C8C;
}

.property__detail__column table.condition th,
.property__detail__column table.condition td {
  border: solid 1px #C98C8C;
}

.property__detail__column table.condition th {
  background: #E8CCCC;
}

.property__detail__column table.condition tr.rent th,
.property__detail__column table.condition tr.rent td {
  padding: 1.7em 0.6em;
  font-size: 16px
}

.property__detail__column table.condition tr.rent span {
  font-weight: bold;
}

.property__detail__column table.condition tr.rent span em {
  font-size: 24px;
}

.property__cost {
  margin: 30px 0 0;
}

.property__cost__inner {
  display: block;
  width: 1000px;
  border: solid 1px #cd3138;
  margin: 0;
  padding: 0;
  position: relative;
  height: 48px;
}

.property__cost__inner:after {
  content: "";
  clear: both;
  display: table;
}

.property__cost__inner h3 {
  background: #cd3138;
  color: #fff;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  width: 12em;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
}

.property__cost__inner p {
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  color: #cd3138;
}

.property__cost .notes {
  text-align: right;
  color: #000;
}

.facilities {}

.facilities__inner {}

.map h3,
.facilities__inner h3 {
  margin: 0;
  background: #E8767A;
  padding: 0.5em;
  color: #fff;
  font-size: 24px;
  border-bottom: solid 2px #5C4F4F;
  color: #fff;
}

.map h3:before {
  content: "\e902";
}

.facilities__inner h3:before {
  content: "\e93f";
}

.facilities__inner table {
  margin: 20px 0 0;
  border: solid 1px #E8C1C1;
  border-collapse: collapse;
  width: 100%;
}

.facilities__inner table th,
.facilities__inner table td {
  border: solid 1px #E8C1C1;
  padding: 0.6em;
  padding-left: 0.8em;
  text-align: left;
  font-size: 12px;
}

.facilities__inner table th {
  width: 150px;
  background: #FCF0F0;
}

.facilities__inner table td {
  width: 350px;
}

.similar-facilities {
  margin: 30px 0 0;
}

.similar-facilities h2 {
  margin: 0;
  background: #E6FFBE;
  padding: 0.5em;
  padding-left: 1em;
  color: #256E18;
  font-size: 24px;
  border-top: solid 2px #CBEAC6;
  position: relative;
}

.similar-facilities h2:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 24px;
  background: #B7DB7E;
  left: 0;
  top: 12px;
}

.similar-facilities__container {
  width: 1000px;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.similar-facilities__box {
  width: 225px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.similar-facilities__box__image {
  width: 225px;
  height: 155px;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.similar-facilities__box__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 150%;
  transition-property: all;
  transition: 0.1s linear;
}

.similar-facilities__box__image a:hover img {
  width: auto;
  height: 180%;
  opacity: 0.95 !important;
}

.similar-facilities__box__name {
  font-size: 14px;
  margin: 0;
  padding: 0.5em 0;
}

.similar-facilities__box p {
  font-size: 12px;
  margin: 0;
  padding: 0.3em 0 0;
}

.similar-facilities__box__access {
  min-height: 3em;
}

.similar-facilities__box__rent {
  display: flex;
  flex-wrap: wrap;
}

.similar-facilities__box__rent em {
  font-size: 16px;
  font-weight: bold;
}

.similar-facilities__box__rent span {
  width: 50%;
}

.similar-facilities__box__rent span:last-child {
  text-align: right;
}

.similar-facilities__box__rent span:first-child em {
  color: #cd3138;
  font-size: 18px;
}

.similar-facilities__box__btn {
  margin: 80px 0 0;
}

.similar-facilities__box__btn a {
  margin: 10px 0 0;
  background: #FCF0F0;
  border: solid 1px #EBBEBE;
  box-shadow: 0 2px 0 #EBBEBE;
  color: #cd3138;
  padding: 0.6em 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  border-radius: 6px;
}

.similar-facilities__box__btn a:before {
  content: "\f138";
  font-family: icons;
  margin-right: 0.3em;
}

.content__inquiry__box__member {
  width: 100%;
  margin: 30px 0 0;
  padding: 10px 30px 0;
  background: #eee;
}

.content__inquiry__box__member h3 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0.8em;
  text-align: center;
}

.content__inquiry__box__member h3:before,
.content__inquiry__box__member h3:after {
  content: "\e929\e929";
  font-family: icons;
  margin: 0 0.2em;
}

.content__inquiry__box__member ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  text-align: center;
}

.content__inquiry__box__member ul li {
  width: 300px;
  padding: 0 0 20px;
}

.content__inquiry__box__member ul li a {
  width: 300px;
  border-radius: 6px;
  display: block;
  padding: 1em 0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.content__inquiry__box__member ul li a:before {
  position: absolute;
  left: 10px;
  top: 0.4em;
  font-size: 24px;
  font-family: icons;
  font-weight: normal;
}

.content__inquiry__box__member ul li span.fav-btn {
  display: block;
  background: #EA8585;
  color: #fff;
  box-shadow: 0 2px 0 #CC3345;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  width: 100%;
  position: relative;
}

.content__inquiry__box__member ul li span.fav-btn label {
  cursor: pointer;
  width: 300px;
  margin: 0;
  padding: 0;
  display: block;
}

.box__property--detail .box__property__info__title:before {
  content: "\e93c";
  font-family: icons;
  font-weight: normal;
  margin-right: 0.3em;
}

.content__inquiry__box__member ul li span.fav-btn+.button {
  position: absolute;
  top: 0;
  width: 300px;
  padding: 1em 0;
  display: block;
}

.content__inquiry__box__member ul li span.fav-btn :ckecked+label {
  margin: 0;
  padding: 0;
}

.content__inquiry__box__member ul li span.fav-btn :checked+.button {
  background-color: #cd3138;
  color: #fff;
  border: none;
  box-shadow: none;
  width: 300px;
  margin: 0;
  padding: 1em 0;
  display: block;
  border-radius: 6px;
}

.content__inquiry__box__member ul li span.fav-btn .button:before {
  position: absolute;
  content: "\e90a";
  font-family: icons;
  color: #fff;
  left: 10px;
  top: 0.4em;
  font-size: 24px;
  font-weight: normal;
}

.content__inquiry__box__member ul li span.fav-btn :checked+.button:before {
  position: absolute;
  content: "\e90a";
  font-family: icons;
  color: #fff;
  left: 10px;
  top: 0.4em;
  font-size: 24px;
  font-weight: normal;
}

.content__inquiry__box__member ul li span.fav-btn .button:after {
  content: "お気に入りに追加";
  font-weight: bold;
  font-size: 14px;
  width: 300px;
  padding: 1em 0;
  height: 100%;
  display: block;
}

.content__inquiry__box__member ul li span.fav-btn :checked+.button:after {
  content: "お気に入りに追加済";
  margin: 0;
  padding: 0;
  line-height: 0.9;
}

.inquiry__box__member__simulation {
  background: #F5E28F;
  color: #60531A;
  box-shadow: 0 2px 0 #60531A;
}

.inquiry__box__member__print {
  background: #D3BFE0;
  color: #562676;
  box-shadow: 0 2px 0 #562676;
}

.inquiry__box__member__favorite {
  background: #EA8585;
  color: #fff;
  box-shadow: 0 2px 0 #CC3345;
}

.inquiry__box__member__simulation:before {
  content: "\f1ec";
}

.inquiry__box__member__print:before {
  content: "\f02f";
}

.inquiry__box__member__favorite:before {
  content: "\e90a";
}

.inquiry__sp {
  display: none;
}

.pagebtn {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FCF0F0;
  border: 1px solid #EBBEBE;
  border-radius: 4px;
  margin: 0;
}

.pagebtn:hover,
.pagebtn:focus,
.pagebtn:active,
.pagebtn.active,
.pagebtn.disabled,
.pagebtn[disabled] {
  color: #fff;
  background-color: #cd3138;
  border: solid 1px #cd3138;
  opacity: 1;
}

.pagebtn.disabled,
.pagebtn[disabled] {
  cursor: default;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: solid 1px #E3E3E3;
  color: #E3E3E3;
  background-color: #fff;
}

.pagebtn-primary {
  color: #ffffff;
  background-color: #006dcc;
}

.pagebtn-primary:hover,
.pagebtn-primary:focus,
.pagebtn-primary:active,
.pagebtn-primary.active,
.pagebtn-primary.disabled,
.pagebtn-primary[disabled] {
  color: #ffffff;
  background-color: #cd3138;
  font-weight: bold;
  opacity: 1;
}

.pagebtn-primary.disabled,
.pagebtn-primary[disabled] {
  border: solid 1px #cd3138;
}

#pagination {
  margin: 20px auto;
  text-align: center;
}

#pagination .btn {
  margin: 4px;
}

#pagination .dots {
  margin: 4px;
  font-size: 20px;
  text-decoration: none;
}

#darktooltip-modal {
  max-width: 715px;
  height: 80vh;
  overflow-y: scroll;
  background: #fff;
}

#darktooltip-modal div {
  position: relative;
}

#darktooltip-modal form {
  width: 715px;
}

.search__modal {
  position: relative;
}

.search__modal .uncheck {
  text-align: right;
  font-size: 12px;
}

#darktooltip-modal .main__search__overlay,
#darktooltip-modal .main__search__overlay__inner {
  max-width: 715px;
}

/* modal content ---------- */
.lock {
  overflow: hidden;
}

.modal-content {
  overflow: auto;
  position: relative;
  display: none;
  width: 70%;
  max-height: 70%;
  margin: 30px;
  padding: 10px 20px;
  border: 1px solid #aaa;
  background: #fff;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-overlay {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-wrap:after {
  position: absolute;
  top: 50px;
  right: 50px;
  content: "\e926  閉じる";
  font-family: icons;
  font-size: 32px;
  color: #fff;
}

.modal-open {
  color: #154C84;
  text-decoration: none;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-close {
  color: #00f;
  text-decoration: underline;
  position: absolute;
  right: 0;
  display: block;
}

.modal-close:hover {
  cursor: pointer;
  color: #cd3138;
}

.footer__area-link--detail {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #bukkendetails_map_area p {
    margin: 1em 10px;
  }

  .main--result {
    width: auto;
    margin: 40px 10px;
  }

  .main__result__sidebar {
    width: 30%;
  }

  .main__result__content {
    width: 68%;
  }

  .main__result__content__lead {
    width: auto;
  }

  .main__result__content__lead h2.main__result__content__mv {
    height: 160px;
  }

  .main__result__content__lead h2.main__result__content__mv span {
    font-size: 24px;
  }

  .main__result__content__lead h2.main__result__content__mv {
    width: 100%;
  }

  .box__property {
    width: auto;
  }

  .box__property__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .box__property__left {
    width: 40%;
  }

  .box__property__left__image {
    width: 100%;
    height: 180px;
  }

  .box__property__info {
    width: 58%;
  }
}

@media screen and (max-width: 768px) {
  .main--result {
    display: block;
    grid-gap: 35px;
  }

  .main__result__content__lead {
    width: auto;
    margin: 0 3.125vw;
    text-align: justify;
    /*display: none;*/
  }

  .main__result__content__lead h2.main__result__content__mv {
    width: auto;
  }

  .main__result__content__lead h2 {
    font-size: 5vw;
    border-left: solid 4px #BFBFBF;
  }

  .main__result__content__lead h2.main__result__content__mv {
    width: 100%;
    height: 30vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .main__result__content__lead h2.main__result__content__mv span {
    font-size: 5vw;
  }

  .main__result__content__tab {
    display: block;
    margin: 0 2.5vw;
    padding: 0 0 5vw;
  }

  .main__result__content__number {
    font-size: 5vw;
    margin: 9.375vw 2.5vw 0;
    display: none;
  }

  .main__result__content__number span {
    font-size: 6.25vw;
  }

  .main__result__content__number em {
    font-size: 9.375vw;
  }

  .main__result__content__sort {
    margin: 0 2.5vw;
    padding: 2.5vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.75vw;
  }

  .main__result__content__sort .condition__save {
    width: 7em;
    margin: 0;
    padding: 0;
    display: block;
  }

  .main__result__content__sort .condition__save a {
    padding: 0.6em;
    margin: 0;
    border: solid 1px #bababa;
    background: #fafafa;
    text-align: center;
    font-size: 3.125vw;
    display: block;
    border-radius: 4px;
    position: relative;
  }

  .main__result__content__sort .condition__save a:before {
    position: absolute;
    content: "\e93a";
    font-family: icons;
    color: #ccc;
    margin-right: 0.3em;
    font-size: 4.375vw;
    left: 0.2em;
    bottom: 0.3em;
  }

  .main__result__content__sort .condition__sort {
    position: relative;
  }

  .main__result__content__sort .condition__sort select {
    width: 13em;
    margin: 0;
    padding: 0.6em;
    font-size: 3.125vw;
    border-radius: 4px;
    position: relative;
  }

  .main__result__sidebar {
    /*display: none;*/
    width: auto;
    margin: 2.5vw;
    min-height: auto;
  }

  .main__result__sidebar__history {
    display: none;
  }

  .main__result__sidebar__box {
    /*display: none;*/
  }

  .main__result__sidebar__box__inner {
    margin: 3.125vw;
  }

  .main__result__sidebar__sp {
    display: block;
  }

  .main__result__sidebar__table {
    border: solid 1px #E8767A;
    font-size: 3.75vw;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
  }

  .main__result__sidebar__table tr {
    width: 100%;
  }

  .main__result__sidebar__table th,
  .main__result__sidebar__table td {
    padding: 0.5em;
  }

  .main__result__sidebar__table th {
    background: #E8767A;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 0.5em 0.3em;
    width: 25%;
  }

  .main__result__sidebar__table td {
    border-bottom: solid 1px #E8767A;
    width: 55%;
    line-height: 1.4;
  }

  .main__result__sidebar__table td.change__condition {
    width: 20%;
    text-align: center;
  }

  .main__result__sidebar__table td.change__condition span {}

  .main__result__sidebar__table td.change__condition span a {
    display: block;
    background: #fafafa;
    border: solid 1px #bababa;
    border-radius: 4px;
    padding: 0.5em 1em;
    font-size: 3.125vw;
    text-decoration: none;
    color: #154C84;
  }

  .main__result__sidebar__table tbody tr:last-child th,
  .main__result__sidebar__table tbody tr:last-child td {
    border-bottom: none;
  }

  .main__result__sidebar__box--search {
    display: none;
  }

  #other-content .main__result__sidebar__box--search {
    display: block;
  }

  .main__result__content {
    width: auto;
    min-height: auto;
  }

  .banner img {
    width: 100%;
    margin: .5em 0 0;
  }

  .main__result__sidebar__box--search select {
    width: 100%;
  }

  .change-conditions__button {
    margin: 0;
    width: 20%;
    box-shadow: none;
    padding: 0.4em 0;
    margin: 0.4em 0;
    font-size: 3.125vw;
  }

  .box__property {
    width: auto;
    border-top: solid 1px #D5D5D5;
    padding-bottom: 5vw;
  }

  .box__property__title {
    border: none;
    padding: 10px;
    text-align: left;
  }

  .box__property .box__property__seotxt {
    padding: 0 1em;
  }

  .box__property__container {
    display: block;
    width: auto;
    margin: 0 10px;
  }

  .box__property__left {
    width: auto;
  }

  .box__property--detail .box__property__left {
    width: 100%;
  }

  .box__property__left__image {
    width: 100%;
    height: 60vw;
    margin: 0;
  }

  /* slider ---------- */
  .box__property__left .slick {
    width: 100%;
    height: 70vw;
    position: relative;
  }

  .box__property__left .slick a {
    position: relative;
    z-index: 10;
  }

  .box__property__left .slick img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 150%;
    transition: 0.1s linear;*/
    width: 100%;
    height: 70vw;
  }

  .box__property__left .slick .caption {
    font-size: 3.75vw;
  }

  .box__property__left .slick .arrow {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 2;
    font-size: 32px;
    margin-top: -16px;
  }

  .box__property__left .slick .prev {
    left: 10px;
  }

  .box__property__left .slick .next {
    right: 10px;
  }

  .box__property__left .thumbnail {
    padding-top: 1.5625vw;
    width: 100%;
  }

  .box__property__left .thumbnail div img {
    width: 25vw;
    height: 18.75vw;
  }

  .box__property--detail {
    width: auto;
  }

  .box__property--detail .box__property__container {
    display: block;
    grid-gap: 0;
    grid-template-columns: auto;
    margin: 0;
    align-items: unset;
    width: 100%;
  }

  .box__property__left {
    width: 100%;
    position: relative;
  }

  .box__property .box__property__info,
  .box__property__info {
    width: auto;
    margin-top: 3.125vw;
  }

  .box__property__info__rent {
    font-size: 4.375vw;
  }

  .rent__price em {
    font-size: 7.5vw;
  }

  .box__property__info__lead {
    font-size: 3.75vw;
  }

  .box__property--detail .box__property__left__image {
    width: 100% !important;
    height: 60vw;
  }

  .box__property__left__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 150%;
    transition-property: all;
    transition: 0.1s linear;
  }

  .box__property__left__image a:hover img {
    width: auto;
    height: 180%;
    opacity: 0.95 !important;
  }

  .box__property--detail .box__property__left__login {
    width: 96%;
    margin: 0 auto 0.5em;
  }

  .box__property--detail .box__property__left__thumbs {
    margin: 0;
    width: 100%;
  }

  .box__property--detail .box__property__left__thumbs span {
    bottom: 2.5vw;
  }

  .box__property--detail .box__property__left__thumbs:after {
    padding: 0.5em 0 0;
    font-size: 3.75vw;
  }

  .box__property--detail .box__property__info__title {
    padding: 0.5em;
    position: relative;
  }

  .box__property--detail .box__property__info__wrap {
    width: 96%;
    border: solid 1px #E8C1C1;
    border-top: none;
    margin: 15px 2% 0;
    padding: 0;
    position: relative;
  }

  .box__property--detail .box__property__info__wrap:after {
    content: "";
    clear: both;
    display: table;
  }

  .box__property__table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    float: none;
    font-size: 3.75vw;
  }

  .box__property--detail .box__property__info__wrap--sub .box__property__info__wrap--inner {
    width: 100%;
    display: block;
  }

  .box__property__info__wrap--inner .inner__half {
    width: 100%;
  }

  .box__property__info__wrap--inner .inner__half:nth-child(2) {
    border-left: none;
  }

  .box__property__info__wrap--inner .inner__half:before {
    content: none;
  }

  .box__property--detail .box__property__info__wrap .box__property__table:nth-child(2),
  .box__property--detail .box__property__info__wrap--sub .box__property__table:nth-child(3) {
    border-left: none;
  }

  .box__property__table th,
  .box__property__table td {
    font-size: 14px;
  }

  .box__property__table td.rent {
    text-align: left;
  }

  .box__property__table td.rent em {}

  .box__property__table td.rent span {}

  .box__property__info__description {
    width: auto;
    margin: 20px 10px 0;
  }

  .signup-offer {
    width: 100%;
    height: 187.5vw;
    background: url(../img/common/following_contents_pc.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    text-shadow: 2px 2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
  }

  .signup-offer__title {
    font-size: 7.5vw;
    margin: 0;
    padding: 6.25vw 0 0;
  }

  .signup-offer__notes {
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
    color: #fff;
    font-weight: bold;
    font-size: 3.125vw;
  }

  .signup-offer__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
    width: 96%;
    margin: 0 auto;
  }

  .signup-offer__grid .item {
    width: 30.625vw;
    height: 30.625vw;
    border: solid 1px #FFFE63;
    margin-top: 2.5vw;
    font-size: 3.125vw;
  }

  .signup-offer__grid .item p {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    line-height: 1.5;
  }

  .property__detail {
    display: block;
    grid-gap: 0;
    grid-template-columns: auto;
    margin: 20px 0 0;
  }

  .property__detail__column {
    width: 100%;
    margin: 0;
    padding: 0 0 18px;
  }

  .property__detail__column h3 {
    font-size: 24px;
  }

  .property__detail__column table {
    width: 96%;
    margin: 20px 2% 0;
  }

  .property__detail__column table th,
  .property__detail__column table td {
    font-size: 14px;
    padding: 1em 0;
    padding-left: 0.4em;
  }

  .property__detail__column table th {
    width: 10em;
    text-align: center;
  }

  .property__detail__column table.condition {
    width: 96%;
    margin: 20px 2% 0;
  }

  .property__detail__column table.condition th {
    width: 10em;
  }

  .property__detail__column table.condition tr.rent th,
  .property__detail__column table.condition tr.rent td {
    padding: 0.4em;
    font-size: 14px;
  }

  .property__detail__column table.condition tr.rent span em {
    font-size: 3.75vw;
  }

  .property__cost {
    margin: 0;
    padding: 0 0 5.625vw;
  }

  .property__cost__inner {
    width: auto;
    margin: 0 3.125vw;
    height: auto;
  }

  .property__cost__inner h3 {
    float: none;
    width: auto;
    font-size: 18px;
    height: auto;
    line-height: auto;
  }

  .property__cost .notes {
    text-align: left;
    margin: 10px;
    font-size: 12px;
  }

  .map h3,
  .facilities__inner h3 {}

  .facilities__inner table {
    width: 96%;
    margin: 20px 2% 0;
    border-collapse: collapse;
  }

  .facilities__inner table th,
  .facilities__inner table td {
    border: solid 1px #E8C1C1;
    padding: 0.4em;
    padding-left: 0.4em;
    font-size: 14px;
  }

  .facilities__inner table th {
    width: 20%;
    background: #FCF0F0;
  }

  .facilities__inner table td {
    width: 30%;
  }

  .similar-facilities {
    margin: 30px 0 0;
    background: #FAFCEA;
  }

  .similar-facilities h2 {
    border-bottom: solid 1px #fff;
  }

  .similar-facilities__container {
    width: auto;
    margin: 0;
    display: block;
  }

  .similar-facilities__box {
    width: auto;
    margin: 16px 0 0;
    padding: 0 0 16px;
    border-bottom: solid 1px #ddd;
    box-shadow: 0 1px 0 #fff;
    color: #434343;
  }

  .similar-facilities__box__image {
    width: auto;
    height: 50vw;
  }

  .similar-facilities__box__image img {
    transition: none;
  }

  .similar-facilities__box__image a:hover img {
    opacity: 1 !important;
  }

  .similar-facilities__box__name {
    font-size: 14px;
    margin: 0 10px;
    padding: 0.5em 0;
  }

  .similar-facilities__box p {
    font-size: 12px;
    margin: 0 12px;
    padding: 0.3em 0 0;
  }

  .similar-facilities__box__access {
    min-height: auto;
  }

  .similar-facilities__box__rent {
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
  }

  .similar-facilities__box__rent em {
    font-size: 18px;
    font-weight: bold;
  }

  .similar-facilities__box__rent span {
    width: 50%;
  }

  .similar-facilities__box__rent span:last-child {
    text-align: right;
  }

  .similar-facilities__box__rent span:first-child em {
    color: #cd3138;
    font-size: 20px;
  }

  .similar-facilities__box__btn {
    margin: 80px 0 0;
  }

  .similar-facilities__box__btn a {
    margin: 10px 0 0;
    background: #FCF0F0;
    border: solid 1px #EBBEBE;
    box-shadow: 0 2px 0 #EBBEBE;
    color: #cd3138;
    padding: 0.6em 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    border-radius: 6px;
  }

  .similar-facilities__box__btn a:before {
    content: "\f138";
    font-family: icons;
    margin-right: 0.3em;
  }

  .content__inquiry__box__member {
    display: none;
  }

  .inquiry__box__pending:before {
    font-size: 5vw;
  }

  .inquiry__sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 3;
  }

  .inquiry__sp__title {
    margin: 0;
    padding: 0.4em;
    font-size: 12px;
    background: #000;
    color: #fff;
    position: relative;
  }

  .inquiry__sp__title span {
    position: absolute;
    right: 0;
    font-weight: normal;
  }

  .inquiry__sp__title span em {
    font-weight: bold;
    color: #FFF500;
  }

  .inquiry__sp__title:before {
    content: "\e919";
    font-family: icons;
    margin-right: 0.3em;
  }

  .inquiry__sp__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px;
    padding: 0;
  }

  .inquiry__sp__button li {
    width: 49%;
  }

  .inquiry__sp__button li a {
    color: #fff;
    text-align: center;
    padding: 0.8em 0 0.8em 0.7em;
    display: block;
    background: #1A88A2;
    border-radius: 4px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
  }

  .inquiry__sp__button li a:before {
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    content: "\e942";
    font-family: icons;
    margin-right: 0.2em;
    font-weight: normal;
    font-size: 16px;
  }

  .inquiry__sp__button li:last-child a {
    background: #62B12A;
  }

  .inquiry__sp__button li:last-child a:before {
    content: "\e904";
  }

  /* modal content ---------- */
  .lock {
    overflow: hidden;
  }

  .modal-content {
    overflow: auto;
    position: relative;
    display: none;
    width: 90%;
    max-height: 80%;
    margin: 0;
    padding: 8px;
    border: 1px solid #aaa;
    background: #fff;
  }

  .modal-content p {
    /*margin:0;
    padding:0;*/
  }

  .modal-overlay {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .modal-wrap {
    z-index: 999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .modal-wrap:after {
    position: absolute;
    top: 16px;
    right: 8px;
    content: "\e926";
    font-size: 20px;
  }

  .modal-open {
    color: #00f;
    text-decoration: underline;
  }

  .modal-open:hover {
    cursor: pointer;
    color: #f00;
  }

  .modal-close {
    color: #00f;
    text-decoration: underline;
  }

  .modal-close:hover {
    cursor: pointer;
    color: #f00;
  }
}

@media screen and (max-width: 480px) {
  .box__property__title {
    font-size: 6.25vw;
  }

  .box__property .box__property__seotxt {
    font-size: 3.75vw;
  }

  .box__property__info__description {
    font-size: 3.75vw;
  }

  .box__property--detail .box__property__info__title,
  .property__detail__column h3,
  .map h3,
  .facilities__inner h3,
  .similar-facilities h2 {
    font-size: 5vw;
  }

  .property__detail__column table th,
  .property__detail__column table td,
  .property__detail__column table.condition tr.rent th,
  .property__detail__column table.condition tr.rent td,
  .box__property__table th,
  .box__property__table td {
    font-size: 3.75vw;
  }

  .box__property__table td.rent em {
    font-size: 7.5vw;
  }

  .property__cost__inner h3 {
    font-size: 5.625vw;
  }

  .property__cost__inner p {
    font-size: 7.5vw;
    height: auto;
    line-height: 1;
    padding: 0.5em 0;
  }

  .property__cost__inner p small {
    font-size: 4.375vw;
  }

  .property__cost .notes {
    font-size: 3.125vw;
  }

  #pagination {
    margin: 5vw 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #pagination .btn {
    margin: 4px;
  }

  #pagination .dots {
    margin: 2px;
    font-size: 3.75vw;
    text-decoration: none;
  }

  .pagebtn {
    padding: 1.25vw 2.1875vw;
    font-size: 3.125vw;
    line-height: 5vw;
    margin: 0 0.625vw 0 0;
  }
}

/* 印刷画面用スタイル---------- */
.section--print {
  width: 1000px;
  margin: 0 auto;
}

.header__print {
  height: 60px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.header__print .header__content__logo {
  height: 60px;
}

.header__print .header__content__logo img {
  width: auto;
  height: 50px;
}

.header__print .header__content__text {
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 0;
  font-weight: bold;
  padding: 1em 0 0;
}

.header__print .header__content__btn {
  background: #cd3138;
  color: #fff;
  padding: 0.5em 0.8em;
  margin-left: 0.4em;
  border-radius: 4px;
}

.main--print {
  margin: 10px auto;
  width: 1000px;
}

.main--print__container {
  width: 1000px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  page-break-after: always;
}

.main--print__col {
  width: 49%;
}

@media print {
  .section--print {
    width: 100%;
  }

  .header__print {
    width: 100%;
  }

  .header__print .header__content__btn,
  footer {
    display: none;
  }

  .gm-style img {
    max-width: none !important;
    height: 100%;
  }
}

.main--print {
  margin: 10px auto;
  width: 100%;
}

.main--print__container {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  page-break-after: always;
}

.main--print__col {
  width: 49%;
}

.main--print__col table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #E8C1C1;
  margin: 0 0 20px;
}

.main--print__col table th,
.main--print__col table td {
  border: solid 1px #E8C1C1;
  padding: 0.4em;
  font-size: 14px;
}

.main--print__col table th {
  width: 22%;
  background: #FCF0F0;
}

.main--print__col table td {
  width: 28%;
}

.main--print__col table td.print__rent {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.main--print__col table td.print__rent span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.main--print__col h2 {
  background: #E8767A;
  color: #fff;
  padding: 0.4em;
  font-size: 16px;
  margin: 0;
}

.main--print__col .print__total {
  margin: 30px 0 0;
}

.main--print__col .print__total .print__total__inner {
  display: block;
  width: 100%;
  border: solid 1px #cd3138;
  margin: 0;
  padding: 0;
  position: relative;
  height: 48px;
}

.main--print__col .print__total .print__total__inner:after {
  content: "";
  clear: both;
  display: table;
}

.main--print__col .print__total .print__total__inner h3 {
  background: #cd3138;
  color: #fff;
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  width: 11em;
  font-size: 18px;
  height: 47px;
  line-height: 47px;
}

.main--print__col .print__total .print__total__inner p {
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  color: #cd3138;
}

.main--print__col .print__total .print__total__inner p:before,
.main--print__col .print__total .print__total__inner p:after {
  font-size: 14px;
}

.main--print__col .print__total .print__total__inner p:before {
  content: "約";
  margin-right: 0.3em;
}

.main--print__col .print__total .print__total__inner p:after {
  content: "円（税込）";
}

.main--print__col .print__map {
  width: 100%;
  height: 350px;
  background: #ddd;
  border: solid 1px #ccc;
  overflow: hidden;
  position: relative;
}

.main--print__col .print__inquiry {
  border: solid 1px #A0A0A0;
  margin: 15px 0 0;
}

.main--print__col .print__inquiry h2 {
  background: #A0A0A0;
  text-align: center;
}

.main--print__col .print__inquiry__inner {
  display: flex;
  justify-content: space-between;
}

.main--print__col .print__inquiry p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  width: 50%;
}

.main--print__col .print__inquiry p em {
  font-size: 24px;
}

.main--print__col .print__inquiry p span {
  display: block;
  font-size: 12px;
  padding: 0.4em 0 0;
  font-weight: normal;
}

.main--print__col .print__notes {
  padding: 0.5em 0 0;
  font-size: 12px;
}

.main--print__col .print__notes--comment {
  position: relative;
  padding-left: 1.2em;
}

.main--print__col .print__notes--comment:before {
  content: "\f06a";
  font-family: icons;
  position: absolute;
  left: 0;
}

.main--print .title {
  background: #E8767A;
  color: #fff;
  padding: 0.4em;
  font-size: 16px;
  margin: 0;
}

.main--print__col .title:before {
  font-family: icons;
  margin-right: 0.3em;
  font-weight: normal;
  font-size: 16px;
}

.main--print__col .title--map:before {
  content: "\e947";
}

.main--print__col .title--term:before {
  content: "\e93f";
}

.main--print__gallery {
  width: 100%;
  margin: 0;
  page-break-before: always;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery__box {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
}

.gallery__box p {
  overflow: hidden;
  position: relative;
  border: solid 1px #ccc;
  margin: 0;
  padding: 0;
}

.gallery__box span {
  padding: 0.5em;
  color: #000;
  font-size: 12px;
  text-align: right;
  display: block;
}

.gallery__box p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 140%;
}

.gallery--main {
  justify-content: space-between;
}

.gallery--main .gallery__box {
  width: 49%;
  height: 380px;
}

.gallery--main .gallery__box p {
  width: 100%;
  height: 360px;
}

.gallery--main p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 120%;
}

.gallery--sub {
  justify-content: space-between;
  page-break-before: always;
  margin-top: 20px;
}

.gallery--sub .gallery__box {
  width: 32%;
  height: 250px;
  page-break-after: always;
  /* margin-right: 20px; */
  margin: 10px 0 0;
}

.gallery--sub .gallery__box:nth-child(4n) {
  margin-right: 0;
}

.gallery--sub .gallery__box p {
  width: 100%;
  height: 220px;
}

.fav-section {
  flex: 1;
  width: fit-content;
}

.fav-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 150%;
  flex-wrap: wrap;

}

.box__property__small {
  border-top: solid 4px #CD3138;
  line-height: 1.4;
  color: #434343;
  padding: 0 0 50px;
  margin: 5px;
  width: 45%;
}

.box__property__title__small {
  border-top: solid 4px #E0E0E0;
  border-bottom: solid 2px #E0E0E0;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0.2em;
  text-align: justify;
  position: relative;
}

.box__property__left__small {
  width: 200px;
  position: relative;
}

.box__property__left__image__small {
  width: 200px;
  height: 200px;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.box__property__info__small {
  width: 50%;
  background-color: #FFF;
}

.box__property__container__small {
  display: flex;
  margin: 15px 0 0;
  justify-content: space-around;

}

.box__property__left__image__small img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  transition-property: all;
  transition: 0.1s linear;
}

@media screen and (max-width: 480px) {
  .fav-section {
    width: 97%;
    padding: 5px;
  }

  .fav-row {
    display: flex;
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;

  }

  .box__property__small {
    border-top: solid 4px #CD3138;
    line-height: 1.4;
    color: #434343;
    padding: 0 0 50px;
    margin: 5px;
    width: 100%;
  }

  .box__property__title__small {
    border-top: solid 4px #E0E0E0;
    border-bottom: solid 2px #E0E0E0;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.2em;
    text-align: justify;
    position: relative;
  }

  .box__property__left__small {
    width: 100%;
    position: relative;
    justify-content: center;
  }

  .box__property__left__image__small {
    width: 95%;
    height: 200px;
    background: #FFF;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .box__property__info__small {
    display: block;
    background-color: #FFF;
    width: 95%;
    padding: 10px 20px;
  }

  .box__property__container__small {
    display: flex;
    margin: 15px 0 0;
    flex-direction: column;

  }

  .box__property__left__image__small img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    transition-property: all;
    transition: 0.1s linear;
  }
}