@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
header{
	padding-top: 30px;
	position:relative;
	background:none;
    background-color: #f2e0c8;
	overflow: hidden;
    z-index: 1;
}

header:before{
	position: absolute;
	content: "";
	background-image:url(../shared/greeting/bg_greeting.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	right: 0px;
	left:50%;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing:border-box;
	z-index: -1;
}

.sitemap_main_box{
	width: 790px;
	margin:90px auto 100px auto;
	height: auto;
}
		
	.sitemap_main_box .box_inner{
		font-size: 17.5px;
		line-height: 2.3;
	}
		
		.sitemap_main_box .box_inner ul{
			list-style: disc;
			padding-left: 2em;
		}
		
		.sitemap_main_box .box_inner ul li a{
			text-decoration:none;
			color:#000;
		}
		
		.sitemap_main_box .box_inner ul li a:hover{
			text-decoration:underline;
		}


	
/* ##########SP########## */
@media screen and (max-width:479px) {
	header{
		padding-top:0;
		height: 53vw;
		background-position:left 45vw bottom;
		background-size:100vw;
	}
	
	header:before{
		background-position:bottom;
	}
	
	#content_title h2 img{
		max-width: 36%;
	}
	
	.sitemap_main_box{
		width: 100%;
		margin: 5vw auto;
		padding: 5vw;
		box-sizing: border-box;
	}
	
	.sitemap_main_box .box_inner ul li{
		font-size: 3.6vw;
	}

}

/* ##########印刷用########## */
@media print{

}