/* Always set the map height explicitly to define the size of the div
  * element that contains the map. */
.map_area{
  height: 500px;
  width: 63%;
  margin-right: 2%;
}
.map_area iframe{
  height: 100%;
}
  #map{
    height: 100%;
  }
.bukken_kensaku_map{
   display: flex;
}
.kensaku_form{
  width: 30%;
  order: 2;
}

#infowindow_box {
  width: 300px;
}

#infowindow_box p {
  margin: 3px;
}

.infowindow_sname span{
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px 0;
}
.infowindow_sname span.buy{
  border: 0.5px solid #26BE2A;
  color: #26BE2A;
}
.infowindow_sname span.lent{
  border: 0.5px solid #26BE2A;
  color: #26BE2A;
}
.infowindow_address {
  display: inline;
  margin-left: 10px;
}

.infowindow_contents {
  display: flex;
  margin-top: 10px
}

.infowindow_img {
  width: 40%;
  margin-right: 5%
}

.infowindow_img img {
  width: 100%;
}

.infowindow_link {
  width: 98%;
  border: 0.5px solid #26BE2A;
  display: block;
  padding: 1px 0 0;
  text-align: center;
  text-decoration: none;
  color: #26BE2A;
}

.list-features li {
  display: inline;
}
.kensaku_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.kensaku_tag{
  width: 94%;
  display:block;
  border: 1px solid #26BE2A;
  
background-color: #FFF;
color: #26BE2A;
text-align: center;
margin-bottom: 10px;
padding: 5px 2%;
}
.kensaku_content li{
  margin-right: 20px;
}
.kensaku_content li ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-bottom: 15px;
}
.kensaku_content p{
  margin:0px 10px;
}
.submit2_box .button{
  background-color: #26BE2A;
  border: 2px solid #26BE2A;
  color: #FFF;
  border-radius: 50px;
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  margin: 30px auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.submit2_box .button:hover{
  background-color: #FFF;
  color: #26BE2A;

}
#clearBtn{
  text-align: center;
  width: 50%;
  display: block;
  margin: 20px auto;
  background-color: #FFF;
  border: 1px solid #333333;
  cursor: pointer;
  outline: none;
  padding: 5px 5px 3px;
  appearance: none;
  border-radius: 30px;
}

@media screen and (max-width: 800px) {
  .map_area{
    height: 400px;
    width: 100%;
    margin-right: 0%;
    order: 2;
  }
  .bukken_kensaku_map{
     flex-direction: column;
  }
  .kensaku_form{
    width: 100%;
    order: 1 !important;
  }

}


@media screen and (max-width: 420px) {
  .map_area{
    height: 350px;
  }
  #infowindow_box {
    width: 100% !important;
    height: 200px;
  } 
  .infowindow_contents {
    flex-direction: column;
    margin-top: 10px
  }
  .infowindow_info{
    width: 100%;
  }
  
  .infowindow_img {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
  }
}