@charset "UTF-8";

/*
	For STORES (FreePage)
*/

/* ------------------------------------------------------------------------------------------------------ 
	STORES
------------------------------------------------------------------------------------------------------ */
#contentsFull #stores {
	float: none;
	clear: both;
	width: 100%;
	margin: 225px auto 100px;
	padding: 0px;
	text-align: center;
	display: block;
	background: #eeefef;
}

#stores .shop {
	width: 1217px;
	min-height: 380px;
	margin: 0px auto 30px;
	padding: 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	background: #fff;
	font-size: 0px;
}

#stores .shop .info {
	width: 468px;
	margin: 0px auto;
	padding: 0px 0px 0px 75px;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}

#stores .shop .info ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
	display: block;
	font-size: 0px;
}

#stores .shop .info ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
	display: inline-block;
	vertical-align:middle;
}

#stores .shop .info ul li.map a {
	width: 228px;
	margin: 10px 5px 0px 0px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	color: #333;
}

#stores .shop .info ul li.sns a {
	min-width: 22px;
	margin: 10px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	display: block;
	color: #666;
	font-size: 22px;
	text-decoration: none;
}

#stores .shop .pic {
	width: 674px;
	height: 380px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

#stores .shop .pic img {
	width: 674px;
	height: 380px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------ 
	PCストアページ用swiperスタイル
------------------------------------------------------------------------------------------------------ */
.swpr-2 {
	width: 674px;
	height: 380px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#stores .shop .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 30px;
	left: 0;
	width: 100%;
}

/* ブラウザ幅が320px以上767px以下　（タブレット／スマートフォン用） */
@media screen and (min-width: 320px) and (max-width: 767px),
 screen and (max-width: 812px) and (max-height: 414px) {
	#contentsFull #stores {
		width: 100%;
		margin: 0px auto;
		padding: 40px 0px 20px;
		text-align: center;
		display: block;
	}
	
	#stores .shop .pic {
		display: none;
	}
	
	#stores .shop {
		width: 100%;
		margin: 0px auto 0px;
		padding: 0px 0px 0px;
		text-align: center;
		display: block;
		overflow: hidden;
		font-size: 0px;
	}
	#stores .shop .swiper-slide {
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
		display: block;
	}
	
	#stores .shop .swiper-slide img {
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: left;
	}
	
	#stores .shop .info {
		width: 80%;
		margin: -30px auto 0px;
		padding: 30px 5%;
		text-align: left;
		display: block;
		background: #fff;
	}
	
	#stores .shop .info ul {
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
		display: block;
		font-size: 0px;
	}
	
	#stores .shop .info ul li {
		width: 100%;
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
		display: inline-block;
		vertical-align:middle;
	}
	
	#stores .shop .info ul li.map a {
		width: 100%;
		margin: 10px 5px 0px 0px;
		padding: 2px 0px 0px;
		text-align: center;
		text-decoration: none;
		display: block;
		border: 1px solid #ccc;
		color: #333;
	}
	
	#stores .shop .info ul li.sns a {
		min-width: 22px;
		margin: 10px auto 0px;
		padding: 3px 0px 0px 0px;
		text-align: center;
		display: block;
		color: #666;
		font-size: 22px;
		text-decoration: none;
	}
	
	#stores .shop .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 50px;
		left: 0;
		width: 100%;
	}
}
