
#header {
	display: block;
	height: auto;
}

#header-logo {
	padding-right: 20px;
	text-align: center;
}

#header-logo img {
	width: 250px;
}

#header h1 {
	line-height: 1.8em;
	margin: 0;
	padding: 15px 10px 0 10px;
	position: static;
	text-align: center;
	width: 100%;
}

nav#globalnav {
	padding-bottom: 40px;
}

div.mainimg div.main h2 {
	font-size: 45px;
	padding: 50px 0 20px 0;
}

div.mainimg div.main h3 {
	display: block;
	font-size: 22px;
	padding: 5px 10px;
}

div.mainimg div.main p {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 100px;
}

div.mainimg ul#sticky-btn {
	display: flex;
	flex-wrap: wrap;
	height: 70px;
	justify-content: space-between;
	padding: 0 30px;
	position: static;
	width: 100%;
}

div.mainimg ul#sticky-btn li {
	background-color: white;
	display: block;
	margin: 1px 0;
	width: 100%;
}

div.mainimg ul#sticky-btn li a {
	color: white;
	display: block;
	height: auto;
	padding: 0;
}

div.mainimg ul#sticky-btn li:first-child a {
	padding: 10px 30px 10px 60px;
	text-align: center;
}

div.mainimg ul#sticky-btn li:first-child a,
div.mainimg ul#sticky-btn li:first-child a:hover {
	background-size: 30px auto;
}

div.mainimg ul#sticky-btn li:first-child a em {
	display: inline;
	margin-left: 10px;
}

div.mainimg ul#sticky-btn li:last-child {
	background-image: none;
	padding: 0;
}

div.mainimg ul#sticky-btn li:last-child a {
	background: black url(images/sticky_btn_tel.svg) no-repeat left 34px center;
	background-size: 20px auto;
	display: block;
	padding: 14px 30px 14px 60px;
	text-align: center;
	text-decoration: none;
}

div.mainimg ul#sticky-btn li:last-child a:hover {
	opacity: .60;
}

div.top-concept h3 {
	font-size: 28px;
}

div.top-concept p {
	text-align: justify;
}

div.top-concept p:last-child {
	text-align: center;
}

div.top-menu {
	display: block;
}

div.top-menu div.qa,
div.top-menu div.access {
	background-size: 100% auto;
	padding: 20px;
	width: 100%;
}

div.top-menu div.qa div.inner,
div.top-menu div.access div.inner {
	width: 100%;
}


div.instagram-feed ul {
	width: auto;
}

div.instagram-feed ul li {
	height: auto;
	width: 45%;
}

div.instagram-feed ul li a span.img {
	height: calc(50vw - 25px);
	width: calc(50vw - 25px);
}