@charset "utf-8";
/* CSS Document */
.top-wrap{
	background-image: url(../img/top-bg.jpg);
	background-size: cover;
	background-position: center;
}
.spo-01{
	color: #fff;
	padding: 60px 0;
}
.shop-01 img{
	margin: 0 auto;
}

.spo-wrap{
	position: relative;
	border-bottom: 1px solid #171717;
  border-right: 1px solid #171717;
  background-color: #2f2f2f;
}
.spo-wrap:hover{
	opacity: 0.9;
}
.spo-wrap a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	display: block;
}

.item-img{
	max-width: 160px;
  padding: 10px;
  background-color: #d6d6d6;
}
.spo-txt{
	flex: 1;
	padding: 0 15px;
	display: flex;
  flex-flow: column;
  justify-content: center;
}
.spo-txt p{
	font-weight: bold;
	color: #fff;
}

.bg2 .spo-txt{
	background-color: #464646;
}

#lower-main .spo-txt h4{
    text-transform: none;
}

.rev{
	flex-flow: row-reverse;
}

.lower-txt li{
	font-size: 18px;
	margin-bottom: 5px;
}


#accessmap{
	height: 340px;
}
.shop-02{
  background-color: #2f2f2f;
	padding: 40px 0;
}
.shop-info-wrap{
	width: 1200px;
	margin: 0 auto;
}

.shop-info-wrap h5{
	font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
}

.shop-02 h4{
	font-size: 20px;
  letter-spacing: 4px;
}
.shop-table{
	margin-top: 10px;
	font-size: 16px;
	width: 80%;
	color: #fff;
}


.shop-table th{
	padding: 12px 18px 4px 0;
	font-weight: bold;
	width: 140px;
}

.shop-table tr{
  border-bottom: 1px solid #dee2e6;
}



@media (min-width: 768px) {

}

@media (min-width: 992px){

}
