/* 文字化け防止 */

.ShopInfoArea{
	width:100%;
	text-align:center;
	margin:auto;

}

.ShopInfoImageArea{
	width:100%;
    margin: 2% auto 0;

}

.ShopInfoImageArea img{
	width:100%;

}

.ShopInfoDetailArea{
    box-sizing: border-box;
    margin: 2% auto 0;
    text-align: center;
    width: 100%;
}

.ShopInfoDetailArea p{
	width:100%;
	margin:auto;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:3;
	text-align:left;
	padding:2% 0 0;

}

.ShopInfoTitle{
	font-weight:bold;
	font-size:15px;
	color:#55bcdd;

}
.ShopInfoTel{
	cursor: pointer;
	text-decoration:underline;
}

.ShopInfoTel:hover{
	color:#1f1f1f;
	text-decoration:underline;
}
.ShopInfoDescription{
	font-size:13px;
	color:#555;
}

.ShopInfoDetailArea_ul{
	font-size:0;
	padding:2%;
	box-sizing:border-box;

}

.ShopInfoDetailArea_li{
	width: 50%;
	display: inline-block;
	margin: auto;
	text-align: left;
	vertical-align: top;

}

.ShopInfoMapArea{
	width:100%;
	margin:2% auto 0;
	text-align:center;

}

.ShopInfoMapArea iframe{
	width:100%;
	height:350px;
}
.ShopInfoMapArea iframe:hover{
	filter: grayscale(0);
}


.MapExplainArea {
	width: 100%;
	margin: 2% auto;
	background:#f8fdfe;
	padding: 2%;
	box-sizing: border-box;

}

.MapExplainArea p{
	width:95%;
	margin:auto;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:2;
	text-align:left;

}


