@charset "UTF-8";

/* base */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
	--scrollbar: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

html:has(#navi[aria-hidden=false]) {
	overflow: hidden;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #222;
	word-wrap: break-word;
	background: url(../img/bg_base.png) repeat left top/500px auto;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	font: inherit;
	color: inherit;
	outline: none;
}

button,
a {
	cursor: pointer;
}

button:focus-visible,
a:focus-visible {
	outline: auto;
}

/* for development */

pre {
	padding: 15px;
	background: #eee;
	font-size: 1.2rem;
	line-height: 1.2;
}

/* Tools */

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.d-block {
	display: block;
}

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

.hidden {
	display: none !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.fw-700 {
	font-weight: 700;
}

/* margin
-------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

/* padding
-------------------------------*/

/* gap
-------------------------------*/

/* grid
-------------------------------*/

.grid-1col > *,
.grid-2col > *,
.grid-3col > *,
.grid-4col > * {
	min-width: 0;
}

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

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

.grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/* Layout */

.l-body {
	width: 100%;
	overflow: clip;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 2.3% 30px 3.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-navi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	color: #FFF;
	z-index: 1000;
	padding: 120px calc(90px + 2.3vw) 80px 90px;
	max-width: 500px;
	overflow-y: auto;
}

.l-navi__inner {
	max-width: 280px;
	margin-left: auto;
}

.l-wrapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1110px;
}

.l-wrapper--lg {
	max-width: 1540px;
}

/* Module */

.noscript {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	border: 3px solid red;
}

.noscript span {
	color: red;
}

.bg-beige {
	background: url(../img/bg_beige.png) repeat left top/500px auto, rgba(196, 141, 8, 0.2);
}

.bg-white {
	background: #FFF;
}

/*
#styleguide
heading-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-primary">見出し２です</p>
```
*/

.heading-primary {
	position: relative;
	z-index: 10;
}

.heading-primary__en {
	display: block;
	font: 600 3.6rem "Montserrat", sans-serif;
	letter-spacing: 0.1em;
}

.heading-primary__jp {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.heading-primary__jp--mtlg {
	margin-top: 15px;
}

.heading-primary--sm .heading-primary__en {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}

/*
#styleguide
heading-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-secondary">見出し２です</p>
```
*/

.heading-secondary {
	position: relative;
	z-index: 20;
	font-size: clamp(1.9rem, 1.7645466847rem + 0.1353179973vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 20px;
	border-left: 1px solid #222;
}

.heading-secondary span {
	display: inline-block;
}

/*
#styleguide
heading-tertiary

SP 20px / PC 26px
デフォルトは左寄せ
```
<p class="heading-tertiary">見出し２です</p>
```
*/

/*
#styleguide
text-base

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-base">ベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントですベースフォントです</p>
```
*/

.text-base {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.text-base p,
.text-base ol,
.text-base ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-lg

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-lg">大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです大きめの文字のテキストです</p>
```
*/

.text-lg {
	font-size: 2rem;
	line-height: 1.8;
}

.text-lg p,
.text-lg ol,
.text-lg ul {
	margin-bottom: 1.8em;
}

/*
#styleguide
text-sm

SP 16px / PC 18px
デフォルトは左寄せ
```
<p class="text-sm">小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです小さめの文字のテキストです</p>
```
*/

.text-sm {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

/*
#styleguide
text-note

米印の下にテキストの回り込みが内容にします。
```
<p class="text-note">※テキストですテキストです。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。米印の下にテキストの回り込みが内容にします。</p>
```
*/

.text-note {
	padding-left: 1em;
	text-indent: -1em;
}

.buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.buttons-wrap--left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/*
#styleguide
button-primary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-primary">ボタン</a>
	<button type="button" class="button-primary">ボタン</button>
</div>
```
*/

.button-primary {
	position: relative;
	z-index: 100;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	background: #FFF;
	border-radius: 40px;
	padding: 1em 3.5em;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-height: 78px;
	max-width: 350px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-primary::after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: url(../img/icon_external_black.svg) no-repeat center/contain;
	width: 30px;
	height: 30px;
}

/*
#styleguide
button-secondary

SP 20px / PC 26px
デフォルトは左寄せ
```
<div class="buttons-wrap">
	<a href="#" class="button-secondary">ボタン</a>
	<button type="button" class="button-secondary">ボタン</button>
</div>
```
*/

.button-secondary {
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #D2442F;
	border: 1px solid #D2442F;
	color: #FFF;
	border-radius: 50px;
	padding: 16px 50px 16px 20px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::before {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: #FFF;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary::after {
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translate(50%, -50%) rotate(90deg);
	transform: translate(50%, -50%) rotate(90deg);
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	-webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/icon_arrow.svg) no-repeat center/contain;
	background: #D2442F;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.button-secondary[target=_blank]::after {
	-webkit-mask-image: url(../img/icon_ex.svg);
	mask-image: url(../img/icon_ex.svg);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.button-secondary--download::after {
	-webkit-mask-image: url(../img/icon_download.svg);
	mask-image: url(../img/icon_download.svg);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.c-red {
	color: #D2442F;
}

.c-red2 {
	color: #B4091E;
}

.c-blue {
	color: #0081B7;
}

.c-gold {
	color: #C48D08;
}

.c-gold2 {
	color: #A38E00;
}

.c-purple {
	color: #5F0973;
}

.header {
	position: fixed;
	top: 30px;
	right: 2.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	z-index: 3000;
}

.header__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #CFC91B;
	border-radius: 40px;
	padding: 0 20px;
	text-decoration: none;
	height: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header__link::after {
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	-webkit-mask: url(../img/icon_ex.svg) no-repeat center/contain;
	mask: url(../img/icon_ex.svg) no-repeat center/contain;
	background: currentColor;
	margin-left: 0.67em;
}

.header__link.menu-open {
	font-size: 1.4rem;
	padding: 0 20px 0 30px;
	-webkit-animation: btnStretch 0.4s linear forwards;
	animation: btnStretch 0.4s linear forwards;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

.header-logo {
	position: relative;
	width: 16.5%;
	min-width: 200px;
	z-index: 10;
}

.header-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header-logo img {
	display: block;
}

.menu-btn {
	display: block;
	background: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	z-index: 400;
	width: 60px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.menu-btn__icon {
	display: block;
	width: 22px;
	height: 16px;
	position: relative;
	margin: 0 auto;
}

.menu-btn__icon span {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn__icon span:nth-child(1) {
	top: 0;
}

.menu-btn__icon span:nth-child(2) {
	top: 50%;
}

.menu-btn__icon span:nth-child(3) {
	top: 100%;
}

.menu-btn.is-open .menu-btn__icon {
	width: 35px;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-open .menu-btn__icon span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-open .menu-btn__icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gnavi {
	border-top: 1px solid #757575;
}

.gnavi__item {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #757575;
	padding: 5px 0;
}

.gnavi__item a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item > a,
.gnavi__item button {
	display: block;
	background: none;
	border: none;
	padding: 20px 30px 20px 10px;
	margin: 0;
	width: 100%;
	text-align: left;
}

.gnavi__item > a {
	position: relative;
}

.gnavi__item > a::before {
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	content: "";
	width: 14px;
	height: 8px;
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.gnavi__item > button {
	position: relative;
	letter-spacing: 0.05em;
}

.gnavi__item > button::before,
.gnavi__item > button::after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 2px;
	display: block;
	background: #FFF;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.gnavi__item > button::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.gnavi__item > button.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gnavi__children {
	margin-bottom: 19px;
	padding-left: 30px;
}

.gnavi__child {
	font-size: 1.4rem;
	font-weight: 400;
}

.gnavi__child:not(:last-child) {
	margin-bottom: 14px;
}

.navi-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.navi-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.05em;
	height: 60px;
	padding: 0 40px 0 30px;
	background: #FFF;
	color: #222;
	border: 1px solid #FFF;
	border-radius: 60px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.navi-link::after {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	-webkit-mask: url(../img/icon_ex.svg) no-repeat center/contain;
	mask: url(../img/icon_ex.svg) no-repeat center/contain;
	background: currentColor;
}

.navi-link--insta {
	background: none;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
}

.navi-link--insta::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-mask: url(../img/icon_instagram.svg) no-repeat center/contain;
	mask: url(../img/icon_instagram.svg) no-repeat center/contain;
	background: currentColor;
	margin-right: 10px;
	vertical-align: middle;
}

.footer {
	position: relative;
}

.footer__inner {
	padding: 33px 138px 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
}

.footer__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.footer__logo img {
	height: 70px;
}

.footer__info {
	margin-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	letter-spacing: 0.05em;
}

.footer__info a {
	text-decoration: none;
}

.footer__right {
	text-align: right;
}

.footer__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 17px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

.footer__sns__instagram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__sns__instagram::after {
	display: inline-block;
	content: "";
	-webkit-mask: url(../img/icon_instagram.svg) no-repeat center/contain;
	mask: url(../img/icon_instagram.svg) no-repeat center/contain;
	width: 26px;
	height: 26px;
	background: #222;
}

.footer__copy {
	margin-top: 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}

.pagetop {
	position: fixed;
	right: 2.3%;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: #222;
	border-radius: 50%;
	border: none;
	z-index: 100;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	pointer-events: none;
}

.pagetop::before {
	content: "";
	background: url("../img/icon_arrow.svg") no-repeat center/contain;
	width: 20px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagetop.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.mainvisual {
	position: relative;
	height: 100svh;
}

.mainvisual::before {
	position: absolute;
	bottom: -5.7vw;
	left: 0;
	content: "";
	width: 100%;
	height: 11.5vw;
	display: block;
	-webkit-mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.mainvisual__images {
	height: 100%;
}

.mainvisual__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mainvisual__copy {
	position: absolute;
	top: 43%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: clamp(2.5rem, 1.9469135802rem + 0.7201646091vw, 3.2rem);
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: 0.2em;
	z-index: 1;
	color: #FFF;
	white-space: nowrap;
}

.home-lead {
	position: relative;
	z-index: 10;
	padding: 140px 0;
	overflow: hidden;
}

.home-lead__contents-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-lead__contents-1::before {
	position: absolute;
	top: 13%;
	right: calc(100% + 50px);
	content: "";
	width: 76px;
	height: 143px;
	display: block;
	background: url(../img/deco_home_lead_01.svg) no-repeat center/contain;
	z-index: -1;
}

.home-lead__contents-1__main {
	width: 48.6%;
	margin-bottom: 50px;
}

.home-lead__contents-1__image {
	width: 40.1%;
}

.home-lead__contents-1__image img {
	display: block;
}

.home-lead__contents-2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-lead__contents-2::before {
	position: absolute;
	top: -55px;
	left: calc(100% - 70px);
	content: "";
	width: 220px;
	height: 163px;
	display: block;
	background: url(../img/deco_home_lead_02.svg) no-repeat center/contain;
	z-index: -1;
}

.home-lead__contents-2::after {
	position: absolute;
	bottom: -75px;
	left: calc(50% + 85px);
	content: "";
	width: 238px;
	height: 148px;
	display: block;
	background: url(../img/deco_home_lead_03.svg) no-repeat center/contain;
	z-index: -1;
}

.home-lead__contents-2__main {
	position: relative;
	width: 40.1%;
}

.home-lead__contents-2__image-wrap {
	width: 48.6%;
}

.home-lead__contents-2__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 48.74vw;
	min-width: calc(50vw - 15.54px);
}

.home-lead__contents-2__image img {
	display: block;
}

.home-lead__heading {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	border-left: 1px solid #614010;
	color: #614010;
	padding-left: 20px;
	margin-bottom: 60px;
}

.home-lead__text {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 2;
}

.home-lead__text p:not(:last-child) {
	margin-bottom: 1.6em;
}

.home-gallery {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.home-gallery--white-deco::before {
	position: absolute;
	bottom: -1.8vw;
	left: 0;
	content: "";
	width: 100%;
	height: 10.9vw;
	display: block;
	-webkit-mask: url(../img/frame_wide_image_under.png) no-repeat center/contain;
	mask: url(../img/frame_wide_image_under.png) no-repeat center/contain;
	background: #FFF;
	z-index: 1;
}

.home-gallery__list {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.home-gallery__2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.home-gallery__item {
	border-radius: 10px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 400px;
}

.home-gallery__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.camp-info__image {
	position: relative;
	margin: 0 20px;
}

.camp-info__image::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 7.5vw;
	display: block;
	-webkit-mask: url(../img/frame_campsite_under.png) no-repeat center top/cover;
	mask: url(../img/frame_campsite_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.camp-info__image img {
	border-radius: 10px;
}

.camp-info__content {
	position: relative;
	padding: 96px 0;
}

.camp-info__content::before {
	content: "";
	background: url(../img/deco_takibi.svg) no-repeat center/contain;
	width: 142px;
	height: 153px;
	position: absolute;
	top: 78px;
	right: 13vw;
	z-index: 10;
}

.camp-info__heading {
	margin-top: 100px;
	margin-bottom: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #614010;
}

.camp-info__heading::before,
.camp-info__heading::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: rgba(97, 65, 16, 0.4);
}

.camp-info__inner {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.camp-info__checktime {
	margin-top: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.camp-info__checktime__item {
	width: 100%;
	background: #FFF;
	padding: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
}

.camp-info__checktime__item span {
	display: inline-block;
}

.camp-price {
	margin-top: 57px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1110px;
}

.camp-price__inner {
	display: grid;
	gap: 70.5px;
	grid-template-columns: repeat(3, 1fr);
}

.camp-price__item {
	position: relative;
	border-radius: 10px;
	background: #FFF;
}

.camp-price__item:not(:last-child)::after {
	content: "";
	background: url(../img/icon_plus.svg) no-repeat center/contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.camp-price__title {
	background: #614010;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 20px 7px;
	border-radius: 10px 10px 0 0;
}

.camp-price__main {
	padding: 30px 20px;
}

.camp-price__list {
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.camp-price__list__item--mt {
	margin-top: 30px;
}

.camp-price__text {
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.camp-price__text--mt {
	margin-top: 30px;
}

.camp-price__link {
	color: #C48D08;
}

.camp-price__link[target=_blank]::after {
	display: inline-block;
	content: "";
	background: url("../img/icon_external_link.svg") no-repeat center/contain;
	width: 10.5px;
	height: 10.5px;
	margin: 0 4px;
}

.camp-price__note {
	margin-top: 18px;
	display: block;
	text-align: right;
}

.camp-site {
	position: relative;
}

.camp-site::before {
	content: "";
	background: url(../img/deco_bird.svg) no-repeat center/contain;
	width: 11%;
	height: 113px;
	position: absolute;
	top: -175px;
	left: 1.6vw;
	z-index: 10;
}

.camp-site__list {
	margin-top: 100px;
	display: grid;
	gap: 0 2.3%;
	grid-template-columns: repeat(4, 1fr);
}

.camp-site__item {
	position: relative;
	display: block;
	text-decoration: none;
	padding-bottom: 30px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.camp-site__item::after {
	content: "";
	-webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
	mask: url(../img/icon_arrow.svg) no-repeat center/contain;
	width: 22px;
	height: 13px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: #222;
	-webkit-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}

.camp-site__head {
	position: relative;
}

.camp-site__head img {
	display: block;
	border-radius: 120px;
	width: 100%;
}

.camp-site__title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font: 600 7rem "Montserrat", sans-serif;
	text-align: center;
	z-index: 10;
}

.camp-site__title span {
	margin-top: 10px;
	display: block;
	font: 700 1.6rem "Noto Sans JP", sans-serif;
	line-height: 1;
	white-space: nowrap;
}

.camp-site__text {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.camp-site__text span {
	display: block;
	font-weight: 700;
}

.camp-site__text span span {
	display: inline-block;
}

.site-detail-wrap {
	padding: 100px 0;
	overflow: hidden;
}

.site-detail:not(:last-child) {
	margin-bottom: 70px;
}

.site-detail--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 5.19%;
}

.site-detail--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.site-detail__main--2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-detail__main__head {
	width: 39%;
}

.site-detail__main__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
	width: 54.5%;
}

.site-detail__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 35px;
}

.site-detail__heading__num {
	font: 600 8rem "Montserrat", sans-serif;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
}

.site-detail__heading__text {
	border-left: 1px solid currentColor;
	padding-left: 30px;
}

.site-detail__heading__en {
	display: block;
	font: 700 3.2rem "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
}

.site-detail__heading__jp {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

.site-detail__text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.site-detail__text-wrap--gap-lg {
	gap: 40px;
}

.site-detail__text-lg {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.site-detail__text-lg--fz-lg {
	font-size: 2.6rem;
}

.site-detail__text {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.site-detail__text p:not(:last-child) {
	margin-bottom: 0.5em;
}

.site-detail__text--sm {
	font-size: 1.6rem;
}

.site-detail__price {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.site-detail__price span {
	font-weight: 700;
}

.site-detail__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.site-detail__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	width: 120px;
	min-height: 80px;
	border-radius: 55px;
	background: #F8E3E0;
	color: #D2442F;
}

.site-detail__mapnum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.site-detail__mapnum--bg-white {
	background: #FFF;
	padding: 7px 10px;
}

.site-detail__mapnum__title {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.site-detail__mapnum__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-detail__mapnum__item {
	display: inline;
}

.site-detail__mapnum__text {
	letter-spacing: 0.05em;
	line-height: 1;
}

.site-detail__map-list {
	display: inline;
}

.site-detail__map-list li {
	display: inline-block;
	width: 24px;
	margin: 0.2em 0.1em;
}

.site-detail__map-list li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	color: #FFF;
}

.site-detail__map-list--red li span {
	background: #B4091E;
}

.site-detail__map-list--blue li span {
	background: #0081B7;
}

.site-detail__map-list--gold li span {
	background: #A38E00;
}

.site-detail__map-list--purple li span {
	background: #5F0973;
}

.site-detail__btn {
	margin-left: auto;
}

.site-detail-note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 3.9%;
	padding: 40px 3.9%;
	background: #FFF;
	margin-top: 100px;
	border-radius: 10px;
}

.site-detail-note__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.site-detail-note__text {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.site-detail-note__text p:not(:last-child) {
	margin-bottom: 0.5em;
}

.site-detail-slide-1-wrap {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	overflow: hidden;
	margin-bottom: 50px;
}

.site-detail-slide-1 {
	position: relative;
	padding-bottom: 72px;
}

.site-detail-slide-1 .swiper-pagination {
	top: auto;
	bottom: 0;
	margin: 0;
}

.site-detail-slide-1 .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #D9D9D9;
	opacity: 1;
	margin: 0 10px;
}

.site-detail-slide-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C48D08;
}

.site-detail-slide-1 .swiper-button-prev,
.site-detail-slide-1 .swiper-button-next {
	bottom: auto;
	top: calc((100% - 72px) / 2);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #C48D08;
	margin: 0;
}

.site-detail-slide-1 .swiper-button-prev::after,
.site-detail-slide-1 .swiper-button-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 14px;
	height: 7px;
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.site-detail-slide-1 .swiper-button-prev {
	left: auto;
	right: 74.7%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.site-detail-slide-1 .swiper-button-prev::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.site-detail-slide-1 .swiper-button-next {
	right: auto;
	left: 74.7%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-detail-slide-1 .swiper-button-next::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.site-detail-slide-1__item {
	aspect-ratio: 86/56;
	border-radius: 10px;
	overflow: hidden;
}

.site-detail-slide-1__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.site-detail-slide-2-wrap {
	position: relative;
	width: 55.8%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 30px;
}

.site-detail-slide-2-wrap .swiper-pagination {
	top: auto;
	bottom: 20px;
	margin: 0;
}

.site-detail-slide-2-wrap .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #FFF;
	opacity: 1;
	margin: 0 10px;
}

.site-detail-slide-2-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C48D08;
}

.site-detail-slide-2-wrap .swiper-button-prev,
.site-detail-slide-2-wrap .swiper-button-next {
	bottom: auto;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #C48D08;
	margin: 0;
}

.site-detail-slide-2-wrap .swiper-button-prev::after,
.site-detail-slide-2-wrap .swiper-button-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 14px;
	height: 7px;
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.site-detail-slide-2-wrap .swiper-button-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-detail-slide-2-wrap .swiper-button-prev::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.site-detail-slide-2-wrap .swiper-button-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.site-detail-slide-2-wrap .swiper-button-next::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.site-detail-slide-2 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.site-detail-slide-2__item {
	aspect-ratio: 86/56;
}

.site-detail-slide-2__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.fieldmap-wrap {
	position: relative;
	padding: 40px 0 120px;
	z-index: 10;
}

.fieldmap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.fieldmap__main {
	position: relative;
	max-width: 540px;
}

.fieldmap__main::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 30.9%;
	height: 198px;
	display: block;
	background: url(../img/deco_tree_02.svg) no-repeat center/contain;
	z-index: -1;
}

.fieldmap__image {
	width: 40.1%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.fieldmap__text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	margin-top: 80px;
}

.wide-image-slide {
	position: relative;
}

.wide-image-slide::before {
	position: absolute;
	bottom: -3.7vw;
	height: 11.5vw;
	content: "";
	width: 100%;
	height: 8vw;
	display: block;
	-webkit-mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.wide-image-slide--beige {
	overflow: hidden;
}

.wide-image-slide--beige::before {
	background: url(../img/bg_beige.png) repeat left top/500px auto, rgba(196, 141, 8, 0.2);
	z-index: 11;
}

.wide-image-slide--beige::after {
	position: absolute;
	bottom: -3.7vw;
	height: 11.5vw;
	content: "";
	width: 100%;
	height: 8vw;
	display: block;
	-webkit-mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.wide-image-slide__image {
	aspect-ratio: 174/92;
}

.wide-image-slide__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wide-image-slide__text {
	position: absolute;
	top: 43.5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFF;
	z-index: 1;
}

.experience {
	position: relative;
	z-index: 11;
	padding: 80px 0 190px;
}

.experience::after {
	position: absolute;
	bottom: -3.7vw;
	height: 11.5vw;
	content: "";
	width: 100%;
	height: 8vw;
	display: block;
	-webkit-mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	mask: url(../img/frame_mv_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.experience__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.experience__item:not(:last-child) {
	margin-bottom: 120px;
}

.experience__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.experience__head {
	position: relative;
	z-index: 20;
}

.experience__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	width: 39%;
	color: #614010;
}

.experience__main--01 {
	position: relative;
}

.experience__main--01::before {
	content: "";
	background: url(../img/deco_kamado.svg) no-repeat center/contain;
	width: 146px;
	height: 163px;
	position: absolute;
	top: -100px;
	right: 5vw;
	z-index: 11;
}

.experience__main--01:after {
	content: "";
	background: url(../img/deco_kaki.svg) no-repeat center/contain;
	width: 88px;
	height: 78px;
	position: absolute;
	bottom: -43px;
	left: 2.8vw;
	z-index: 10;
}

.experience__main--02 {
	position: relative;
}

.experience__main--02::before {
	content: "";
	background: url(../img/deco_onigiri.svg) no-repeat center/contain;
	width: 186px;
	height: 127px;
	position: absolute;
	top: -88px;
	right: 2.8vw;
	z-index: 10;
}

.experience__label {
	display: inline-block;
	font-size: 1.2rem;
	border: 1px solid #614010;
	padding: 0.67em 1em;
	border-radius: 20px;
	margin-bottom: 20px;
}

.experience__heading {
	font-size: clamp(3rem, 2.1872801083rem + 0.8119079838vw, 3.6rem);
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.experience__heading span {
	font-weight: 700;
}

.experience__text {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.experience__text p:not(:last-child) {
	margin-bottom: 0.5em;
}

.experience__btn {
	margin-left: auto;
}

.experience__slide-wrap {
	position: relative;
	width: 55.8%;
}

.experience-slide {
	overflow: hidden;
	border-radius: 10px;
}

.experience-slide .swiper-pagination {
	bottom: 20px;
}

.experience-slide .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 10px;
	background: #FFF;
	border: 1px solid #C48D08;
	opacity: 1;
}

.experience-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #C48D08;
}

.experience-slide .swiper-button-prev,
.experience-slide .swiper-button-next {
	bottom: auto;
	top: 50%;
	margin: 0;
	width: 60px;
	height: 60px;
	background: #C48D08;
	border-radius: 50%;
}

.experience-slide .swiper-button-prev::after,
.experience-slide .swiper-button-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 14px;
	height: 7px;
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.experience-slide .swiper-button-prev {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.experience-slide .swiper-button-prev::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.experience-slide .swiper-button-next {
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.experience-slide .swiper-button-next::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.experience-slide__item {
	aspect-ratio: 86/56;
}

.experience-slide__item img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.facilities {
	position: relative;
	padding: 80px 0 110px;
	overflow: hidden;
	background: #FFF;
}

.facilities::before {
	content: "";
	background: url(../img/deco_leaves.svg) no-repeat center/contain;
	width: 190px;
	height: 234px;
	position: absolute;
	top: 0;
	right: 6.5vw;
	z-index: 10;
}

.facilities__lead {
	position: relative;
	z-index: 10;
	max-width: 920px;
	margin: 60px auto 80px;
}

.facilities-slide {
	position: relative;
	padding-bottom: 65px;
}

.facilities-slide .swiper-pagination {
	bottom: 0;
}

.facilities-slide .swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 10px !important;
	border: 1px solid #C48D08;
	background: none;
	opacity: 1;
}

.facilities-slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #C48D08;
}

.facilities-slide .swiper-button-prev,
.facilities-slide .swiper-button-next {
	top: 120px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
	width: 62px;
	height: 62px;
	background: #C48D08;
	border-radius: 50%;
	margin: 0;
}

.facilities-slide .swiper-button-prev::after,
.facilities-slide .swiper-button-next::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 14px;
	height: 7px;
	display: block;
	background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.facilities-slide .swiper-button-prev {
	left: auto;
	right: calc(50% + 175px);
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.facilities-slide .swiper-button-prev::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.facilities-slide .swiper-button-next {
	right: auto;
	left: calc(50% + 175px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.facilities-slide .swiper-button-next::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.facilities-slide__item__inner {
	height: 100%;
}

.facilities-slide__image {
	aspect-ratio: 51/35;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.facilities-slide__image img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 190px;
}

.facilities-slide__title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.facilities-slide__text {
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.facilities-slide__tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.facilities-slide__tag__item {
	font-size: 1.2rem;
	padding: 0.6em 1em;
	border-radius: 20px;
	border: 1px solid #222;
}

.rental {
	position: relative;
	padding: 120px 0;
	z-index: 11;
}

.rental::before {
	content: "";
	background: url("../img/deco_maki.svg") no-repeat center/contain;
	width: 152px;
	aspect-ratio: 1/1;
	position: absolute;
	top: -6%;
	left: 24.6vw;
}

.rental::after {
	content: "";
	background: url("../img/deco_nagagutsu.svg") no-repeat center/contain;
	width: 142px;
	aspect-ratio: 1/1;
	position: absolute;
	bottom: 3%;
	right: 10.4vw;
}

.rental__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rental__head {
	width: 24.2%;
}

.rental__content {
	width: 72.2%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rental__image {
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	margin-top: 140px;
	width: 26.78vw;
	min-width: calc(50vw - 397.32px);
}

.rental__image img {
	display: block;
}

.rental__list {
	margin-top: 4px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 2.5%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rental__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #c2c2c2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 80px;
}

.rental__item__title,
.rental__item__text {
	height: 100%;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.rental__item__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	padding: 0.5vw 1vw 0.5vw 1vw;
	font-size: 1.6rem;
	line-height: 1.2;
}

.rental__item__title small {
	margin-top: 4px;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
}

.rental__item__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: right;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0.5vw 1.3vw 0.5vw 0.5vw;
	line-height: 1.2;
}

.rental__note {
	position: relative;
	margin-top: 40px;
	font-size: 1.6rem;
	line-height: 1.6;
	z-index: 10;
}

.reserve {
	margin: 100px 0;
}

.reserve__content {
	position: relative;
	background: url(../img/bg_reserve_pc.jpg) no-repeat center/cover;
	padding: 10.5vw 4vw 10vw;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.3vw;
}

.reserve__text {
	color: #FFF;
	font-weight: 700;
	text-align: center;
}

.faq {
	position: relative;
	padding: 120px 0;
}

.faq::after {
	content: "";
	background: url(../img/deco_tree.svg) no-repeat center/contain;
	width: 85px;
	height: 190px;
	position: absolute;
	bottom: 7.6%;
	left: 10%;
}

.faq__content {
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 47px 50px 50px;
	z-index: 1;
}

.faq__list {
	margin-top: 40px;
}

.faq__item {
	border-bottom: 1px solid #e7e7e7;
	padding: 40px 0 30px 5px;
}

.faq__question {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 23px;
	color: #614010;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.faq__q,
.faq__a {
	font-size: 2.8rem;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
}

.faq__answer {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}

.faq__more {
	text-align: center;
	margin-top: 38px;
}

.faq__button {
	background: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-weight: 700;
	font-size: 1.6rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.faq__icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #222;
	color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.access {
	position: relative;
	margin-top: 140px;
	padding-top: 80px;
	color: #614010;
}

.access::before {
	position: absolute;
	bottom: 100%;
	left: 0;
	content: "";
	width: 100%;
	height: 8vw;
	display: block;
	-webkit-mask: url(../img/frame_access_top.png) no-repeat center top/cover;
	mask: url(../img/frame_access_top.png) no-repeat center top/cover;
	background: url(../img/bg_beige.png) repeat left top/500px auto, rgba(196, 141, 8, 0.2);
	z-index: 10;
}

.access::after {
	content: "";
	background: url("../img/deco_ine.svg") no-repeat center/contain;
	width: 136px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 2.6%;
	right: 13.6vw;
}

.access__lead {
	margin-top: 89px;
}

.access__address {
	margin-top: 59px;
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.access__photos {
	margin-top: 61px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3%;
}

.access__photos figure img {
	width: 100%;
}

.access__photos figure figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.access__photos figure figcaption a {
	position: relative;
	font-weight: 400;
	padding-right: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access__photos figure figcaption a::after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background: url("../img/icon_external.svg") no-repeat center/contain;
	width: 30px;
	height: 30px;
}

.access__info-wrap {
	margin-top: 60px;
}

.access__info {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 18px 3.65% 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3%;
}

.access__info:not(:first-child) {
	margin-top: 22px;
}

.access__info__heading {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	padding-left: 50px;
}

.access__info__heading__icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.access__info__heading__icon img {
	display: block;
}

.access__info__heading__text span {
	display: inline-block;
}

.access__info__main {
	width: 67.8%;
}

.access__info__item {
	padding-bottom: 20px;
}

.access__info__item:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid #d9cfbd;
}

.access__info__item:last-child {
	padding-bottom: 0;
}

.access__info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.access__info__title {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.access__info__title::before {
	display: inline-block;
	content: "";
	background: url("../img/icon_airplane.svg") no-repeat center/contain;
	width: 20px;
	height: 20px;
}

.access__map {
	margin-top: 80px;
}

.access__map iframe {
	display: block;
	width: 100%;
	height: 600px;
}

.wide-image {
	position: relative;
}

.wide-image img {
	display: block;
}

.wide-image::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 8vw;
	display: block;
	-webkit-mask: url(../img/frame_wide_image_under.png) no-repeat center top/cover;
	mask: url(../img/frame_wide_image_under.png) no-repeat center top/cover;
	background: url(../img/bg_base.png) repeat left top/500px auto;
	z-index: 10;
}

.wide-image::after {
	position: absolute;
	top: 29%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 142px;
	height: 161px;
	display: block;
	-webkit-mask: url(../img/logo_02.svg) no-repeat center center/contain;
	mask: url(../img/logo_02.svg) no-repeat center center/contain;
	background-color: #FFF;
	z-index: 10;
}

.instagram {
	position: relative;
	padding: 100px 0;
}

.instagram::after {
	content: "";
	background: url("../img/deco_horse.svg") no-repeat center/contain;
	width: 11%;
	aspect-ratio: 190/154;
	position: absolute;
	top: -3vw;
	right: 19.5vw;
	z-index: 10;
}

.instagram__heading {
	font: 500 1.8rem "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	color: #614010;
}

.instagram__heading a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.instagram__heading a::before {
	display: inline-block;
	content: "";
	background: url("../img/icon_instagram.svg") no-repeat center/contain;
	width: 30px;
	height: 30px;
}

.instagram__contents {
	margin-top: 48px;
}

.instagram__list {
	margin-top: 60px;
	display: grid;
	gap: 2.7%;
	grid-template-columns: repeat(6, 1fr);
}

.instagram__item a {
	display: block;
}

.instagram__item img {
	aspect-ratio: 1/1;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.loop-message p {
	display: inline-block;
	margin-right: 4rem;
	color: #e4dfd5;
	font: 500 9rem "Montserrat", sans-serif;
	letter-spacing: 0.02em;
	line-height: 1;
}

.company {
	padding: 100px 0 105px;
	position: relative;
}

.company__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 60px 5.5%;
	background: #FFF;
	border-radius: 10px;
	color: #614010;
}

.company__info {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	width: 73.5%;
}

.company__info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #EEE7D0;
}

.company__info__item:last-child {
	border-bottom: 1px solid #EEE7D0;
}

.company__info__dt {
	width: 150px;
	font-weight: 700;
	padding: 19px 15px 19px 23px;
}

.company__info__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 19px 15px 19px 28px;
}

.company__related {
	margin-top: 97px;
}

.company__related__title {
	margin-bottom: 60px;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: center;
}

.company__related__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.company__related__item {
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.company__related__item a {
	display: block;
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.company__related__image img {
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.company__related__text {
	margin-top: 13px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.company__related__text::after {
	display: inline-block;
	content: "";
	background: url(../img/icon_external_black.svg) no-repeat center/contain;
	width: 30px;
	height: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/*
#styleguide
タブ
```
<div class="js-accordion">
	<button type="button" aria-expanded="false" aria-controls="【コンテンツとボタンを紐付けするid名】" class="js-accordion-btn">トリガーボタンテキスト <img src="img/icon_arrow_red.svg" alt="開く" class="js-accordion-icon"></button>
	<div id="【コンテンツとボタンを紐付けするid名】" class="js-accordion-content" aria-hidden="true">
		ここが開閉により表示が変わるテキストです。
	</div>
</div>
```
*/

.js-accordion-content {
	display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

:root {
	--swiper-navigation-size: 44px; /*
		--swiper-navigation-color: var(--swiper-theme-color);
		*/
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-lock {
	display: none;
}

:root { /*
		--swiper-pagination-color: var(--swiper-theme-color);
		--swiper-pagination-bullet-size: 8px;
		--swiper-pagination-bullet-width: 8px;
		--swiper-pagination-bullet-height: 8px;
		--swiper-pagination-bullet-inactive-color: #000;
		--swiper-pagination-bullet-inactive-opacity: 0.2;
		--swiper-pagination-bullet-opacity: 1;
		--swiper-pagination-bullet-horizontal-gap: 4px;
		--swiper-pagination-bullet-vertical-gap: 6px;
		*/
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

@media (hover: hover) {

.button-primary:hover {
	opacity: 0.6;
}

.button-secondary:hover {
	background: #FFF;
	color: #D2442F;
}

.button-secondary:hover::before {
	background: #D2442F;
}

.button-secondary:hover::after {
	background: #FFF;
}

.header__link:hover {
	background: #222;
	color: #CFC91B;
}

.gnavi__item a:hover {
	opacity: 0.6;
}

.navi-link:hover {
	background: none;
	color: #FFF;
}

.navi-link--insta:hover {
	background: #FFF;
	color: #222;
}

.footer__info a:hover {
	text-decoration: underline;
}

.footer__sns__instagram:hover {
	opacity: 0.6;
}

.pagetop:hover {
	opacity: 0.6;
}

.camp-price__link:hover {
	text-decoration: none;
}

.camp-site__item:hover {
	opacity: 0.6;
}

.faq__answer a:hover {
	text-decoration: none;
}

.faq__button:hover {
	opacity: 0.6;
}

.access__photos figure figcaption a:hover {
	text-decoration: none;
}

.access__info__link:hover {
	text-decoration: none;
}

.instagram__heading a:hover {
	opacity: 0.6;
}

.company__related__item a:hover {
	opacity: 0.6;
}

}

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

.text-pc-left { /* pc */
	text-align: left;
}

.text-pc-center { /* pc */
	text-align: center;
}

.text-pc-right { /* pc */
	text-align: right;
}

.footer__tel { /* pc */
	pointer-events: none;
}

.facilities-slide__item { /* pc */
	width: 350px;
}

.facilities-slide__main { /* pc */
	min-height: 132px;
}

}

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

.camp-price { /* md */
	margin-top: 40px;
}

.camp-price__inner { /* md */
	grid-template-columns: repeat(1, 1fr);
	gap: 70px;
}

.camp-price__item:not(:last-child)::after { /* md */
	top: calc(100% + 35px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.camp-site::before { /* md */
	width: 110px;
	height: 74px;
	top: -56px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.camp-site__list { /* md */
	margin-top: 60px;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 7.5%;
}

.camp-site__head { /* md */
}

.camp-site__head::after {
	content: "";
	background: rgba(34, 34, 34, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 120px;
}

.camp-site__head img { /* md */
	height: 200px;
}

.site-detail--2col { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.site-detail-note { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	margin-top: 60px;
}

.site-detail-slide-2-wrap { /* md */
	width: 94%;
}

.wide-image-slide__image { /* md */
	aspect-ratio: 140/92;
}

.experience__item { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 30px;
}

.experience__item:not(:last-child) { /* md */
	margin-bottom: 80px;
}

.experience__item:nth-child(even) { /* md */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.experience__main { /* md */
	gap: 30px;
	width: 100%;
}

.experience__slide-wrap { /* md */
	width: 100%;
}

.rental__head { /* md */
	width: 25%;
}

.rental__image { /* md */
	width: 27.5vw;
	min-width: calc(50vw - 385px);
}

.rental__list { /* md */
	grid-template-columns: repeat(2, 1fr);
}

.instagram__list { /* md */
	grid-template-columns: repeat(3, 1fr);
}

.company__related__item { /* md */
	text-align: left;
}

}

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

.text-sp-left { /* sp */
	text-align: left;
}

.text-sp-center { /* sp */
	text-align: center;
}

.text-sp-right { /* sp */
	text-align: right;
}

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

/* sp */

.mt-sp-0 {
	margin-top: 0px !important;
}

/* sp */

.mt-sp-5 {
	margin-top: 5px !important;
}

/* sp */

.mt-sp-10 {
	margin-top: 10px !important;
}

/* sp */

.mt-sp-15 {
	margin-top: 15px !important;
}

/* sp */

.mt-sp-20 {
	margin-top: 20px !important;
}

/* sp */

.mt-sp-25 {
	margin-top: 25px !important;
}

/* sp */

.mt-sp-30 {
	margin-top: 30px !important;
}

/* sp */

.mt-sp-35 {
	margin-top: 35px !important;
}

/* sp */

.mt-sp-40 {
	margin-top: 40px !important;
}

/* sp */

.mt-sp-45 {
	margin-top: 45px !important;
}

/* sp */

.mt-sp-50 {
	margin-top: 50px !important;
}

/* sp */

.mt-sp-55 {
	margin-top: 55px !important;
}

/* sp */

.mt-sp-60 {
	margin-top: 60px !important;
}

/* sp */

.mt-sp-65 {
	margin-top: 65px !important;
}

/* sp */

.mt-sp-70 {
	margin-top: 70px !important;
}

/* sp */

.mt-sp-75 {
	margin-top: 75px !important;
}

/* sp */

.mt-sp-80 {
	margin-top: 80px !important;
}

/* sp */

.mt-sp-85 {
	margin-top: 85px !important;
}

/* sp */

.mt-sp-90 {
	margin-top: 90px !important;
}

/* sp */

.mt-sp-95 {
	margin-top: 95px !important;
}

/* sp */

.mt-sp-100 {
	margin-top: 100px !important;
}

/* sp */

.sp-grid-1col {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

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

.sp-grid-3col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.sp-grid-4col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.--sp-grid-2col { /* sp */
	grid-template-columns: repeat(2, 1fr);
}

.--sp-grid-1col { /* sp */
	grid-template-columns: repeat(1, 1fr);
}

.l-header { /* sp */
	padding: 10px 10px;
}

.l-navi { /* sp */
	padding: 100px 70px 80px 43px;
	max-width: 393px;
}

.l-wrapper { /* sp */
	width: 84.73282%;
}

.heading-secondary { /* sp */
	font-size: 2rem;
}

.heading-secondary--sp-sm { /* sp */
	font-size: 1.8rem;
}

.text-base { /* sp */
	font-size: 1.6rem;
}

.text-sm { /* sp */
	font-size: 1.4rem;
}

.buttons-wrap { /* sp */
	margin-top: 0;
}

.button-primary { /* sp */
	min-width: auto;
	width: 100%;
}

.button-primary::after { /* sp */
	right: 25px;
}

.button-secondary { /* sp */
}

.header { /* sp */
	top: 10px;
	right: 10px;
	gap: 10px;
}

.header__link { /* sp */
	height: 50px;
}

.header__link.menu-open { /* sp */
	max-width: calc(100vw - 113px);
}

.header-logo { /* sp */
	min-width: 120px;
}

.menu-btn { /* sp */
	width: 50px;
}

.menu-btn__icon { /* sp */
	width: 22px;
	height: 16px;
}

.footer__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 0;
}

.footer__left { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}

.footer__logo { /* sp */
	text-align: center;
}

.footer__info { /* sp */
	margin-top: 0;
	line-height: 1.4;
	text-align: center;
	gap: 20px;
}

.footer__right { /* sp */
	text-align: center;
}

.footer__sns { /* sp */
	gap: 10px;
}

.footer__sns__instagram { /* sp */
	gap: 10px;
}

.footer__copy { /* sp */
	margin-top: 30px;
}

.pagetop { /* sp */
	display: none;
}

.pagetop::before { /* sp */
	width: 16px;
	height: 8px;
}

.mainvisual__copy { /* sp */
	top: 48%;
	font-size: 3.2rem;
}

.home-lead { /* sp */
	padding: 50px 0 60px;
}

.home-lead__contents-1 { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
	margin-bottom: 60px;
}

.home-lead__contents-1::before { /* sp */
	top: -15px;
	right: -8px;
	width: 47px;
	height: 96px;
}

.home-lead__contents-1__main { /* sp */
	width: 100%;
	margin-bottom: 0;
}

.home-lead__contents-1__image { /* sp */
	width: 100%;
}

.home-lead__contents-2 { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 40px;
}

.home-lead__contents-2::before { /* sp */
	top: -119px;
	left: -15px;
	width: 121px;
	height: 95px;
}

.home-lead__contents-2::after { /* sp */
	bottom: -45px;
	left: auto;
	right: -60px;
	width: 135px;
	height: 90px;
}

.home-lead__contents-2__main { /* sp */
	width: 100%;
}

.home-lead__contents-2__image-wrap { /* sp */
	width: 100%;
}

.home-lead__contents-2__image { /* sp */
	width: calc(50vw + 50%);
	min-width: none;
}

.home-lead__heading { /* sp */
	font-size: clamp(2.1rem, 2.0284116331rem + 0.2237136465vw, 2.2rem);
	margin-bottom: 40px;
}

.home-lead__text { /* sp */
	line-height: 1.8;
}

.home-gallery { /* sp */
	padding-bottom: 10px;
}

.home-gallery--white-deco::before { /* sp */
	bottom: 0;
	height: 8.14vw;
}

.home-gallery__list { /* sp */
	gap: 10px;
}

.home-gallery__item { /* sp */
	width: 240px;
}

.camp-info__image { /* sp */
	margin: 0 2.5%;
}

.camp-info__image::after { /* sp */
	height: 6.5vw;
}

.camp-info__content::before { /* sp */
	width: 93px;
	height: 100px;
	top: 118px;
	right: -10px;
}

.camp-info__content { /* sp */
	padding: 74px 0 60px;
}

.camp-info__heading { /* sp */
	margin-top: 80px;
	margin-bottom: 40px;
}

.camp-info__checktime { /* sp */
	margin-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.camp-info__checktime__item { /* sp */
	padding: 18px 5%;
}

.camp-price__main { /* sp */
	padding: 20px 6%;
}

.camp-price__list__item--mt { /* sp */
	margin-top: 20px;
}

.camp-price__text--mt { /* sp */
	margin-top: 20px;
}

.camp-site__item { /* sp */
	padding-bottom: 22px;
}

.camp-site__title span { /* sp */
	margin-top: 3px;
	font-size: 1.4rem;
}

.camp-site__text { /* sp */
	font-size: 1.2rem;
}

.camp-site__text span { /* sp */
	font-size: clamp(1.2rem, -0.9428571429rem + 5.7142857143vw, 1.4rem);
}

.site-detail-wrap { /* sp */
	padding: 40px 0;
}

.site-detail-wrap--sp-pblg {
	padding-bottom: 80px;
}

.site-detail:not(:last-child) { /* sp */
	margin-bottom: 40px;
}

.site-detail--reverse { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-detail__main--2col { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.site-detail__main__head { /* sp */
	width: 100%;
}

.site-detail__main__detail { /* sp */
	width: 100%;
	gap: 30px;
}

.site-detail__heading { /* sp */
	gap: 20px;
	margin-bottom: 30px;
	color: #222;
}

.site-detail__heading--sp-sm .site-detail__heading__num { /* sp */
	font-size: 4rem;
}

.site-detail__heading--sp-sm .site-detail__heading__en { /* sp */
	font-size: 2.2rem;
}

.site-detail__heading--sp-sm .site-detail__heading__jp { /* sp */
	font-size: 1.4rem;
	margin-top: 6px;
}

.site-detail__heading__num { /* sp */
	font-size: 7rem;
}

.site-detail__heading__text { /* sp */
	padding-left: 20px;
}

.site-detail__text-wrap--gap-lg { /* sp */
	gap: 30px;
}

.site-detail__text-lg { /* sp */
	font-size: clamp(1.7rem, -0.3833333333rem + 5.5555555556vw, 1.8rem);
	color: #614010;
}

.site-detail__text-lg--fz-lg { /* sp */
	font-size: 2.4rem;
}

.site-detail__text { /* sp */
	font-size: 1.6rem;
}

.site-detail__text p:not(:last-child) { /* sp */
	margin-bottom: 0.7em;
}

.site-detail__text--sm { /* sp */
	font-size: 1.4rem;
}

.site-detail__price--sp-sm { /* sp */
	font-size: 1.6rem;
}

.site-detail__list { /* sp */
	gap: 12px;
}

.site-detail__list__item { /* sp */
	width: calc(50% - 6px);
}

.site-detail__mapnum { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-detail__mapnum--bg-white { /* sp */
	padding: 20px;
}

.site-detail__map-list { /* sp */
}

.site-detail__btn { /* sp */
	width: 100%;
}

.site-detail-note__title { /* sp */
	font-size: 1.4rem;
}

.site-detail-note__text { /* sp */
	font-size: 1.4rem;
}

.site-detail-slide-1-wrap { /* sp */
	width: 100%;
	overflow: visible;
	margin-bottom: 35px;
}

.site-detail-slide-1 { /* sp */
	padding-bottom: 52px;
}

.site-detail-slide-1 .swiper-button-prev,
.site-detail-slide-1 .swiper-button-next { /* sp */
	top: calc((100% - 52px) / 2);
	width: 30px;
	height: 30px;
}

.site-detail-slide-1 .swiper-button-prev { /* sp */
	left: 0;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-detail-slide-1 .swiper-button-next { /* sp */
	right: 0;
	left: auto;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.site-detail-slide-2-wrap .swiper-pagination { /* sp */
	bottom: 5px;
}

.site-detail-slide-2-wrap .swiper-pagination .swiper-pagination-bullet { /* sp */
	margin: 0 7px;
}

.site-detail-slide-2-wrap .swiper-button-prev,
.site-detail-slide-2-wrap .swiper-button-next { /* sp */
	width: 30px;
	height: 30px;
}

.site-detail-slide-2-wrap .swiper-button-prev { /* sp */
	left: 0;
}

.site-detail-slide-2-wrap .swiper-button-next { /* sp */
	right: 0;
}

.fieldmap-wrap { /* sp */
	padding-bottom: 80px;
}

.fieldmap { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
}

.fieldmap__main { /* sp */
	max-width: 100%;
}

.fieldmap__main::before { /* sp */
	top: 18px;
	right: -5px;
	width: 76px;
	height: 90px;
}

.fieldmap__image { /* sp */
	width: 100%;
}

.fieldmap__text-wrap { /* sp */
	gap: 30px;
	margin-top: 60px;
}

.fieldmap__btn { /* sp */
	width: 100%;
}

.wide-image-slide::before { /* sp */
	height: 11.45vw;
}

.wide-image-slide--beige::after { /* sp */
	height: 11.45vw;
}

.wide-image-slide__image { /* sp */
	aspect-ratio: 393/719;
}

.wide-image-slide__image--02 { /* sp */
}

.wide-image-slide__image--02 img {
	-o-object-position: 20% center;
	object-position: 20% center;
}

.wide-image-slide__image--04 { /* sp */
}

.wide-image-slide__image--04 img {
	-o-object-position: 20% center;
	object-position: 20% center;
}

.wide-image-slide__text { /* sp */
	top: 44.5%;
	font-size: 2.8rem;
}

.experience { /* sp */
	padding: 80px 0 110px;
}

.experience::after { /* sp */
	height: 11.45vw;
}

.experience__main--01::before { /* sp */
	width: 101px;
	height: 113px;
	top: -50px;
	right: -14px;
}

.experience__main--01:after { /* sp */
	content: none;
}

.experience__main--02::before { /* sp */
	width: 123px;
	height: 84px;
	top: 75px;
	right: -16px;
}

.experience__label { /* sp */
	margin-bottom: 10px;
}

.experience__heading { /* sp */
	font-size: 2.4rem;
}

.experience__text { /* sp */
	font-size: 1.6rem;
}

.experience__btn { /* sp */
	width: 100%;
}

.experience-slide .swiper-pagination { /* sp */
	bottom: 5px;
}

.experience-slide .swiper-pagination .swiper-pagination-bullet { /* sp */
	margin: 0 7px;
}

.experience-slide .swiper-button-prev,
.experience-slide .swiper-button-next { /* sp */
	width: 30px;
	height: 30px;
}

.facilities::before { /* sp */
	width: 107px;
	height: 132px;
	top: 29px;
	right: auto;
	left: 3%;
}

.facilities { /* sp */
	padding: 80px 0;
}

.facilities__lead { /* sp */
	margin: 60px auto 40px;
}

.facilities-slide { /* sp */
	padding-bottom: 44px;
}

.facilities-slide .swiper-button-prev,
.facilities-slide .swiper-button-next { /* sp */
	top: 23.8vw;
	width: 7.6vw;
	height: 7.6vw;
	min-width: 30px;
	min-height: 30px;
}

.facilities-slide .swiper-button-prev { /* sp */
	right: 86%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.facilities-slide .swiper-button-next { /* sp */
	left: 86%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.facilities-slide__image { /* sp */
	margin-bottom: 10px;
}

.facilities-slide__title { /* sp */
	margin-bottom: 10px;
}

.facilities-slide__tag { /* sp */
	margin-top: 10px;
}

.rental { /* sp */
	padding: 70px 0 60px;
}

.rental::before { /* sp */
	width: 80px;
	top: 40px;
	left: auto;
	right: 5%;
}

.rental::after { /* sp */
	width: 80px;
	right: 5%;
	bottom: 43px;
}

.rental__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}

.rental__head { /* sp */
	width: 100%;
}

.rental__content { /* sp */
	width: 100%;
}

.rental__image { /* sp */
	width: 100%;
	margin-top: 60px;
}

.rental__list { /* sp */
	margin-top: 0;
	grid-template-columns: repeat(1, 1fr);
	gap: 0 5%;
}

.rental__item { /* sp */
	min-height: 60px;
}

.rental__item__title { /* sp */
	font-size: 1.6rem;
	padding: 0.5vw 3vw 0.5vw 5vw;
}

.rental__item__text { /* sp */
	padding: 0.5vw 5vw 0.5vw 2vw;
}

.rental__note { /* sp */
	font-size: 1.4rem;
}

.reserve { /* sp */
	margin: 0;
}

.reserve__content { /* sp */
	margin: 0 calc(50% - 50vw);
	padding: 80px 8.5% 180px;
	width: 100vw;
	gap: 60px;
	background-image: url(../img/bg_reserve_sp.jpg);
}

.reserve__content::after {
	content: "";
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.reserve__text { /* sp */
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6;
}

.faq { /* sp */
	padding: 60px 0 80px;
}

.faq::after { /* sp */
	width: 54px;
	height: 120px;
	bottom: 12px;
	left: 1%;
}

.faq__content { /* sp */
	padding: 30px 6%;
}

.faq__list { /* sp */
	margin-top: 30px;
}

.faq__item { /* sp */
	padding: 20px 0;
}

.faq__question { /* sp */
	font-size: 1.6rem;
	gap: 16px;
}

.faq__q,
.faq__a { /* sp */
	font-size: 2rem;
	margin-left: 8px;
}

.faq__answer { /* sp */
	gap: 20px;
}

.faq__more { /* sp */
	margin-top: 30px;
}

.access { /* sp */
	margin-top: 30px;
	padding-top: 80px;
}

.access::after { /* sp */
	width: 80px;
	top: 35px;
	right: 5%;
}

.access__lead { /* sp */
	margin-top: 45px;
}

.access__address { /* sp */
	font-size: 1.8rem;
	margin-top: 40px;
}

.access__photos { /* sp */
	margin-top: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.access__photos figure figcaption { /* sp */
	position: relative;
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: left;
}

.access__photos figure figcaption a { /* sp */
	position: static;
}

.access__info-wrap { /* sp */
	margin-top: 40px;
}

.access__info { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	padding: 30px 6% 20px;
}

.access__info__heading { /* sp */
	margin-bottom: 20px;
}

.access__info__main { /* sp */
	width: 100%;
}

.access__map { /* sp */
}

.wide-image::after { /* sp */
	width: 90px;
}

.instagram { /* sp */
	padding: 60px 0;
}

.instagram::after { /* sp */
	width: 91px;
	top: 14vw;
	right: 2.5vw;
}

.instagram__contents #sbi_images { /* sp */
	gap: 10px !important;
}

.instagram__list { /* sp */
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.loop-message p { /* sp */
	font-size: 4rem;
}

.company { /* sp */
	padding: 60px 0 40px;
}

.company__inner { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 30px;
	padding: 30px 9%;
}

.company__info { /* sp */
	width: 100%;
}

.company__info__item { /* sp */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.company__info__dt { /* sp */
	width: 100%;
	padding: 20px 10px 5px 10px;
}

.company__info__dd { /* sp */
	padding: 5px 10px 19px 10px;
}

.company__related { /* sp */
	margin-top: 60px;
}

.company__related__title { /* sp */
	margin-bottom: 40px;
}

.company__related__list { /* sp */
	grid-template-columns: 1fr;
}

.company__related__text::after { /* sp */
}

}

@-webkit-keyframes btnStretch {

0% {
	width: 98px;
}

100% {
	width: 280px;
}

}

@keyframes btnStretch {

0% {
	width: 98px;
}

100% {
	width: 280px;
}

}

