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

#sitemap_hed {
	background:url(../img/category/sitemap/hed_img.png) center center no-repeat;
	background-size: cover;
	width:100%;
	height:400px;
	position:relative;
	z-index:1;
}

.sitemap_tit {
	background:#f2f2f2;
	width:1100px;
	margin:0 auto 30px;
	padding:15px 0 5px;
	text-align:center;
}
.sitemapWrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sitemapWrap li {
	display: inline-block;
	width: 235px;
	padding: 20px 20px 20px 15px;
	background: url(../img/category/sitemap/ya01.png) left center no-repeat;
}
.sitemapWrap li a {
	color: #453514;
	text-decoration: none;
}
.sitemapWrap li a:hover {
	text-decoration: underline;
}


/*　▼スマホ用▼　*/
@media screen and (max-width: 768px) {

#sitemap_hed {
	background:none;
	width:100%;
	height:60px;
	position:relative;
	overflow: hidden;
    z-index: -1;
}

.sitemap_tit {
	background:#f2f2f2;
	width:100%;
	margin:0 auto 30px;
	padding:5px 0;
	text-align:center;
}

.sitemapWrap li {
	display: block;
	width: 80%;
	padding: 20px 20px 20px 15px;
	background: url(../img/category/sitemap/ya01.png) left center no-repeat;
	margin: 0 auto;
}

	
}