* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1.4;
	font-family: Arial, sans-serif;
	color: #000;
	min-width: 240px;
	background: rgba(0, 0, 0, 0) url("../images/block2.jpg") repeat;
	
}
h1, h2 {
	margin: 0 0 10px;
	line-height: normal;
}
 
h2 {
	color: #000000;
	font-size: 40px;
}
.grid {
	display: flex;
	justify-content:left;
	align-items: center;
}
ul {
	list-style: none;
}
header {
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
	background: rgba(28, 29, 24, 0.7) none repeat scroll 0 0;
	margin-bottom: 0.5rem;
}

header img {
	height: 50px;
}

header .wrapper {
	text-align: left;
}

.logo-name {
	font-size: 57px;
	font-weight: 400;
	line-height: 1;
	color: #d647a3;
	text-align: center;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.section_01 .bg {
	background: url(../images/map_black.png) center center no-repeat;
	max-width: 1716px;
	width: 100%;
	margin: 0 auto;
	display:flex;
	height: 100vh;
	align-items: center;
}
.wrapper {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
.section_01 h2 {
	color: #000;
	font-size: 30px;
}
.section_01 h2 span {
	font-size:20px;
}
 @media (max-width: 684px) {
 .section_01 .bg {
 background-size:cover;
}
 .wrapper {
 padding: 10px 0;
}
 header img {
 margin-left:10px;
}
}
