@charset "utf-8";


/* --------------------------------------------------------------------------------
★PC
SHOP LIST
-------------------------------------------------------------------------------- */
.fs-body-category-SHOP-LIST .col-lg-12{
	width: 100%;
	display: flex;
	margin: 0 0 20px;
}
.fs-body-category-SHOP-LIST .col-lg-6.txt{
	width: 42%;
}
.fs-body-category-SHOP-LIST .col-lg-6.map{
	width: 58%;
}
.fs-body-category-SHOP-LIST h2{
	clear: both;
	line-height: 1.4;
	font-weight: 400;
	color: rgb(68, 68, 68);
	margin: 0px 0px 20px;
	font-size: 30px;
}
.fs-body-category-SHOP-LIST h3 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 400;
	color: rgb(68, 68, 68);
	margin: 0px 0px 15px;
}
.fs-body-category-SHOP-LIST p {
	margin: 0 0 10px;
}
.fs-body-category-SHOP-LIST dl {
	margin-top: 0;
	margin-bottom: 20px;
}
.fs-body-category-SHOP-LIST dt {
	font-weight: 700;
	line-height: 1.42857143;
}
.fs-body-category-SHOP-LIST dd {
	margin: 0px 0px 1.75em;
	    line-height: 1.42857143;
}
.fs-body-category-SHOP-LIST .storeMap a{
	color: rgb(68, 68, 68);
}
.fs-body-category-SHOP-LIST .mapbtn {
	font-size: 1.2em;
	text-align: center;
	width: 200px;
	margin-top: 60px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
}
.fs-body-category-SHOP-LIST .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fs-body-category-SHOP-LIST .fa-map-marker:before {
	content: "\f041";
}




















