@charset "UTF-8";



/* 
---------------------------------------------------------*/
.sitemap .box {
	margin-bottom: 40px;
}

.sitemap .box ul {
	margin-bottom: 30px;
}
.sitemap .box ul:last-of-type {
	margin-bottom: 0;
}
.sitemap .box li {
	line-height: 1.4em;
	margin-bottom: .5em;
}
.sitemap .box li:last-child {
	margin-bottom: 0;
}
.sitemap .box li a {
	display: block;
	padding-left: 1.5em;
	position: relative;
}
.sitemap .box li a:hover {
	color: #b5a675;
}
.sitemap .box li a::before {
	font-family: 'fontello';
	content: '\e801';
	color: #b5a675;
	position: absolute;
	left: 0;
	top: .1em;
}

.sitemap .box.clinic ul {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -3.3333%;
}
.sitemap .box.clinic li {
	width: 30%;
	margin-left: 3.3333%;
}

.sitemap h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.sitemap h3 .ft_europa {
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-right: .1em;
}

.sitemap h4 {
	background-color: #b9a281;
	margin-bottom: 15px;
}
.sitemap h4 a {
	display: block;
	padding: .3em .5em;
	padding-left: 2.5em;
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
}
.sitemap h4 a::before {
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	left: 1.0em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}

.sitemap h5 {
	color: #967752;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding-bottom: .2em;
	border-bottom: solid 1px #967752;
	margin-bottom: .5em;
}

.sitemap .box.col1 ul {
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -1.5em;
}
.sitemap .box.col1 li {
	margin-left: 1.5em;
}

.sitemap .box.col2 {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sitemap .box.col2 > div {
	width: 48%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sitemap .box {
	margin-bottom: 5%;
}
.sitemap .box ul {
	margin-bottom: 20px;
}

.sitemap .box.clinic ul {
	margin-left: -2%;
}
.sitemap .box.clinic li {
	width: 48%;
	margin-left: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sitemap .box {
	margin-bottom: 6%;
}
.sitemap .box ul {
	margin-bottom: 1.5em !important;
}
	
.sitemap .box.clinic ul {
	display: block;
	margin-left: 0;
}
.sitemap .box.clinic li {
	width: 100%;
	margin-left: 0;
}

.sitemap .box.col1 ul {
	display: block;
	margin-left: 0;
}
.sitemap .box.col1 li {
	margin-left: 0;
}

.sitemap .box.col2 {
	display: block;
}
.sitemap .box.col2 > div {
	width: 100%;
}
}