/* CSS Document */
.for_map {
	width:100%;
	height:600px;
	
}

.bg_contact {
	background:#F9EDE7;
}

/*.box.bg_contact_sheet {
	background-color:#F9EDE7;
	background-image:url('/design/bg_sheet_3.svg');
	background-position:95% -50px;
	background-size:300px auto;
	background-repeat:no-repeat;
}*/

.for_map>div>div>div>div>img {
	filter: grayscale(100%);
}

.card {
	width:660px;
	height:320px;
	position:absolute;
	background:#ffffff;
	box-shadow: 0px 10px 20px #DDD4D4;
	left:0;
	top:-160px;
}

.card .card_img {
	width:320px;
	height:320px;
	object-fit:cover;
	float:left;
}

.card .card_content {
	width:calc(100% - 320px);
	float:left;
	padding-top:30px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;	
	color: #666666;
}

.card .card_content strong {
	font-weight:500;
}

.card .card_content .button {
	margin-top:15px;
	margin-bottom:15px;
}

.box_content.next_contact {
	padding-top:240px;
}

.box .box_content h2.h2_next_contact {
	font-family: 'Red Hat Text', sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #AF9191;
	padding-bottom:50px;
}

.next_contact_boxes {
	max-width:960px;
	width:100%;
	margin:auto;
	padding-bottom:100px;
}

.next_contact_boxes .next_contact_box {
	width:calc(33.3333333333333% - 20px);
	padding-left:10px;
	padding-right:10px;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	float:left;
}

.next_contact_boxes .next_contact_box.center {
	float:none;
	margin:auto;
}

.next_contact_boxes .next_contact_box strong {
	font-weight:500;
}

.info_boxes {
	width:100%;
	max-width:1120px;
	margin:auto;
	padding-bottom:90px;
	padding-top:30px;
}

.info_boxes .info_box {
	width:calc(33.3333333333333% - 40px);
	padding-left:20px;
	padding-right:20px;
	float:left;
}

.info_boxes .info_box .icon {
	width:60px;
	height:60px;
	margin:auto;
	background-position:center center;
	background-repeat:no-repeat;
}

.info_boxes .info_box#info_box_1 .icon {
	background-image:url('/design/bg_info_box_1.svg');
	background-size:38px auto;
}

.info_boxes .info_box#info_box_2 .icon {
	background-image:url('/design/bg_info_box_2.svg');
	background-size:60px auto;
}

.info_boxes .info_box#info_box_3 .icon {
	background-image:url('/design/bg_info_box_3.svg');
	background-size:48px auto;
}

.info_boxes .info_box h3 {
	padding-top:20px;
	padding-bottom:25px;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #AF9191;
	min-height:72px;
}

.info_boxes .info_box p {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	color: #666666;
	padding:0;
}

.info_boxes .info_box p a {
	color: #666666;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	z-index:1;
}

.leaflet-right {
	display:none;
}
