@charset "utf-8";
/* ---------------------------------------
 googleMap 全画面表示
---------------------------------------- */
#map_area {
	display: none;
}

#map_box_full {
  display:none;
  position: fixed;
  top:0;
  width:100%;
  height:100%;
  z-index:1000;
}

#gmap_full {
  width:100%;
  height:100%;
}

#map_box_full  #closebtn{
  position:fixed;
  bottom: 20px;
  left:45%;
  width:117px;
  height:38px;
  background:url(https://www.homemate-research.com/search/image/dtl_new/btn_map_close.png) no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index:300;
  cursor:pointer;
}
#map_box_full  #closebtn:hover{
  opacity:0.8;
}

#seo {
	margin: 70px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 780px;
	border: 2px solid #dfd9c0;
}

#go_top {
 position: fixed;
 bottom: 20px;
 right: 15%;
 display: none;
}