/* CSS Document */
.font__small {
	font-size: 1rem;
}
.sitemap__container {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.sitemap__container h2 {
	font-size: 4.36rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	background: rgba(215,185,143,0.2);
	padding-top: 5rem;
	padding-bottom: 0.8rem;
	margin-bottom: 5rem;
	
	text-align: center;
    padding-top: 5rem;
    padding-bottom: 0.8rem;
}
.sitemap__wrap {
	max-width: 90rem;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.sitemap__item--color {
	color: #fff;
	margin: 1rem 0;
}
.sitemap__item--color a {
	font-size: 1.74rem;
	background: #d7b98f;
	display: block;
	width: 42rem;
	padding-left: 1rem;
}
.sitemap__item--link a {
	transition: opasity 0.5s;
}
.sitemap__item--link a:hover {
	opacity: .7;
/*
	border-radius: 5px;
	color: #fff;
*/
}
.sitemap__item--nolink {
	font-family: 'Noto Sans JP', sans-serif;
	background: #d7b98f;
	width: 42rem;
	font-size: 1.74rem;
	padding-left: 1rem;
}
.sitemap__item {
	padding-left: .5rem;
	border-bottom: dashed 1px #d7b98f;
}
.sitemap__item--course {
	padding-left: 2.5rem;
}
.border__none {
	border-bottom: 0px none;
}
.sitemap__item a {
	font-size: 1.5rem;
	line-height: 2;
}
.sitemap__item::before {
	content: "・";
	font-size: 2rem;
}
.sitemap__item--triangle {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: .5rem;

}
.sitemap__item--triangle::before {
	content: "▼";
	margin-right: .5rem;
}
.icon {
	max-width: 1.6rem;
	margin-bottom: .7rem;
	margin-left: 1.3rem;
}
@media screen and (max-width: 1100px){
	.sitemap__container {
		padding-top: 0;
	}
	.sitemap__wrap {
    transform: scale(92%);
}

}
/*
@media screen and (max-width: 920px){
	.sitemap__item a {
		font-size: 1.4rem;
	}
	.sitemap__item--color a {
		width: 39rem;
	}
	.sitemap__item--nolink {
		width: 39rem;
	}
	.sitemap__box {
		margin: 0 2rem;
	}

}
*/
@media screen and (max-width: 920px){
	.sitemap__container h2 {
		font-size: 2.7rem;
	}
	.sitemap__wrap {
    transform: scale(100%);
		display: block;
		max-width: 75rem;
		margin: 0 auto;
}
	.sitemap__item--color a {
		width: 100%;
	}
	.sitemap__item--nolink {
		width: 100%;
	}
	.border__none--sp {
		border: 0px none;
	}

}
@media screen and (max-width: 750px){
	.sitemap__wrap {
		max-width: 37rem;
    }
    	/*20230314追加*/
	.sitemap__list .sitemap__item:nth-of-type(12) {
		padding-bottom: .7rem;
	}
	.sitemap__list .sitemap__item:nth-of-type(12) a {
		line-height: .5;
	}
	.font__small {
		padding-left: 2rem;
	}
}