@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
html{
	overflow-x: hidden;
}
body {
	color: #000;
	max-height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0.03em;
	word-spacing: normal;
	background: url('../img/shared/bg.jpg') repeat center top;
  text-align: justify;
  overflow-x: hidden;
  width: 100%;
  min-width: inherit;
  /* min-height: inherit; */

}

.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
.navOpen footer::after{
	display: none !important;
}
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 .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.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-notoseri{
	font-family: 'Noto Serif JP', serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt-center {
	text-align: center;
}
.txt_b {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/
header{
	z-index: 10;
}
header .logo {
	position: absolute;
	top: 0vw;
	left: 0%;
	width: 40%;
	filter: drop-shadow(0 0 5px #fff);
	z-index: 10;
	box-sizing: border-box;
}
header .logo img{
	width:100%;
	object-fit: contain;
}
header h1 {
	position: absolute;
	bottom: 4vw;
	left: 0;
	right: 0;
	font-size: 10px;
	line-height: 1.6;
	font-weight: normal;
	z-index: 10;
	padding: 0px 3%;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 15px rgba(255, 255, 255, 1),0px 0px 25px rgba(255, 255, 255, 1);
}
header {
	color: #fff; 
  position: relative;
}
/*====================== nav ====================== */


header .menu_toggle {
	padding: 12vw 10% 32vw;
	background: url('../img/shared/bg3.jpg') repeat top center;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	box-sizing: border-box;
}
header .menu_toggle ul li a{
	color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* text-shadow: 0px 0px 8.97px rgba(0, 0, 0, 0.33); */
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 3vw 0px;
  font-weight: 600;
}
header .menu_toggle ul li.active a{
	color: #9a0000;
}
header .menu_toggle ul li .btn-sec{
	width: 100%;
	padding: 5vw 0px;
	color: #fff;
	background: #af2719;
	margin: 2vw 2%;
	border: 1px solid #fff;
}
header .sub_click {
	display: block;
	padding: 9px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
	position: absolute;
	width: 15px;
	border-top: 1px solid #fff;
	right: 5px;
	top: 22px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #fff;
	right: 12px;
	top: 15px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
	animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
	opacity: 0;
}
 @keyframes smoky {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
 @keyframes smoky-out {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
#menu_toggle li {
	transform: matrix(1, 0, 0, 1, 0, -20);
	transition: all ease 0.5s 0.3s;
	opacity: 0;
}
#menu_toggle .sub_scroll_box li {
	margin: 0 20px;
	border: none;
}
#menu_toggle .sub_scroll_box li a {
	padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
	border-bottom: none;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.navOpen #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.navOpen #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.navOpen.mn_tyle_a li {
	text-align: left !important;
}
.navOpen.mn_tyle_a .hamburger {
	opacity: 0;
	visibility: hidden;
}
.navOpen.mn_tyle_a .hamburger.type_a {
	opacity: 1;
	visibility: visible;
}
.navOpen .hamburger.type_a {
	opacity: 0;
	visibility: hidden;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.hamburger {
	background: url('../img/shared/bg2.jpg') repeat top center;
	/* position: fixed; */
	top: 0px;
	z-index: 100;
	right: 0px;
	padding: 12px 5px;
	position: relative;
}
.hamburger:after {
	font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.type_a {
	padding: 11px 10px 3px;
	right: auto;
	left: 15px;
}
.type_a:after {
	display: none;
}
.navOpen .hamburger:after {
	content: 'CLOSE';
	bottom: 0px;
}
.navOpen .hamburger{
	padding: 25px 5px;
}


/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
	position: relative;
	overflow: hidden;
	height: 100vw;
}
header #key p.tt {
	position: absolute;
	bottom: 6%;
	right: 3%;
	color: #fff;
	font-size: 20px;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #000;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
}
.bx-prev::after {
	content: "\f104";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "\f105";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
.sl_vertical .bx-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: auto;
	width: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sl_vertical .bx-pager-item {
	display: block;
	margin: 5px 0;
}
/*====================== end nav ====================== */

section {
	overflow: hidden;
}
img{
	width: 100%;
  height: auto;
}
a{
	display: block;
}
.dis-flex{
	display: flex;
	justify-content: space-between;
}
.slider-sec .slick-list{
	overflow: unset;
}
.slider-sec .slick-dots{
	display: flex !important;
	justify-content: center;
	z-index: 1;
	/* position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0; */
}

.slider-sec .slick-dots li{
	margin: 0px 2%;

}
.slider-sec .slick-dots li button{
	font-size: 0px;
	width: 52px ;
	height: 4px;
	background: rgba(0,0,0,.5);
	border: none;
	/* border: 1px solid rgba(0,0,0,.25); */
	/* border-radius: 50%; */
}
.slider-sec .slick-dots li.slick-active button{
	background: #fff;
	/* border: none !important; */
}
/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
	background: url('../img/shared/bg3.jpg') repeat top center;
	font-size: 13px;
	line-height: 19px;
	padding: 10vw 0px 0vw;
	color: #000;
	
}

footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
}
footer .vcard dd {
}

footer .f_tel {
	text-align: center;
	/* margin: 0vw auto 12vw; */
}
footer .f_tel dt {
	font-size: 16px;
	padding-bottom: 15px;
}
footer .f_tel dt a {
	font-size: 18px;
	font-weight: bold;
}
footer .f_tel dt a:before {
	font-size: 22px;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	/* background: #9F9F9F; */
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	line-height: 32px;
	/* background: #444; */
	/* color: #fff; */
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
	margin: 4vw 0px 0px;
}
footer #f_logo{
	margin: 0px 30% 6vw;
	position: relative;
}
footer .f_tel{
	width: 65%;
	margin: 0px auto 8vw;
}
footer .footer-list{
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
	margin: 2vw 0px 6vw;
}
footer #socialbuttons{
	display: flex;
	justify-content: center;
}
footer .footer-ground1{
	padding: 0px 4% 4vw;
}
footer .footer-btn{
	margin: 0px auto 8vw;
    width: 75%;
}
footer .footer-ground2{
	width: 110%;
    margin: 0px 0px 0px -5%;
	padding: 8vw 0px 0vw;
}
footer .info dl{
	margin: 0px 0px 3vw;
	text-align: left;
}
footer .info dl dt{
	width: 18%;
}
footer .info dl dd{
	width: 82%;
	letter-spacing: 0;
}

footer .footer-ground2 .footer-nav{
	display: flex;
	/* background: url('../img/shared/bg3.png') repeat top center; */
	line-height: 2.4;
	flex-wrap: wrap;
	text-align: center;
}
footer .footer-ground2 .footer-nav li{
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.4);
	width: 50%;
}
footer .footer-ground2 .footer-nav li:nth-child(7){
	width: 100%;
}
footer .cookies_link{
	text-align: center;
	text-decoration: underline;
}
footer #map{
	height: 480px;
}
footer .footer-bg3{
	background: url('../img/shared/bg.jpg') repeat top center;
	padding: 12vw 0px 30vw;
}
footer #socialbuttons > *{
	margin: 0px;
}
/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
	
}
.navOpen #ft_fixed li{
	display: none;
}
.navOpen #ft_fixed li:last-child{
	display: inline-block;
	position: fixed;
	border: none;
	width: 20%;
	background: none;
	color: #000;
}
.navOpen .hamburger-inner,.navOpen .hamburger-inner::before,.navOpen .hamburger-inner::after{
	background-color: #000;
}
.navOpen .ft_fixed_shared{
	border-top: none !important;
}
 #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: 1px solid #cdb89b;
	/* padding: 0px 0px 5vw; */
	background-color: #000;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	color: #cdb89b;
	background: url('../img/shared/bg2.jpg') repeat top center;
	border-right: 1px solid #cdb89b;
	border-bottom: 1px solid #cdb89b;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: block;
	padding: 2vw 5%;
	font-size: 12px;
	position: relative;
}
.ft_fixed_shared li a:before {
	font-size: 20px;
	display: block;
	margin: 0px auto 1vw;
}
/* .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;
} */
.ft_fixed_shared.ft_a li {
	width: 100%;
}
.ft_fixed_shared.ft_b li {
	width: 50%;
}
.ft_fixed_shared.ft_c li {
	width: calc((100% - 50px)/3);
}
.ft_fixed_shared #pagetop {
	position: relative;
	top: auto;
	bottom: auto;
	width: 24px;
}
.ft_fixed_shared #pagetop:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
.ft_d a, .ft_c a, .ft_b a, .ft_a a {
	padding: 3px 10px 3px 0!important;
}
.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
	right: 8px !important;
}
.ft_fixed_shared.ft_c li:nth-child(2) {
	min-width: 110px;
}
.ft_fixed_shared.ft_e li {
	border: none;
	width: calc(100% - 174px);
}
.ft_fixed_shared.ft_e li a {
	padding: 8px 23px 8px 0;
}
.ft_fixed_shared.ft_e .btn_reserve {
	padding: 8px 10px;
	width: 130px;
}
.ft_fixed_shared.ft_e .btn_reserve a {
	background-color: #fff;
	color: #000;
	padding: 0 15px 0 0px;
	border-radius: 2px;
}
.ft_fixed_shared.ft_e li.icon-up-dir {
	position: relative;
	top: auto;
	bottom: auto;
	width: 44px;
	border-left: 1px solid #fff;
}
.ft_fixed_shared.ft_e li.icon-up-dir:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
#pagetop {
	bottom: 28vw;
	right: 2%;
	width: 28px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb0{
  padding-bottom: 0 !important;
}
/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/


.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.botan {
	color: #fff;
	padding: 5px 13px !important;
	margin-bottom: 0;
}
.url_btn_copy {
	background: #000;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 0 !important;
	position: relative;
}
.url_btn_copy:after {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.url_btn_copy span {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.btn_pc {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0 !important;
}
.btn_pc a:before {
	padding-right: 5px;
}
.js_full .bx-viewport {
	overflow: visible !important;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.js_full_ext {
	padding-left: 0;
}
.js_full_ext .js_in {
	padding-left: 5%;
}
.js_full_ext img {
	width: 90%;
}
.js_full_ext .bx-prev {
	display: none;
}
.js_full_ext .bx-next {
	right: -18%;
}
.wrap {
	padding: 0px 4%;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
.cl_red {
	color: #E4070B;
}
.fz-10 {
	font-size: 10px;
}
.fz-12 {
	font-size: 12px;
}
.fz-14 {
	font-size: 14px;
}
.fz-16 {
	font-size: 16px;
}
.fz-18 {
	font-size: 18px;
}
.fz-20 {
	font-size: 20px;
}
.fz-22 {
	font-size: 22px;
}
.fz-24 {
	font-size: 24px;
}
.fz-26 {
	font-size: 26px;
}
.fz-28 {
	font-size: 28px;
}
.fz-30 {
	font-size: 30px;
}
#lead {
	padding-top: 10%;
}
.bnr_shared {
	width: 66%;
	margin: 0 auto;
}
.bnr_shared a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px 5px 10px 15px;
	font-size: 15px;
	font-weight: bold;
}
.bnr_shared a .icon-angle-right {
	float: right;
	padding-right: 5px;
}
.bnr_shared_w90 {
	width: 90%;
}
.bnr_shared_w100 {
	width: 100%;
}
.toggle .accor4:after {
	color: #000;
	display: block;
	position: static;
	margin-top: 0;
}
.pop_icon i {
	display: block;
}
.bg_parallax {
  position: relative; }

.img_parallax {
display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background-attachment: initial;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    clip-path: inset(0 0 0 0); 
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important; 
}

.btn-sec{
  font-weight: 400;
  width: 90%;
  padding: 4vw 0px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  background: url('../img/shared/bg_btn.jpg') no-repeat center/ 100% 100%;
}
.btn-sec::before{
	content: '＞';
	position: absolute;
	top: 50%;
	right: 4%;
	font-size: 18px;
	transform: translateY(-50%);
}
.btn-sec:hover{
  opacity: 0.8;
  text-decoration: none;
}
.btn-sec:has(.copied){
	pointer-events: none;
  opacity: 1 !important;
}
.shadow{
	box-shadow: 0px 20px 20px -20px #000;
}

.toggle{
	padding: 6vw 0px;
    position: relative;
    z-index: 1;
    color: #fff;
    background: #22170d;
    text-align: center;
}
.toggle.active{
	padding: 6vw 0px 18vw;
}
.toggle::before{
	content: '▼';
	position: absolute;
	top:30vw;
	left: 0px;
	width: 100%;
	z-index: -1;
	transition: all .3s;
	transform: rotate(0);
}
.toggle.active::before{
	transform: rotate(180deg);
	transition: all .3s;
}
.toggle.active .toggle-link::after,.toggle .toggle-link::after{
	display: none;
}
.toggle h2{
	margin: 0px 25%;
	padding: 0px;
text-align: center;
}
.toggle .toggle-link{
	padding: 0px 0px 8vw;
}

.toggle .toggle-main{
	padding: 8vw 4%;
}
.toggle .toggle-main dl{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    padding: 2vw 0px;
	text-align: left;
}
.toggle .toggle-main dl dt{
}
.toggle .toggle-main dl dd{
}
.toggle .toggle-main h3{
	
}
.toggle .toggle-main .menu_list{
}


.ylD{
	color: #d09f53;
}
.ttl{
	font-size: 6vw;
	text-align: center;
	line-height: 1.6;
	margin: 0px 0px 4vw;
}
.ttl span{
	font-size: 5vw;
}
hr.line{
	border: none;
	width: 100%;
	height: 10px;
	background: url('../img/shared/bg2.jpg') repeat top center;
}
hr.line2{
	border: none;
	width: 100%;
	height: 10px;
	background: url('../img/shared/line.jpg') repeat top center;
}
/* 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: url('../img/shared/bg2.jpg') repeat top center;
	  
	  content: '';
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 40px;
	  z-index: 99; }
  
	#ft_fixed {
	  bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
  
	#pagetop {
	  bottom: calc(env(safe-area-inset-bottom) + 90px); }
	  header .menu_toggle{
		height: calc(100vh + 100px) !important;
	} }
  /* 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: url('../img/shared/bg2.jpg') repeat top center;
	  
	  content: '';
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 40px;
	  z-index: 99; }
  
	#ft_fixed {
	  bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
  
	#pagetop {
	  bottom: calc(env(safe-area-inset-bottom) + 90px); } 
	  header .menu_toggle{
		height: calc(100vh + 100px) !important;
	}
	}
  /* 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) {
	footer:after {
	  background: url('../img/shared/bg2.jpg') repeat top center;
	  content: '';
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 40px;
	  z-index: 99; }
  
	#ft_fixed {
	  bottom: calc(env(safe-area-inset-bottom) - 0px);
	}
  
	#pagetop {
	  bottom: calc(env(safe-area-inset-bottom) + 90px); } 
	  header .menu_toggle{
		  height: calc(100vh + 100px) !important;
	  }
  }