@charset "UTF-8";
@charset "UTF-8";
.search_parts_upper {
  width: 100%;
}

@media (max-width: 767px) {
  .search_parts_upper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .all_detail_view {
    width: 100%;
  }
}

.search_parts_upper > form {
  display: inline-block;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.list-searchresult-wrap {
  margin-bottom: 80px;
}

.list-searchresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (max-width: 1000px) {
  .list-searchresult {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.list-searchresult > br {
  display: none;
}

.list-searchresult > .list-item, .list-searchresult > .mikoukai_img, .list-searchresult > .adjust-item {
  width: 24%;
  min-width: 240px;
}

.list-searchresult > .list-item, .list-searchresult > .mikoukai_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
  padding: 10px;
  min-height: 390px;
  background: #fff;
  line-height: 1.2;
}

.list-searchresult > .list-item > div, .list-searchresult > .mikoukai_img > div {
  font-size: 12px;
}

.list-searchresult > .list-item > .photo, .list-searchresult > .mikoukai_img > .photo {
  margin: -10px -10px 0;
}

.list-searchresult > .list-item > .photo img, .list-searchresult > .mikoukai_img > .photo img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-searchresult > .list-item > .batch-checkbox, .list-searchresult > .mikoukai_img > .batch-checkbox {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  margin: 0;
}

.list-searchresult > .list-item > .flag, .list-searchresult > .mikoukai_img > .flag {
  margin-top: 8px;
  width: 100%;
}

.list-searchresult > .list-item > .flag span, .list-searchresult > .mikoukai_img > .flag span {
  display: block;
  border: 1px solid #888;
  padding: .2em;
  width: 32%;
  text-align: center;
  font-size: 10px;
}

.list-searchresult > .list-item > .flag img, .list-searchresult > .mikoukai_img > .flag img {
  display: none;
}

.list-searchresult > .list-item > .flag img.span, .list-searchresult > .mikoukai_img > .flag img.span {
  display: block;
}

.list-searchresult > .list-item > .name, .list-searchresult > .mikoukai_img > .name {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.list-searchresult > .list-item > .price, .list-searchresult > .list-item .yield, .list-searchresult > .mikoukai_img > .price, .list-searchresult > .mikoukai_img .yield {
  font-size: 28px;
}

.list-searchresult > .list-item > .price .price_unit, .list-searchresult > .list-item > .price .yield_unit, .list-searchresult > .list-item > .price .price_unit_oku, .list-searchresult > .list-item .yield .price_unit, .list-searchresult > .list-item .yield .yield_unit, .list-searchresult > .list-item .yield .price_unit_oku, .list-searchresult > .mikoukai_img > .price .price_unit, .list-searchresult > .mikoukai_img > .price .yield_unit, .list-searchresult > .mikoukai_img > .price .price_unit_oku, .list-searchresult > .mikoukai_img .yield .price_unit, .list-searchresult > .mikoukai_img .yield .yield_unit, .list-searchresult > .mikoukai_img .yield .price_unit_oku {
  font-size: 16px;
}

.list-searchresult > .list-item > .price .title, .list-searchresult > .list-item .yield .title, .list-searchresult > .mikoukai_img > .price .title, .list-searchresult > .mikoukai_img .yield .title {
  font-size: 12px;
}

.list-searchresult > .list-item > .address, .list-searchresult > .mikoukai_img > .address {
  margin-top: 5px;
}

.list-searchresult > .list-item > .info, .list-searchresult > .mikoukai_img > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 15px;
  border-left: 1px solid #888;
  font-size: 12px;
}

.list-searchresult > .list-item > .info > .inner, .list-searchresult > .mikoukai_img > .info > .inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3px;
  border-right: 1px solid #888;
}

.list-searchresult > .list-item > .info > .builddate, .list-searchresult > .mikoukai_img > .info > .builddate {
  width: 5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-searchresult > .list-item > .info > .tochi_size, .list-searchresult > .mikoukai_img > .info > .tochi_size {
  width: 7em;
  padding-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-searchresult > .list-item a:hover img, .list-searchresult > .mikoukai_img a:hover img {
  opacity: 0.5;
}

.list-searchresult .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-searchresult .btn-wrap > .btn {
  display: block;
  width: calc(50% - 5px);
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  font: inherit;
  color: inherit;
}

.list-searchresult .btn-wrap > .btn.document {
  background: #02a5cd;
  border: 1px solid #02a5cd;
  color: #fff;
}

.list-searchresult .btn-wrap > .btn.fav {
  background: #f1f1f1;
  border: 1px solid #888;
}

.list-searchresult .btn-wrap > .btn.fav img {
  display: none;
}

.mikoukai_img > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 100%;
}

.table-basic {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.table-basic th, .table-basic td {
  min-width: 4em;
  border: 1px solid #888;
  padding: 1em;
  font-weight: normal;
}

.table-basic th {
  white-space: nowrap;
  width: 6em;
}

@media (max-width: 767px) {
  .table-basic {
    border: 1px solid #888;
  }
  .table-basic, .table-basic thead, .table-basic tbody, .table-basic th, .table-basic td {
    display: block;
  }
  .table-basic tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .table-basic th, .table-basic td {
    width: 100%;
    margin-top: -1px;
    border: none;
  }
  .table-basic th:first-child {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
  }
  .table-basic td:last-child {
    border-bottom: 1px solid #888;
  }
  .table-basic td + th {
    width: 6em;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table-basic td + th + td:last-child {
    width: calc(100% - 6em);
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.search_select .ul04, .search_select .ul05, .search_select .ul07, .search_select .ul08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search_select .cat_area, .search_select .cat_other {
  margin-left: 1.2em;
}

.search_select .cat_all {
  margin-left: 2.4em;
}

.search_select label {
  margin-right: 1em;
}

.search_select .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}

.search_select .btn-wrap .kadomaru-btn-panel {
  width: 200px;
  min-height: auto;
  margin-right: 10px;
  padding: .3em;
  font-size: 14px;
  border-radius: 5px;
}

.search_select .btn-wrap .kadomaru-btn-panel::after {
  right: 10px;
}

.search_select_area .ul05 li:not(:last-child)::after {
  content: "/";
}

.search_select_area .ul07:not(:last-child)::after {
  content: "）";
}

.search_select_area .ul07:not(:last-child) li:not(:last-child)::after {
  content: "/";
}

.search_select_area .ul07:not(:last-child) li:first-child::after {
  content: "（";
}

.search_select_area .ul07:last-child li:not(:last-child)::after {
  content: "/";
}

.search_select_area label {
  margin-right: 0;
}

.search_select_rimawari li {
  width: 6.5em;
}

#area_tokyo {
  margin-bottom: 1.5em;
}

#area_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#area_other .ul07 {
  width: 40%;
}

.search_parts {
  display: none;
}

.soutei_rimawari {
  display: inline;
}

#search_result .list_count {
  color: #4d4d4d;
  width: 100%;
  margin-bottom: 10px;
}

.search_result_list_count, .total_count_member {
  font-size: larger;
}

.go_member_regist {
  display: none;
}

.all_detail_view input, .all_detail_view_under input {
  background: #d3145a !important;
  color: #fff !important;
  display: none;
}

.all_detail_view .btn-panel, .all_detail_view_under .btn-panel {
  margin-bottom: 10px;
}

/* detail */
.contents-wrap.detail {
  margin: 0 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

.contents-wrap.detail.top {
  margin: 0;
}

.label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 145px);
  font-size: 1.2rem;
  line-height: 1.6;
}

.label-wrap img {
  margin: 0;
  display: none;
}

.date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 14em;
  margin: 0 0 0 2rem;
  font-size: 1.2rem;
}

.date-wrap .update, .date-wrap .registration {
  text-decoration: underline;
  color: #333;
  display: inline;
  white-space: nowrap;
}

.date-wrap .update:before {
  content: "情報更新日：";
}

.date-wrap .registration:before {
  content: "更新予定日：";
}

@media (max-width: 767px) {
  .label-wrap {
    margin-left: 0;
    margin-top: 4px;
  }
}

.status-label {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8;
}

.status-label.label-new, .status-label.label-price, .status-label.label-full, .status-label.label-toilet, .status-label.label-wash, .status-label.label-5min, .status-label.label-5year {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  background: #808080;
  border-radius: 5px;
  margin: 0 1rem 0.5rem 0;
  padding: 0 10px;
}

img + .status-label.label-new, img + .status-label.label-price, img + .status-label.label-full, img + .status-label.label-toilet, img + .status-label.label-wash, img + .status-label.label-5min, img + .status-label.label-5year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status-label.label-price:before {
  content: "値下げ";
}

.status-label.label-full:before {
  content: "満室";
}

.status-label.label-toilet:before {
  content: "トイレフロ別";
}

.status-label.label-wash:before {
  content: "室内洗濯機";
}

.status-label.label-5min:before {
  content: "駅5分以内";
}

.status-label.label-5year:before {
  content: "築5年以内";
}

.detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 4rem;
  padding: 0;
}

.detail-left-col {
  width: 60%;
}

.detail-right-col {
  width: 40%;
}

.contents-wrap.txt.detail {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .detail-container {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
  }
  .detail-left-col {
    width: 100%;
  }
  .detail-right-col {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .contents-wrap.txt.detail {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.detail-photo-view, .detail-photo-thumbs {
  margin: 0;
}

.detail-photo-view, .detail-photo-thumbs .img_comment {
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
  .detail-photo-view, .detail-photo-thumbs .img_comment {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .detail-photo-view, .detail-photo-thumbs .img_comment {
    text-align: center;
  }
}

.detail-photo-view br {
  display: none;
}

.detail-photo-view a {
  pointer-events: none;
}

.detail-photo-view img {
  width: 100%;
}

.detail-photo-view .imgposi {
  display: none;
}

.detail-photo-view .gallery-container li {
  width: 100%;
}

.detail-photo-thumbs .gallery-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
}

.detail-photo-thumbs .gallery-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 30px) / 3);
  margin-left: 10px;
  margin-bottom: 10px;
}

.detail-photo-thumbs .gallery-container ul::after {
  width: calc((100% - 30px) / 3);
}

.detail-photo-thumbs .gallery-container li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}

.detail-photo-thumbs .gallery-container li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail-photo-thumbs .gallery-container li .thumb_img_caption {
  display: none;
}

.gallery-container li :hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .detail-photo-thumbs .gallery-container ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .detail-photo-thumbs .gallery-container li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    margin-bottom: 10px;
  }
  .detail-photo-thumbs .gallery-container ul::after {
    content: "";
  }
}

.detail-inner {
  overflow: hidden;
  margin: .5rem 0 0;
  position: relative;
}

.detail-inner .wrap {
  /*padding-right: 5%;*/
}

@media (min-width: 768px) {
  .detail-inner .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .detail-inner .wrap {
    /*padding-left: 5%;*/
  }
}

#price {
  display: none;
}

.detail-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 2rem 0;
  color: #000000;
}

.detail-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc((100% - 40px) / 3);
  height: 36px;
  margin-bottom: 1rem;
  margin-right: 0;
}

.detail-info-inner.top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-info-inner .large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c0272d;
  font-size: 3.6rem;
  margin-left: 1rem;
}

.detail-info-inner .large .price_unit, .detail-info-inner .large .price_unit_oku {
  font-size: 2.2rem;
  white-space: nowrap;
}

.detail-info-inner .box {
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 1rem;
}

.detail-info-inner .box .heibei_unit {
  line-height: 1;
}

.detail-info-inner .glay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 20px;
  margin: 0;
  background-color: #808080;
  color: #ffffff;
  padding: 0 1rem;
  font-size: 1.2rem;
  line-height: 2;
}

.detail-info-wrap .list-wrap.property {
  width: 100%;
  margin: 6rem 0;
}

.list-wrap.property a {
  text-decoration: underline;
}

.list-wrap.property a:hover {
  color: #02A5CD;
}

.list-wrap.note {
  border: 1px solid #888;
  border-radius: 20px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-wrap.property table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.list-wrap.property table td, .list-wrap.property table th {
  padding: 1rem;
  line-height: 1.4;
  border: 1px solid #888;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 1040px) {
  .detail-info-inner {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  .detail-info-inner {
    width: 100%;
    height: 100%;
  }
  .detail-info-inner .large {
    line-height: 1;
  }
  .detail-info-inner .glay {
    width: 80px;
    padding: 0;
  }
}

.list-table table td, .list-table table th {
  padding: 1rem;
  line-height: 1.4;
  border: 1px solid #888;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
}

.list-wrap.note table {
  width: 100%;
  border-radius: 20px;
}

.list-wrap.note table th {
  padding: 1rem;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
}

.list-wrap.note table td {
  padding: 1rem;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: normal;
  width: calc(100% - 15%);
  border-left: 1px solid #888;
  font-size: 1.6rem;
  line-height: 1.8;
}

.detail-info-wrap .property table th {
  width: 15%;
}

.simulation-btn-container {
  margin: 0 0 0 10px;
}

.gallery + .simulation-btn-container {
  margin-top: 1rem;
}

.caution-container {
  margin-bottom: 100px;
}

.caution-container .detail-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.caution-container .detail-box-item {
  margin: .5rem 0;
  padding: 0 1rem 0 0;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #4d4d4d;
}

.caution-container .detail-box-txt {
  margin: 2rem 0 0 0;
}

@media (max-width: 767px) {
  .detail-info-wrap .list-wrap.property {
    margin: 2rem 0 4rem;
  }
  .list-wrap.property table td, .list-wrap.property table th {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .list-table.property table td, .list-table.property table th {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
  .simulation-btn-container {
    margin: 0;
  }
  .caution-container {
    margin-bottom: 50px;
  }
  .caution-container .detail-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .caution-container .detail-box-txt {
    margin: 1rem 0 3rem 0;
  }
}

.rw_railroad_list {
  display: none;
}

/*# sourceMappingURL=search.css.map */
