﻿html:not(.responsive) {
	min-width: 1400px; /* viewport */
}

/*=============================================
 * body
 *=============================================*/

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.15em;
	font-weight: 400;
	background: url("../img/shared/bg.jpg") repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #000;
}
@media screen and (min-width: 768px){
	body{
		font-size: 15px;
		line-height: 32px;
	}
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-notoserif {
	font-family: 'Noto Serif JP', serif;
}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	width: 1000px;
}
.tac {
	text-align: center;
}
.img-sd {
	box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
.copied {
	pointer-events: none;
}
.rss a {
	display: block;
}
.rss-img img {
	max-width: 100%;
	height: auto;
}
.rss-img span {
	display: block;
	width: 100% !important;
	height: 0 !important;
	padding-top: 75%;
	transition: all ease .3s;
}
.rss-img span:hover {
	opacity: .8;
}
.d-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.txt p + p {
	margin-top: 20px;
}
.btn-style > * {
	font-family: 'Noto Serif JP', serif;
	background:  url("../img/shared/bg_btn.jpg") repeat center top;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	transition: all ease .3s;
	max-width: 450px;
	display: block;
	color: #000000;
	text-align: center;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
.btn-style > *:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	line-height: 20px;
	background: url("../img/shared/icon_btn.png") no-repeat center / cover;
	width: 20px;
	height: 20px;
}
.btn-style2 > *{
	color: #fff;
	background:  url("../img/shared/bg_btn2.jpg") repeat center top;
}
.btn-style2 > *:after{
	background: url("../img/shared/icon_btn2.png") no-repeat center / cover;
}
.btn-style > *:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn-style.btn-center > * {
	margin: 0 auto;
}
@media screen and (min-width: 768px){
	.btn-style > * {
		font-size: 20px;
		padding: 25px 0;
	}
	.btn-style > *:after{
		right: 30px;
		width: 25px;
		height: 25px;
		margin-top: -12px;
	}
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}
.txt br.brsp {
	display: none;
}
@media screen and (max-width: 767px) {
	html.responsive .wrap {
		width: auto;
		padding: 0 4%;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: none;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	.txt{
		text-align: justify;
	}
	.txt br:not(.brsp) {
		display: none;
	}
	.txt br.brsp {
		display: block;
	}
}
@media screen and (min-width: 768px) {
    .txt-vertical-pc {
        cursor: vertical-text;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: upright;
        word-wrap: break-word;
    }
    .txt-vertical-pc .txt-latin {
        cursor: vertical-text;
        direction: rtl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        text-orientation: sideways-right;
        -o-text-orientation: sideways-right;
        -ms-text-orientation: upright;
        -ms-text-orientation: sideways-right;
        -moz-text-orientation: sideways-right;
        -webkit-text-orientation: sideways-right;
        letter-spacing: .25em;
    }
	.sp {
		display: none !important;
	}
}


/*=============================================
 * <header>
 *=============================================*/

header {
	position: relative;
}
header h1 {
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0;
	padding: 10px 0;
}
header .head-top {
	background-color: rgba(17, 17, 17, 0.92);
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 2;
	width: 320px;
	padding: 55px 10px 17px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
header .head-top:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
}
header .head-top nav.nav{
	border-top: 4px double #999999;
	border-bottom: 4px double #999999;
    margin: 15px 40px 23px;
    padding: 16px 0;
}
header .nav a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 40px;
}
header .nav a.active,
header .nav a:hover {
	color: #968766;
	text-decoration: none;
}
header .head-top .tel {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
}
header .head-top .tel span{
	padding-left: 21px;
	background: url("../img/shared/icon_tel.png") no-repeat left center;
	color: #efe3c8;
	font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.1em;
}
header .head-top .tel small{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 18px;
	letter-spacing: 0.05em;
}
header .head-top .btn-web{
	margin: 20px 0 12px;
}
header .head-top ul.nav{
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
header .head-top ul.nav li{
	margin: 0 13px;
	position: relative;
}
header .head-top ul.nav li:last-of-type:before{
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    margin-top: -1px;
}
header .head-top ul.nav a{
	font-size: 16px;
}
.social {
	display: flex;
}
.social li {
	margin: 0 12px;
}
@media screen and (max-width: 767px) {
	header{
		padding: 3vw 3% 0;
	}
	header .logo{
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 35%;
	}
}
@media screen and (min-width: 768px) {
	header{
		padding: 50px 50px 0 0;
	}
	header h1 {
		font-size: 12px;
		text-align: left;
		margin-left: 365px;
		margin-top: 14px;
		letter-spacing: 0.15em;
		padding: 0;
	}
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
	position: relative;
	z-index: 100;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	text-transform: none;
	overflow: visible;
	box-sizing: border-box;
	color: inherit;
}
.hamburger:after {
	content: "MENU";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 0;
	color: #fff;
	display: none;
}
.hamburger.is-active:after {
	content: "CLOSE";
}
.hamburger-box {
	width: 25px;
	height: 17px;
	display: block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 100%;
    height: 2px;
	background-color: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}
/** Squeeze **/
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/** Boring **/
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
	transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}
.menu-toggle {
	position: fixed;
	width: 100%!important;
	top: 0;
	right: 0;
	overflow-y: auto;
	z-index: 99;
	padding-top: 75px;
	padding-bottom: 30px;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.85);
	display: block;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	text-align: center;
}
.menu-toggle .menu-wrap {
	max-width: 750px;
	margin: auto;
}
.menu-toggle nav.nav{
	border-top: 4px double #999999;
	border-bottom:4px double #999999;
    margin: 5vw 10%;
    padding: 16px 0;
}
.menu-toggle .btn-corona{
	margin: 0 10%;
}
.menu-toggle .nav a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 40px;
}
.menu-toggle .nav a.active{
	color: #968766;
	text-decoration: none;
}
.menu-toggle .tel {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	font-family: 'Noto Serif JP', serif;
}
.menu-toggle .tel span{
	padding-left: 21px;
	background: url("../img/shared/icon_tel.png") no-repeat left center;
	color: #efe3c8;
	font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.1em;
}
.menu-toggle .tel small{
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 18px;
	letter-spacing: 0;
}
.menu-toggle .btn-web{
	margin: 20px 0 12px;
}
.menu-toggle ul.nav{
	display: flex;
	justify-content: center;
	margin-top: 12px;
}
.menu-toggle ul.nav li{
	margin: 0 13px;
	position: relative;
}
.menu-toggle ul.nav li:last-of-type:before{
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    margin-top: -1px;
}
.menu-toggle ul.nav a{
	font-size: 16px;
}
.menu-toggle .btn-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
}
.navOpen .menu-toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .remodal-wrapper,
body.navOpen .remodal-wrapper *,
body.navOpen .hamburger,
body.navOpen #menu-toggle,
body.navOpen #menu-toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.navOpen {
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
@media screen and (max-width: 767px) {
	.menu-toggle {
		height: calc(100%);
	}
}
@media screen and (min-width: 768px) {
	.hamburger {
		width: 90px;
		height: 90px;
	}
	.hamburger:after {
		font-size: 14px;
		bottom: 12px;
	}
	.hamburger-box {
		width: 40px;
	}
	.menu-toggle {
		padding: 102px 0 103px;
	}
	.menu-toggle .nav {
		padding-left: 50px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin: 56px 0 70px;
	}
	.menu-toggle .nav div {
		width: 236px;
	}
	.menu-toggle .nav div:last-child {
		width: 178px;
	}
	.menu-toggle .nav-btn li {
		margin: 0 15px;
	}
}
a.telhref:hover{
	text-decoration: none;
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
	background: rgba(0, 0, 0, 0.92);
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -90px;
	opacity: 0;
	transition: all ease .3s;
	padding: 10px 0 10px;
	color: #fff;
}
.nav-fixed.fixed {
	opacity: 1;
	top: 0;
}
.nav-fixed nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-fixed a {
	position: relative;
	font-size: 17px;
	line-height: 30px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.22em;
	margin: 0 13px;
}
.nav-fixed a span{
	display: inline-block;
    margin: 0 30px 0 6px;
}
.nav-fixed a.active, .nav-fixed a:hover {
	color: #968766;
}
.nav-fixed a:hover {
	text-decoration: none;
}
.nav-fixed .tel{
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'Noto Serif JP', serif;
}
.nav-fixed .tel span{
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.1em;
	padding-left: 21px;
	display: inline-block;
	margin: 0 10px;
	background: url("../img/shared/icon_tel.png") no-repeat left center;
	color: #efe3c8;
}
.nav-fixed .tel small{
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.nav-fixed {
		height: 0;
		display: none;
		padding: 0;
	}
}

/*=============================================
 * key
 *=============================================*/
 
#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	min-height: 118vw;
}
#key [class^="slide"] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 118vw;
}
@media screen and (min-width: 768px) {
	#key, #key [class^="slide"] {
		min-height: 900px;
	}
	#key [class^="slide"] img {
		opacity: 0;
		display: none;
	}
}


/*=============================================
 * <footer>
 *=============================================*/

footer {
	position: relative;
	text-align: center;
	background: url("../img/shared/bg2.jpg") repeat center top;
	color: #fff;
}
footer .footer-info {
	text-align: left;
}
footer nav {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 26px 0;
    margin: 55px 50px 47px;
    color: #efe3c8;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.1em;
}
footer nav > a + a {
	padding-left: 20px;
}
footer nav > a + a:before {
	padding-right: 20px;
}
footer nav > a:hover {
	text-decoration: none;
}
footer nav > a:hover span,
footer nav > a.active span {
	text-decoration: underline;
}
footer .footer-info .box-info dl{
	display: flex;
	line-height: 20px;
	padding: 10px 0;
	font-size: 13px;
}
footer .footer-info .box-info dl dt{
	width: 30%;
}
footer .footer-info .box-info dl dd{
	width: 70%;
}
footer .socialbuttons {
}
footer address {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.15em;
	margin-top: 15px;
}
.cookies-link{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.15em;
}
.cookies-link a{
	text-decoration: underline;
	
}
.cookies-link a:hover{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
		z-index: 80;
		padding-top: 50px;
	}
	footer .footer-info .logo{
		max-width: 90px;
		margin: 0 auto 20px;
	}
	footer .footer-info{
		border-bottom: 1px solid;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 768px) {
	footer{
		padding: 94px 0 65px;
	}
	footer .footer-info{
		display: flex;
	}
	footer .footer-info .logo{
		width: 158px;
		margin: 71px 0 0 135px;
	}
	footer .footer-info .box-info{
		width: 615px;
		margin-left: 48px;
	}
	footer .footer-info .box-info dl{
		font-size: 15px;
		letter-spacing: 0.15em;
		margin-bottom: 22px;
		line-height: 22px;
		padding: 0;
	}
	footer .footer-info .box-info dl dt{
		width: 163px;
	}
	footer .footer-info .box-info dl dd{
		width:calc(100% - 163px)
	}
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	color: #fff;
	background: url("../img/shared/bg2.jpg") repeat center top;
	position: relative;
}
.ft_fixed_shared li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #878786;
	height: 50%;
}
.ft_fixed_shared li:nth-child(2) {
	width: 37%;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: block;
	position: relative;
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}
/* iPhone X */
@media only screen  and (min-device-width: 375px)  and (min-device-height: 812px)  and (-webkit-device-pixel-ratio: 3)  and (orientation: portrait) {
	.has_nav footer:after {
		background: url(../img/shared/bg02.jpg) repeat center top;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_group {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 100px;
	}
}
/* iPhone XR */
@media only screen  and (min-device-width: 414px)  and (min-device-height: 896px)  and (-webkit-device-pixel-ratio: 2)  and (orientation: portrait) {
	.has_nav footer:after {
		background: url(../img/shared/bg02.jpg) repeat center top;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_group {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 100px;
	}
}
/* iPhone 11 */
@media  only screen and (-webkit-min-device-pixel-ratio: 3),  only screen and ( min--moz-device-pixel-ratio: 3),  only screen and ( -o-min-device-pixel-ratio: 3/1),  only screen and ( min-device-pixel-ratio: 3),  only screen and ( min-resolution: 458dpi),  only screen and ( min-resolution: 3dppx) {
	.has_nav footer:after {
		background: url(../img/shared/bg02.jpg) repeat center top;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_group {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 100px;
	}
}
@media screen and (min-width: 768px) {
	.has_nav footer:after {
		display: none !important;
	}
}


/*=============================================
 * parallax and controls slick slider
 *=============================================*/
 
.bg-parallax {
	position: relative;
	padding-top: 45vh;
	z-index: -1;
}
.img-parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.img-parallax img {
	width: 100%;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.img-parallax img {
		height: auto !important;
		object-fit: unset;
		top: 50%;
		transform: translateY(-50%) !important;
    }
}

/*=============================================
 * Slider slick
 *=============================================*/
.slick-loading .slick-list {
    background: #fff url('../img/shared/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    font-family: "fontello";
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    background-color: #b83a00;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before {
    content: '\f104';
}
.slick-next:before {
    content: '\f105';
}
/* Dots */
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background: #fff;
}
.slick-slide > div > div {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 50px;
		bottom: 75px;
	}
	.navOpen #pagetop {
		display: none;
	}
}

/*=============================================
 * WOW animated
 *=============================================*/
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}