@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {
	
	.header{
	width: 100%;
	height: 80px;	
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	padding-top: 18px;	
	}
	
	h3{
	width: 100%;
	height: 44px;
	background:url("../images/h3_sitemap.png") no-repeat center center;
	background-size: contain;
	}
	.contents {
		width: 400px;
        position: relative;	
        padding-bottom: 40px;
    }
	#sitemap ul{
		width: 400px;
		margin: 0 auto;
	}
	#sitemap ul li{
		padding: 20px 10px 2px;
	}
	#sitemap ul li.sitemap01{
		background: #E2E2E2;
	}
	#sitemap ul li.sitemap02{
		background: #FFBF44;
	}
	#sitemap ul li.sitemap03{
		background: #F4F959;
	}
	#sitemap ul li.sitemap04{
		background: #8BD1FF;
	}
	#sitemap ul li.sitemap05{
		background: #9FFFCA;
	}
	#sitemap ul li.sitemap06{
		background: #F8E1D9;
	}
	
	#sitemap ul li ul li{
		height: 40px;
		padding: 0 0 0 36px;
		margin-right: 30px;
		font-family: var(--font-family-J);
		font-weight: 700;
		margin-bottom: 20px;
		background:url("../images/sitemap_arrow.png") no-repeat left center;
	    background-size: 24px 20px;
		font-size: 18px;
		line-height: 40px;
	}
	#sitemap ul li ul li a{
		text-decoration: none;
		color: #000;
	}
	
	.sitemap_tit{
		width: 100%;
		font-weight: 700;
		font-size: 24px;
		border-bottom: 6px solid rgba(0,0,0,0.2);
		margin-bottom: 20px;
		text-align: center;
	}
	.sitemap_tit span{
		font-family: var(--font-family-en-3);
		font-weight: 700;
		font-size: 20px;
		opacity: 0.2;
		margin-left: 10px;
		vertical-align: -4px;
	}
	


}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
	.contents{
		width: 94.8%;
		padding-bottom: 40px;
	}
	
	.header{
	width: 100%;
	height: 110px;
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	}
	
	h3{
	width: 100%;
	height: 110px;
	background:url("../images/h3_sitemap.png") no-repeat center center;
	background-size: 290px 57px;
	}
	
	#sitemap ul{
		width: 1400px;
		margin: 0 auto;
	}
	#sitemap ul li{
		padding: 40px 100px 20px;
		margin-bottom: 30px;
	}
	#sitemap ul li.sitemap01{
		background: #E2E2E2;
	}
	#sitemap ul li.sitemap02{
		background: #FFBF44;
	}
	#sitemap ul li.sitemap03{
		background: #F4F959;
	}
	#sitemap ul li.sitemap04{
		background: #8BD1FF;
	}
	#sitemap ul li.sitemap05{
		background: #9FFFCA;
	}
	#sitemap ul li.sitemap06{
		background: #F8E1D9;
	}
	
	#sitemap ul li ul li{
		float: left;
		height: 30px;
		padding: 0 0 0 30px;
		margin-right: 30px;
		font-family: var(--font-family-J);
		font-weight: 700;
		margin-bottom: 20px;
		background:url("../images/sitemap_arrow.png") no-repeat left center;
	background-size: 24px 20px;
	}
	#sitemap ul li ul li a{
		text-decoration: none;
		color: #000;
	}
	
	.sitemap_tit{
		width: 100%;
		font-weight: 700;
		font-size: 28px;
		border-bottom: 6px solid rgba(0,0,0,0.2);
		margin-bottom: 20px;
	}
	.sitemap_tit span{
		font-family: var(--font-family-en-3);
		font-weight: 700;
		font-size: 24px;
		opacity: 0.2;
		margin-left: 30px;
		vertical-align: -4px;
	}

	#sitemap .map_menu ul{width: 1200px}
	


}