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

/*PC*/
@media print, screen and (min-width: 769px) {

.sitemap_bg {
	background:url(../images/sitemap/hed_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.sitemap_list {
	width:100%;
	margin:0 auto 60px;
	padding:0;
	list-style-type:none;
}

.sitemap_list li {
	width:18%;
	float:left;
	padding:1%;
	font-weight:bold;
}

.sitemap_list li a {
	color:#000000;
    display: block;
}

.sitemap_list li a:hover {
	color:#c2b095;
}

.sitemap {
		width:100%;
		margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        letter-spacing: -0.4em;
	}
	
	.sitemap li {
        width: 33.3%;
        letter-spacing: normal;
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
        padding: 15px 0px;
        vertical-align: top;
        border-right: dotted 1px #ccc;
        box-sizing: border-box;
        font-weight: bold;
		
	}
	
	
    .sitemap li:nth-child(3n+3) {
        border-right: none;
    }
    
    
	.sitemap li a {
		display: block;
        color: #333;
	}
	
	.sitemap li a:hover {
		color: #c2b095!important;
	}
	.sitemap li .sitemap_list {
		font-size: 0.9em!important;
		
	}    
    
    
    
    
    
    
}


/*sp*/
@media only screen and (max-width: 768px) {

.sitemap_bg {
	background:url(../images/sitemap/hed_img.jpg) center center no-repeat;
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.sitemap_list {
	width:100%;
	margin:0 auto 60px;
	padding:0;
	list-style-type:none;
}

.sitemap_list li {
	width:100%;
	float:left;
	padding:1% 0;
	font-weight:bold;
}

.sitemap_list li a {
	color:#000000;
    display: block;
}

.sitemap_list li a:hover {
	color:#c2b095;
}

    
.sitemap {
		width:90%;
		padding: 5%;
		margin: 0 auto;
	}
	
	.sitemap li {
	margin-bottom: 0px;
		font-weight: bold;
		
	}
	.sitemap li a {
		display: block;
        color: #333;
	}
	
	.sitemap li a:hover {
		color: #c2b095!important;
	}
	.sitemap li .sitemap_list {
		font-size: 0.9em!important;
		
	}    
    
    
    
    
}
