@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.5.0/css/all.css);

.hide {
  display: none;
}
.disp_b {
  display: block;
}
.disp_inb {
  display: inline-block;
}
.no_br {
  word-break: keep-all;
}
.no_br2 {
  word-break: keep-all;
  line-height: 12px;
}
.mgr10 {
  margin-right: 10px;
}
/******************************************************
地図から探す
******************************************************/
.cluster_click {
  font-size: 35px !important;
}
.ta_center {
  text-align: center;
  display: inline-block;
}

#map_wrap {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
#map_wrap_area {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative !important;
}
.map_wrap_area_sp {
  /*overflow: hidden!important;*/
}
#map_wrap *,
#map_wrap_area * {
  box-sizing: border-box;
}
#map {
  width: 100%;
  height: 500px;
}
.map_search_area {
  width: 980px;
  /*height: 105px;*/
  background: #fff;
  border: 2px solid #707070;
  padding: 10px;
  margin-bottom: 10px;
}
.map_search_area .map_search_area_wrap {
  margin-top: 8px;
}
.map_search_area .map_search_area_parts {
  /* height: 38px;*/
}
.map_search_midashi {
  width: 76px;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #808080;
  display: inline-block;
  line-height: 35px;
  margin-right: 10px;
  vertical-align: top;
}
.map_search_area select,
.slide_content select {
  display: inline-block;
}
.map_search_area select,
.slide_content select {
  width: 190px;
  height: 35px;
  background: transparent;
  position: relative;
  top: -2px;
  border: 2px solid #bdbdbd;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  line-height: 35px;
  padding-left: 5px;
}
.slide_content select {
  top: 0;
}
.map_search_area_sub {
  height: 60px;
  width: 100%;
  position: relative;
}
.map_count span {
  font-size: 26px;
  font-weight: bold;
  padding: 0 5px;
}
.map_count span.shuffleNum {
  padding: 0;
}
.map_more_search {
  position: relative;
  top: -25px;
}
.map_more {
  width: 273px;
  height: 47px;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px 5px 0px 0px; /* Firefox用 */
  background: #6a6a6a;
  border: 1px solid #707070;
  margin: 0 auto;
  position: relative;
  top: 0px;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  line-height: 40px;
  display: block;
}
.map_more_search_btn {
  width: 300px;
  background: #115fae;
  color: #fff;
  border-bottom: solid 5px #0c457e;
  border-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px 5px 0px 0px; /* Firefox用 */
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-left: calc(50% - 150px);
}

.map_keyword {
  position: absolute;
  top: 10px;
  right: 0;
}
.map_keyword input[type="text"] {
  width: 180px;
  height: 30px;
  padding: 2px;
}
.map_keyword button {
  height: 30px;
  padding: 2px;
  position: relative;
  width: 50px;
  top: -1px;
  font-size: 0.9em;
  color: #fff;
  cursor: pointer;
}

/*----------------------------------------------------
詳細検索画面
----------------------------------------------------*/
.accordion5_pc,
.accordion5_sp {
  text-align: center;
}
.inner {
  display: none;
}
.accordion5_pc p,
.accordion5_sp p {
  cursor: pointer;
}
.inner li.slide_content {
  padding: 10px 0;
  position: relative;
  z-index: 99;
  background: #ffffff;
  width: 980px;
  min-height: 700px;
}
.accordion5_pc li,
.accordion5_sp li,
.inner li.slide_content {
  list-style: none;
}
.inner li.slide_content .close {
  padding: 4px 0;
  background: #fff;
  border: 2px solid #bfbfbf;
  position: absolute;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  width: 100px;
  text-align: center;
  height: 35px;
  line-height: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}
.inner li.slide_content .close i {
  margin-right: 5px;
  color: #bfbfbf;
}
.inner li dl,
.inner li dt,
.inner li dd {
  box-sizing: border-box;
}
.inner li dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 25px 0;
}
.inner li dt,
.inner li dd {
  padding: 10px 10px 0 25px;
  border-top: 1px solid #ccc;
}
.inner li dd li:first-child {
  margin-left: 0;
}
.inner li dd li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.inner li dd li.map_con_li {
  margin-left: 0px;
  width: 31%;
}
.inner li dt {
  width: 180px;
  float: left;
  padding: 15px 10px 0 10px;
}
.inner li dd {
  background: #fff;
  margin-left: 180px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
.inner li dd:after {
  content: "";
  display: block;
  clear: both;
}
/*----------------------------------------------------
フォーム
----------------------------------------------------*/
input[type="text"]:focus,
input[type="checkbox"]:focus,
select:focus,
input[type="submit"]:focus {
  outline: 0;
}
.map_search_area ul {
  display: inline-block;
}
.map_search_area ul li {
  display: inline-block;
  line-height: none;
  margin-left: 10px;
  min-height: 30px;
}
.map_checkbox01-parts::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px; /* Firefox用 */
  box-sizing: border-box;
}
/*.map_checkbox01-parts::before{
    content: "";
    position: relative;
    top: 6px;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    background: #fff;
    border: 2px solid #b1b1b1;
}*/
.map_search_area ul.madori_li li {
  width: 105px;
}
.map_search_area ul.madori_li .map_checkbox01-parts::before {
}
ul.madori_li .map_checkbox01-parts {
  height: 25px;
}
.map_checkbox01-input {
  display: none;
}
.map_checkbox01-input:checked + .map_checkbox01-parts {
  color: #115fae;
  background: #ffe4c6;
}
.map_checkbox01-input:checked + .map_checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #115fae;
  border-right: 3px solid #115fae;
  /*
	
    content: "";
    display: block;
    position: relative;
    top: -30px;
    margin-left: 5px;
    width: 10px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #115FAE;
    border-right: 3px solid #115FAE;*/
}
.map_form_error,
.map_form_error_sp {
  display: block;
  font-weight: bold;
  color: red;
  /*height: 35px;*/
}
.map_checkbox01-parts {
  min-height: 25px;
  display: inline-block;
  position: relative;
}
/*----------------------------------------------------
物件一覧表示
----------------------------------------------------*/
.map_result_list_area {
  position: absolute;
  top: 0;
  right: 0;
}
#map_result_wrap {
  width: 370px;
  font-size: 12px;
  display: none;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 460px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.map_result {
  width: 330px;
  min-height: 100px;
  border-bottom: 2px solid #c4c4c4;
  padding: 10px 0;
  line-height: 20px;
}
.map_result:after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.map_result_img {
  float: left;
  width: 80px;
  height: 80px;
  object-fit: cover;
  background: #ccc;
  border: 2px solid #b9b9b9;
}
.map_result_text {
  width: 210px;
  float: left;
  padding: 0 5px;
  overflow: hidden;
}
.map_result .new {
  color: red;
  border: 1px solid red;
  padding: 2px;
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.map_result .new_c {
  color: red;
  border: 1px solid red;
  padding: 1px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.map_result .new_b {
  color: red;
  border: 1px solid red;
  padding: 2px;
  position: relative;
  top: -3px;
  /* margin-right: 3px; */
  margin-right: 5px;
}
.map_like {
  width: 40px;
  background-color: #ebebeb;
  float: right;
  height: 60px;
  text-align: center;
  border: 1px solid #888888;
  border-bottom: 4px solid #888888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top: 10px;
  margin-top: 10px;
}
.map_like i {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  color: #e83a9b;
}
.map_result a .clsDisabled {
  background-color: #ebebeb;
  cursor: default;
  border: 1px solid #888888;
  padding-top: 12px;
  font-size: 11px;
}
.map_result a .clsDisabled:hover {
  color: #333333;
}
.right_i {
  margin-left: 5px;
}
.left_i {
  margin-right: 5px;
}
.map_result_open {
  width: 180px;
  height: 35px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  background: #6a6a6a;
  border: 1px solid #707070;
  position: absolute;
  right: 50px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  display: block;
  cursor: pointer;
}
.map_result_close {
  width: 180px;
  height: 30px;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  background: #6a6a6a;
  border: 1px solid #707070;
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: none;
  cursor: pointer;
}
.map_result_error {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
}
.map_result_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.map_result_kakaku {
  line-height: 20px;
}
.map_result_kakaku_b {
  line-height: 25px;
}
.map_result_kakaku_l {
  font-size: 1.4em;
  font-weight: bold;
}
.map_result_kakaku_s {
  font-size: 1.1em;
  font-weight: bold;
}
.map_result_kotsu {
  line-height: 16px;
  word-break: break-all;
}
.map_blue {
  color: #0021bf;
  font-weight: bold;
  margin-right: 5px;
}
.map_result_sbt {
  margin-left: 10px;
  background: #aaaaaa;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -3px;
}
.map_result_list {
  font-weight: bold;
  color: #002ba0;
  margin-right: 5px;
}
.line_20 {
  line-height: 16px;
}
.red {
  background: #ff4b4e;
  margin-left: 10px;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -2px;
}
.orange {
  background: #fb9e29;
  margin-left: 10px;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -3px;
}
.blue {
  background: #008cff;
  margin-left: 10px;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -3px;
}
.green {
  background: #067a01;
  margin-left: 10px;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -3px;
}
.brown {
  background: #866f3e;
  margin-left: 10px;
  color: #fff;
  padding: 2px;
  position: relative;
  top: -3px;
}
.nobr {
  word-break: keep-all;
}
.buy_sbt_icon {
  display: inline-block;
  line-height: 24px;
  height: 23px;
  padding: 0 2px;
  margin-left: 0px;
}
/** ラジオボタン **/
.radio02-input {
  display: none;
}

.radio02-input + label {
  padding-left: 28px;
  position: relative;
  margin-right: 25px;
}

.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio02-input:checked + label {
  color: #115fae;
}

.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #115fae;
  border-radius: 50%;
}
/** ラジオボタンここまで **/
/******************************************************
959pxより小さい　スマホ向けCSS
******************************************************/
@media screen and (max-width: 979px) {
  .map_result .new_b {
    top: 0px;
    margin-right: 10px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    padding: 0 2px;
  }
  .buy_sbt_icon {
    height: 33px;
    line-height: 33px;
  }
  .ta_center {
    text-align: center;
    display: block;
  }
  #footer {
    background: none !important;
  }
  .inner980 {
    width: auto;
  }
  .inner980.pad20 {
    padding: 0;
  }
  .map_form_error {
    display: none;
  }
  .map_count {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
  }
  .map_more_search_sp {
    width: 100%;
    top: 0;
  }
  .map_more_search_sp .map_more {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-decoration: none;
  }
  .map_keyword {
    display: none !important;
  }
  .map_search_area_sub {
    height: 80px !important;
  }
  .inner li.slide_content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding: 30px 0;
  }
  .inner li.slide_content .close {
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    font-size: 20px;
  }
  .inner li dl {
    margin-top: 25px;
    overflow: auto;
  }

  #map_wrap,
  #map_wrap_area {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
  #map_wrap_area {
    position: fixed !important;
  }
  .map_wrap_area_sp {
    /*overflow: hidden;*/
  }
  #map_result_wrap {
    width: 100%;
    height: 320px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    border-top: 3px solid #ccc;
  }
  .map_result_list_area {
    width: 100%;
  }
  #map_result_wrap {
    font-size: 20px;
  }
  .map_result_open {
    top: 100px;
  }
  .map_result_close_sp {
    height: 50px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    background: #6a6a6a;
    border: 1px solid #707070;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 318px;
    width: 200px;
    left: calc(50% - 200px / 2);
  }

  .map_result_open {
    display: none;
  }
  .map_result {
    width: 100%;
    line-height: 26px;
  }
  .map_result_img {
    width: 120px;
    height: 120px;
  }
  .map_result_text {
    width: calc(100% - 260px);
    margin-left: 10px;
  }
  .map_result_kakaku {
    line-height: 26px;
  }
  .map_result_kotsu {
    line-height: 26px;
  }
  .map_like {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    margin-top: 0;
  }
  .map_like i {
    font-size: 20px;
  }
  .map_result a .clsDisabled {
    font-size: 20px;
    padding-top: 26px;
  }
  .line_20 {
    line-height: 26px;
  }
  #map {
    height: calc(100% - 170px);
  }
  #footer {
    background: none;
    margin-top: 1500px;
    /*display: none;*/
  }
  .select_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 auto;
  }
  .slide_content select {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .select_wrap:after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 2px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
    color: #7a7a7a;
    margin-right: 2px;
  }
  /*******************物件詳細検索画面************/
  .inner {
    font-size: 24px;
  }
  .inner li dd ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }

  .inner li dl,
  .inner li dd {
    border: none;
  }
  .inner li dl {
    background: #fff;
  }
  .inner li dt {
    width: 100%;
    text-align: center;
    text-align: center;
    background: #eeeeee;
    padding: 15px 0;
    borde: none;
    height: 70px;
    line-height: 40px;
    border-top: none;
  }
  .inner li dd {
    width: 600px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 30px 0px;
  }
  .inner li dd select {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .inner li dd ul {
    padding-top: 15px;
  }
  .inner li dd li,
  .inner li dd li.map_con_li {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #9e9e9e;
    line-height: 80px;
    font-size: 24px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .map_more_search_btn_sp {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #115fae;
    color: #fff;
    text-align: center;
    z-index: 99;
  }
  .ml_20 {
    margin-left: 20px;
  }
  .map_checkbox01-parts {
    height: 80px;
    display: block;
  }
  .map_checkbox01-parts::before {
    width: 45px;
    height: 45px;
    top: 15px;
  }
  .map_checkbox01-input:checked + .map_checkbox01-parts::after {
    left: 8px;
    width: 22px;
    height: 35px;
    top: 9px;
    transform: rotate(40deg);
    border-bottom: 6px solid #115fae;
    border-right: 6px solid #115fae;
    border-bottom-width: 5px !important;
    border-right-width: 5px !important;
  }
  .red,
  .orange,
  .blue,
  .green,
  .brown {
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    top: 0;
  }
  .inner ul.madori_li_sp li {
    width: 49%;
  }
  .radio02-input + label {
    line-height: 80px;
    width: 500px;
    display: block;
    padding-left: 60px;
  }
  .radio02-input + label::before {
    width: 45px;
    height: 45px;
    top: 15px;
  }
  .radio02-input:checked + label::after {
    width: 39px;
    height: 39px;
    top: 19px;
    left: 4px;
  }
  .shueki {
    display: block;
    li {
      width: 100% !important;
      margin-bottom: 0 !important;
      border-bottom: 1px solid #999;
      label {
        font-size: 24px;
        width: 100% !important;
      }
    } 
  }
}
.map_shueki {
  display: flex;
  align-items: center;
}
