@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
	width: 100%;/* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
	color: #fffbe5;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
	background-image: url(../img/shared/bg_sp.jpg);
	background-position: center top;
	background-repeat: repeat;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	background-size: 100% auto;
	text-align: justify;
}
/*=============================================
 * 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 - customs
 *=============================================*/
.fnt-notosans {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.fnt-notoserif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.fnt-amiri {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-style: normal;
}
.fnt-shi {
	font-family: 'Shippori Mincho B1';
	font-style: normal;
	font-weight: 400;
}
.zen-kaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.zen-old {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.noto-serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
}
.amiri-regular {
	font-family: "Amiri", serif;
	font-weight: 400;
	font-style: normal;
}
.amiri-bold {
	font-family: "Amiri", serif;
	font-weight: 700;
	font-style: normal;
}
.tc {
	text-align: center;
}
.tj {
	text-align: justify;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.fwb {
	font-weight: bold;
}
.disf {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.db {
	display: block;
}
em {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.slick-slider {
	z-index: 0;
}
.slick-slider .slick-dots {
	line-height: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 3;
}
.slick-slider .slick-dots li {
	display: inline-block;
	margin: 0px 6px;
}
.slick-slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	position: relative;
	background: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: none;
}
.slick-slider .slick-dots button::before {
/*
	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: -5px;
	right: 0px;
	left: 0px;
	opacity: 0;
     height: 10px;
*/

	
}
.slick-slider .slick-dots .slick-active button {
	background: #097048;
	/*
    border: 1px solid rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.7);
    height: 10px;
*/
}
.slick-slider .slick-dots .slick-active button::before {
	opacity: 1;
}
.slick-slider .slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 2;
	background: #1b1816;
	width: 50px;
	height: 50px;
	bottom: 9px;
	left: 0;
}
.slick-slider .slick-arrow::before {
	content: "";
	background: url("../img/shared/arow_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 2;
	width: 15px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slick-slider .slick-arrow:hover {
	opacity: 0.8;
}
.slick-slider .slick-arrow.slick-prev {
	left: 0;
}
.slick-slider .slick-arrow.slick-prev::before {
	background: url("../img/shared/arow_w_o.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.slick-slider .slick-arrow.slick-next {
	left: 50px;
	bottom: 9px;
}
.bg-parallax {
	position: relative;
	z-index: 0;
}
.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% !important;
	height: 100vh !important;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	object-fit: cover;
	z-index: 0;
	transform: translateZ(0);
}
iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 767px) {
.slick-slider .slick-arrow {
	width: 93px;
	height: 93px;
	bottom: 11px;
}
.slick-slider .slick-arrow.slick-prev {
}
.slick-slider .slick-arrow.slick-next {
	left: 94px;
	bottom: 11px;
}
.slick-slider .slick-arrow::before {
}
.slick-slider .slick-arrow.slick-prev::before {
}
}

@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;
}
}

@media only screen and (min-width: 768px) {
.nav--opened {
	overflow-y: inherit !important;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
body {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	background: url(../img/shared/bg.jpg) repeat;
	background-size: auto;
}
.slick-slider .slick-dots .slick-active button {
}
/*=============================================
  * text vertical
  *=============================================*/
.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-dot {
	cursor: vertical-text;
	direction: ltr;
	writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	-moz-writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	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;
	line-height: 1;
}
.txt-vertical-pc .int {
	writing-mode: lr-tb;
	-o-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-moz-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	display: inline-block;
	text-align: center;
	line-height: 1;
}
.txt-vertical-pc .txt-normal .int {
	height: 1.1em;
}
.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;
}
.txt-vertical-pc .txt-latin .int {
	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;
	display: inline;
}
.disf-pc {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
}

@media only screen and (max-width: 767px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
}
.for-sm {
	display: none;
}

@media only screen and (max-width: 480px) {
.for-sm {
	display: block;
}
}
/*=============================================
 * <main>
 *=============================================*/
main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	max-width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/
/*=============================================
 * key
 *=============================================*/
#key {
	/*  background-color: #000;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 400px;
	position: relative;
}
#key ul {
	min-height: inherit;
}

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

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
}
.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
.animated {
	-webkit-animation: unset !important;
	-webkit-transition: none !important;
	animation: unset !important;
	transition: none !important;
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
 @keyframes zoomOut {
 0% {
 transform: scale(1.3);
}
 100% {
 transform: scale(1);
}
}
.add-animation {
	animation: zoomOut 3s linear 0s normal both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
 transition-duration: 0.5s;
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 40px, 0);
 -ms-transform: translate3d(0, 40px, 0);
 transform: translate3d(0, 40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes img_blur {
 0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: url(#blur);
filter: blur(4px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.4')
}
 100% {
 -webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: url(#blur);
filter: blur(0px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}
}
 @keyframes img_blur {
 0% {
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: url(#blur);
filter: blur(4px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.4')
}
 100% {
 -webkit-filter: blur(0px);
-moz-filter: blur(0px);
-o-filter: blur(0px);
-ms-filter: blur(0px);
filter: url(#blur);
filter: blur(0px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')
}
}
.img_blur {
	-webkit-animation-name: img_blur;
	animation-name: img_blur;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -40px, 0);
 -ms-transform: translate3d(0, -40px, 0);
 transform: translate3d(0, -40px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
 transition-duration: 0.5s;
}
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 -ms-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*
.animated {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
*/



/*--------------------navi + menu-toggle + ft-fixed-------------------*/

#ft-fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 103;
	background: #fff;
	color: #000000;
	line-height: 1;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
	transition: opacity .4s ease;
}
#ft-fixed .disf {
	display: table;
	width: 100%;
}
#ft-fixed .disf .w-sp {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
#ft-fixed .disf .w-tel {
	width: 15%;
}
#ft-fixed .disf .w-web {
	width: 56%;
	background: #097048;
}
#ft-fixed .disf .w-map {
	width: 14%;
	background: #ffcc00;
}
#ft-fixed .disf .w-ham {
	width: 15%;
	position: relative;
}
#ft-fixed .disf .w-ham img.ons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
#ft-fixed .disf .w-ham.is-active img.ons {
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
#pagetop {
	display: block;
}
.nav-fixed {
	visibility: hidden;
	pointer-events: none;
	height: 0!important;
}
}
.hamburger {
	display: block;
	cursor: pointer;
	/*
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
*/
	font: inherit;
	text-transform: none;
	/*
        border: 0;
        z-index: 102; 
        opacity: 1;
      visibility: visible;
        box-sizing: border-box;
        position: fixed;
        bottom: 0px;
        right: 0px;
*/
	transition: opacity .4s ease;
}

@media only screen and (max-width: 767px) {
.scroll #ft-fixed,  .scroll .hamburger {
	opacity: 1;
	visibility: visible;
}
}

@media only screen and (min-width: 767px) {
.has-nav #ft-fixed,  .has-nav .hamburger {
	opacity: 1;
	visibility: visible;
}
}
.hamburger:after {
	content: "Menu";
	/*    display: inline-block;*/
	display: none;
	text-align: center;
	line-height: 1;
	margin-left: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 15px;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.hamburger:before {
	content: "";
	background: #000;
	width: 1px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	display: none;
}
.nav--opened .hamburger:before {
/*	display: none;*/
}
.nav--opened .hamburger:after {
	color: #fff;
}
.hamburger .hamburger-box {
	width: 40px;
	display: block;
	position: relative;
	padding: 25px 0 0 0px;
	margin: 0 auto;
}
.hamburger .hamburger-inner {
	display: block;
}
.hamburger .hamburger-inner,  .hamburger .hamburger-inner::before,  .hamburger .hamburger-inner::after {
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger .hamburger-inner::before,  .hamburger .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger .hamburger-inner::before {
	top: -10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}
.hamburger .hamburger-inner::after {
	bottom: -10px;
}
.hamburger.is-active .hamburger-inner {
	transform: translate3d(0, 0px, 0) rotate(25deg);
}
.hamburger.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}
.hamburger.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(130deg);
}
.nav--opened .hamburger .hamburger-inner, .nav--opened .hamburger .hamburger-inner::before, .nav--opened .hamburger .hamburger-inner::after {
	background: #fff;
}
.menu-toggle {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	background-image: url(../img/shared/bg02.jpg);
	background-position: center top;
	background-repeat: repeat;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	overflow: auto;
	z-index: 101;
	left: 0;
}
.menu-toggle .inside {
    margin: 20px;
    background: url(../img/shared/bg03.jpg);
}
.menu-toggle .inside::before {
    content: "";
    background: url(../img/shared/bg03.jpg);
    position: absolute;
    top: 5vw;
    right: 5vw;
    bottom: -20px;
    left: 5vw;
	display: none;
}
.menu-toggle .inner-ham {
	max-width: 280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 70px 0 100px;
}
.menu-toggle .inner-ham dl.h-tel dt {
	padding-left: 20px;
	font-size: 20px;
}
.menu-toggle .inner-ham .note {
	text-align: center;
	font-size: 10px;
	margin-bottom: 21px;
}

.menu-toggle .inner-ham .h-tel,
.menu-toggle .inner-ham .btn-us,
.menu-toggle .inner-ham .menu-link,
.menu-toggle .inner-ham .list-icon {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.menu-toggle .inner-ham .h-tel {}
.menu-toggle .inner-ham .btn-us {}
.menu-toggle .inner-ham .menu-link {}
.menu-toggle .inner-ham .list-icon {
    padding: 32px 0 0;
}

.menu-toggle .inner-ham .menu-link, .menu-toggle .inner-ham .menu-link li {
	width: 100%;
}
.menu-toggle .inner-ham .menu-link {
	border-bottom: none;
}
.menu-toggle .inner-ham .menu-link::before {
/*
	content: "";
	background: #d8d3c1;
	width: 1px;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
*/
}
.menu-toggle .menu-link a:hover::before,  .menu-toggle .menu-link .active::before {
/*   	display: block;*/
}
.menu-toggle .menu-link a {
/*
	text-align: left;
	display: block;
	line-height: 1;
*/
}
.menu-toggle .menu-link li li {
/*		padding: 20px 0 10px;*/
}
.menu-toggle .btn-ins {
	position: relative;
	bottom: 0;
	left: 0;
}
body.nav--opened,  body.nav--opened *,  body.nav--opened *:hover,  body.nav--opened *:focus,  body.nav--opened *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.nav--opened .ham-reserve,  body.nav--opened .ham-reserve *,  body.nav--opened #ft-fixed,  body.nav--opened #ft-fixed *,  body.nav--opened .hamburger,  body.nav--opened #menu-toggle,  body.nav--opened #menu-toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.nav--opened {
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
.nav--opened .hamburger::after {
	content: "Close";
}
.nav--opened #menu-toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.nav--opened #menu-toggle ul li {
}
#pagetop {
	width: 75px;
	opacity: 1;
	visibility: visible;
	transition: opacity .4s ease;
	position: relative;
	margin: 0 auto;
}
#pagetop:hover {
	opacity: .7!important;
}
.has-nav #pagetop {
	opacity: 1;
	visibility: visible;
}
.hamburger.is-active {
}

@media screen and (min-width: 767px) {
.menu-toggle .inside {
	padding-top: 203px;
	padding-bottom: 143px;
}
.menu-toggle .inner-ham {
	width: 180px;
}
.hamburger {
	top: 0;
	right: 0;
	width: 130px;
	height: 130px;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	background: #201310;
}
.hamburger:after {
	font-size: 21px;
	bottom: 23px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
	height: 2px;
}
.hamburger .hamburger-inner::before {
	top: -16px;
}
.hamburger .hamburger-inner::after {
	bottom: -16px;
}
.hamburger.is-active .hamburger-inner {
	transform: translate3d(0, 0px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner::after {
	bottom: -11px;
	transform: translate3d(0, -10px, 0) rotate(90deg);
}
.hamburger:before,  .hamburger:after {
/*        display: none;*/
}
.hamburger:hover {
	opacity: .7;
}
.has-nav .hamburger {
	opacity: 1;
	visibility: visible;
}
.has-nav .hamburger:hover {
	opacity: .7;
}
.nav--opened .hamburger {
/*
        top: 30px;
        right: 40px;
*/
}
.menu-toggle {
	width: 378px;
	left: auto;
	bottom: auto;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
	/*    background: #fff;*/
	width: 60px;
}
.nav--opened .hamburger .hamburger-inner,  .nav--opened .hamburger .hamburger-inner::before,  .nav--opened .hamburger .hamburger-inner::after {
/*		background: #000;*/
}
.hamburger .hamburger-box {
	padding: 55px 0 0 0;
	width: 60px;
}
}
footer:after {
	transition: opacity .1s ease
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
.scroll footer:after {
	background: url(../img/shared/bg.jpg);
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	z-index: 99;
}
footer::before {
}
#ft-fixed .disf p {
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
.scroll footer:after {
	background: url(../img/shared/bg.jpg);
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	z-index: 99;
}
footer::before {
}
#ft-fixed .disf p {
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.scroll footer:after {
	background: url(../img/shared/bg.jpg);
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	z-index: 99;
}
#ft-fixed .disf p {
}
footer::before {
}
#ft_fixed {
	bottom: calc(env(safe-area-inset-bottom) - 0px);
}
}

@media screen and (min-width: 767px) {
footer:after {
	display: none;
}
}
.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, #16163b;
	transition-property: color, #2098d1;
}
 @keyframes hvr-back-pulse {
 50% {
 background-color: rgba(22, 22, 59, 0.75);
}
}

.btn-cus a {
	display: block;
	border: 1px solid #9b9790;
	text-align: center;
	font-size: 16px;
	height: 60px;
	line-height: 58px;
	position: relative;
	text-decoration: none !important;
}
.btn-cus a:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10%;
	height: 1px;
	background: #9b9790;
}

@media screen and (min-width: 767px) {
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #16163b;
	color: white;
}
.btn-cus {
	width: 430px;
}
.btn-cus a {
	height: 63px;
	line-height: 61px;
}
.btn-cus a:before {
	width: 30px;
}
.btn-cus a:hover {
	background: #16163b;
	border-color: #16163b;
	color: white;
}
.btn-cus a:hover:before {
	background: #737287;
}
}
