@charset "utf-8";
.totop{
	background: #222;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
}
.totop a{
	display: block;
	padding: 1em;
	color:#fff;
	text-decoration: none;
}
h1{
	margin: 0;
	padding:20vh 5vw;
	color:#fff;
	font-size:6vw;
	font-weight:700;
	text-shadow: 0vh 0vw 1vh rgba(0,0,0,0.5);
	line-height:1;
	text-align: center;
	position: relative;
	z-index: 100;
}

#kvarea{
	margin-bottom:7vh;
	background:url(../images/bg.jpg) no-repeat 50% 0 / cover;
	position: relative;
}
#kvarea:before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.75);
}

article > div + div{
	display: flex;
}
section{
	margin:0 0 60px 0;
	padding:10px;
	flex: 1;
}
section:nth-of-type(1){
}
section:nth-of-type(2){
	flex: 2;
}
section:nth-of-type(3){
	flex: 3;
}
h2{
	padding:30px 0;
	color:#969;
	font-size:30px;
	font-weight:400;
	line-height:1.25;
}
h2:first-child{
	padding:0 0 30px 0;
}
p{
	margin:0 0 1em 0;
	font-weight:200;
	line-height:1.5;
}
p:last-child{
	margin:0;
}
li{
	margin:0 0 0.5em 0;
}
section img{
	width:100%;
}

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



@media screen and (max-width:750px){
h1{
	padding:8vh 0;
	font-size:8vh;
	text-align: center;
	line-height:1.25;
}
#kvarea{
	background:url(../images/bg.jpg) no-repeat 0 0 / cover;
}
article > div + div{
	display: block;
}
section{
	height:auto;
	padding:0 5vw;
}
section > div{
	width:auto;
}
.google-maps {
padding-bottom: 140%;
}
.google-maps iframe {
height: 80vh !important;
}
}