#front-header {
	background-color: var(--vk-color-custom-2);
	width: 100%;
	height: 100vh;
	margin: 0;
	padding-left: 15px;
}
.front-header-top{font-size: .75em;margin: .5em 0}
.front-header-top p{margin-bottom: 1em}
.front-content{padding-top: 60px!important;padding-bottom: 60px!important}
.front-header-text-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-block-start: 0;
}
.front-header-text{writing-mode: vertical-rl;/* margin-top: 2vh; */padding: 1em;font-size: 1.25rem;}
.front-header-text .front-header-catch{margin-left: 1.5em}
.front-header-text .front-header-catch-link{margin: 0;text-align: right}
.front-header-text .front-header-catch-link::after{	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	background-color: var(--vk-color-primary);
	color: #fff;
	padding: .5em;
	border-radius: 50%;
	margin-top: 10px;
}
.front-header-text .front-header-catch-link a{text-decoration: none}
.front-header-columns{margin-bottom: 0}

.front-mobile-nav-menu-btn {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border: none;
	border-radius: 0;
	background: url("../images/menu-btn-black.svg") no-repeat center 7px/30px;
	padding-bottom: 5px;
	background-color: var(--vk-color-custom-2);
	text-indent: -9999px;
	cursor: pointer;
}

.front-mobile-nav-menu-btn::after {
	content: "MENU";
	color: #333;
	font-size: .75em;
	text-indent: 0
}
#whatsohenro{
	padding-bottom: 15% !important;
	overflow: visible;
	position: relative;
	padding-top: 0!important;
}
#whatsohenro::after{content: url("../images/bottom_wave.svg");margin: 0;width: 100%;height: auto;position: absolute;bottom: -5px;left: 0;z-index: 1;}
#whatsohenro .slick-slide img {
	display: block;
	margin: 0 auto;
}
#tours .slick-slider{max-width: calc(var(--vk-width-container) + var(--vk-width-container-padding));margin-right: calc(50% - 50vw);}
#tours .slick-slider .thumb-box{margin: 10px;max-width:260px}
#tours .slick-slider .thumb-box .wp-block-post-text{background-color: var(--vk-color-custom-2);}
@media (min-width: 992px) {
	body.device-pc #front-mobile-nav-menu-btn{width: 80px;height: 70px;background-size: 40px;}
	body.device-pc #front-mobile-nav-menu-btn.fixed{position: fixed;top: 0;right: 0;z-index: 3000}
	.front-header-columns{flex-direction: row-reverse;max-height: calc(100vh - 130px);}
.front-header-columns .front-header-column-left{flex-basis: 35%!important;}
.front-header-columns .front-header-column-right{flex-basis: 65%!important}
.front-header-text-wrap{
	height: 100%;
	padding-left: 3.2vw;
}
.front-header-text-wrap .site-catch{margin: auto auto 5px;font-size: .75em;width: 150px;word-break: keep-all;text-align: center;}
	.front-header-text-wrap .site-name{margin: 0 auto;display: block;text-align: center;}
.front-header-text-wrap .site-header-logo{margin: 0 auto 30px;flex-direction: column;}
.front-header-text-wrap .site-header-logo img{max-height: none}
	
}
	@media (max-width: 992px) {
		#front-header{height: calc(100vh - 42px)}
	.front-mobile-nav-menu-btn{display: none}
		.site-catch{
	position: absolute;
	left: 3.2vw;
	top: 5px;
	z-index: 2000;
	margin-top: 0;
	font-size: .75em;
	}
		.front-header-top{display: none}
		
		.site-header-logo{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	margin-top: 15px;
	padding-top: 10px;
			display: flex
	}
		#front-slider{margin-top: 70px;}
		#google_language_translator{display: none}
	}

.front-slider {
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius:0 0 0 3.2vw;
	overflow: hidden;
}
.front-slider .slick-slide {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 80vh;
}
.front-slider .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 180px;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.front-slider .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
}
.front-slider .slick-next {
	right: 0;
}
.front-slider .slick-prev {
	left: 0;
}
.front-slider .slick-next::before {
	left: 20px;
}
.front-slider .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
}
#front-slider{position: relative}
.dots .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	margin-right: 10px;
}
.dots .slick-dots li {
	display: inline-block;
	margin: 5px;
}
.dots .slick-dots button {
	display: block;
	width: 7px;
	height: 7px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
}
.dots .slick-dots .slick-active button {
	background: #d1d1d1;
}
	@media (max-width: 992px) {
		.front-slider .slick-slide{height: 55vh;}
	}