@charset "utf-8";

/* ---------------------------------

 周辺地図

--------------------------------- */
#access {
	width: 840px;
	margin: 0 auto 20px;
}

#access_map_area{
  position:relative;
}

#map_box{
  overflow:hidden;
  width:840px;
  height:382px;
  margin:20px auto 0px;
  padding:5px;
  border:1px solid #ddd;
  background:#fff;
  box-sizing:border-box;
	position: relative;
}

#gmap{
  position: relative;
  overflow:hidden;
  width:828px;
  height:370px;
}

#access_map_btnbox{
  width:700px;
  margin:12px auto 0px;
  padding:0;
}

#access_map_btnbox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#access_map_btnbox .map_select_btnbox{
  float:left;
  width:404px;
  margin:0px;
  text-align:center;
}


#access_map_btnbox ul.btn_map_fa_ar li:nth-child(1){
  margin-bottom:14px;
}

#access .btn_yahoo {
    display: block;
    margin-top: 5px;
}

#access #map_box .ico_marker {
  left: 364px;
  position: absolute;
  top: 73px;
}

.map_select_btnbox{
  position:relative;
}

.map_select_btnbox li{
  float:left;
  margin:70px 6px 0;
  height:54px;
  box-sizing:border-box;
  list-style: none;
}

.map_select_btnbox .btn_map_df {
  position:absolute;
  top:5px;
  left:50%;
  margin:0 0 0 -93px;
  height:54px;
}

.map_select_btnbox li a img{
  vertical-align:bottom;
}

.map_select_btnbox li.on a:hover [src*="btn_"]{
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  cursor:default;

}

.y_mapbox_l{
  position:absolute;
  top:0;
  left:0;
  width:880px;
  margin:0 auto;
  text-align:center;
  z-index:5;
}

.y_mapbox_l .y_map{
  position:relative;
  width:880px;
  height:522px;
  padding:5px;
  border:1px solid #ddd;
  box-sizing:border-box;
  background:#fff;
}

.y_mapbox_l .y_map img{
  width:868px;
  height:510px;
  border:none;
}

.y_mapbox_l .bnr_yahoo{
  position:absolute;
  top:522px;
  left:0;
  width:118px;
  height:26px;
  margin-top:-2px;
  padding:2px 5px 5px;
  border:1px solid #ccc;
  border-top:none;
  box-sizing:border-box;
  background:#fff;
  z-index:5;
  border-radius:0 0 6px 6px;
}

.y_mapbox_l .bnr_yahoo img{
  vertical-align:top;
}

.map_btnbox{
  width:688px;
  margin:0px auto 25px;
}

.map_btnbox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ar_map_select_btnbox{
  float:left;
  width:388px;
  margin:0px;
  text-align:center;
}

.map_btnbox .btn_map_fa_ar{
  float:right;
}

.ar_map_select_btnbox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ar_map_select_btnbox li{
  margin:0;
}

.ar_map_select_btnbox .btn_mainmap{
  float:none;
  margin:0 auto;
}

.ar_map_select_btnbox .btn_streetview{
  float:left;
  margin:13px 0 0;
}

.ar_map_select_btnbox .btn_aerial{
  float:right;
  margin:13px 0 0;
}

.disp_gr {cursor:default;
	width: 270px;
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
/*	&:hover {
		-webkit-filter: grayscale(0);
		filter: none;
		filter: grayscale(0);
	}*/
}

a.no_lnk {pointer-events: none;}

/* control */
.flt_l { float:left;}
.align_c { text-align:center;}
.mr10 { margin-right:10px;}
.mr20 { margin-right:20px;}
.clr { clear:both;}


.btn_lnk_lst_x{
  display:inline-block;
  margin:0px auto;
  height:52px;
  line-height:52px;
  font-size:16px;
}



.lnk_btnbox {
	float:right;
  /*width:270px;*/
  margin:6px 0 30px;
}

.btn_map_fa_ar {
	margin-bottom:10px;
}

/* ---------------------------------------
 googleMap 全画面表示
---------------------------------------- */
#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;
}



