@charset "utf-8";
/* CSS Document */

.clear{
clear:both;
}

.gmap_marker_image,
.gmap_coord{
	display: none;
}

#gmap_list{
	display: none;
}

/*吹き出しのスタイル*/
.gmap_block{
width:240px;
}

.gmap_block h4{
font-size:1.3rem;
}

.gmap_spot_link,
.gmap_block p{
font-size:1.2rem;
line-height:1.5;
margin:5px 0;
}

.gmap_spot_link{
	float: left;
	margin-left:10px !important;
    width: 150px;
	text-decoration: underline;
}

.gmap_block .p-course__spot-item__name,
.gmap_block .p-course__spot-item__tag,
.gmap_block .p-course__spot-item__address{
font-size:1.2rem !important;
}

.gmap_block .p-course__spot-item__address{
font-size:1.1rem !important;
}

.gmap_block .gmap_photo{
float:left;
margin-right:10px;
overflow:hidden;
width:70px;
/*
height:150px;
overflow:hidden;*/
}

.gmap_block .gmap_photo img{
	width:100%;
}

.gmap_block .no_image{
	display:none;	
}

.gmap_block .spot-item-text{
	width:auto;
	padding:0 5px;
}

.gmap_block .spot-item-tag{
	display:none;
}

.gmap_block .gmap_coord{
	display:none;
}

.p-map__your-location{
	z-index:9999;
}

.gmap_block .p-spot-list__item-thumb{
	float: left;
}

.gmap_block .p-spot-list__item-text{
	width:150px !important;
	padding:0;
	margin-left:10px;
	float: left;
}

.gmap_block .p-spot-list__item-title{
	font-size:1.4rem;
}

.gmap_block .p-spot-list__item-address{
	font-size:1.2rem;
}

.gmap_block .p-fav-btn{
	display: none;
}

.l-main {
    min-height: calc(100vh - 11.2rem);
}