@charset "utf-8";
/* CSS Document */

/*メインイメージ設定*/

#aboutTop .mainImg {
	text-align: center;
	padding: 40px 0;
}

/*about設定*/

.about {
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
}

.aboutContainer {
	width: 1000px;
	margin: 0 auto;
}

.aboutContainer img {
	text-align: left;
}

.aboutText {
	width: 50%;
	text-align: left;
	float: right;
	line-height: 1.8;
}


/*店舗情報設定*/

.shopInfo {
	width: 100%;
	padding: 60px 0;
	background: url(../img/bgTextureDark.png) repeat;
}

.shopInfo a {
	color: #9e6d04;
}

.shopInfo a:hover {
	opacity: 0.7 ;
}

.shopInfo ul {
	margin: 0 auto;
	width: 1000px;
	padding: 50px 0;
	line-height: 3;
	border: #ccc 1px dashed;
	margin-top: 50px;
	background-color:  rgba(255,255,255,0.7) ;
}

.shopInfo ul li{
	width: 90%;
	margin: 0 auto;
	border-bottom: #ccc 1px solid;
}

/*.shopInfo ul li span {
  position: relative;
  padding-bottom: .5em;
}
.shopInfo ul li span::before,
.shopInfo ul li span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.shopInfo ul li span::before {
  z-index: 2;
  width: 50%;
  background-color: #444;
}
.shopInfo ul li span::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}*/

/*ギャラリー設定*/

.gallery {
	width: 100%;
	padding: 60px 0;
}

.galleryWrap {
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.gallery ul{
	display:flex;
	justify-content:space-around;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	align-content: space-around;
}

.gallery ul li {
	padding: 20px 0;
}
