@charset "UTF-8";
/* CSS Document */
/*.mainArea02 .inner h1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-family: ten-mincho-text,serif;
}
.mainArea02 .inner h1 span {
	width: 23%;
	text-align: center;
}
.mainArea02 .inner h1 span:first-child {
	font-size: 18px;
	text-align: right;
}
.mainArea02 .inner h1 span:nth-of-type(2) {
	margin:0 20px;
}
.mainArea02 .inner h1 span:last-child {
	font-size: 18px;
	text-align: left;
}
.mainArea02 .inner h1 img{
	width: 200px;
}*/
.shopArea .inner{
	padding: 50px 60px 75px;
}
.shopArea .inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 1em;
  padding-right: 1em;
}
.shopArea .inner ul:after{
	content:"";
	display: block;
	width: 28%;
}
.shopArea .inner ul li{
	width: 28%;
	margin-bottom: 40px;
}
.shopArea .inner ul li p{
	display: block;
	line-height:1.2;
	font-size: 20px;
}
.shopArea .inner ul li img {
	margin-bottom: 5px;
}
/*.shopArea .inner ul li a p.official {
	color:#000;
}*/
.shopArea .inner ul li a p.tag {
	margin-top: 5px;
}
.shopArea .inner ul li a p.tag span.labels {
	display: inline-block;
	text-align: center;
	margin: 0px 2px 0 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding: 5px 1em;
	background-color: #000;
}
/*.shopArea .inner ul li p.official a:before {
	content: '\e88a';
	font-family: 'Material Icons';
	margin-right: 10px;
	vertical-align: -6px;
	font-size: 24px;
}*/
.shopArea .inner ul li a:hover {
	opacity: .7;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
	.shopArea .inner{
		padding: 50px 5vw 75px;
	}
	/*.mainArea02 .inner h1{
		padding-top: 40px;
	}
	.mainArea02 .inner h1 span{
		width: 100%;
		display: block;
	}
	.mainArea02 .inner h1 span:first-child,
	.mainArea02 .inner h1 span:last-child{
		text-align: center;
		font-size: 16px;
	}
	.mainArea02 .inner h1 span:nth-of-type(2) {
    margin: 0 auto;
}
	.mainArea02 .inner h1 img{
		margin: 20px auto;
	}
	.mainArea02 .inner h1{
		display: block;
	}*/
	.shopArea .inner ul li{
		width: 48%;
		margin-bottom: 50px;
	}
	.shopArea .inner ul li p {
    font-size: 16px;
	}
	.shopArea .inner ul li a p.tag {
		margin-top: 0;
	}
	.shopArea .inner ul li a p.tag span.labels {
    margin: 2px;
	}
	.shopArea .inner ul li a p.tag span.labels {
    padding: 3px 1em;
	}
}