@charset "utf-8";

/* ===================== common ===================== */
section {
	width: 100%;
}

section > .inner {
	width: 1000px;
	margin: 0 auto;
}


/* ===================== about ===================== */
#about {
	margin-bottom: 88px;
	padding: 63px 0 0 0;
}

#about .inner {
	padding-bottom: 90px;
	border-bottom: 1px solid #000;
}

#about h2 {
	margin-bottom: 75px;
}

#about .text {
	margin-bottom: 90px;
}

#about .photo {
	margin-bottom: 90px;
}


/* ===================== shop ===================== */
#shop {
}

#shop h3 {
	margin-bottom: 70px;
}

#shop .shopList {
	width: 100%;
	overflow: hidden;
	margin-top: -45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#shop .shopList li {
	width: 50%;
	margin-top: 45px;
	line-height: 1.8;
	text-align: center;
}
