#topWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    top:80px;
}

@media screen and (max-width: 1024px) {
	.access_box{
		box-sizing: content-box;
		background:rgba(0,0,0,0.7);
		position:relative;
		width:100%;
		height:auto;
		overflow:hidden;
		margin:0;
	}
	
	.access_googlemap{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	.access_gallery{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:5% auto;
	}
	.shopinfo_box{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	.access_shopinfo{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		display: flex;
		justify-content: space-between;
		border-top:2px #CCC solid;
		border-left:2px #CCC solid;
		border-right:2px #CCC solid;
		box-sizing: border-box;
	}
	.access_shopinfo_last{
		width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto 3%;
		display: flex;
		justify-content: space-between;
		border:2px #CCC solid;
		box-sizing: border-box;
	}
	
	.access_shopinfo_item{
		width:25%;
		font-size:1.2em;
		color:#FFF;
		text-align:left;
		line-height:1.4em;
		padding:1%;
		border-right:2px #CCC solid;
	}
	.access_shopinfo_contents{
		width:auto;
		font-size:1.2em;
		color:#FFF;
		text-align:left;
		line-height:1.4em;
		padding:1%;
	}
}
@media screen and (max-width: 599px) {
	.access_shopinfo_item{
		width:23%;
		font-size:1em;
		color:#FFF;
		text-align:left;
		line-height:1.4em;
		padding:1%;
		border-right:2px #CCC solid;
	}
	.access_shopinfo_contents{
		width:auto;
		font-size:1em;
		color:#FFF;
		text-align:left;
		line-height:1.4em;
		padding:1%;
	}
}
@media screen and (min-width: 1025px) {
.access_box{
	width:900px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}

.access_googlemap{
	width:880px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.access_gallery{
	width:880px;
	height:auto;
	overflow:hidden;
	margin:10px auto;
}

.shopinfo_box{
	width:900px;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:0 auto;
}
.access_shopinfo{
	display:table;
	table-layout:fixed;
	width:880px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border-top:2px #CCC solid;
	border-left:2px #CCC solid;
	border-right:2px #CCC solid;
}
.access_shopinfo_last{
	display:table;
	table-layout:fixed;
	width:880px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	border:2px #CCC solid;
}

.access_shopinfo_item{
	display:table-cell;
	vertical-align:middle;
	width:140px;
	font-size:16px;
	color:#FFF;
	text-align:left;
	line-height:1.4em;
	padding:5px;
	border-right:2px #CCC solid;
}
.access_shopinfo_contents{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size:16px;
	color:#FFF;
	text-align:left;
	line-height:1.4em;
	padding:5px;
}
footer {
	text-align: center;
	width: 100%;
	height:auto;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/common/footer_back.jpg?3103);
	background-position: center top;
	background-size:100% auto;
	color:#FFF;
	margin:80px 0;
	z-index:3;
}

}