body {
	background-color: #f2f2f2;
	color: #040000;
	font-family: "Spectral", serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.75;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.inbl {
	display: inline-block;
}

.bg-gray {
	background-color: #e8e8e8;
}

[id] {
	scroll-margin-top: 7.5rem; /* ← ヘッダーの高さに合わせて調整 */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	transition: 0.3s;
}

a:hover,
a:focus {
	opacity: 0.7;
	transition: 0.3s;
}

.text-block {
	display: inline-block;
}

.cv {
	background-color: #fff;
	padding-bottom: 8.125rem;
	padding-top: 20.625rem;
	position: relative;
}

.cv--index {
	background-image: url(../images/top/service-bg_bottom.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.cv__deco {
	left: 50%;
	position: absolute;
	top: 12.5rem;
	transform: translateX(-50%);
}

.cv__deco span {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.16em;
	position: relative;
	writing-mode: vertical-rl;
}

.cv__deco span::before {
	background-color: #1a1a1a;
	content: "";
	display: block;
	height: 5.9375rem;
	left: 45%;
	position: absolute;
	top: -6.875rem;
	transform: translateX(-50%);
	width: 0.0625rem;
}

.cv__title {
	font-size: 2.3125rem;
	font-weight: bold;
	letter-spacing: 0.16em;
	text-align: center;
}

.cv__text {
	font-size: 1.125rem;
	letter-spacing: 0.16em;
	line-height: 2;
	margin-top: 3.125rem;
	text-align: center;
}

.cv__link {
	display: flex;
	gap: 3.125rem;
	justify-content: center;
	margin-top: 4.375rem;
}

.cv__link a {
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-direction: column;
	height: 5rem;
	justify-content: center;
	width: 20.625rem;
}

.cv__link-form {
	align-items: center;
	background-color: #828C4A;
	border: 1px solid #828C4A;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.16em;
	text-align: center;
}

.cv__link-form:hover {
	background-color: #fff;
	color: #828C4A;
}

.cv__link-tel {
	border: 0.09375rem solid #040000;
	font-weight: bold;
	gap: 0.3125rem;
	padding-left: 5.3125rem;
	position: relative;
}

.cv__link-tel::before {
	aspect-ratio: 1/1;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	left: 1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.625rem;
}

.cv__link-tel-num {
	font-size: 1.6875rem;
	letter-spacing: 0.18em;
	line-height: 1;
}

.cv__link-tel-text {
	font-size: 0.8125rem;
	letter-spacing: 0.069em;
}

.drower-button {
	-webkit-text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #040000;
	border: none;
	box-shadow: 0 0 2rem transparent;
	cursor: pointer;
	display: none;
	margin: 0;
	outline: none;
	padding: 1.5625rem;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: 2rem;
	z-index: 999;
}

.drower-button__line {
	background-color: #fff;
	border-radius: 0.0625rem;
	bottom: 0;
	height: 0.125rem;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: inherit;
	width: 1.5625rem;
}

.drower-button__line::before,
.drower-button__line::after {
	background-color: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	transition: inherit;
	width: 100%;
}

.drower-button__line::before {
	top: -0.625rem;
}

.drower-button__line::after {
	top: 0.625rem;
}

.drower-button[aria-expanded=true] .drower-button__line {
	background-color: transparent;
	width: 1.5625rem;
}

.drower-button[aria-expanded=true] .drower-button__line::before,
.drower-button[aria-expanded=true] .drower-button__line::after {
	background-color: #fff;
	top: 0;
}

.drower-button[aria-expanded=true] .drower-button__line::before {
	transform: rotate(45deg);
	transform-origin: center;
}

.drower-button[aria-expanded=true] .drower-button__line::after {
	transform: rotate(-45deg);
	transform-origin: center;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	font-family: inherit;
	font-size: 1.125rem; /*↓カスタム */
	margin-top: 0.5rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 2px solid #374578;
	outline: none;
}

[type=text]:focus-visible,
[type=search]:focus-visible,
[type=tel]:focus-visible,
[type=url]:focus-visible,
[type=email]:focus-visible,
[type=password]:focus-visible,
[type=date]:focus-visible,
textarea:focus-visible {
	border: 2px solid #374578;
	outline: none;
}

[type=tel] {
	width: 100%;
}

button,
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 3.125rem;
	color: #040000;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	padding: 1.125rem 4.5rem;
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 1.125rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #8c8c8c;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #374578;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.25rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 2rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #8c8c8c;
	content: "";
	display: block;
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 3px solid #374578;
	border-left: 3px solid #374578;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.35rem;
}

textarea {
	height: 13.75rem;
	width: 100%;
}

.is-fixed {
	height: 100%;
	overflow: hidden;
}

.link-btn {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.link-btn span {
	font-size: 1.75rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.link-btn::after {
	aspect-ratio: 1/1;
	background-image: url(../images/top/topics-link-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: relative;
	transform: translateX(0);
	transition: transform 0.3s ease;
	width: 2.1875rem;
}

.link-btn:hover {
	opacity: 1;
}

.link-btn:hover::after {
	transform: translateX(10px);
}

.lower-heading-narrow {
	background-image: url(../images/heading/lower-heading-s.webp);
	background-repeat: no-repeat;
	background-size: cover;
	height: 34.375rem;
	position: relative;
}

.lower-heading-narrow__title {
	color: #fff;
	font-size: 5.9375rem;
	font-weight: 300;
	left: 49.5%;
	position: absolute;
	top: calc((100% - 7.5rem + 3.125rem) / 2);
	transform: translateX(-50%);
	z-index: 1;
}

.lower-heading-simple {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 11.25rem;
	padding-top: 18.75rem;
}

.lower-heading-simple__title {
	border-bottom: 1px solid #040000;
	font-size: 7.5rem;
	font-weight: 300;
	line-height: 1;
	margin-right: calc(50% - 50vw);
	padding-bottom: 0.3em;
}

.lower-heading-simple-text {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 2.625rem;
	max-width: 69.375rem;
}

.lower-heading-wide {
	background-repeat: no-repeat;
	background-size: cover;
	height: 75rem;
	height: 100dvh;
	position: relative;
}

.lower-heading-wide.--rooms {
	background-image: url(../images/heading/lower-heading-l_rooms.webp);
}

.lower-heading-wide.--restaurant-maps {
	background-image: url(../images/heading/lower-heading-l_restaurant.webp);
}

.lower-heading-wide.--ski-info {
	background-image: url(../images/heading/lower-heading-l_ski.webp);
}

.lower-heading-wide__text {
	bottom: 7.75rem;
	color: #fff;
	left: 19.375rem;
	position: absolute;
	width: calc(100% - 19.375rem);
}

.lower-heading-wide__text-body {
	position: relative;
}

.lower-heading-wide__title {
	border-bottom: 1px solid #fff;
	font-size: 9.375rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 2.25rem;
	text-transform: capitalize;
}

.lower-heading-wide__scroll {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	gap: 1.125rem;
	left: -6.5625rem;
	line-height: 1;
	position: absolute;
	text-orientation: mixed;
	top: 0.25rem;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.lower-heading-wide__scroll .--line {
	background-color: #fff;
	height: 3em;
	width: 1px;
}

/* テキストリーダーで読み上げるけど表示はさせない */

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.text {
	font-size: 1.4375rem;
}

.top-section-title {
	font-size: 4.6875rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
}

.visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	clip-path: inset(50%);
	height: 0.0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0.0625rem;
}

.footer {
	background-color: #374578;
	color: #fff;
	display: flex;
}

.footer .inner {
	display: contents;
}

.footer__info {
	flex-basis: 37.7%;
	padding-bottom: 9.375rem;
	padding-left: 5.8vw;
	padding-top: 5rem;
}

.footer__logo {
	width: 19.875rem;
}

.footer__logo img {
	aspect-ratio: 318.7/30.76;
}

.footer__address {
	font-style: normal;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 1.875rem;
}

.footer__address-top {
	font-size: 1.25rem;
}

.footer__address-bottom {
	font-size: 1.125rem;
	margin-top: 1.375rem;
}

.footer__address-link {
	margin-top: 2.375rem;
}

.footer__address-link a {
	align-items: center;
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	color: #374578;
	display: flex;
	font-size: 1.375rem;
	font-weight: 500;
	gap: 0.625rem;
	height: 3.875rem;
	justify-content: center;
	line-height: 3.875rem;
	position: relative;
	width: 13.125rem;
}

.footer__address-link a::before {
	aspect-ratio: 178/150;
	background-image: url(../images/common/icon-resevation-blue.svg);
	content: "";
	display: block;
	width: 1.5rem;
}

.footer__nav-wrap {
	background-color: #2C3956;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 2vw;
	padding-left: 5vw;
	padding-right: 5.5vw;
	padding-top: 5rem;
}

.footer__nav {
	flex: 1;
}

.footer__nav-lower-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5625rem;
	row-gap: 1.875rem; /*FAQがない間の仮措置　FAQが入ったら消す*/ /*ここまで*/
}

.footer__nav-lower-item { /*faqを表示させたら活かす*/
}

.footer__nav-lower-item a {
	position: relative;
	white-space: nowrap;
}

.footer__nav-lower-item a::before {
	content: "-";
	padding-right: 0.3em;
}

.footer__nav-lower-item:nth-of-type(1),
.footer__nav-lower-item:nth-of-type(4) {
	width: 9.375rem;
}

.footer__nav-lower-item:nth-of-type(2),
.footer__nav-lower-item:nth-of-type(5) {
	width: 14.375rem;
}

.footer__nav-lower-item:nth-of-type(3),
.footer__nav-lower-item:nth-of-type(6) {
	width: 10.625rem;
}

.footer__nav-sns {
	margin-top: 4.6875rem;
}

.footer__nav-sns-list {
	display: flex;
	gap: 3.5rem;
}

.footer__nav-sns-item img {
	height: 2.09375rem;
}

.footer__nav-sns-item.--insta img {
	aspect-ratio: 1/1;
}

.footer__nav-sns-item.--facebook img {
	aspect-ratio: 1/1;
}

.footer__nav-sns-item.--map img {
	aspect-ratio: 31/33;
}

.footer__related-links {
	display: flex;
	flex-basis: max(150px, 32%);
	flex-direction: column;
	gap: 2.5rem;
}

.header {
	font-size: 16px;
	height: 7.5rem;
	padding-left: 5rem;
	position: relative;
	transition: 0.3s;
	z-index: 100;
}

.header.open {
	transition: 0.3s;
}

.header.--gray {
	background-color: rgba(0, 0, 0, 0.8);
}

.header.--gray button {
	background-color: transparent;
}

.header--top {
	background-color: transparent;
	color: #040000;
}

.header--lower {
	background-color: #040000;
	color: #fff;
	left: 0;
	padding-left: 2.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header--lower .header__logo {
	padding-top: 0.625rem;
}

.header--lower .header__logo img {
	width: 21.4375rem;
}

.header--lower .header__logo-text {
	font-size: 1rem;
}

.header--lower nav ul li.has-child::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

.header--lower .header__nav-item.has-child > a::before {
	background-color: #fff;
}

.header-fixed {
	left: 0;
	position: fixed;
	top: -120px;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	z-index: 1;
	z-index: 100;
}

.header-fixed.is-show {
	top: 0;
	visibility: visible;
}

.header-fixed .header__logo {
	padding-top: 1.25rem;
}

.header__content {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	height: 100%;
	justify-content: space-between;
}

.header__logo {
	padding-top: 2.875rem;
}

.header__logo a {
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
}

.header__logo img {
	height: auto;
	width: 23.9375rem;
}

.header__logo-text {
	display: inline-block;
	font-size: 1.1125rem;
	font-weight: 300;
	line-height: 1;
}

.header__nav {
	display: block;
	height: inherit;
	width: auto;
}

.header__nav nav {
	display: flex;
	font-size: 1.375rem;
	height: inherit;
	line-height: 1;
}

.header__nav-items {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 100%;
	padding-right: 3.125rem;
}

.header__nav-item {
	height: 100%;
	position: relative;
}

.header__nav-item.has-child > a {
	position: relative;
}

.header__nav-item.has-child > a::before {
	background-color: #040000;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 56%;
	position: absolute;
	top: 70%;
	transform: translateX(-50%);
	width: 100%;
}

.header__nav-item a,
.header__nav-item .header__nav-item-text {
	align-items: center;
	display: flex;
	height: inherit;
	padding: 0 0.9375rem;
}

.header__nav-item a:hover,
.header__nav-item .header__nav-item-text:hover {
	color: #374578;
}

.header__nav-item:last-of-type {
	padding-right: 1.125rem;
	position: relative;
}

.header__nav-item.has-child > .header__nav-item-text {
	cursor: default;
}

/*2階層目を持つliの矢印の設定*/

nav ul li.has-child::before {
	border-right: 1px solid #040000;
	border-top: 1px solid #040000;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.75rem;
	top: 3.375rem;
	transform: rotate(135deg);
	width: 0.625rem;
}

/*下の階層を持っているulの指定*/

nav li.has-child ul {
	background: #fff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 5.9375rem;
	transform: translateX(-50%);
	transition: all 0.3s;
	visibility: hidden;
	width: 11.875rem;
	z-index: 4;
}

/*hoverしたら表示*/

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
	opacity: 1;
	visibility: visible;
}

/*ナビゲーションaタグの形状*/

nav li.has-child ul li a {
	border-bottom: solid 1px rgba(255, 255, 255, 0.6);
	color: #040000;
	font-size: 0.9em;
	padding: 0.9375rem 1.125rem;
}

nav li.has-child ul li:last-child > a {
	border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	background: #374578;
	color: #fff;
	opacity: 1;
	transition: 0.3s;
}

.header__banner-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.header__banner-item {
	width: 12.5rem;
}

.header__banner-item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-weight: 500;
	gap: 0.5rem;
	height: 100%;
	justify-content: center;
}

.header__banner-item a::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
}

.header__banner-item a:hover {
	opacity: 0.7;
}

.header__banner-item .--contact {
	background-color: #374578;
}

.header__banner-item .--contact::before {
	aspect-ratio: 188/150;
	background-image: url(../images/common/icon-mail-white.svg);
	width: 1.5rem;
}

.header__banner-item .--resevation {
	background-color: #2C3956;
}

.header__banner-item .--resevation::before {
	aspect-ratio: 178/150;
	background-image: url(../images/common/icon-resevation-white.svg);
	width: 1.5rem;
}

.inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.wide-inner {
	max-width: 1700px;
	position: relative;
}

.middle-inner {
	max-width: 1350px;
}

.narrow-inner {
	max-width: 1250px;
}

.enjoy-inner {
	max-width: 1330px;
}

.faq-inner {
	max-width: 1550px;
}

.single-inner {
	max-width: 1100px;
}

.contact__contents {
	padding-bottom: 8.125rem;
	padding-top: 6.5625rem;
}

.contact__form ::-moz-placeholder {
	color: #ccc;
}

.contact__form ::placeholder {
	color: #ccc;
}

/*********************
form
*********************/

.form__items--2lines {
	grid-gap: 4.6875rem;
	display: grid;
	gap: 4.6875rem;
	grid-template-columns: 1fr 1fr;
}

.form__items--2lines:first-of-type .form__item {
	margin-top: 0;
}

.form__item {
	font-weight: bold;
	margin-top: 2.8125rem;
}

.form__item dt {
	display: flex;
	font-size: 1.5rem;
	font-weight: 300;
	padding-left: 0.3em;
}

.form__item dd {
	margin-top: 0.3125rem;
}

.form__required {
	color: #770505;
	display: inline-block;
	padding-left: 0.3em;
}

.form__input-area--textarea textarea {
	font-weight: 300;
	margin-top: 0;
}

.form__input-area--radio {
	margin-top: 1.25rem !important;
}

.form__input-area--radio {
	border: none;
	padding-left: 0.5em;
}

.form__input-area--radio .wpcf7-list-item:first-of-type {
	margin-left: 0;
}

.form__input-area input {
	font-size: 1.75rem;
	font-weight: 300;
	height: 4.6875rem;
	margin-top: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.form__input-area--textarea textarea {
	font-size: 1.75rem;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.form__input-area--radio input {
	height: auto;
}

.contact__form-policy {
	margin-top: 6.5625rem;
}

.form-policy__title {
	font-size: 1.625rem;
	letter-spacing: 0.05em;
	text-align: center;
}

.form-policy {
	background-color: #fff;
	font-size: 1rem;
	font-size: 1.375rem;
	height: 35.625rem;
	line-height: 1.8;
	margin-top: 3.75rem;
	overflow-y: scroll;
	padding: 3.125rem 5rem;
}

.form-policy__subtitle {
	font-weight: 500;
	margin-top: 1.875rem;
}

.form-policy__subtitle.--first {
	margin-top: 0;
}

.form-policy__text {
	line-height: 1.7;
	margin-top: -0.2em;
}

.form-policy__sublist {
	line-height: 1.6;
	margin-left: -0.3em;
	margin-top: 1.6em;
}

.form-policy__sublist.--collect li:last-of-type::before {
	content: none;
}

.form__agree {
	margin-top: 5.3125rem;
	text-align: center;
}

.form-policy__subitem {
	text-indent: 0.5em;
}

.form-policy__subitem::before {
	content: "-";
}

.form__submit {
	margin-top: 1.875rem;
	position: relative;
}

.form__submit input {
	align-items: center;
	background-color: #374578;
	border-radius: calc(infinity * 1px);
	color: #fff;
	display: flex;
	font-size: 1.375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	text-align: center;
	width: 100%;
}

.form__submit .wpcf7-spinner {
	opacity: 0;
	position: absolute;
}

.contact__thanks {
	padding-bottom: 12.5rem;
	padding-top: 6.5625rem;
}

.contact__thanks-title {
	font-size: 2.5rem;
	font-weight: 300;
}

.contact__thanks-text {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.contact__thanks-link {
	margin-top: 6.25rem;
}

.contact__thanks-link a {
	background-color: #374578;
	border-radius: calc(infinity * 1px);
	color: #fff;
	font-size: 1.5rem;
	padding: 0.4em 3em;
}

.faq__contents {
	padding-bottom: 12.5rem;
	padding-top: 9.0625rem;
}

.faq__cat-wrap {
	grid-gap: 8.75rem 6.875rem;
	display: grid;
	gap: 8.75rem 6.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.faq__cat-title {
	background-color: #374578;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 300;
	height: 3.875rem;
	line-height: 3.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.75rem;
	text-align: center;
}

.faq__items {
	border-top: 1px solid #040000;
	margin-top: 5.625rem;
}

.faq__item {
	border-bottom: 1px solid #040000;
	font-size: 1.25rem;
	padding-bottom: 1.5rem;
	padding-right: 4.375rem;
	padding-top: 1.875rem;
}

.faq__item[open] .faq-item__question::before {
	background-image: url(../images/lower/faq-.svg);
}

.faq-item__question {
	cursor: pointer;
	position: relative;
}

.faq-item__question::before {
	background-image: url(../images/lower/faq+.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2rem;
	position: absolute;
	right: -3.125rem;
	top: 0.5lh;
	transform: translateY(-50%);
	width: 2rem;
}

.faq-item__question::before svg {
	height: 100%;
	width: 100%;
}

.faq-item__question,
.faq-item__answer {
	display: flex;
	gap: 1rem;
}

.faq-item__answer {
	margin-right: -3.125rem;
}

.faq-item-large {
	flex-basis: 3.75rem;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1;
	padding-left: 0.9375rem;
	text-align: center;
}

.faq-item__question-q {
	color: #583c3e;
}

.faq-item__answer-a {
	color: #41417a;
	padding-top: 2.1875rem;
}

.faq-item__question-text,
.faq-item__answer-text {
	flex: 1;
}

.faq-item__question-text {
	font-weight: 500;
	line-height: 1.66;
}

.faq-item__answer-text {
	padding-bottom: 0.5rem;
	padding-top: 1.875rem;
}

.faq-item__answer-text > * + * {
	margin-top: 1em;
}

.faq-item__answer-text a {
	-webkit-text-decoration: underline;
	color: #374578;
	text-decoration: underline;
}

.faq__other-link {
	margin-top: 6.25rem;
}

.faq__other-link a {
	background-color: #2C3956;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	height: 3.75rem;
	line-height: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
}

.house-rules__contents {
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.house-rules__title {
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	padding-left: 0.7em;
	position: relative;
}

.house-rules__title::before {
	background-color: #374578;
	content: "";
	display: block;
	height: 0.8em;
	left: 0;
	position: absolute;
	top: 0.5lh;
	transform: translateY(-50%);
	width: 0.375rem;
}

.house-rules__item:nth-of-type(n+2) {
	border-top: 1px solid #ccc;
	margin-top: 5rem;
	padding-top: 5rem;
}

.house-rules__item-text {
	font-size: 1.375rem;
}

.house-rules__item-text h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 2.5rem;
}

.house-rules__item-text p {
	margin-top: 0.75rem;
}

.house-rules__item-text .wp-block-flexible-table-block-table {
	margin-top: 1.875rem;
}

.house-rules__item-text .wp-block-flexible-table-block-table + p {
	margin-top: 1.875rem;
}

.house-rules__item-text .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.house-rules__item-text .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}

.house-rules__item-text table {
	border-collapse: collapse;
}

.house-rules__item-text table th {
	font-weight: 500;
}

.restaurant-maps__contents {
	padding-bottom: 16.25rem;
	padding-top: 6.5625rem;
}

.restaurant-maps__lead-text {
	font-size: 1.875rem;
	line-height: 1.8;
	text-align: center;
}

.restaurant-maps__list {
	margin-top: 7.1875rem;
}

.restaurant-maps__list > * + * {
	margin-top: 9.6875rem;
	margin-top: 5rem;
}

.restaurant-maps__item {
	display: flex;
	gap: 4rem;
}

.restaurant-maps__item:last-of-type dd {
	margin-right: -2em;
}

.restaurant-maps__item-img {
	flex-basis: 31.25rem;
}

.restaurant-maps__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.restaurant-maps__item-body {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.restaurant-maps__item-title {
	font-size: 2.1875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	padding-left: 0.2em;
}

.restaurant-maps__item-data-wrap {
	border-bottom: 1px solid #2e2c2b;
	flex: 1;
	margin-top: 1.875rem;
}

.restaurant-maps__item-data {
	border-top: 1px solid #2e2c2b;
	color: #2e2c2b;
	display: flex;
	font-size: 1.25rem;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	padding-top: 0.8em;
}

.restaurant-maps__item-data:last-of-type {
	padding-top: 0.7em;
}

.restaurant-maps__item-data dt {
	flex-basis: 15.625rem;
	font-weight: 500;
}

.restaurant-maps__item-data dd {
	flex: 1;
}

.restaurant-maps__map {
	aspect-ratio: 1505/874;
	background-color: #ccc;
	margin-top: 12.5rem;
}

.restaurant-maps__map iframe {
	border: none;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.rooms__facilities {
	background-color: #2D2C5B;
	color: #fff;
	overflow: hidden;
	padding-bottom: 18.75rem;
	padding-top: 12.5rem;
}

.rooms__facilities-title {
	border-bottom: 1px solid #fff;
	font-size: 9.375rem;
	font-weight: 300;
	line-height: 1;
	margin-right: calc(50% - 50vw);
	padding-bottom: 0.25em;
	padding-left: 0.625rem;
}

.rooms__facilities-list {
	grid-gap: 8.125rem 12.5rem;
	display: grid;
	gap: 8.125rem 12.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 8.4375rem;
}

.rooms__facilities-item-title {
	font-size: 3.125rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
}

.rooms__facilities-item-img {
	margin-top: 2.5rem;
}

.rooms__facilities-item-img img {
	-o-object-fit: cover;
	aspect-ratio: 550/400;
	height: 100%;
	object-fit: cover;
}

.rooms__facilities-item-text {
	margin-top: 2.5rem;
	padding-left: 0.7em;
	padding-right: 0.7em;
}

.rooms__contents {
	overflow: hidden;
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
}

.rooms__list > * + * {
	margin-top: 18.75rem;
}

.rooms__img {
	margin-right: calc(50% - 50vw);
	padding-left: 8.75rem;
}

.rooms__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.rooms__item-heading {
	background-color: #fff;
	margin-top: -10.5rem;
	padding: 4rem 3.75rem 3.75rem;
	position: relative;
	width: 100%;
}

.rooms__item-heading-title {
	font-size: 5rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1;
}

.rooms__item-heading-body {
	margin-top: 3.125rem;
}

.rooms__item-heading-text {
	margin-top: 2.5rem;
}

.rooms__item-heading-text .text {
	font-size: 1.25rem;
	line-height: 1.5;
}

.rooms__item-heading-text * + * {
	margin-top: 1.5em;
}

.rooms__item-heading-data {
	display: flex;
	gap: 3.125rem;
	letter-spacing: 0.02em;
}

.rooms__item-heading-data dt {
	font-size: 1.125rem;
}

.rooms__item-heading-data dd {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
}

.rooms__item-heading-data-item {
	align-items: center;
	display: flex;
	gap: 7.125rem;
}

.rooms__item-heading-data-item dt {
	position: relative;
}

.rooms__item-heading-data-item dt::before {
	background-color: #040000;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: -6.3rem;
	top: 50%;
	width: 4em;
}

.rooms__item-points {
	grid-gap: 8.125rem;
	display: grid;
	gap: 8.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.875rem;
}

.rooms__item-point-text {
	margin-top: 1.875rem;
}

.rooms__item-point-img img {
	-o-object-fit: cover;
	aspect-ratio: 60/45;
	height: 100%;
	object-fit: cover;
}

.ski-info__data {
	position: relative;
}

.ski-info__data-contents {
	display: flex;
	gap: 5rem;
	justify-content: space-between;
}

.ski-info__data-dec {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: 10.25rem;
	font-weight: 500;
	line-height: 1.048;
	text-orientation: mixed;
	white-space: nowrap;
	width: 2em;
	writing-mode: vertical-rl;
}

.ski-info__data-body {
	flex-basis: 53.125rem;
}

.ski-info__data-title {
	font-size: 1.5625rem;
	font-weight: 300;
	text-align: center;
}

.ski-info__data-list {
	margin-top: 3.125rem;
}

.ski-info__data-item {
	display: flex;
	font-size: 1.25rem;
}

.ski-info__data-item dt {
	align-items: center;
	border-top: 1px solid #686f9f;
	color: #686f9f;
	display: flex;
	flex-basis: 15rem;
	font-weight: 500;
	padding-bottom: 1.65em;
	padding-left: 1.1em;
	padding-top: 1.75em;
}

.ski-info__data-item dd {
	border-top: 1px solid #a1a1a1;
	flex: 1;
	padding-bottom: 1.65em;
	padding-left: 1.9em;
	padding-right: 1.5em;
	padding-top: 1.75em;
}

.ski-info__data-item dd .--small {
	display: block;
	font-size: 1.1875rem;
	line-height: 1.3;
	max-width: 26.875rem;
	padding-top: 0.3em;
	width: 100%;
}

.ski-info__data-item:last-of-type dt {
	border-bottom: 1px solid #686f9f;
}

.ski-info__data-item:last-of-type dd {
	border-bottom: 1px solid #a1a1a1;
}

.ski-info__data-img-wrap {
	grid-gap: 5.625rem;
	display: grid;
	gap: 5.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.6875rem;
}

.ski-info__rentals {
	margin-top: 12.5rem;
	overflow: hidden;
}

.ski-info__rentals-list {
	grid-gap: 8.75rem;
	display: grid;
	gap: 8.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.875rem;
}

.ski-info__rentals-item-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.ski-info__rentals-item-name {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

.ski-info__rentals-item-info {
	font-size: 1.5rem;
	line-height: 1.4;
}

.ski-info__rentals-item-link {
	margin-top: 2.8125rem;
}

.ski-info__rentals-item-link a {
	display: block;
}

.ski-info__rentals-item-link img {
	-o-object-fit: cover;
	aspect-ratio: 560/350;
	height: 100%;
	object-fit: cover;
}

.ski-info__shuttle-service {
	margin-top: 16.25rem;
	overflow: hidden;
}

.ski-info__shuttle-service-contents {
	padding-left: 1rem;
}

.ski-info__shuttle-service-data {
	margin-top: 3.75rem;
}

.ski-info__shuttle-service-data > * + * {
	margin-top: 2.5rem;
}

.shuttle-service-data__item {
	display: flex;
	gap: 1.875rem;
}

.shuttle-service-data__item dt {
	border: 1px solid #374578;
	border-radius: calc(infinity * 1px);
	color: #374578;
	font-size: 1.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	width: 12.5rem;
}

.shuttle-service-data__item dd {
	flex: 1;
}

.ski-info__shuttle-service-map {
	aspect-ratio: 1255/450;
	margin-top: 6.25rem;
}

.ski-info__shuttle-service-map iframe {
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.ski-info__contents {
	padding-bottom: 15rem;
	padding-top: 8.125rem;
}

.ski-info__title {
	border-bottom: 1px solid #040000;
	font-size: 3.75rem;
	font-weight: 300;
	line-height: 1.3;
	margin-right: calc(50% - 50vw);
	padding-bottom: 0.4em;
	padding-left: 0.2em;
}

.ski-info__text {
	margin-top: 3.125rem;
	max-width: 65.625rem;
	width: 100%;
}

.ski-info__text .line {
	display: inline-block;
	font-weight: 500;
	position: relative;
	z-index: 0;
}

.ski-info__text .line::before {
	background-color: #ffff80;
	bottom: 0.3em;
	content: "";
	display: block;
	height: 0.434em;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.about {
	padding-top: 6.5625rem;
}

.about__title {
	font-size: 3.75rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.65;
	text-align: center;
}

.about__contents {
	display: flex;
	gap: 5.625rem;
	margin-top: 5rem;
}

.about__movie {
	background-color: #ccc;
	flex-basis: 28.125rem;
	height: 43.75rem;
	margin-top: 0.625rem;
}

.about__movie video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__text {
	flex: 1;
	padding-right: 1.25rem;
}

.about__text > * + * {
	margin-top: 1.9em;
}

.about__text p {
	font-size: 1.75rem;
	letter-spacing: 0.008em;
	line-height: 1.75;
}

.access {
	background-color: #d9d9d9;
	padding-bottom: 8.75rem;
	padding-top: 11.875rem;
}

.access > .inner {
	max-width: 1500px;
}

.access__title {
	font-weight: 500;
}

.access__map {
	background-color: #fff;
	margin-top: 3.125rem;
	padding: 0.9375rem;
}

.access__map iframe {
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	aspect-ratio: 1400/710;
	filter: grayscale(100%);
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.access__movie {
	margin-left: auto;
	margin-right: auto;
	margin-top: 8.4375rem;
	max-width: 58.125rem;
}

.access__movie iframe {
	aspect-ratio: 930/522;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.access__route {
	letter-spacing: 0.04em;
	margin-top: 9.375rem;
}

.access__route-list {
	grid-gap: 9.6875rem;
	display: grid;
	gap: 9.6875rem;
	grid-template-columns: repeat(2, 1fr);
}

.access__route-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2.0625rem;
	font-weight: 300;
	gap: 1.25rem;
	justify-content: center;
	line-height: 1;
}

.access__route-title span {
	font-size: 1.5rem;
}

.access__route-body {
	margin-top: 3.75rem;
	position: relative;
}

.access__route-body::before {
	background-image: repeating-linear-gradient(180deg, #666666, #666666 3px, transparent 3px, transparent 5px);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 1px 100%;
	content: "";
	display: block;
	height: calc(100% - 5.625rem);
	left: 3.4375rem;
	position: absolute;
	top: 2.5rem;
	width: 1px;
	z-index: 1;
}

.access__route-detail-top {
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	color: #535353;
	display: block;
	font-size: 1.875rem;
	height: 5.5rem;
	line-height: 5.5rem;
	padding-left: 5.625rem;
	position: relative;
}

.access__route-detail-top::before {
	aspect-ratio: 1/1;
	background-color: #fff;
	background-image: url(../images/top/top-rute-icon.svg);
	border-radius: 50%;
	content: "";
	display: block;
	left: 2.6875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
	z-index: 10;
}

.access__route-detail-top.--last {
	background-color: #374578;
	color: #fff;
}

.access__route-detail-top.--last::before {
	background-color: #374578;
}

.access__route-detail-bottom {
	display: block;
	font-size: 1.125rem;
	padding-bottom: 1.25rem;
	padding-left: 5.625rem;
	padding-top: 1.25rem;
}

.access__route-caution {
	font-size: 1.375rem;
	line-height: 1.75;
	margin-top: 5.625rem;
}

.access__route-pdf {
	display: flex;
	gap: 12.5rem;
	justify-content: center;
	margin-top: 5.625rem;
}

.access__route-pdf-link {
	font-size: 1.75rem;
}

.access__route-pdf-link .link-btn {
	justify-content: center;
}

.mv {
	margin-top: 2.5rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.mv__inner {
	margin-left: 4.5rem;
	margin-right: 4.5rem;
}

.mv__loop-wrap {
	align-items: center;
	display: flex;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.mv__loop-area {
	animation: loop-slide 50s infinite linear 1s both;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mv__loop-content {
	color: #fff;
	font-size: 13vw;
	line-height: 1;
	opacity: 0.8;
	padding-bottom: 0.625rem;
	white-space: nowrap;
}

.top-enjoy {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.top-enjoy__title {
	font-size: 7.875rem;
	font-weight: 300;
	left: 6.875rem;
	left: calc(50% - min(45.5vw, 50.3rem));
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.57;
	position: absolute;
	text-orientation: mixed; /* 英数字は横向きのまま */
	top: 15.2%;
	white-space: nowrap;
	writing-mode: vertical-rl; /* 縦書き：右→左 */
	z-index: 1;
}

.top-enjoy__item {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.3125rem;
	padding-top: 9.0625rem;
}

.top-enjoy__item.--snowboarding {
	background-image: url(../images/top/top-enjoy-bg01.webp);
}

.top-enjoy__item.--snowboarding .top-enjoy__item-link a {
	background-color: #000072;
}

.top-enjoy__item.--hot-spring {
	background-image: url(../images/top/top-enjoy-bg02.webp);
}

.top-enjoy__item.--hot-spring .top-enjoy__item-contents {
	flex-direction: row-reverse;
}

.top-enjoy__item.--hot-spring .top-enjoy__item-link a {
	background-color: #836524;
}

.top-enjoy__item.--restaurant-maps {
	background-image: url(../images/top/top-enjoy-bg03.webp);
}

.top-enjoy__item.--restaurant-maps .top-enjoy__item-link a {
	background-color: #726759;
}

.top-enjoy__item:nth-of-type(odd) .top-enjoy__item-img-sub {
	margin-left: auto;
}

.top-enjoy__item:nth-of-type(even) .top-enjoy__item-img-sub {
	margin-left: 6.25rem;
}

.top-enjoy__item-contents {
	display: flex;
	gap: 10rem;
	left: 6.25rem;
	position: relative;
}

.top-enjoy__item-body {
	flex: 1;
	margin-top: 0.625rem;
}

.top-enjoy__item-title {
	font-size: 4.375rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.26;
}

.top-enjoy__item-text {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 1.875rem;
}

.top-enjoy__item-link {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 2.5rem;
	position: relative;
}

.top-enjoy__item-link a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.375rem;
	height: 3.75rem;
	line-height: 1;
	max-width: 22.5rem;
	padding-left: 0.8em;
	position: relative;
	width: 100%;
}

.top-enjoy__item-link a::before {
	aspect-ratio: 6.7/11.4;
	background-image: url(../images/top/top-enjoy-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	right: 0.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.top-enjoy__item-img {
	flex-basis: 28.125rem;
}

.top-enjoy__item-img-main {
	width: 23.75rem;
}

.top-enjoy__item-img-sub {
	margin-top: 5rem;
	width: 21.875rem;
}

.top-rooms {
	margin-top: 11.25rem;
}

.top-rooms__heading {
	align-items: flex-end;
	display: flex;
	gap: 3.125rem;
	padding-bottom: 4.0625rem;
}

.top-rooms__heading-text {
	font-size: 1.3125rem;
	line-height: 1.5;
	padding-bottom: 0.625rem;
}

.top-rooms__list {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
}

.top-rooms__item {
	overflow: hidden;
}

.top-rooms__item:nth-of-type(1) a {
	background-image: url(../images/top/top-rooms01.jpg);
}

.top-rooms__item:nth-of-type(2) a {
	background-image: url(../images/top/top-rooms02.jpg);
}

.top-rooms__item:nth-of-type(3) a {
	background-image: url(../images/top/top-rooms04.jpg);
}

.top-rooms__item:nth-of-type(4) a {
	background-image: url(../images/top/top-rooms03.jpg);
}

.top-rooms__item-link {
	align-items: center;
	aspect-ratio: 960/650;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	transition: 0.6s;
}

.top-rooms__item-link:hover {
	opacity: 1;
	transform: scale(1.08);
	transition: 0.6s;
}

.top-rooms__item-link span {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
	opacity: 0.7;
}

.top-rooms__link-area {
	display: flex;
	justify-content: center;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
	text-align: center;
}

.top-topics {
	margin-top: 12.5rem;
}

.top-topics__contents {
	display: flex;
	gap: 2.5rem;
}

.top-topics__heading {
	display: flex;
	flex-basis: 21.25rem;
	flex-direction: column;
	gap: 1.5625rem;
}

.top-topics__link-wrap {
	margin-top: 1.5rem;
}

.top-topics__list {
	flex: 1;
}

.top-topics__list > * + * {
	margin-top: 3.75rem;
}

.top-topics__item a {
	display: flex;
	gap: 3.75rem;
}

.top-topics__img {
	flex-basis: 20rem;
}

.top-topics__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/220;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-topics__body {
	flex: 1;
}

.topics__body-heading {
	align-items: center;
	display: flex;
	gap: 2.6875rem;
	line-height: 1;
	padding-left: 0.3125rem;
	padding-top: 0.0625rem;
}

.topics__date {
	font-size: 1.25rem;
	position: relative;
}

.topics__date::before {
	background-color: #040000;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.topics__cat {
	color: #fff;
	font-size: 1.125rem;
	padding: 0.35em 0.7em 0.3em;
}

.topics__cat.--information {
	background-color: #4E577E;
}

.topics__cat.--snow {
	background-color: #7E7346;
}

.topics__title {
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.46;
	margin-top: 0.8125rem;
}

.main--post {
	background-color: #fff;
	padding-bottom: 9.375rem;
	padding-top: 14.0625rem;
}

.post__title {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 2.5rem;
}

.post__thumbnail {
	aspect-ratio: 1000/500;
	margin-top: 3.75rem;
}

.post__thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.post__body {
	margin-top: 5rem;
}

.post__contents h2 {
	border-bottom: 1px solid #251e1c;
	font-size: 2.0625rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 6.875rem;
	padding-bottom: 0.4em;
}

.post__contents h3 {
	background-color: #374578;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 5.625rem;
	padding: 0.5em 0.9em 0.5em 1.4em;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.post__contents h3::before {
	background-color: #fff;
	content: "";
	height: 0.75lh;
	left: 0.7em;
	position: absolute;
	top: 0.5lh;
	width: 0.25rem;
}

.post__contents h4 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 5rem;
}

.post__contents p {
	word-wrap: break-word;
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.post__contents p + p {
	margin-top: 3.125rem;
}

.post__contents .wp-block-image {
	margin-top: 4.375rem;
}

.single-pagination {
	display: flex;
	font-size: 1.5rem;
	justify-content: space-between;
	margin-top: 5rem;
}

.single-pagination a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.single-pagination a[rel=next] {
	margin-left: auto;
}

.topics__contents {
	padding-bottom: 12.5rem;
	padding-top: 6.875rem;
}

.topics__article-wrap {
	grid-gap: 8.125rem 5rem;
	display: grid;
	gap: 8.125rem 5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 8.75rem;
}

.topics__article a:hover {
	opacity: 1;
}

.topics__article a:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.topics__img {
	aspect-ratio: 480/330;
	overflow: hidden;
}

.topics__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.topics__body-heading {
	margin-top: 1.875rem;
}

.topics__page-nav {
	padding-top: 7.5rem;
}

.topics__page-nav .wp-pagenavi {
	text-align: center;
}

.topics__page-nav .wp-pagenavi span.current {
	background-color: #374578;
	color: #fff;
}

.topics__page-nav .wp-pagenavi a:hover {
	background-color: #374578;
	color: #fff;
}

.topics__page-nav .wp-pagenavi span,
.topics__page-nav .wp-pagenavi a {
	border: none;
	display: inline-block;
	font-size: 1.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	padding: 0;
	width: 2.5rem;
}

.topics__category-list {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 58.75rem;
}

.topics__category-item {
	flex-basis: 13.5rem;
}

.topics__category-item a {
	display: block;
	font-size: 1.5625rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}

.topics__category-item a.is-active {
	color: #fff;
}

.topics__category-item a.is-active.--all {
	background-color: #374578;
}

.topics__category-item a.is-active.--information {
	background-color: #4E577E;
}

.topics__category-item a.is-active.--snow {
	background-color: #7E7346;
}

.topics__category-item a:hover {
	color: #fff;
	opacity: 1;
}

.topics__category-item a.--all:hover {
	background-color: #374578;
}

.topics__category-item a.--information:hover {
	background-color: #4E577E;
}

.topics__category-item a.--snow:hover {
	background-color: #7E7346;
}

@media screen and (min-width: 768px) {

.header__nav {
	display: block !important;
}

}

@media screen and (max-width: 1919px) {

.lower-heading-wide__text {
	left: 16.145vw;
	width: calc(100% - 16.145vw);
}

}

@media screen and (max-width: 1599px) {

.header {
	padding-left: 3.75vw !important;
}

.header--lower {
	padding-left: 2.5rem;
}

.header__logo {
	padding-top: 2.875vw;
}

.header__logo img {
	width: 23.75vw;
}

.header__nav nav {
	font-size: max(12px, 1.375vw);
}

.header__nav-items {
	padding-right: 1.5vw;
}

.header__nav-item a,
.header__nav-item .header__nav-item-text {
	padding: 0.9375vw;
}

.header__nav-item:last-of-type {
	padding-right: 1.125vw;
}

.header__banner-item {
	width: 11.25vw;
}

.mv__inner {
	margin-left: 3.75vw;
	margin-right: 3.75vw;
}

}

@media screen and (max-width: 1499px) {

.lower-heading-wide__title {
	font-size: max(40px, 10vw);
	padding-bottom: 0.2em;
}

.top-enjoy__title {
	font-size: 8vw;
	left: calc(50% - min(47.5vw, 50.3rem));
}

.top-enjoy__item-contents {
	gap: 6.25rem;
	padding-left: 7.5rem;
	position: static;
}

}

@media (max-width: 1300px) {

html {
	font-size: 1.2307692308vw;
}

}

@media screen and (max-width: 1280px) {

.lower-heading-wide {
	height: 50rem;
}

}

@media screen and (max-width: 1024px) {

.topics__article-wrap {
	gap: 6.25rem 3.75rem;
}

}

@media screen and (max-width: 1023px) {

.lower-heading-simple {
	padding-bottom: 8.75rem;
	padding-top: 15.625rem;
}

.faq__cat-wrap {
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.faq__items {
	margin-top: 3.75rem;
}

.restaurant-maps__item:last-of-type dd {
	margin-right: 0;
}

.restaurant-maps__item-data dd br {
	display: none;
}

.rooms__facilities {
	padding-bottom: 12.5rem;
	padding-top: 9.375rem;
}

.rooms__facilities-title {
	font-size: 7.5rem;
}

.rooms__facilities-list {
	gap: 6.25rem 9.375rem;
	margin-top: 6.25rem;
}

.rooms__contents {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.rooms__list > * + * {
	margin-top: 12.5rem;
}

.rooms__item-heading-title {
	font-size: 4.375rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a:hover {
	opacity: 0.8;
}

[id] {
	scroll-margin-top: 4.375rem;
}

.cv {
	padding-top: 15.625rem;
}

.cv__deco {
	top: 8.125rem;
}

.cv__link {
	align-items: center;
	flex-direction: column;
}

.drower-button {
	border-radius: 0;
	display: inline-block;
	height: 4.375rem;
	width: 4.375rem;
}

.lower-heading-narrow {
	height: 18.75rem;
}

.lower-heading-narrow__title {
	font-size: 3.125rem;
	top: calc((100% - 4.375rem + 2.5rem) / 2);
}

.lower-heading-simple {
	padding-bottom: 3.75rem;
	padding-top: 9.375rem;
}

.lower-heading-simple__title {
	font-size: max(2.5rem, 10vw);
}

.lower-heading-simple-text {
	font-size: max(0.875rem, 2.6vw);
	line-height: 1.5;
	margin-top: 1.5em;
}

.lower-heading-wide {
	aspect-ratio: 768/500;
	height: auto;
}

.lower-heading-wide__text {
	bottom: max(30px, 7vw);
	left: 13vw;
	width: calc(100% - 13vw);
}

.lower-heading-wide__scroll {
	font-size: max(8px, 1.83vw);
	gap: 1em;
	left: -6.51vw;
	top: 0;
}

.text {
	font-size: 1.125rem;
}

.top-section-title {
	font-size: 3.75rem;
}

.top-section-title {
	font-size: max(40px, 10vw);
}

.footer {
	flex-direction: column;
}

.footer .inner {
	display: block;
}

.footer__info {
	padding-bottom: 2.5rem;
	padding-left: 0;
	padding-top: 2.5rem;
}

.footer__nav-wrap {
	flex-direction: column;
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.footer__nav-lower-list {
	gap: 1.25rem 3.125rem;
}

.footer__nav-lower-item {
	width: auto !important;
}

.footer__nav-sns {
	margin-top: 2.5rem;
}

.footer__related-links {
	flex-direction: row;
	margin-top: 2.5rem;
}

.header {
	height: 4.375rem;
}

.header-fixed .header__logo {
	padding-top: 0 !important;
}

.header__logo {
	padding-top: 0;
}

.header__logo a {
	gap: 0.375rem;
}

.header__logo img {
	width: 18.75rem !important;
}

.header__logo-text {
	font-size: 0.9375rem !important;
}

.header__nav {
	background-color: #040000;
	color: #fff;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: 10;
}

.header__nav nav {
	flex-direction: column;
	height: calc(100% - 3.75rem);
}

.header__nav-items {
	flex-direction: column;
	gap: 0.9375rem;
	height: auto;
	padding-bottom: 3.125rem;
	padding-right: 0;
	padding-top: 3.125rem;
}

.header__nav-item {
	height: auto;
	max-width: 15.625rem;
	width: 100%;
}

.header__nav-item.has-child > a::before {
	background-color: #fff;
	opacity: 0.6;
	top: 100%;
	width: 70%;
}

.header__nav-item a,
.header__nav-item .header__nav-item-text {
	display: block;
	font-size: 1.125rem;
	text-align: center;
}

.header__nav-item a:hover,
.header__nav-item .header__nav-item-text:hover {
	color: #fff;
}

nav ul li.has-child::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	left: 0;
	right: auto;
	top: 50px;
	transform: rotate(135deg);
	z-index: 10;
}

nav li.has-child ul {
	background-color: transparent;
	left: 50%;
}

nav li.has-child ul li a {
	border-bottom: none;
	color: #fff;
	font-size: 1.125rem;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
	background-color: transparent;
}

nav {
	padding: 0;
}

nav ul {
	display: block;
}

nav li.has-child ul,
nav li.has-child ul ul {
	display: none; /*JSのslidetoggleで表示させるため非表示に*/
	opacity: 1; /*JSで制御するため一旦表示*/
	position: relative;
	top: 0;
	transition: none; /*JSで制御するためCSSのアニメーションを切る*/
	visibility: visible; /*JSで制御するため一旦表示*/
	width: 100%;
}

/*矢印の位置と向き*/

nav ul li.has-child::before {
	left: auto;
	right: 2.5rem;
	top: 0.375rem;
}

nav ul ul li.has-child::before {
	left: 20px;
	transform: rotate(135deg);
}

nav ul li.has-child.active::before {
	top: 0.6875rem;
	transform: rotate(-45deg);
}

.header__banner-list {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}

.header__banner-item {
	width: 100%;
}

.header__banner-item a {
	font-size: 1.25rem;
	height: 3.75rem;
}

.inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

.contact__contents {
	padding-bottom: 6.25rem;
	padding-top: 3.75rem;
}

.contact__form ::-moz-placeholder {
	font-size: 1rem;
}

.contact__form ::placeholder {
	font-size: 1rem;
}

.form__items--2lines {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.form__items--2lines .form__item:last-of-type {
	margin-top: 0;
}

.form__item {
	margin-top: 1.875rem;
}

.form__item dt {
	font-size: 1.125rem;
}

.form__item .radio-content {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: 0;
}

.wpcf7-form-control.wpcf7-radio.radio-contact {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: 1em;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.form__input-area input {
	font-size: 1.125rem;
	height: 3.125rem;
}

.form__input-area--textarea textarea {
	font-size: 1.125rem;
}

.contact__form-policy {
	margin-top: 3.75rem;
}

.form-policy__title {
	font-size: 1.375rem;
}

.form-policy {
	font-size: 1.125rem;
	height: 25rem;
	margin-top: 1.25rem;
	padding: 1.875rem 6vw;
}

.form__agree {
	margin-top: 2.5rem;
}

.form__submit input {
	font-size: 1.125rem;
}

[type=radio] + span {
	font-size: 1.125rem;
}

[type=checkbox] + span {
	font-size: 1.375rem;
}

.contact__thanks {
	padding-bottom: 9.375rem;
	padding-top: 5rem;
}

.contact__thanks {
	padding-bottom: 7.5rem;
	padding-top: 3.75rem;
}

.contact__thanks-title {
	font-size: 2rem;
	line-height: 1.5;
}

.contact__thanks-text {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.contact__thanks-link {
	margin-top: 5rem;
}

.contact__thanks-link a {
	font-size: 1.25rem;
}

.faq__contents {
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.faq__cat-wrap {
	gap: 6.25rem;
	grid-template-columns: 1fr;
}

.faq__cat-title {
	font-size: 1.5rem;
	height: 3rem;
	line-height: 3rem;
	max-width: 25rem;
}

.faq__items {
	margin-top: 3.125rem;
}

.faq__item {
	font-size: 1.125rem;
	padding-bottom: 1em;
	padding-top: 1.1em;
}

.faq-item__question::before {
	top: 0.4lh;
}

.faq-item-large {
	flex-basis: 3.125rem;
	font-size: 1.4em;
	padding-left: 0;
}

.faq__other-link {
	margin-top: 5rem;
}

.faq__other-link a {
	font-size: 1.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
}

.house-rules__contents {
	padding-bottom: 9.375rem;
	padding-top: 3.75rem;
}

.house-rules__title {
	font-size: 1.5rem;
}

.house-rules__item:nth-of-type(n+2) {
	margin-top: 3.75rem;
	padding-top: 3.75rem;
}

.house-rules__item-text {
	font-size: 1.125rem;
}

.house-rules__item-text {
	font-size: 1rem;
}

.house-rules__item-text h3 {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.house-rules__item-text h3 {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.house-rules__item-text .wp-block-flexible-table-block-table {
	overflow-x: auto;
}

.house-rules__item-text table {
	min-width: 600px;
	width: 100%;
}

.restaurant-maps__contents {
	padding-bottom: 9.375rem;
	padding-top: 5rem;
}

.restaurant-maps__lead-text {
	font-size: min(3.2vw, 1.375rem);
}

.restaurant-maps__lead-text {
	font-size: 1.125rem;
}

.restaurant-maps__list {
	margin-top: 5rem;
}

.restaurant-maps__item {
	flex-direction: column;
	gap: 1.5625rem;
}

.restaurant-maps__item-img {
	flex-basis: auto;
}

.restaurant-maps__item-title {
	font-size: 1.875rem;
}

.restaurant-maps__item-title {
	font-size: 1.625rem;
}

.restaurant-maps__item-data-wrap {
	margin-top: 1.25rem;
}

.restaurant-maps__item-data {
	font-size: 1.125rem;
}

.restaurant-maps__item-data:last-of-type {
	flex-direction: column;
	gap: 0.625rem;
}

.restaurant-maps__item-data:last-of-type dt {
	flex-basis: auto;
}

.restaurant-maps__item-data dt {
	flex-basis: 13.75rem;
}

.restaurant-maps__map {
	aspect-ratio: auto;
	height: min(90vw, 450px);
	margin-top: 6.25rem;
}

.rooms__facilities {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.rooms__facilities-title {
	font-size: 3.75rem;
}

.rooms__facilities-list {
	gap: 3.125rem 8vw;
	margin-top: 3.75rem;
}

.rooms__facilities-item-title {
	font-size: 1.875rem;
}

.rooms__facilities-item-title {
	font-size: 1.625rem;
}

.rooms__facilities-item-img {
	margin-top: 1.25rem;
}

.rooms__facilities-item-img img {
	aspect-ratio: 5/3;
}

.rooms__facilities-item-text {
	margin-top: 1.25rem;
	padding-left: 0;
	padding-right: 0;
}

.rooms__contents {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.rooms__list > * + * {
	margin-top: 6.25rem;
}

.rooms__img {
	padding-left: 8vw;
}

.rooms__item-heading {
	margin-top: -3.75rem;
	padding: 5vw;
}

.rooms__item-heading-title {
	font-size: 2.5rem;
}

.rooms__item-heading-body {
	margin-top: 1.25rem;
}

.rooms__item-heading-text .text {
	font-size: 1.125rem;
}

.rooms__item-heading-data {
	flex-direction: column;
	gap: 0.625rem;
}

.rooms__item-heading-data dt {
	font-size: 1.125rem;
}

.rooms__item-heading-data dd {
	font-size: 1.5rem;
}

.rooms__item-heading-data-item dt::before {
	right: -5.7rem;
}

.rooms__item-points {
	gap: 8vw;
	margin-top: 3.75rem;
}

.rooms__item-point-text {
	margin-top: 1.25rem;
}

.ski-info__data-contents {
	flex-direction: column-reverse;
	gap: 3.125rem;
}

.ski-info__data-dec {
	font-size: 11.5vw;
	white-space: normal;
	width: auto;
	writing-mode: horizontal-tb;
}

.ski-info__data-list {
	margin-top: 1.875rem;
}

.ski-info__data-item {
	font-size: 1.125rem;
}

.ski-info__data-item dt {
	flex-basis: 10em;
}

.ski-info__data-img-wrap {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.ski-info__rentals {
	margin-top: 6.25rem;
}

.ski-info__rentals-list {
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.ski-info__rentals-item-heading {
	gap: 1.25rem;
}

.ski-info__rentals-item-name {
	font-size: 1.625rem;
}

.ski-info__rentals-item-info {
	font-size: min(2.5vw, 18px);
}

.ski-info__rentals-item-link {
	margin-top: 1.25rem;
}

.ski-info__shuttle-service {
	margin-top: 6.25rem;
}

.ski-info__shuttle-service-data {
	margin-top: 2.5rem;
}

.ski-info__shuttle-service-data > * + * {
	margin-top: 1.875rem;
}

.ski-info__shuttle-service-map {
	aspect-ratio: 5/3;
	margin-top: 5rem;
}

.ski-info__shuttle-service-map {
	margin-top: 2.5rem;
}

.ski-info__contents {
	padding-bottom: 7.5rem;
	padding-top: 6.25rem;
}

.ski-info__contents {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.ski-info__title {
	font-size: min(6vw, 40px);
	padding-right: 5vw;
}

.ski-info__text {
	margin-top: 1.875rem;
}

.about {
	padding-top: 5rem;
}

.about__title {
	font-size: 2.6875rem;
	line-height: 1.4;
}

.about__contents {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.about__movie {
	display: none;
}

.about__text p {
	font-size: 1.25rem;
}

.access {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.access__map {
	margin-top: 2.5rem;
	padding: 0.625rem;
}

.access__map iframe {
	aspect-ratio: 4/3;
}

.access__movie {
	margin-top: 3.125rem;
	max-width: 34.375rem;
}

.access__route {
	margin-top: 6.25rem;
}

.access__route {
	margin-top: 3.125rem;
}

.access__route-list {
	gap: 6.25rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.access__route-title {
	font-size: 1.75rem;
	gap: 0.625rem;
}

.access__route-title span {
	font-size: 1.25rem;
}

.access__route-body {
	margin-top: 1.875rem;
}

.access__route-detail-top {
	font-size: 1.5rem;
	height: 4.0625rem;
	line-height: 4.125rem;
}

.access__route-detail-bottom {
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.access__route-caution {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 37.5rem;
}

.access__route-pdf {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.access__route-pdf-link {
	font-size: 1.5rem;
}

.mv {
	margin-top: 1.25rem;
}

.mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 5/6;
	height: 100%;
	object-fit: cover;
}

.top-enjoy__title {
	font-size: 12vw;
	left: -2.5vw;
	top: 12vw;
}

.top-enjoy__item {
	padding-top: 5rem;
}

.top-enjoy__item-contents {
	flex-direction: column !important;
	gap: 2.5rem !important;
}

.top-enjoy__item-title {
	font-size: 2.75rem;
}

.top-enjoy__item-text {
	font-size: 1.25rem;
}

.top-enjoy__item-link {
	margin-left: auto;
	margin-top: 1.875rem;
}

.top-enjoy__item-img {
	flex-basis: auto;
}

.top-enjoy__item-img-main {
	width: 52vw;
}

.top-enjoy__item-img-sub {
	margin-left: auto !important;
	margin-top: 1.875rem !important;
	width: 45vw !important;
}

.top-rooms {
	margin-top: 6.25rem;
}

.top-rooms__heading {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.625rem;
	padding-bottom: 1.875rem;
}

.top-rooms__heading-text {
	padding-bottom: 0;
}

.top-rooms__item-link span {
	font-size: 1.625rem;
}

.top-topics {
	margin-top: 6.25rem;
}

.top-topics__contents {
	flex-direction: column;
	gap: 3.125rem;
}

.top-topics__heading {
	flex-basis: auto;
	flex-direction: row;
	justify-content: space-between;
}

.top-topics__list > * + * {
	margin-top: 2.5rem;
}

.top-topics__item a {
	gap: 1.875rem;
}

.top-topics__img {
	flex-basis: 50%;
}

.topics__date {
	font-size: 1.125rem;
}

.topics__cat {
	font-size: 1rem;
}

.topics__title {
	font-size: 1.375rem;
}

.main--post {
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.post__title {
	font-size: 1.875rem;
	margin-top: 1.25rem;
}

.post__thumbnail {
	aspect-ratio: 4/3;
	margin-top: 1.875rem;
}

.post__body {
	margin-top: 3.125rem;
}

.post__contents h2 {
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.post__contents h3 {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.post__contents h3::before {
	height: 0.7lh;
}

.post__contents h4 {
	font-size: 1.375rem;
	margin-top: 3.125rem;
}

.post__contents p {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.post__contents p + p {
	margin-top: 1.25rem;
}

.post__contents .wp-block-image {
	margin-top: 3.125rem;
}

.single-pagination {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

.topics__contents {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.topics__article-wrap {
	gap: 5rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.25rem;
}

.topics__contents .topics__body-heading {
	margin-top: 1.25rem;
}

.topics__contents .topics__date {
	font-size: 1rem;
}

.topics__contents .topics__cat {
	font-size: 0.875rem;
}

.topics__contents .topics__title {
	font-size: 1.25rem;
}

.topics__page-nav {
	padding-top: 5rem;
}

.topics__page-nav .wp-pagenavi span,
.topics__page-nav .wp-pagenavi a {
	font-size: 1.25rem;
	height: 2.25rem;
	width: 2.25rem;
}

.topics__category-item {
	flex-basis: calc((100% - 3.75rem) / 3);
}

.topics__category-item a {
	font-size: 1.25rem;
	height: 2.5rem;
	line-height: 2.625rem;
}

}

@media screen and (max-width: 600px) {

.cv__title {
	font-size: 2rem;
}

.cv__title {
	font-size: 1.875rem;
}

.link-btn span {
	font-size: 1.5rem;
}

.lower-heading-simple {
	padding-bottom: 2.5rem;
	padding-top: 7.5rem;
}

.footer__logo {
	width: min(62.5vw, 18.75rem);
}

.footer__address-top {
	font-size: 1.125rem;
}

.footer__nav-lower-list {
	font-size: 1.25rem;
}

.header__logo img {
	width: min(62.5vw, 18.75rem) !important;
}

.header__logo-text {
	font-size: min(3.125vw, 0.9375rem) !important;
}

.form-policy {
	font-size: 1rem;
	height: 21.875rem;
}

[type=checkbox] + span {
	font-size: 1.25rem;
}

.faq__contents {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.faq__cat-wrap {
	gap: 3.75rem;
}

.faq__cat-title {
	font-size: 1.25rem;
	height: 2.375rem;
	line-height: 2.375rem;
	max-width: 18.75rem;
}

.faq__items {
	margin-top: 2rem;
}

.faq__item {
	font-size: 1rem;
}

.faq-item__question::before {
	width: 1.75rem;
}

.faq-item__question,
.faq-item__answer {
	gap: 0.625rem;
}

.faq-item-large {
	flex-basis: 2.5rem;
}

.house-rules__contents {
	padding-bottom: 6.25rem;
}

.house-rules__title {
	font-size: 1.375rem;
}

.restaurant-maps__contents {
	padding-bottom: 6.25rem;
}

.restaurant-maps__list {
	margin-top: 3.75rem;
}

.restaurant-maps__map {
	margin-top: 5rem;
}

.rooms__facilities {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.rooms__facilities-title {
	font-size: 2.5rem;
}

.rooms__facilities-list {
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.rooms__contents {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.rooms__list > * + * {
	margin-top: 5rem;
}

.rooms__img {
	height: 21.875rem;
	margin-left: calc(50% - 50vw);
	padding-left: 0;
}

.rooms__item-heading-title {
	font-size: 2.125rem;
}

.rooms__item-heading-body {
	gap: 1.25rem;
}

.rooms__item-heading-data dt {
	font-size: 0.9375rem;
}

.rooms__item-heading-data dd {
	font-size: 1.25rem;
}

.rooms__item-heading-data-item {
	gap: 3.125rem;
}

.rooms__item-heading-data-item dt::before {
	right: -2.7rem;
	width: 2em;
}

.rooms__item-points {
	grid-template-columns: 1fr;
}

.rooms__item-point-img img {
	aspect-ratio: 5/3;
}

.ski-info__data-contents {
	gap: 1.875rem;
}

.ski-info__data-dec {
	font-size: 13vw;
}

.ski-info__data-title {
	font-size: 1.375rem;
}

.ski-info__data-item {
	flex-direction: column;
}

.ski-info__data-item dt {
	flex-basis: auto;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1.5em;
}

.ski-info__data-item dd {
	border-top: none;
	font-size: 1rem;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.8em;
}

.ski-info__data-item:last-of-type dt {
	border-bottom: none;
}

.ski-info__data-item:last-of-type dd {
	border-color: #686f9f;
}

.ski-info__data-img-wrap {
	grid-template-columns: 1fr;
}

.ski-info__rentals {
	margin-top: 5rem;
}

.ski-info__rentals-list {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.ski-info__rentals-item-info {
	font-size: 16px;
}

.ski-info__shuttle-service {
	margin-top: 5rem;
}

.ski-info__shuttle-service-contents {
	padding-left: 0;
}

.shuttle-service-data__item {
	flex-direction: column;
	gap: 0.9375rem;
}

.ski-info__title {
	font-size: 1.625rem;
	padding-left: 0;
}

.about {
	padding-top: 3.75rem;
}

.about__title {
	font-size: 1.5rem;
}

.about__contents {
	gap: 1.875rem;
}

.about__text > * + * {
	margin-top: 1.5em;
}

.about__text p {
	font-size: 1.125rem;
}

.access {
	padding-top: 5rem;
}

.access__map {
	margin-top: 1.875rem;
	padding: 1.6vw;
}

.access__map iframe {
	aspect-ratio: 1/1;
}

.access__route-title {
	font-size: 1.375rem;
}

.access__route-caution {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.access__route-pdf {
	margin-top: 2.5rem;
}

.access__route-pdf-link .link-btn {
	font-size: min(5.5vw, 1.25rem);
}

.top-enjoy__item {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-enjoy__item-contents {
	padding-left: 8vw;
}

.top-enjoy__item-title {
	font-size: 2.375rem;
}

.top-enjoy__item-text {
	font-size: 1.125rem;
}

.top-enjoy__item-link {
	gap: 1.25rem;
}

.top-enjoy__item-link a {
	font-size: 1.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.top-rooms {
	margin-top: 5rem;
}

.top-rooms__heading-text {
	font-size: 1rem;
}

.top-rooms__list {
	grid-template-columns: 1fr;
}

.top-rooms__item-link {
	aspect-ratio: 2/1;
	background-position: center;
}

.top-rooms__link-area {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.top-topics {
	margin-top: 5rem;
}

.top-topics__contents {
	gap: 2.5rem;
}

.top-topics__heading {
	flex-direction: column;
	gap: 0;
}

.top-topics__link-wrap {
	margin-left: auto;
	margin-top: 0.625rem;
}

.top-topics__item a {
	flex-direction: column;
	gap: 1.25rem;
}

.main--post {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.post__title {
	font-size: 1.625rem;
}

.post__contents h2 {
	font-size: 1.625rem;
	margin-top: 3.125rem;
}

.post__contents h3 {
	font-size: 1.375rem;
}

.topics__article-wrap {
	gap: 3.125rem;
	margin-top: 3.125rem;
}

.topics__category-list {
	flex-direction: column;
	gap: 1.25rem;
}

}

@media screen and (max-width: 599px) {

.topics__article-wrap {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.topics__contents .topics__date {
	font-size: 1.125rem;
}

.topics__contents .topics__cat {
	font-size: 1rem;
}

.topics__contents .topics__title {
	font-size: 1.375rem;
}

}

@media screen and (max-width: 499px) {

.lower-heading-wide {
	aspect-ratio: auto;
	background-position: center;
	height: 18.75rem;
}

.footer__related-links {
	flex-direction: column;
	gap: 1.25rem;
	width: min(300px, 100%);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes loop-slide {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}

}


/*# sourceMappingURL=style.css.map */
