@charset "UTF-8" ;




/* visual */
#visual{
}
#visual img{
	width:100%;
}
#visual_sp{
	display:none;
}

/* activity_ttl */
#sitemap_ttl{
	margin:80px auto 55px;
}
#sitemap_ttl_sp{
	display:none;
}

/* sitemap */
#sitemap{
	width:1050px;
	margin:80px auto 140px;
}
#sitemap p{
	text-align:left;
	line-height:200%;
}
#sitemap img {
	margin-top:0px;
}
#sitemap table {
}
#sitemap td {
	vertical-align:middle;
}
#sitemap td a{
	color:#a73e62;
	width:150px; height:150px;
	vertical-align:middle;
	display:table-cell;
}
#sitemap td.pink {
	width:150px; height:150px;
	background-color:#edd8e0;
	border:#dcb2c0 solid 1px;
}
#sitemap td.white {
	width:150px; height:150px;
	border:#dcb2c0 solid 1px;
}






/* iPadに適用するCSS */
@media screen and (max-width:780px)
{


}





/* スマホだけに適用するCSS */
@media screen and (max-width:639px)
{


	/* visual */
	#visual{
		display:none;
	}
	#visual_sp{
		display:inherit;
		margin-bottom:20px;
	}

	/* sitemap_ttl */
	#sitemap_ttl{
		display:none;
	}
	#sitemap_ttl_sp{
		color:#b35877;
		width:95%;
		font-size:140%;
		display:inherit;
		border:#e9cfd8 solid 1px;
		padding:14px 0 15px;
		margin:auto;
	}
	
	/* sitemap */
	#sitemap{
		width:100%;
		margin:25px auto 100px;
	}
	#sitemap p{
		width:95%;
		text-align:left;
		line-height:200%;
		margin:auto;
	}
	#sitemap img {
	}
	#sitemap table {
		width:95%;
		margin:auto;
	}
	#sitemap td {
		text-align:center;
		font-size:90%;
		vertical-align:middle;
	}
	#sitemap td a{
		text-align:center;
		color:#a73e62;
		width:inherit; height:80px;
		vertical-align:middle;
		display:table-cell;
		margin:auto;
	}
	#sitemap td.circle img{
		height:50%;
	}
	#sitemap td.pink {
		color:#a73e62;
		width:20%; height:80px;
		background-color:#edd8e0;
		border:#dcb2c0 solid 1px;
	}
	#sitemap td.white {
		color:#a73e62;
		width:20%; height:80px;
		border:#dcb2c0 solid 1px;
	}



}


