/**
	Search Form
**/

.overlay {
	background-color: #333;
}
.overlay .overlay-close {
	width: 40px;
	height: 40px;
	background: none;
}
.overlay .overlay-close .btn-close {
	top: 8px;
	left: 8px;
}
#searchform {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	margin-top: 0;
	width: calc(100% - 16.6666%);
	max-width: 1000px;
}
input#s {
	outline: none;
}
@media screen and (max-width:991px) {
	.overlay .overlay-close {
		right: 5px;
	}
	#searchform {
		width: calc(100% - 26px);
	}
	
}


@media screen and (max-width:991px){
	.slick-prev {
		left: -10px;
		z-index: 2;
	}
	.slick-next {
		right: -10px;
		z-index: 2;
	}
}	
@media screen and (max-width:575px){
	.slick-prev {
		left: -9px;
		z-index: 2;
	}
	.slick-next {
		right: -9px;
		z-index: 2;
	}
}	
.pushy {
	background-color:#5292ef;
	background-color:#1a65bd;
	background-color:#1c6cb1;
	background-color:#2371a8;	
}

/**
	header menu
**/
.menu-social {
	padding-top: 14px;
}
.menu-social span {
	position: relative;
	top: -5px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.05em;
	display: inline-block;
	color: #fff;
}
.menu-social li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.menu-social li .ig {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/img_icon-ig-white.png);
	background-size: contain;
	background-position: center center;
	margin-right: 6px;
}
.menu-social li .fb {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/img_icon-fb-white.png);
	background-size: contain;
	background-position: center center;
}

/**
	map
**/

.iframe-wrapper {
	position: relative;
	height: 0;
	padding-top: 66.666%;
	width: 100%;
	margin-bottom: 10px;
}
.iframe-wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



/**
	material btn/
**/
h4 {
	letter-spacing: 0.1em;
}
.jump-btn {
	font-weight: 700;
	border: 2px solid #666;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding: 0;
}

/**
	footer
**/
.page-footer {
	position: relative;
}
.copyright-page {
	position: absolute;
	left: 30px;
	bottom: 25px;
	width: auto;
	margin: 0;
}
@media screen and (max-width:575px) {
	.copyright-page {
		left: 0.9375rem;
		bottom: 0.9375rem;
	}
/*
	.page-footer {
		height: auto;
	}
*/
/*
	.copyright-page {
		width: 100%;
		float: none;
		display: block;
		margin: 0 0 20px 0;
	}
*/
	.footer-menu {
		width: 100%;
		float: none;
		margin: 30px 0 15px 0;
	}
	.footer-menu li {
		display: block;
		float: none;
		text-align: right;
		padding-left: 0;
		margin-bottom: 8px;
	}
}






