/***** ヘッダー＆フッター固有のCSS *****/
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	src: url("/common/fonts/NotoSansJP-Light.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src: url("/common/fonts/NotoSansJP-Regular.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	src: url("/common/fonts/NotoSansJP-Bold.woff2") format("woff2");
	font-display: swap;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #23335F;
}

.btn {
	box-shadow: none!important;
}

#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	z-index: 9999;
	animation: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.navbar-brand img {
	width: 260px;
	height: auto;
}

#toggleBtn {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

#toggleBtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 10%;
	width:80%;
	height: 2px;
	border-radius: 2px;
	background: #ffffff;
}

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

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

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

#toggleBtn.active span:nth-of-type(1) {
	top: 8px;
	transform: translateY(6px) rotate(-135deg);
}

#toggleBtn.active span:nth-of-type(2) {
	opacity: 0;
}

#toggleBtn.active span:nth-of-type(3) {
	top: 20px;
	transform: translateY(-6px) rotate(135deg);
}

#dropdownMenuButton img {
	width: 32px;
}

.dropdown-menu {
	min-width: auto;
	width: 100%;
	padding: .5rem 0 1rem;
	border: 0;
	border-radius: 0;
}

.dropdown-language .dropdown-menu {
	top: 80px;
}

.nav-item .dropdown-menu {
	top: 3.7rem;
}

.nav-item button {
	outline: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    opacity: 0.6;
	background-color: #23335F;
}

.footer-logo {
	width: 260px;
}

.p-language {
	padding: 0 2rem 0 2rem;
}
@media screen and (max-width: 1300px) {
	.text-size-lg {
		font-size: 14.6px;
		padding: 0.5rem !important;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-brand img {
		width: 210px;
	}

	.dropdown-menu {
		top: 64px;
	}

	#toggleContent {
		position: absolute;
		top: 66px;
		width: 100%;
		z-index: 10;
		transition: height .3s;
	}
}

@media screen and (min-width: 1200px) {
	.price-area {
		width: 8.3rem;
	}

	.snow-activity-area {
		width: 11.5rem;
	}

	.info-area {
		width: 11.8rem;
	}
}