@charset "utf-8";



@media print,screen and (min-width: 769px) {
/* ---------------------------------------
　index
--------------------------------------- */
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 42px;
        line-height: 1;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }    
    
	#sitemap_list{
		margin: 0 auto 0;
		display: flex;
		flex-wrap: wrap;
		max-width: 900px;
	}
	#sitemap_list > li{
		margin-top: 40px;
		font-size: 18px;
		width: 33.3%;
	}
	#sitemap_list > li > a{
		background:url(../../common/img/icon_arrow_type1.png) left center no-repeat;
		color: #b09e76 !important;
		padding: 0 20px 0;
		font-weight: bold;
	}
	#sitemap_list > li:first-child{
		font-size: 22px;
		flex-basis:100%;
	}
	#sitemap_list > li:nth-child(2),
	#sitemap_list > li:nth-child(3),
	#sitemap_list > li:nth-child(4){
		font-size: 22px;
		margin-top: 50px;
	}
	#sitemap_list > li:nth-child(2) > a,
	#sitemap_list > li:nth-child(3) > a,
	#sitemap_list > li:nth-child(4) > a{
	}
	
	#sitemap_list > li > ul{
		margin: 10px 20px 0;
	}
	#sitemap_list > li > ul > li{
		font-size: 14px;
		margin-top: 5px;
	}
	#sitemap_list > li > ul > li > a{
		background: url(../../common/img/icon_arrow_type3.png) left center no-repeat;
		background-size: 5px auto;
		padding-left: 15px;
	}
	
	
}

@media screen and (max-width:768px) {
	
/* ---------------------------------------
　index
--------------------------------------- */
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }      
    
	#sitemap_list{
		margin: 0 15px 0;
	}
	#sitemap_list > li{
		border-bottom: 1px solid #f2eee5;
	}
	#sitemap_list > li > a{
		background:url(../../common/img/icon_arrow_type1.png) left center no-repeat;
		color: #b09e76 !important;
		padding: 15px 20px;
		font-weight: bold;
		display: block;
	}
	#sitemap_list > li:first-child{
		font-size: 16px;
	}
	#sitemap_list > li:nth-child(2),
	#sitemap_list > li:nth-child(3),
	#sitemap_list > li:nth-child(4){
		font-size: 16px;
	}
	
	#sitemap_list > li > ul{
		margin: 0 20px 15px;
		font-size: 13px;
	}
	#sitemap_list > li > ul > li{
		margin-top: 5px;
	}
	#sitemap_list > li > ul > li > a{
		background: url(../../common/img/icon_arrow_type3.png) left center no-repeat;
		background-size: 5px auto;
		padding: 10px 15px;
	}
	
}