@charset "UTF-8";
/*==========================

	access

============================*/
.mainttl.bgTransparent {
	background: url(../img/access/ttlImg.jpg) no-repeat 0px 42%/cover;
}
.storeList {
	max-width: 1100px;
	margin: 0 auto;
}
.storeList li:nth-child(odd) {float: left;} /*偶数*/
.storeList li:nth-child(even) {float: right;} /*奇数*/
.storeList li {
	width: 49.9%;
	margin:0 0 0.15%;
	padding: 2.5%;
}
.storeList li .itemImg {margin: 0 0 30px;}
.ttlstore {
	font-weight: normal;
	margin: 0 0 25px;
}
.address {margin: 0 0 40px;}
.storeBox {
	float: left;
	width: 66%;
}
.mapbtn {
	float: right;
	margin: 0 auto;
	width: 160px;
}
.mapbtn a {
	display: block;
	line-height: 4;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: url(../img/common/window.svg) no-repeat 93% center/12px auto;
}

/*media queries--------------------------------------css*/
@media screen and (max-width: 1060px) {
	/*==========================

		access

	============================*/
	.storeBox {
		float: none;
		max-width: 100%;
	}
	.mapbtn {
		float: none;
		margin: 0 0 0 auto;
		width: 160px;
	}
}
@media screen and (max-width: 786px) {
	/*==========================

		access

	============================*/
	.mainttl.bgTransparent {
		background: url(../img/access/ttlImg.jpg) no-repeat 0px 42%/cover;
	}
	.storeList {
		margin: 0 auto;
		max-width: 100%;
		width: 92%;
	}
	.storeList li:nth-child(odd) {float: none;} /*偶数*/
	.storeList li:nth-child(even) {float: none;} /*奇数*/
	.storeList li {
		width: 100%;
		max-width: 100%;
		margin:0 0 5% 0;
		padding: 5%;
	}
	.storeList li:last-child {margin: 0;}
	.storeList li .itemImg {margin: 0 0 5%;}
	.ttlstore {
		font-size: 5.5vw;
		font-weight: normal;
		margin: 0 0 2%;
	}
	.address {
		font-size: 4vw;
		margin: 0 0 5%;
	}
	.storeBox {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.storeBox img {width: 100%;}
	.storeBox a {
		display: block;
		margin: 0 0 5%;
		width: 12%;
	}
	.mapbtn {
		float: none;
		margin: 0;
		width: auto;
	}
	.mapbtn a {
		display: block;
		line-height: 2.5;
		margin: 0 auto;
		text-align: center;
		position: relative;
		background: url(../img/common/window.svg) no-repeat 93% center/12px auto;
	}

}
