
/*====================================================================

/*　医院概要

/*==================================================================== */

.sitemap-title {
	background: #FFFFFF;
	max-width: 1280px;
	width: 100%;
	padding: 0 ;
	margin: 0 auto 25px auto ;

}
.sitemap-title h1 {
	font-family: 'Libre Bodoni', serif;
	text-align: center;
	font-size: 30px;
	padding: 40px 0 40px 0 ;
}

.sitemap-body {
	width: 600px;
	margin: 0 auto 150px auto;
}
.sitemap-body h2 {
	width: 60%;
	background: #EFE7D6;
	text-align: center;
	font-size: 16px;
	padding: 1rem 0 1rem 0;
	margin: 0 auto 1rem auto;
	border-radius: 30px;
}
.sitemap-item {
	padding: 15px 0 15px 0 ;
	border-bottom: 1px solid #707070;
}
.sitemap-item a {
	font-size: 16px;
	color: #323232;
	text-decoration: none;
}
.sitemap-item a:hover {
	color: #323232;
	text-decoration: none;
}
.sitemap-item-arrow {
    position: relative;
    padding-left: 25px;
}
.sitemap-item-arrow::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #CABA96;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.sitemap-item-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    margin-top: -3px;
}






@media (max-width: 599.98px) {
	
	.sitemap-title {
		max-width: 100%;
		width: 100%;
		padding: 0 ;
		margin: 0 auto 5vh auto ;

	}
	.sitemap-title h1 {
		font-family: 'Libre Bodoni', serif;
		text-align: center;
		font-size: 2rem;
		padding: 2.5vh 0 2vh 0 ;
	}
	.sitemap-body {
		width: 90%;
		margin: 0 auto 5vh auto;
	}
	.sitemap-body h2 {
		width: 80%;
		font-size: 1.5rem;
		padding: 1rem 0 1rem 0;
		margin: 0 auto 1rem auto;
		border-radius: 30px;
	}
	.sitemap-item {
		padding: 2rem 0 2rem 0 ;
		border-bottom: 1px solid #707070;
	}
	.sitemap-item a {
		font-size: 1.2rem;
		color: #323232;
		text-decoration: none;
	}
	.sitemap-item-arrow {
    position: relative;
    padding-left: 25px;
}
.sitemap-item-arrow::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: #CABA96;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.sitemap-item-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 5px;
    margin-top: -3px;
}

}
