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

.lower-txt li{
	font-size: 18px;
	margin-bottom: 5px;
}
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#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){

}
