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

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

body {
	font-family: 'Shippori Mincho', serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.06em;
	font-weight: 400;
	background: url("../img/shared/bg.jpg") repeat center top;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #555555;
}


/*=============================================
 * 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;
}
@font-face {
    font-family: 'Perpetua Titling MT';
    src: url('../font/PerpetuaTitlingMT-Light.eot');
    src: url('../font/PerpetuaTitlingMT-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/PerpetuaTitlingMT-Light.woff2') format('woff2'),
        url('../font/PerpetuaTitlingMT-Light.woff') format('woff'),
        url('../font/PerpetuaTitlingMT-Light.ttf') format('truetype');
    font-weight: 300;
}
.fnt-notoserif {
	font-family: 'Noto Serif JP', serif;
}
.fnt-Perpetua {
	font-family: 'Perpetua Titling MT';
}
/*=============================================
 * <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{
	display: block;
	background-color: #0f1f2e;
	padding: 4px;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	position: relative;
}
.btn-style > * {
	border: 1px solid #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.06em;
	display: block;
	color: #fff;
	padding: 4px 0px 6px 25%;
	position: relative;
	z-index: 1;
	max-width: 352px;
	box-sizing: border-box;
}
.btn-style:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #acadae;
	color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-style > *:after {
	content: ">";
	position: absolute;
	top: 50%;
	right: 15%;
	margin-top: -10px;
	line-height: 20px;
}
.btn-style > *:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn-style.btn-center > * {
	margin: 0 auto;
}
a.telhref:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.btn-style > *{
		font-size: 21px;
		line-height: 24px;
		padding: 15px 0px 15px 73px;
	}
	.btn-style > *:after{
		right: 51px;
	}
	.btn-style:hover:before, .btn-style:focus:before, .btn-style:active:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.btn-style:hover > *, .btn-style:focus > *, .btn-style:active > *{
		color: #fff;
	} 
	.btn-style.not-hvr:hover:before, .btn-style.not-hvr:focus:before, .btn-style.not-hvr:active:before {
		-webkit-transform:none;
		transform: none;
		background-color: #0f1f2e;
	}
	.btn-style.not-hvr, .btn-style.not-hvr, .btn-style.not-hvr{
		transform: none;
	}
	.btn-style.not-hvr:hover > *, .btn-style.not-hvr:focus > *, .btn-style.not-hvr:active > * {
		color: #fff;
	}
}
@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;
	}
}
@media screen and (max-width: 767px) {
	html.responsive .wrap {
		width: auto;
		padding: 0 4%;
	}
	body{
		font-size: 14px;
		line-height: 28px;
		min-width: inherit;
	}
	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;
	}
	a.telhref:hover img{
		opacity: 1 !important;
	}
}
@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;
	}
}
@media screen and (max-width: 767px) {
    .txt-vertical-sp {
        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-sp .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;
    }
}

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

header {
	position: relative;
}
header h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0;
	z-index: 1;
}
header .head-top {
	float: left;
	width: 302px;
}
header .nav a {
	font-family: 'Perpetua Titling MT';
	position: relative;
	display: block;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
header .nav a span {
	position: relative;
	display: inline-block;
}
header .nav a span:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: -5px;
	right: -6px;
	border-bottom: 1px solid #b6b6b6;
	transition: all ease .3s;
	opacity: 0;
}
header .nav a:hover {
	text-decoration: none;
}
header .nav a.active span:before,
header .nav a:hover span:before {
	opacity: 1;
}
header .head-top .nav {
	margin: 35px 0px 11px 73px;
}
header .head-top .nav a{
	margin-bottom: 10px;
}
header .head-top .nav a.icon-new{
	margin: 18px 0px 4px;
}
header .head-top .nav a.icon-new:before{
	content: "";
	position: absolute;
	top: 8px;
    left: -18px;
	background: url("../img/shared/icon_news.png") no-repeat center / cover;
	width: 14px;
	height: 16px;
}
header .head-top .nav a.icon-map:before{
	content: "";
	position: absolute;
	top: 5px;
    left: -18px;
	background: url("../img/shared/icon_map.png") no-repeat center / cover;
	width: 14px;
	height: 18px;
}
header .head-top .btn-inst{
	margin: 0px 0px 28px 73px;
}
header .head-top  .box-tel {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding: 13px 0px 14px 41px;
	color: #555555;
	font-family: 'Noto Serif JP', serif;
	margin-right: 33px;
}
header .head-top .box-tel .tel {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.02em;
}
header .head-top .box-tel  .tel span {
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 0.08em;
}
header .head-top .box-tel  .note-tel {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0;
}
header .btn-web{
	margin: 21px 0px 0px 31px;
}
header .btn-web a{
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #1f3a53;
	padding: 10px 30px 10px 20px;
}
header .btn-web a:hover{
	text-decoration: none;
	opacity: 0.8;
}
header .btn-web a span{
	display: inline-block;
	margin-left: 20px;
}
header .btn-web2{
	margin: 15px 0px 15px 0px;
}
header .btn-web2 a{
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #555555;
	background-color: #ededed;
	padding: 10px 30px 10px 20px;
}
header .btn-web2 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
header .btn-web2 a span{
	display: inline-block;
	margin-left: 20px;
}
header .btn-web3{
	margin: 15px 0px 15px 0px;
}
header .btn-web3 a{
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
    background-color: #b5b5b5;
    padding: 30px 17px 30px 15px;
}
header .btn-web3 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
header .btn-web3 a span{
	display: inline-block;
	margin-left: 20px;
}
.btn-corona{
	position: absolute;
	right: 0;
	bottom: 90px;
	z-index: 1;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}
.btn-corona a{
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	background-color: rgba(182,182,182,0.4);
	padding:5px 24px;
	color: #fff;
}
.btn-corona a:hover{
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	header h1{
		position: absolute;
		top: 26vw;
		left: 2%;
		height: 120vw;
		color: rgba(255, 255, 255, 0.5);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	header .logo{
		position: absolute;
		top: 0;
		left: 0;
		width: 39.2%;
		z-index: 1;
	}
	header .btn-web3 a{
		display: inline-block;
		font-family: 'Noto Serif JP', serif;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #555555;
		background-color: #ededed;
		padding: 10px 30px 10px 20px;
	}
}
@media screen and (min-width: 768px) {
	header h1 {
		font-size: 13px;
		line-height: 20px;
		top: 17px;
		right: 14px;
		position: absolute;
		color: #fff;
	}
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
	background-color: transparent;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 5px;
	width: 54px;
	height: 54px;
	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;
	padding-bottom: 11px;
	box-sizing: border-box;
	color: inherit;
}

/** 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);
}
.hamburger span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 5px;
	background: #000;
  	width: 65%;
  }
.hamburger span:nth-of-type(1) {
	top:13px;	
}
.hamburger span:nth-of-type(2) {
	top:21px;
}
.hamburger span:nth-of-type(3) {
	top:29px;
}
.hamburger span:nth-of-type(3)::after {
	content: "MENU";
	font-family: 'Perpetua Titling MT';
	position: absolute;
	top:5px;
	left:-2px;
	color: #000;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	color: #000;
	text-transform: uppercase;
}
.hamburger.is-active span:nth-of-type(1) {
    top: 14px;
    left: 13px;
    transform: translateY(6px) rotate(-30deg);
    width: 65%;
}
.hamburger.is-active span:nth-of-type(2) {
	opacity: 0;
}
.hamburger.is-active span:nth-of-type(3){
    top: 26px;
    left: 13px;
    transform: translateY(-6px) rotate(30deg);
    width: 65%;
}
.hamburger.is-active span:nth-of-type(3)::after {
	content:"Close";
	transform: translateY(0) rotate(-30deg);
	top:11px;
	left:8px;
}
.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:#fff;
	display: block;
	opacity: 0;
	visibility: hidden;
	color: #000;
}
.menu-toggle .menu-wrap {
	max-width: 750px;
	margin: auto;
	text-align: center;
}
.menu-toggle .nav a {
	padding: 5px 0;
	text-align: center;
	font-size: 19px;
}
.menu-toggle .nav a span{
	position: relative;
}
.menu-toggle .nav a.icon-new{
	margin: 18px 0px 4px;
}
.menu-toggle .nav a.icon-new span:after{
	content: "";
	position: absolute;
	top: 2px;
    left: -25px;
	background: url("../img/shared/icon_news.png") no-repeat center / cover;
    width: 18px;
    height: 21px;
}
.menu-toggle .nav a.icon-map span:after{
	content: "";
	position: absolute;
	top: 2px;
    left: -25px;
	background: url("../img/shared/icon_map.png") no-repeat center / cover;
	width: 18px;
    height: 23px;
}
.menu-toggle .box-tel {
	text-align: center;
	border-top: 1px solid #acadae;
	border-bottom: 1px solid #acadae;
	padding: 5px 0 10px;
	margin: 6vw 10% 0px;
	font-size: 17px;
	letter-spacing: 0;
	font-family: 'Noto Serif JP', serif;
	color: #555555;
	line-height: 32px;
}
.menu-toggle .box-tel span{
	font-size: 33px;
}
.menu-toggle .box-tel .note-tel{
	font-size: 13px;
	line-height: 17px;
}
header .menu-toggle .btn-web{
	margin: 20px auto 10px;
}
.menu-toggle .btn-covit a{
	font-size: 12px;
	border-bottom: 1px solid;
	padding: 0px 10px 5px;
}
.menu-toggle .btn-covit a:hover{
	text-decoration: none;
}
.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: 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;
	}
}

/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
	background: url("../img/shared/bg.jpg") repeat center top;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -55px;
	opacity: 0;
	transition: all ease .3s;
}
.nav-fixed.fixed {
	opacity: 1;
	top: 0;
}
.nav-fixed nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/* width: 620px; */
	margin-left: auto;
	margin-right: 10px;
	padding-top: 16px;
	padding-bottom: 6px;
	justify-content: flex-end;
}
.nav-fixed a {
	position: relative;
	font-size: 14px;
	font-family: 'Perpetua Titling MT';
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0 12px;
	border-bottom: 1px solid #d9d9d9;
}
.nav-fixed a:last-of-type{
	padding: 0 4px;
}
.nav-fixed a:before {
	content: '';
	position: absolute;
	left: 0;
	height: 3px;
	background: #555555;
	bottom: -8px;
	transition: all .5s ease;
	width: 0;
}
.nav-fixed a:last-of-type:before{
	display: none;
}
.nav-fixed a:last-of-type:hover{
	opacity: 0.8;
}
.nav-fixed a.active:before, .nav-fixed a:hover:before {
	width: 100%;
}
.nav-fixed a:hover {
	text-decoration: none;
}
.btn-web-fixed {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 200px;
	opacity: 1;
	transition: all ease .3s;
}
.btn-web-fixed .fixed {
	opacity: 1;
	top: 200px;
}
.btn-web2-fixed {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 420px;
	opacity: 1;
	transition: all ease .3s;
}
.btn-web2-fixed .fixed {
	opacity: 1;
	top: 200px;
}
@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;
}
#key [class^="slide"] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	#key{
		width: calc(100% - 302px);
		float: left;
	}
	#key, #key [class^="slide"] {
		min-height: 800px;
	}
	#key [class^="slide"] img {
		opacity: 0;
		display: none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	header .head-top .box-tel .note-tel{
		font-size: 11px;
	}
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1f3a53;
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	padding:40px 0px 50px;
	letter-spacing: 0.2em;
	z-index: 11;
}
footer .socialbuttons {
}
footer address {
	margin-top: 17px;
}
@media screen and (max-width: 767px) {
	footer {
        padding-bottom: calc(env(safe-area-inset-bottom) + 60px);
		padding-top: 40px;
		font-size: 10px;
    	line-height: 16px;
	}
}
@media screen and (min-width: 768px) {
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	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%;
	border-top: 2px solid #b0b0b0;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	color: #555555;
	background-color: #fff;
	border-right: 2px solid #b0b0b0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ft_fixed_shared li:nth-child(2) {
	width: 42%;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
	width: 20%;
}
.ft_fixed_shared li a {
	display: block;
	padding: 10px 0;
	font-size: 19px;
	position: relative;
}
.ft_fixed_shared li a:hover{
	text-decoration: none;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	display: none;
}
@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) {
	 footer:after {
		background: #fff;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 15;
	}
	#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) {
	footer:after {
		background: #fff;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 15;
	}
	#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) {
	 footer:after {
		background: #fff;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 15;
	}
	#ft_group {
		bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
	.has_nav #pagetop {
		bottom: 100px;
	}
}
@media screen and (min-width: 768px) {
	 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: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
    border: 1px solid #612503;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background: #612503;
}
.slick-slide > div > div {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 50px;
		bottom: 75px;
	}
	.navOpen #pagetop {
		display: none;
	}
}

/*=============================================
 * WOW animated
 *=============================================*/
 @keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-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;
}
.fadeInText {
	-webkit-animation-name: fadeInText;
	animation-name: fadeInText;
	transition-timing-function: ease;
  }
  @-webkit-keyframes fadeInText {
	from {
		opacity: 0;
		transform: scale(1.05) translateX(-10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInText {
	from {
		opacity: 0;
		transform: scale(1.05) translateX(-10px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInImage {
	-webkit-animation-name: fadeInImage;
	animation-name: fadeInImage;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition-timing-function: ease;
  }
  @-webkit-keyframes fadeInImage {
	from {
		opacity: 0;
    	transform: translateY(-50px) scale(1.15);
	}
	to {
		opacity: 1;
    transform: translateY(0) scale(1);
	}
}
@keyframes fadeInImage {
	from {
		opacity: 0;
    transform: translateY(-50px) scale(1.15);
	}
	to {
		opacity: 1;
    transform: translateY(0) scale(1);
	}
}