/* 文字化け防止 */

.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: 96%;
    margin: auto;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    border-bottom: 1px dotted #C8D0D2;
    margin: 0 auto 20px;
    padding-bottom: 20px;

}

.ShopInfoTitle{
	font-weight:bold;
	font-size:15px;
	color:#00638E;

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

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

.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;

}


