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

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

body {
	background: url('../img/shared/pr500.jpg') repeat center top;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0;
	font-weight: 400;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	color: #333;
	overflow-x: hidden;
}


/*=============================================
 * 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;
}
.fnt-shippori {
	font-family: 'Shippori Mincho B1', 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;
}
.txt-cl {
	color: #a52a2a;
}
.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: 60%;
	transition: all ease .3s;
	position: relative;
}
.rss-img span:hover {
	opacity: .8;
}
.rss-img span img {
	position: absolute;
	top: 0;
	left: 0;
}
.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: 36px;
}
.text18 {
	font-size: 16px;
}
.title-style {
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-align: center;
	font-weight: 500;
}
.btn-style > * {
	font-family: 'Shippori Mincho B1', serif;
	border: 2px solid;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all ease .3s;
	display: block;
	color: inherit;
	text-align: center;
	padding: 11px 0 11px;
	position: relative;
	box-sizing: border-box;
}
.btn-style.let26 > * {
	letter-spacing: 2.6px;
	/* line-height: 36px; */
}
.btn-style > *:after {
	content: "\f105";

	font-family: "fontello";
	font-style: normal;
	font-weight: 400;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	font-size: 26px;
}
.btn-style > *:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn-style.btn-center > * {
	margin: 0 auto;
}
.map {
	height: 480px;
}
.map iframe {
	display: block;
	height: 100%;
	width: 100%;
}
@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: 32px;
	}
	img:not(.icon) {
		width: 100%;
	}
	.pc {
		display: none !important;
	}
	.fl, .fr {
		float: none;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	.txt br:not(.brsp) {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	body {
		min-width: 1100px;
	}
	.sp {
		display: none !important;
	}
	.title-style {
		font-size: 40px;
		line-height: 1.8;
	}
	.btn-style > * {
		max-width: 310px;
		font-size: 20px;
		padding: 13px 0 13px;
	}
	.text18 {
		font-size: 18px;
	}
	.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 .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.5em;
	}
	.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;
	}
	.map {
		height: 600px;
		width: 100%;
	}
}


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

header {
	font-family: 'Shippori Mincho B1', serif;
	background: url('../img/shared/pr1024.jpg') repeat center top;
	position: relative;
	color: #fff;
}
header h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0;
	margin-left: 5%;
	color: #cccccc;
}
header .menu_wrap {
	position: relative;
	z-index: 1;
}
header .logo {
	padding-top: 16px;
	position: relative;
	z-index: 1;
}
header .nav li {
	position: relative;
}
header .nav li.active a {
	color: #a52a2a;
}
header .nav a {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 36px;
	transition: all ease .3s;
	position: relative;
	display: block;
}
header .nav a span {
	position: relative;
	display: inline-block;
}
header .nav a span:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	transition: all ease .3s;
	opacity: 0;
}
header .nav a:hover,
header .nav a.active {
	text-decoration: none;
	color: #a52a2a;
}
header .nav a.active span:before,
header .nav a:hover span:before {
	opacity: 1;
}
header .head-link li a {
	display: block;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-decoration: none;
	transition: all ease .3s;
	padding: 0 25px;
}
header .head-link li.active a,
header .head-link li a:hover {
	color: #a52a2a;
}
header .head-link li.li-btn a {
	background-color: #000;
}
header .head-link li.li-btn a:hover {
	background-color: #a52a2a;
	color: #fff;
}
header .head-link-shop li {
	padding: 0 10px;
}
header .head-link-shop li.li-social {
	padding: 0 9px;
}
header .head-link-shop li.li-social:last-child {
	padding-right: 0;
}
header .head-link-shop li a {
	padding: 0 !important;
}
header .head-link-shop li.li-icon a span {
	display: inline-block;
	padding-left: 23px;
}
header .head-link-shop li.li-icon-rss a span {
	background: url('../img/shared/icon_rss.png') no-repeat left center;
}
header .head-link-shop li.li-icon-map a span {
	background: url('../img/shared/icon_map.png') no-repeat left center;
}
header .head-link-shop li.li-icon-rss:hover a span {
	background: url('../img/shared/icon_rss_on.png') no-repeat left center;
}
header .head-link-shop li.li-icon-map:hover a span {
	background: url('../img/shared/icon_map_on.png') no-repeat left center;
}
.box-tel {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: center;
}
.box-tel .tel {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.box-tel .tel span {
	font-size: 16px;
}
.box-tel .tel strong {
	font-size: 26px;
	font-weight: normal;
}
.box-tel .note-tel {
	border-top: 1px solid #a09ea0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	padding-top: 5px;
	margin-top: 10px;
}
.social {
	display: flex;
}
.social li {
	margin: 0 12px;
}
header .box-logo {
	position: absolute;
	top: 5vw;
	left: 5vw;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	header:not(.header-shop) {
		padding-top: 5vw;
	}
	header h1 {
		width: 75vw;
	}
	header .logo {
		width: 75vw;
		max-width: 266px;
	    padding-top: 24px;
	    margin-left: 4%;
	}
	header .menu_wrap {
		display: flex;
		flex-direction: column;
	}
	header .menu_wrap .head-link {
		order: 2;
	}
	header .nav {
		flex-wrap: wrap;
	}
	header .nav a {
		padding: 8px 25px;
		text-align: center;
		box-sizing: border-box;
		font-size: 15px;
		width: 100%;
	}
	header .head-link {
		text-align: center;
	}
	header .head-link li a {
		padding: 8px 25px;
		font-size: 15px;
	}
	header .head-link li.li-btn {
		width: 170px;
		margin: auto;
	}
	header .head-link li.li-btn a {
		background-color: #a52a2a;
	}

		header .head-link li.li-btn2 {
		width: 170px;
		margin: 3vw auto;
	}

		header .head-link li.li-btn2 a {
		background-color: #fff;
		color:#000;
	}
	header .head-link-shop {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	header .head-link-shop a {
		line-height: 1.2 !important;
	}
	header .head-link-shop hr {
		flex-basis: 100%;
		width: 0px; 
		height: 0px; 
		border: 0;
		overflow: hidden;
	}
	header .head-link-shop li:not(:first-child):not(.li-social) {
		border-left: 1px solid;
	}
	header .head-link-shop li.li-social {
		margin-top: 30px;
	}
	header.header-shop .box-logo .non-over img,
	header.header-shop .box-logo .tel_info img {
		width: 30vw;
	}
}
@media screen and (min-width: 768px) {
	header {
		padding-top: 154px;
	}
	header.header-shop {
		padding-top: 120px;
	}
	header h1 {
		font-size: 13px;
		line-height: 2;
		margin-left: 59px;
		position: absolute;
		top: 20px;
		left: 0;
		z-index: 5;
	}
	/*header.header-shop h1 {
		display: none;
	}*/
	header .logo {
		padding-top: 40px;
		float: left;
	}
	header .menu_wrap {
		margin-left: auto;
		float: right;
	}
	header .nav {
		margin-top: 7px;
		display: flex;
		justify-content: flex-end;
	}
	header .nav > li {
		padding-bottom: 20px;
	}
	header .nav > li + li {
		margin-left: 29px;
	}
	header .nav .sub-nav {
		background-color: #000000;
		padding: 10px 18px 10px;
		box-sizing: border-box;
		width: 360px;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -175px;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
	}
	header .nav .sub-nav li {
		white-space: nowrap;
	}
	header .nav > li:hover .sub-nav {
		opacity: 1;
		pointer-events: inherit;
	}
	header .head-link {
		display: flex;
		justify-content: flex-end;
	}
	header .box-logo {
		position: absolute;
		top: 145px;
		z-index: 2;
		left: 50%;
		margin-left: -500px;
	}
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
	background-color: #a52a2a;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	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;
	font: inherit;
	color: inherit;
	text-transform: none;
	overflow: visible;
	padding-bottom: 11px;
	box-sizing: border-box;
}
.hamburger:after {
	content: "menu";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0;
	color: #fff;
}
.hamburger.is-active:after {
	content: "close";
}
.hamburger-box {
	width: 30px;
	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);
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
	/*cursor: none !important;*/
	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;
}
.menu_toggle {
	background: url('../img/shared/pr1024.jpg') repeat center top;
}
@media screen and (max-width: 767px) {
	.menu_toggle {
		position: fixed;
		width: 100% !important;
		height: calc(100%);
		top: 0;
		right: 0;
		overflow-y: auto;
		z-index: 99;
		padding-top: 50px;
		padding-bottom: 75px;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		opacity: 0;
		visibility: hidden;
		color: #fff;
	}
	.navOpen .menu_toggle {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
}
@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: 16px 57px 58px 56px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header-shop .menu_toggle {
		padding: 20px 57px 0 56px;
		display: flex;
		justify-content: center;
	}
	.header-shop .menu_toggle .menu_wrap {
		float: none;
		margin: auto;
		width: 840px;
	}
	.header-shop .menu_toggle .menu_wrap .nav li {
		margin-left: 35px;
	}
	.header-shop .menu_toggle .menu_wrap .nav li:first-child {
		margin-left: 0;
	}
	.menu_toggle:after {
	    content: "." !important;
	    clear: both !important;
	    display: block !important;
	    height: 0 !important;
	    visibility: hidden !important;
	}
	.menu_toggle:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 50%;
	    margin-left: 170px;
	    height: 100%;
	    width: 50%;
	    background: url(../img/shared/head_bg.jpg) repeat center top;
	}
	header.header-shop .menu_toggle:before {
		display: none;
	}
	.menu_toggle.fixed {
		padding-bottom: 1px;
		position: fixed;
		z-index: 999;
	}
}


/*=============================================
 * 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, #key [class^="slide"] {
		min-height: 900px;
	}
	#key [class^="slide"] img {
		opacity: 0;
		display: none;
	}
}


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

footer {
	font-family: 'Shippori Mincho B1', serif;
	background: url('../img/shared/bgf.jpg') repeat center top;
	position: relative;
	padding: 78px 0 80px;
	color: #fff;
}
footer .col-l {
	text-align: center;
}
footer .logo {
	border-bottom: 1px solid #333333;
	font-size: 6vw;
	letter-spacing: 0.05em;
	line-height: 2;
	font-weight: 700;
	padding-bottom: 14px;
}
footer .text {
	font-size: 4.4vw;
	line-height: 2;
	letter-spacing: 0.15em;
	font-weight: 500;
	margin: 24px 0 30px;
}
footer .btn-style {
	margin-top: 20px;
}
footer .btn-style a {
	max-width: 420px;
	margin: auto;
}
footer .col-r ul li {
	font-size: 18px;
	line-height: 50px;
}
footer .col-r ul li a {
	display: block;
	padding-left: 20px;
	position: relative;
}
footer .col-r ul li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	border-bottom: 1px solid #333;
}
footer #socialbuttons {
	margin: 8vw 0 28px;
}
footer address,
footer .cookies_link {
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}
footer.footer-shop {
	padding: 27px 0 20px;
}
footer.footer-shop nav {
	text-align: center;
}
footer.footer-shop nav a {
	display: inline-block;
}
footer.footer-shop nav a span {
	padding: 0 30px;
}
footer.footer-shop .copyright {
    margin-top: 16px;
}
footer.footer-shop address, footer.footer-shop .cookies_link {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0.3;
}
footer .footer_add {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
	footer {
		padding-bottom: calc(env(safe-area-inset-bottom) + 80px) !important;
		padding-top: 50px;
		z-index: 9;
	}
	footer .col-r {
		margin-top: 6vw;
		padding: 0 4%;
	}
	footer .col-r ul li {
		line-height: 45px;
	}
}
@media screen and (min-width: 768px) {
	footer .logo {
		font-size: 30px;
	}
	footer .col-l {
		float: left;
		margin-left: 70px;
		width: 460px;
	}
	footer .text {
		margin: 28px 0 45px -3%;
		font-size: 30px;
		letter-spacing: 0;
	    width: 110%;
	}
	footer .col-r {
		padding-top: 93px;
		width: 358px;
		float: right;
	}
	footer #socialbuttons {
		margin: 55px 0 28px;
	}
	footer address,
	footer .cookies_link {
		font-size: 15px;
		line-height: 36px;
		text-align: left;
	}
}

/*=============================================
 * 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;
	color: #fff;
	background-color: #a52a2a;
}
.ft_fixed_shared li a {
	display: block;
}
@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: #000;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		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: #000;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		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: #000;
		content: '';
		position: fixed;
		bottom: 0px;
		left: 0;
		right: 0;
		height: 36px;
		z-index: 1;
	}
	#ft_fixed {
		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;
	}
	#pagetop {
		bottom: 10px;
	}
}


/*=============================================
 * 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 10px;
    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-color: #fff;
	opacity: 0.4;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slick-slide > div > div {
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	#pagetop {
		width: 50px;
		bottom: 65px;
	}
	.navOpen #pagetop {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.slick-dots li button:hover, .slick-dots li button:focus {
		opacity: 1;
		outline: 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;
}

.recruit_btn a{

	background-color: #a52a2a;
}