@charset "UTF-8";
/*******************************************
 * 物件一覧ページcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *  2-1 見出し
 *  2-2 検索条件、ソート、条件変更
 *  2-3 件数表示、エリアを変更ボタン
 *  2-4 物件一覧
 * 3.チェックボックス
 * 4.ページネーション
 ******************************************/
/******************************************
 1. レイアウト
 ******************************************/
#layout-main {
  width: 100%;
  background: #e6e7e8;
}
/******************************************
 2. 各コンテナ
    2-1 見出し
    2-2 検索条件、ソート、条件変更
    2-3 件数表示、エリアを変更ボタン
    2-4 スイッチ（建物一覧/部屋一覧）
 ******************************************/
/******* 2-2 検索条件、ソート、条件変更 *****/
.block-estateList-search-serected::before,
.block-estateList-search-serected::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 23%;
  margin-left: -7px;
}
.block-estateList-search-serected {
  width: 96%;
  height: 2rem;
  border: 1px solid #dedfe0;
  display: inline-block;
  margin: 2%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 8px 33px 8px;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 35px;
}
.block-estateList-search-serected::before {
  border-width: 7px 6.5px 0 6.5px;
  border-color: #e6e7e8 transparent transparent transparent;
  bottom: -7px;
}
.block-estateList-search-serected::after {
  border-width: 7px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
  bottom: -5px;
}
.block-estateList-search-serected ul {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}
.block-estateList-search-serected ul li {
  height: 2rem;
  line-height: 2rem;
  font-size: 2rem;
  display: inline-block;
  border-right: 1px solid #3d3d3d;
  padding-right: 10px;
}
.block-estateList-search-serected ul li:last-child {
  border-right: none;
}
.block-estateList-search-serected ul li.box-estateList-search-select-title {
  color: #87888d;
  margin-left: 20px;
  border-right: none;
}
.block-estateList-search-serected ul li span {
  color: #3d3d3d;
  font-size: 2rem;
  margin-right: -1px;
}
.block-estateList-search-select {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 12px 0;
  text-align: center;
  padding: 10px 0;
}
.block-estateList-search-select .box-search-select_sort {
  width: 50%;
  display: table-cell;
  background: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: top;
}
.block-estateList-search-select .box-search-select_sort select {
  width: 100%;
  height: 83px;
  line-height: 83px;
  background: url("/assets/clasmo_a/sp/estate/list/img/select_btn.png") no-repeat center center;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 0 !important;
  font-weight: bold;
  text-indent: -9999;
}
.block-estateList-search-select .box-search-select_sort select option {
  font-size: 16px !important;
}
.block-estateList-search-select .box-search-select_change {
  background: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  display: table-cell;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.block-estateList-search-select .box-search-select_change input {
  width: 100%;
  height: 83px;
  line-height: 83px;
  background: url("/assets/clasmo_a/sp/estate/list/img/search_btn.png") no-repeat center center;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
}
/** 2-3 件数表示、エリアを変更ボタン *****************/
#container-estateList-pager {
  width: 96%;
  padding: 0 2% 2%;
  overflow: hidden;
}
#container-estateList-pager .block-estateList-search_area {
  width: 42%;
  height: 50px;
  float: right;
  background: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#container-estateList-pager .block-estateList-search_area .block-estateList-search_area-btn {
  width: 100%;
  height: 50px;
  background: url("/assets/clasmo_a/sp/estate/list/img/area_btn.png") no-repeat center center;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#container-estateList-pager .block-estateList-search_area .block-estateList-search_area-btn span {
  display: none;
}
#container-estateList-pager .block-estateList-search_area .block-estateList-search_line-btn {
  width: 100%;
  height: 50px;
  background: url("/assets/clasmo_a/sp/estate/list/img/line_btn.png") no-repeat center center;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#container-estateList-pager .block-estateList-search_area .block-estateList-search_line-btn span {
  display: none;
}
#container-estateList-pager .block-estateList-pager {
  float: left;
  margin-top: 4%;
}
#container-estateList-pager .block-estateList-pager ul {
  display: table;
}
#container-estateList-pager .block-estateList-pager ul li {
  display: table-cell;
  color: #4BB232;
  font-size: 1.6rem;
  margin-right: 27px;
}
#container-estateList-pager .block-estateList-pager ul li p {
  display: inline-block;
  color: #4BB232;
  font-size: 2.4rem;
}
#container-estateList-pager .block-estateList-pager ul li span {
  display: inline-block;
  color: #4BB232;
  font-size: 1.6rem;
  margin-right: 15px;
}
/******* 2-4 物件一覧 *************************/
#container-estate {
  position: relative;
}
#container-estate h2 {
  line-height: 7.4rem;
  background: #fff;
  border-top: 5px solid #4BB232;
  color: #010101;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 0 0 2%;
}
#container-estate .block-estate {
  padding: 0 2% 2%;
}
#container-estate .block-estate .box-estate {
  background: #fff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-bottom: 2.5%;
}
#container-estate .block-estate .box-estate dl {
  padding: 20px;
}
#container-estate .block-estate .box-estate dl dt {
  width: 100%;
  color: #000;
  display: table;
  table-layout: fixed;
  font-size: 2.4rem;
  margin-top: 9px;
}
#container-estate .block-estate .box-estate dl dt .estate-shubetsu {
  width: 130px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#container-estate .block-estate .box-estate dl dt .estate-shubetsu span {
  width: 100px;
  line-height: 2rem;
  background: #4BB232;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 12px;
  margin-right: 12px;
}
#container-estate .block-estate .box-estate dl dt b {
  line-height: 2rem;
  display: table-cell;
  font-size: 2rem;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 1rem;
}
#container-estate .block-estate .box-estate dl dt a {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
}
#container-estate .block-estate .box-estate dl dt a img {
  display: block;
  margin: 0 auto;
}
#container-estate .block-estate .box-estate dl dd {
  width: 98%;
  display: table;
  margin-top: 29px;
}
#container-estate .block-estate .box-estate dl dd a {
  color: #3d3d3d;
}
#container-estate .block-estate .box-estate dl dd a .box-estate_image {
  width: 45%;
  display: table-cell;
}
#container-estate .block-estate .box-estate dl dd a .box-estate_image img {
  width: 100%;
}
#container-estate .block-estate .box-estate dl dd a .box-estate-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 3%;
}
#container-estate .block-estate .box-estate dl dd a .box-estate-info .box-estate-info_item {
  line-height: 2.4rem;
  color: #3d3d3d;
  font-size: 2rem;
  margin-bottom: 18px;
}
#container-estate .block-estate .box-estate dl dd a .box-estate-info .box-estate-info_table-right table tr {
  border-bottom: 10px solid #fff;
}
#container-estate .block-estate .box-estate dl dd a .box-estate-info .box-estate-info_table-right table tr th {
  white-space: nowrap;
  height: 2.6rem;
  background: #e6e7e8;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}
#container-estate .block-estate .box-estate dl dd a .box-estate-info .box-estate-info_table-right table tr td {
  font-size: 2.2rem;
  padding-left: 13px;
}
#container-estate .block-estate .box-estate .block-room {
  display: block;
}
#container-estate .block-estate .box-estate .block-room .box-room {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  display: table;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_check {
  width: 90px;
  border-right: 1px solid #d3d3d3;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table {
  padding: 18px;
  display: table-cell;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr {
  border-bottom: 10px solid #fff;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr th {
  width: 14rem;
  height: 2.4rem;
  background: #e6e7e8;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr td {
  color: #3d3d3d;
  font-size: 2.2rem;
  padding-left: 13px;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr td.box-room_table-item {
  color: #ff224e;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr td.box-room_table-item p {
  line-height: 2.2rem;
  font-size: 1.8rem;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr td.box-room_table-item span {
  color: #ff224e;
  font-size: 2.2rem;
}
#container-estate .block-estate .box-estate .block-room .box-room .box-room_table table tr td.box-room_table-item .nofee {
  font-size: 1.6rem;
}
#container-estate .block-contact {
  width: 96%;
  background: url("/assets/clasmo_a/sp/common/img/bg/contact_btn_bg.png");
  position: fixed;
  bottom: 0;
  padding: 2%;
  z-index: 9999;
  display: none;
}
#container-estate .block-contact input {
  width: 100%;
  line-height: 83px;
  background: #4BB232;
  border: 1px solid #4BB232;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
  color: #fff;
  font-size: 2.3rem !important;
  display: block;
  text-align: center;
  outline: 0;
}
/******************************************
 3.チェックボックス
 ******************************************/
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 2px;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  font-size: 2rem;
  line-height: 28px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #ccc;
    display: block;
    width: 38px;
    height: 38px;
    margin-top: -9px;
    background: #fff;
  }
  input[type=radio] + label::before {
    border: 5px solid #ccc;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 5px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  input[type=checkbox]:checked + label::before {
    border: 5px solid #4BB232;
  }
  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #4BB232;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 5px solid #4BB232;
    border-bottom: 5px solid #4BB232;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 10px 24px;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  width: 40px;
  height: 40px;
  left: -5px;
}
input[type=checkbox]:checked + label::after {
  width: 37px;
  height: 16px;
  left: 1px;
}
/******************************************
 4.ページネーション
 ******************************************/
.pagination {
  width: 100%;
  display: inline-block;
}
.pagination li {
  width: 48%;
  background: #4BB232;
  float: right;
  text-align: center;
  padding: 10px 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.pagination li:first-child {
  float: left;
}
.pagination li.disabled {
  background: #9e9e9e;
}
.pagination li span,
.pagination li a {
  line-height: 3.5rem;
  display: block;
  color: #fff;
  font-size: 3rem;
}
