/* 店舗・スタッフ紹介 */

@media screen and (min-width: 641px){

#sta {
	line-height: 200%;
	}

#sta ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto -80px auto;
	display: flex;
	flex-wrap: wrap;
	}

#sta ul a {
	width: 22.857%;
	line-height: 100%;
	margin: 0px 2.857% 80px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#sta ul a:nth-child(4n) {
	margin: 0px 0px 80px 0px;
	}

#sta ul a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sta ul a h3 {
	font-size: 21px;
	margin: 20px 0px 0px 0px;
	}

#sta ul a h3 p {
	font-size: 16px;
	font-weight: normal;
	color: #E52082;
	letter-spacing: normal;
	margin: 20px 0px 0px 0px;
	}

#sta ul a #arr {
	right: 0px;
	bottom: 0px;
	}

}

@media screen and (max-width: 640px){

#sta {
	line-height: 200%;
	}

#sta ul {
	width: 90%;
	margin: 0px auto -40px auto;
	display: flex;
	flex-wrap: wrap;
	}

#sta ul a {
	width: 48.5%;
	line-height: 100%;
	font-size: 12px;
	margin: 0px 3% 40px 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#sta ul a:nth-child(2n) {
	margin: 0px 0px 40px 0px;
	}

#sta ul a img {
	width: 100%;
	margin: 0px 0px 15px 0px;
	}

#sta ul a h3 {
	font-size: 18px;
	margin: 15px 0px 0px 0px;
	}

#sta ul a h3 p {
	font-size: 14px;
	font-weight: normal;
	color: #E52082;
	letter-spacing: normal;
	margin: 15px 0px 0px 0px;
	}

#sta ul a #arr {
	right: 0px;
	bottom: 0px;
	}

}


