@charset "utf-8";

/*============================
#map_search
============================*/
#map_search{
	margin-bottom:0px;
}
#map_search .toparea{
	display:table;
	width:100%;
	padding:0px;
	box-sizing:border-box;
}
#map_search .result{
	display:table-cell;
	vertical-align:middle;
}
#map_search .result span{
	font-weight:bold;
}
#map_search .condition_btn{
	display:table-cell;
	width:106px;
	vertical-align:middle;
}

/*============================
.mapwrap
============================*/
.mapwrap{
	width:100%;
	position:relative;
	padding-bottom:130%;
	overflow:hidden;
}

.mapinner{
	position:absolute;
	top:0;
	left:5%;
	width:90% !important;
	height:100% !important;
}

/*============================
#itemInfo
============================*/
#itemInfo{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	width:100% !important;
	background:rgba(102,102,102,0.9);
	z-index:10;
	padding:9px;
	color:#ffffff;
	box-sizing: border-box;
	display:none;
}
#itemInfo .itemno{
	position:absolute;
	top:9px;
	left:9px;
}
#itemInfo .closebtn{
	position:absolute;
	top:9px;
	right:9px;
	cursor:pointer;
	width:18px;
	height:18px;
	background:url(/sp/img/popup/close_icon_2.png);
	background-size:18px auto;
}
#itemInfo .itemdata_wrap{
	padding-top:30px;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
}
#itemInfo .itemdata_inner{
	background:#ffffff;
}

#itemInfo .itemdata_wrap .bukken_box {
	float:left;
}
#itemInfo .itemdata_wrap .active{

}

#itemInfo .pager{
	display:table;
	width:100%;
}
#itemInfo .pageno{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#itemInfo .now{
}
#itemInfo .max{
}
#itemInfo .next{
	width:15px;
	height:26px;
	background:url(/sp/img/arrow_next.png) center center no-repeat;
	background-size:15px auto;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}
#itemInfo .prev{
	width:15px;
	height:26px;
	background:url(/sp/img/arrow_prev.png) center center no-repeat;
	background-size:15px auto;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}
.googlemap{
	position:relative;
	height:0;
	overflow:hidden;
}
.googlemap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

#bukken_data{
	display:none;
}

#gmap_popup .close{
	width: 19px;
    position: absolute;
	padding:8px;
	cursor:pointer;
    right: 2%;
}
#gmap_popup .appbtn{
	left: 2%;
    position: absolute;
    width: 103px;
}
#gmap_popup .mapwrap{
	clear:both;
	margin-top: 45px;
}
#gmap_popup .mapinner{
	width:100% !important;
	left:0 !important;
}
#gmap_popup #mapbox_p .gm-style-iw .iwinner{
	width:150px;
	padding-left:13px;
	text-align:center;
}
#gmap_popup #mapbox_p .gm-style-iw .name{
	margin-bottom:5px;
	font-weight:bold;
}
#gmap_popup #mapbox_p .gm-style-iw .link{
	width:60px;
	display:block;
	margin:0 auto;
}
