/*========================================================
search
========================================================*/

.cls-1,
.cls-7,
.cls-8 {
  fill: none;
}

.cls-1,
.cls-2,
.cls-4 {
  stroke: #c8c9ca;
}

.cls-1,
.cls-2,
.cls-4,
.cls-8 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-1,
.cls-2 {
  stroke-width: 2px;
}

.cls-2,
.cls-4,
.cls-6 {
  fill: #fff;
}

.cls-3 {
  font-size: 11px;
  fill: #8e9b94;
  font-family: YuGothic-Bold, Yu Gothic;
  font-weight: 700;
}

.cls-4,
.cls-7,
.cls-8 {
  stroke-width: 3px;
}

.cls-5 {
  fill: #8DA0B6;
}

.cls-6 {
  font-size: 16px;
  font-family: KozGoPr6N-Bold-90ms-RKSJ-H, Kozuka Gothic Pr6N;
}

.cls-7,
.cls-8 {
  stroke: #8DA0B6;
  fill: #fff;
  fill-opacity: 0;
}

.cls-7 {
  stroke-miterlimit: 10;
}


rect.cls-5 {
  stroke: #8DA0B6;
}

.selected .cls-5 {
  fill-opacity: 1;
  fill: #003f8e;
  stroke: #003f8e;
}

.selected .cls-7 {
  fill-opacity: 0.5;
  fill: #003f8e;
  stroke: #003f8e;
}

.selected .cls-6 {
  fill-opacity: 1;
}

.cls-9 {
  letter-spacing: -0.25em;
}

.search div>dl>dd dt span.splus {
    cursor: pointer;
    display: block;
    z-index: 9;
    opacity: 0.5;
    content: '';
    background-color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: 0;
}


.ac>dt>input[type=checkbox] + label {
    width: 93%;
    /* pointer-events: none; */
    opacity: 0.9;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  display: block;
  /* pointer-events: none; */
}

.dc>dt>input[type=checkbox] + label {
  width: 93%;
}

.dc>dt:before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 5;
}
.dc>dt:after {
  content: '';
  background-color: #fff;
  height: 20px;
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  z-index: 5;
}
.dc>dt.active:after {
  display: none;
}
.dc>dd {
  display: none;
}

.area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.area > dd.listside {
  width: 45%;
  display: block;
  vertical-align: top;
  background-color: #8DA0B6;
  }

.area > dd.mapside {
    width: 55%;
    background: #f7f6fb;
    display: block;
    vertical-align: top;
}
.search div>dl>dt.onnn {
  display: block;
  width: 100%;
  cursor: pointer;
}
.area > dd.mapside > svg {
    width: 100%;
    padding: 3%;
}

.area:after {
    content: "";
    display: block;
    clear: both;
}
.other_search.dc>dd {
  display: block;
  font-size: 18px;
  position: relative;
}

.area.dc>dt:after,
.rent.dc>dt:after,
.space.dc>dt:after,
.other_search.dc>dt:after {
  background: none;
}
.area.dc>dt.active:after,
.rent.dc>dt.active:after,
.space.dc>dt.active:after,
.other_search.dc>dt.active:after {
  display: block;
}

.other_search.dc>dt:before {
  content: '';
  width: 5.83vw;height: 5.83vw;
  position: absolute;
  top: 0;bottom: 0;right: 1.66vw;margin: auto;
  border-radius: 100px;
}

.area.dc>dt:after,
.rent.dc>dt:after,
.space.dc>dt:after,
.other_search.dc>dt:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 29px;
  margin: auto;
  border-right: 4px solid  #fff;
  border-bottom: 4px solid  #fff;
  transform: rotate(45deg);
}
.area.dc>dt.active:after,
.rent.dc>dt.active:after,
.space.dc>dt.active:after,
.other_search.dc>dt.active:after  {
  top: 0;bottom: -5px;
  border: none;
  border-left: 4px solid  #fff;
  border-top: 4px solid  #fff;
}

.area>dt:before {
    background-color: #8DA0B6;
}

.rent>dt:before {
    background-color: #001E43;
}

.space>dt:before {
    background-color: #8DA0B6;
}

.area>dt:before, .rent>dt:before, .space>dt:before, .other_search.ac>dt:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-radius: 100px;
}

.search div>dl>dd dt span.chickyou {
    padding: 10px 35px;
    display: block;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    z-index: 10;
    margin: 0 10px 0 0;
}

.search div>dl>dt, .other_search>dt {
    background-color: #d4d9df;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.search div>dl>dd dt, .search div>dl>dd dd, .other_search>dd dt, .other_search>dd dd {
    font-size: 18px;
    position: relative;
}

/* .listside dt input[type=checkbox] + label:after {
    margin: 5.7px 0 0 0px;
}

.listside dt input[type=checkbox] + label:before {
    margin: 5.7px 0 0 0px;
}

.listside dt input[type=checkbox] + label:before {
    margin: 7px 0 0 0;
} */

.search div>dl,
.other_search {
  margin-bottom: 20px;
  background: #e8f3fa;
  border-radius: 10px;
}


dl.area.dc dd.listside dd {
    display: none;
}

.lity-container .other_search {
    background: #fff;
}

.wrap.pink:before {
    background-color: #EB5F66;
    height: 250px;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}



.search .rent select, .search .space select {
    width: 40%;
    padding: 1.4% 3%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.search .rent select, .search .space select {
    width: 40%;
    max-width: 270px;
    padding: 3%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding: 1.5% 3%;
}

.rent {
    float: left;
    width: 49%;
    max-width: 450px;
    margin: 0 1% 0 0;
}

.inner3,
.bg_29 {
  padding: 0 !important;
}
.inner3 span {
    font-size: 19px;
    vertical-align: middle;
}

.rent:after {
    content: "";
    display: block;
    clear: both;
}

.space {
     float: left;
     width: 49%;
     max-width: 450px;
     margin: 0 0 0 1%;
}

.space:after {
    content: "";
    display: block;
    clear: both;
}

.search {
    max-width: 980px;
    width:980px;
    margin: 37px auto;
    background: #fff;
    border-radius: 10px;
}

.search:after {
    content: "";
    clear: both;
    display: block;
}



.btn_fixed .other_btn {
    width: 36%;
    max-width: 220px;
    background-color: #FFB820;
    float: right;
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
}

.btn_fixed button, .other_btn {
    color: #fff;
    font-weight: bold;
    background-color: #003F8E;
    text-align: center;
    width: 60%;
    max-width: 460px;
    padding: 10px 0;
    border: none;
    border-radius: 100px;
    display: block;
    position: relative;
    margin: 0;
    font-size: 18px;
    margin: 0 auto;
}

.btn_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    padding: 20px !important;
}

.btn_fixed .btn_fixedinner {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    width: 94%;
}
.btn_fixed .btn_fixedinner:after {
    clear: both;
    content: "";
    display: block;
}


.btn_fixed button:after {
    content: '';
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.search div#inline {
    width: 100%;
}

.lity-content {
    max-height: 100%;
    overflow: overlay;
    padding: 0 !important;
}

.lity-container {
    width: 94%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 !important;
    height: 94%;
    max-width: 700px;
}
.searchWp + footer {
  padding-bottom: 100px;
}

.other_btn {
  width: 40%;
  background-color: #E8B2B4;
  float: right;
  line-height: 1.5;
}
.other_btn:before {
  content: '';
  width: 8px;height: 8px;
  position: absolute;
  top: 0;bottom: 0;right: 10px;margin: auto;
  border-right: 2px solid  #fff;
  border-top: 2px solid  #fff;
  transform: rotate(45deg);
}
.btn_fixed button:before {
  content: '\e90f';
  font-family: "iconfont";
  font-size: 22px;
  line-height: 0;
  position: absolute;
  top: 55%;right: 20px;margin: auto;
}
.btn_fixed button:after {
  display: none;
}
.lity-wrap {
  padding-top: 80px !important;
}
.listside dt>input[type=checkbox] + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-user-form .btn_box ul{
  display: flex;
  justify-content: center;
}
.search-user-form .cb{
  clear: both;
}
.search-user-form .other_search.dc>dt:before{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-radius: 100px;
}
.search-user-form .other_search.dc>dt::after{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 29px;
  margin: auto;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}
.search-user-form .other_search>dt:before {
  background-color: #8DA0B6;
}
.search-user-form .other_search.dc>dt.active:after{
  top: 0;
  bottom: -5px;
  border: none;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-right: 0;
  border-bottom: 0;
}
.search-user-form input[type=radio]+label:after{
  left: 10px;
}
.search-user-form input[type=radio]+label:before{
  left: 17px;
}
