@charset "utf-8";
/* CSS Document */



#shop {
	width:940px;
	overflow: hidden;
	margin:0 auto!important;
	padding:0 !important;
	background:#FFFFFF !important;
	border:1px solid #FFFFFF !important;
}

#shop h3 {
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	display:block !important;
}
#shop h4 {
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	display:block !important;
	line-height:0 !important;
}

#shop p {
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
	font-size:0 !important;
}

ul.shoplist {
	list-style:none;
	margin:20px 0 0 0!important;
	padding:0 !important;
}
@media screen and (min-width: 769px) {

	ul.shoplist {
		display: flex;
		flex-wrap: wrap;
	}

	ul.shoplist li {
		margin:0 22px 18px 0 !important;
		padding:0 !important;
		list-style:none !important;
		font-size:0 !important;
		line-height:0 !important;
	}

	ul.shoplist li:nth-child(3n) {
		margin:0 0 18px 0 !important;
		padding:0 !important;
		list-style:none !important;
		font-size:0 !important;
		line-height:0 !important;
	}
}


@media screen and (max-width: 768px) {
	#shop{
		width: 90%;
	}
	
	#shop h3 img{
		height: auto;
	}
	
	ul.shoplist li {
		margin-bottom: 1em;
	}
	
	ul.shoplist li img{
		width: 100%;
		height: auto;
	}
}

#renewal2022 .main-column .breadcrumb li,
#renewal2022 .main-column .breadcrumb li a {
	display: inline;
}

@media screen and (min-width: 769px) {

	#renewal2022 .gnav__3rd__wrapper {
		padding: 0;
		height: 0;
	}

	#renewal2022 footer.footer .footer__body ul li {
		width: 170px;
	}

	#renewal2022 footer.footer .footer__body ul li img {
		width: 150px;
	}

	#renewal2022 .footer__sns {
		margin-right: 0;
		width: 190px;
	}

	#renewal2022 .footer__nav {
		display: flex;
		flex-wrap: wrap;
	}

	#renewal2022 .footer__sns {
		padding: 0;
	}

}

@media screen and (max-width: 769px) {

	#renewal2022 .footer__body ul li img {
		max-height: 100px;
	}

}
