.container-fluid.z-1000 {
	position: relative;
	z-index: 1000;
}

@media (min-width: 1200px) {
	.container-fluid.z-1000 {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.header-logo {
		display: flex;
		background: var(--site-light);
	}
	.header-logo img {
		width: 100%;
		height: auto;
	}
	
	.header-logo:hover {
		opacity: .7;
	}
}
@media (max-width: 1200px) {
	.container-fluid.z-1000 {
		position: absolute;
	}
}
@media (max-width: 992px) {
	#header {
		position: relative;
		min-height: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.header-logo {
		display: block;
		margin-top: 8px;
		padding: 5px 12px !important;
	}
	.header-logo img {
		width: 60%;
	}
}

/* 開閉ボタン */
#toggleBtn {
	position: fixed;
	top: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--main-navy);
	z-index: 9998;
}

#toggleBtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	width: 20px;
	height: 2px;
	border-radius: 2px;
	background: var(--site-light);
}

#toggleBtn span:nth-of-type(1) {
	top: 14px;
}

#toggleBtn span:nth-of-type(2) {
	top: 22px;
}

#toggleBtn span:nth-of-type(3) {
	top: 30px;
}

/* メニュー展開時 閉ボタン */
/* バーガーメニューを参照し、展開中のみ適用 */
#header #toggleBtn:has(+ .offcanvas.show:not(.hiding)),
#header #toggleBtn:has(+ .offcanvas.showing) {
	background: var(--site-light);
}

/* 線の色を反転 */
#header #toggleBtn:has(+ .offcanvas.show:not(.hiding)) span,
#header #toggleBtn:has(+ .offcanvas.showing) span {
	background: var(--main-navy);
}
#header #toggleBtn:has(+ .offcanvas.show:not(.hiding)) span:nth-of-type(1),
#header #toggleBtn:has(+ .offcanvas.showing) span:nth-of-type(1) {
	top: 16px;
	transform: translateY(6px) rotate(-135deg);
}

#header #toggleBtn:has(+ .offcanvas.show:not(.hiding)) span:nth-of-type(2),
#header #toggleBtn:has(+ .offcanvas.showing) span:nth-of-type(2) {
	opacity: 0;
}

#header #toggleBtn:has(+ .offcanvas.show:not(.hiding)) span:nth-of-type(3),
#header #toggleBtn:has(+ .offcanvas.showing) span:nth-of-type(3) {
	top: 30px;
	transform: translateY(-8px) rotate(135deg);
}

.header-xl a:hover,
.dropdown-lang a:hover {
	color: var(--main-blue) !important;
}

.btn-lang {
	transition: background-color 0.2s ease;
}
.btn-lang img {
	transition: filter 0.2s ease;
}

.btn-lang:hover {
	background-color: var(--main-navy) !important;
}

.btn-lang:hover img {
	filter: brightness(0) invert(1);
}

.header-sp-list-item {
	font-size: 15px;
}

.cta-otoku {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	transform: translate(-50%, -50%);
}

footer {
	background-image: url(/common/img/bg_tex.gif);
	background-repeat: repeat;
}

.text-footer-sitemap {
	font-size: 15px;
}
.text-footer-sitemap:hover, .text-footer-sitename:hover {
	color: var(--main-blue);
	text-decoration: none!important;
}
.text-footer-sitename-is:hover {
	color: var(--main-blue);
	text-decoration-color: var(--main-blue) !important;
}

.bg-footer-pickup {
	height: clamp(11.25rem, 10.264rem + 4.2071vw, 15.3125rem);
	position: relative;
	overflow: hidden;
	background: none;
}
.bg-footer-pickup::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform 0.5s ease;
}

.bg-footer-pickup > * {
	position: relative;
	z-index: 1;
}
.bg-footer-pickup:hover::before {
	transform: scale(1.1);
}
.bg-footer-pickup .footer-pickup-inner {
	transition: transform 0.35s ease;
}
.bg-footer-pickup:hover .footer-pickup-inner {
	transform: scale(1.1);
}

.bg-footer-pickup .footer-pickup-arrow {
	transition: transform 0.35s ease;
}
.bg-footer-pickup:hover .footer-pickup-arrow {
	transform: translateX(5px);
}

.bg-footer-pickup.gelande::before {
	background-image: url('/common/img/bg_bnr_gelande.webp');
}

.bg-footer-pickup.recommended::before {
	background-image: url('/common/img/bg_bnr_recommend.webp');
}

.bg-footer-pickup.activity::before {
	background-image: url('/common/img/bg_bnr_activity.webp');
}

.bg-footer-pickup.rental::before {
	background-image: url('/common/img/bg_bnr_rental.webp');
}

.bg-footer-pickup.restaurant::before {
	background-image: url('/common/img/bg_bnr_restaurant.webp');
}

.bg-footer-pickup.family::before {
	background-image: url('/common/img/bg_bnr_family.webp');
}

.sub-bnr-icon {
	transition: transform 0.35s ease;
}

.bg-footer-info:hover .sub-bnr-icon {
	transform: scale(1.1);
}

.footer-pickup-arrow {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.5rem;
	right: 0.5rem;
	padding: 0.25rem 0.6rem;
	background: var(--main-navy);
	border-radius: 0.5rem;
	transition: transform 0.35s ease;
}

.pickup-arrow-icon {
	width: 16.3px;
	height: 4px;
}

.bg-footer-pickup:hover .footer-pickup-arrow, .bg-footer-info:hover .footer-sub-pickup-arrow {
	transform: translateX(5px);
}

.footer-sub-pickup-arrow {
	position: absolute;
	display: flex;
	bottom: 0.5rem;
	right: 0.5rem;
	padding: 0.25rem 0.6rem;
	background: var(--site-light);
	color: var(--site-primary);
	border-radius: 0.5rem;
	transition: transform 0.35s ease;
}

.icon-sns-area {
	display: flex;
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	background-color: #FFFFFF;
	justify-content: center;
	align-items: center;
}
.icon-sns-area:hover {
	opacity: .7;
}

.icon-youtube {
	width: 27px;
	height: auto;
}

.icon-instagram {
	width: 26px;
	height: auto;
}

.icon-x {
	width: 20px;
	height: auto;
}

.icon-facebook {
	width: 30px;
	height: auto;
}

@media (min-width: 768px) {
	.pickup-arrow-icon {
		width: 24px;
		height: 7px;
	}
	
	.cta-otoku {
		width: 72px;
		height: 72px;
	}
}

@media (min-width: 1200px) {
	.cta-otoku-area {
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.text-cta-otoku {
		writing-mode: vertical-rl;
		text-orientation: upright;
		line-height: 1.25;
		font-size: 1.125rem;
	}
	
	.cta-otoku {
		width: auto;
		height: auto;
		top: -1.5rem;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	
}