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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

button {
	background-color: transparent;
}

/*
_function.scss ファイル
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換
*/

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

body {
	color: #000;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
	font-size: clamp(0.8125rem, 0.6394230769rem + 0.3605769231vw, 1rem);
	font-weight: 500;
	line-height: 1.5;
}

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

a {
	color: inherit;
}

.l-inner {
	margin-inline: auto;
	max-width: 1502px;
	padding-inline: 16px;
	width: 100%;
}

/* l-terms
-----------------------------------------------------------------------------*/

.l-terms {
	padding-inline: 30px;
	padding-top: 34px;
}

/* l-course
-----------------------------------------------------------------------------*/

.l-course {
	margin-top: clamp(3.125rem, 0.6124371859rem + 12.5628140704vw, 6.25rem);
}

/* l-event
-----------------------------------------------------------------------------*/

.l-event {
	margin-top: 40px;
}

/* l-operation
-----------------------------------------------------------------------------*/

.l-operation {
	margin-top: 40px;
}

/* l-map
-----------------------------------------------------------------------------*/

.l-map {
	margin-top: 43px;
}

/* l-use
-----------------------------------------------------------------------------*/

.l-use {
	margin-top: clamp(2.5rem, 0.2889447236rem + 11.0552763819vw, 5.25rem);
}

/* l-attention
-----------------------------------------------------------------------------*/

.l-attention {
	margin-top: 42px;
}

/* l-link
-----------------------------------------------------------------------------*/

.l-link {
	margin-top: 55px;
}

/* l-contact
-----------------------------------------------------------------------------*/

.l-contact {
	margin-top: clamp(1.5625rem, 0.306218593rem + 6.2814070352vw, 3.125rem);
}

/* l-footer
-----------------------------------------------------------------------------*/

/* c-logo-drawer
-----------------------------------------------------------------------------*/

.c-logo-drawer {
	display: block;
	margin-inline: auto;
	margin-top: 150px;
	max-width: 150px;
	width: 100%;
}

/* c-logo-header
-----------------------------------------------------------------------------*/

/* c-btn-cta
-----------------------------------------------------------------------------*/

.c-btn-cta {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: clamp(0.625rem, -0.1287688442rem + 3.7688442211vw, 1.5625rem) 20px 10px;
	position: relative;
	text-align: center;
	transition: 0.3s ease;
}

.c-btn-cta:hover,
.c-btn-cta:focus {
	opacity: 0.6;
}

.c-btn-cta::after {
	background-image: url(../img/arrow-icon-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-10%);
	width: 20px;
}

.c-btn-cta--en {
	-webkit-background-clip: text;
	background: linear-gradient(to right, #cacbcc 0%, #a9abad 29%, #ceced0 65%, #aeafb2 87%, #d2d5d8 100%);
	background-clip: text;
	color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.25rem, -0.6595477387rem + 9.5477386935vw, 3.625rem);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.c-btn-cta--ja {
	color: #666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1rem, 0.3969849246rem + 3.0150753769vw, 1.75rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

/* c-btn-info
-----------------------------------------------------------------------------*/

.c-btn-info {
	color: #fff;
	display: inline-block;
	height: 100%;
	padding: 10px clamp(0.625rem, -0.3800251256rem + 5.0251256281vw, 1.875rem) 10px clamp(0.625rem, -0.3800251256rem + 5.0251256281vw, 1.875rem);
	position: relative;
	text-align: center;
	transition: 0.3s ease;
}

.c-btn-info:hover,
.c-btn-info:focus {
	opacity: 0.6;
}

.c-btn-info::before {
	background-image: url(../img/arrow-icon-btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 9px;
	left: 50%;
	position: absolute;
	top: 20%;
	transform: translateX(-50%);
	width: 20px;
}

.c-btn-info--01 {
	background: #ffb94a;
}

.c-btn-info--02 {
	background: #85d37f;
}

/* c-section-title
-----------------------------------------------------------------------------*/

.c-section-title {
	font-size: clamp(1.25rem, 0.7474874372rem + 2.5125628141vw, 1.875rem);
}

.c-section-title__wrap {
	text-align: center;
}

/* c-background
-----------------------------------------------------------------------------*/

.c-background {
	background: #ffe5cc;
	position: relative;
}

/* c-background-img
-----------------------------------------------------------------------------*/

.c-background-img {
	background-image: url("../img/background-sp.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* p-drawer-icon
-----------------------------------------------------------------------------*/

.p-drawer-icon {
	position: fixed;
	right: 11px;
	top: 13px;
	transition: transform 0.5s ease 0s;
	z-index: 50;
}

.p-drawer-icon.is-active .p-drawer-icon__bar1 {
	background: #515151;
	top: 8px;
	transform: rotate(-45deg);
}

.p-drawer-icon.is-active .p-drawer-icon__bar2 {
	display: none;
}

.p-drawer-icon.is-active .p-drawer-icon__bar3 {
	background: #515151;
	top: 8px;
	transform: rotate(45deg);
}

.p-drawer-icon__bars {
	display: block;
	height: 20px;
	position: relative;
	width: 22px;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
	background: #515151;
	border-radius: 2px;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 23px;
}

.p-drawer-icon__bar1 {
	top: 0;
}

.p-drawer-icon__bar2 {
	top: 9px;
}

.p-drawer-icon__bar3 {
	top: 18px;
}

.p-drawer-background {
	background: #fff;
	border-radius: 0 0 10px 10px;
	height: 43px;
	position: fixed;
	right: 0;
	top: 0;
	width: 43px;
	z-index: 50;
}

/* p-drawer-content
-----------------------------------------------------------------------------*/

.p-drawer-content {
	background: #515151;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.5s ease 0s;
	width: 60%;
	z-index: 40;
}

.p-drawer-content.is-active {
	transform: translateX(0);
}

.p-drawer-content__list {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	padding: 50px 20px 20px;
	text-align: center;
}

.p-drawer-content__item {
	display: block;
	transition: 0.3s ease;
}

.p-drawer-content__item:hover,
.p-drawer-content__item:focus {
	opacity: 0.6;
}

.p-drawer-content__item + .p-drawer-content__item {
	margin-top: 20px;
}

/* p-header
-----------------------------------------------------------------------------*/

.p-header__nav {
	display: none;
}

.p-header__list {
	font-family: "Noto Sans JP", sans-serif;
}

.p-header__link {
	transition: 0.3s ease;
}

.p-header__link:hover,
.p-header__link:focus {
	opacity: 0.6;
}

.p-header__logo {
	transition: 0.3s ease;
}

.p-header__logo:hover,
.p-header__logo:focus {
	opacity: 0.6;
}

/* p-mv
-----------------------------------------------------------------------------*/

.p-mv {
	position: relative;
}

.p-mv__title-wrap {
	font-size: clamp(1rem, 0.5477386935rem + 2.2613065327vw, 1.5625rem);
	left: 5%;
	letter-spacing: 0.06em;
	position: absolute;
	top: 15%;
}

.p-mv__title {
	background: #fff;
	display: inline-block;
	padding-left: 5px;
}

.p-mv__title:first-child {
	display: block;
	margin-bottom: 10px;
}

.p-mv__btn {
	bottom: -5px;
	position: absolute;
	width: 100%;
}

.fixed-btn {
	bottom: 20px;
	position: fixed;
	z-index: 20;
}

/* p-terms
-----------------------------------------------------------------------------*/

.p-terms {
	background: #fff;
	border-radius: 13px;
	display: grid;
	margin-inline: auto;
	max-width: 658px;
	padding-block: 43px 38px;
	padding-inline: 20px;
	place-content: center;
}

.p-terms__title {
	position: relative;
}

.p-terms__title::before {
	background: #333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 65px;
}

.p-terms__list {
	display: grid;
	gap: 9px;
	letter-spacing: 0.3em;
	margin-left: clamp(1.1875rem, -3.7873743719rem + 24.8743718593vw, 7.375rem);
	margin-top: clamp(1.5625rem, 0.5072236181rem + 5.2763819095vw, 2.875rem);
}

.p-terms__item {
	font-size: clamp(1rem, 0.3969849246rem + 3.0150753769vw, 1.75rem);
	position: relative;
}

.p-terms__item::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	left: -17%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

.p-terms__item:first-child::before {
	background-image: url(../img/list01.png);
}

.p-terms__item:nth-child(2)::before {
	background-image: url(../img/list02.png);
}

.p-terms__item:nth-child(3)::before {
	background-image: url(../img/list03.png);
}

.p-terms__text-wrap {
	font-size: clamp(0.625rem, 0.2229899497rem + 2.0100502513vw, 1.125rem);
	letter-spacing: 0.17em;
	margin-left: clamp(0rem, -0.8040201005rem + 4.0201005025vw, 1rem);
	margin-top: clamp(1.5625rem, 0.6579773869rem + 4.5226130653vw, 2.6875rem);
}

.p-terms__img {
	margin-top: 35px;
	max-width: 380px;
	width: 100%;
}

/* p-info
-----------------------------------------------------------------------------*/

.p-info {
	padding-bottom: 50px;
	padding-top: 40px;
}

/* p-attraction
-----------------------------------------------------------------------------*/

.p-attraction:nth-child(2) {
	margin-top: clamp(3.125rem, -1.6488693467rem + 23.8693467337vw, 9.0625rem);
}

.p-attraction__wrap {
	margin-top: 20px;
}

.p-attraction__img {
	border-radius: 30px;
	height: 100%;
	overflow: hidden;
}

.p-attraction__img img {
	aspect-ratio: 824/495;
	width: 100%;
}

.p-attraction__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	max-height: clamp(21.875rem, 18.4579145729rem + 17.0854271357vw, 26.125rem);
	padding-bottom: 16px;
	padding-right: clamp(1rem, -2.567839196rem + 17.8391959799vw, 5.4375rem);
	padding-top: 53px;
	width: 100%;
	writing-mode: vertical-rl;
}

.p-attraction__sub-title {
	font-size: clamp(1.25rem, 0.1444723618rem + 5.527638191vw, 2.625rem);
	margin-left: clamp(1.25rem, 0.2449748744rem + 5.0251256281vw, 2.5rem);
	padding-top: 10px;
}

.p-attraction__text {
	font-size: clamp(0.875rem, 0.6739949749rem + 1.0050251256vw, 1.125rem);
	line-height: 2;
}

.p-attraction__btn {
	margin-left: 5px;
}

.p-attraction__slide {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(4, 1fr);
}

.p-attraction-slide__img {
	border-radius: clamp(0.625rem, -0.3800251256rem + 5.0251256281vw, 1.875rem);
	overflow: hidden;
}

.p-attraction-slide__img img {
	aspect-ratio: 395/264;
	width: 100%;
}

.p-info .p-attraction:nth-of-type(2) .p-attraction__slide {
	position: relative;
	z-index: 1;
}

.p-info .p-attraction:nth-of-type(2) .p-attraction__slide::before {
	background: #ffe5cc;
	content: "";
	display: block;
	height: 150%;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
}

/* p-course
-----------------------------------------------------------------------------*/

.p-course__img {
	display: block;
	position: relative;
	transition: 0.3s ease;
	z-index: 10;
}

.p-course__img:hover,
.p-course__img:focus {
	opacity: 0.6;
}

.p-course__img::before {
	background: #b2a193;
	bottom: -7px;
	content: "";
	height: 100%;
	position: absolute;
	right: -7px;
	width: 100%;
	z-index: -1;
}

/* p-event
-----------------------------------------------------------------------------*/

.p-event__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-event__wrap {
	background: #fff;
	border-radius: 15px;
	color: #333;
	margin-top: 6px;
	padding: 29px clamp(1rem, 0.5979899497rem + 2.0100502513vw, 1.5rem) 10px clamp(1rem, -1.7135678392rem + 13.567839196vw, 4.375rem);
}

.p-event__item {
	align-items: center;
	display: grid;
	gap: clamp(1.875rem, 0.7192211055rem + 5.7788944724vw, 3.3125rem);
	grid-template-columns: clamp(4.375rem, 2.5157035176rem + 9.2964824121vw, 6.6875rem) 1fr;
}

.p-event__item:nth-child(n+2) {
	margin-top: 6px;
}

.p-event__item:nth-child(n) .p-event__day::before {
	background: #333;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: -23px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-event__item:nth-child(1) .p-event__day::before,
.p-event__item:nth-child(3) .p-event__day::before,
.p-event__item:nth-child(5) .p-event__day::before {
	content: "土";
}

.p-event__item:nth-child(2) .p-event__day::before,
.p-event__item:nth-child(4) .p-event__day::before,
.p-event__item:nth-child(6) .p-event__day::before,
.p-event__item:nth-child(7) .p-event__day::before {
	content: "日";
}

.p-event__day {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.75rem, 0.0464824121rem + 3.5175879397vw, 1.625rem);
	font-weight: 700;
	justify-content: flex-end;
	line-height: 1;
	position: relative;
}

.p-event__day-year {
	font-size: clamp(0.75rem, 0.5489949749rem + 1.0050251256vw, 1rem);
	font-weight: 700;
	margin-right: 12px;
	padding-top: clamp(0rem, -0.2512562814rem + 1.256281407vw, 0.3125rem);
}

.p-event__info {
	font-size: clamp(0.75rem, 0.1972361809rem + 2.7638190955vw, 1.4375rem);
	font-weight: 700;
}

.p-event__img-wrap {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 11px;
	max-width: 476px;
	width: 100%;
}

/* p-operation
-----------------------------------------------------------------------------*/

.p-operation__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-operation__route {
	margin-top: 12px;
}

.p-operation__schedule {
	margin-top: 20px;
}

.p-operation__timetable {
	margin-top: 40px;
}

.p-operation__item:nth-child(2) {
	margin-top: clamp(3.125rem, 2.1199748744rem + 5.0251256281vw, 4.375rem);
}

/* p-route
-----------------------------------------------------------------------------*/

.p-route__title {
	background: #0071bc;
	border-radius: 15px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.25rem, 0.8479899497rem + 2.0100502513vw, 1.75rem);
	font-weight: 700;
	margin-inline: auto;
	max-width: 628px;
	padding-block: clamp(0.625rem, 0.0722361809rem + 2.7638190955vw, 1.3125rem);
	padding-inline: 10px;
	text-align: center;
	width: 100%;
}

.p-route__title-02 {
	background: #22b573;
}

.p-route__img {
	margin-inline: auto;
	margin-top: 50px;
	max-width: 520px;
	width: 100%;
}

/* p-schedule
-----------------------------------------------------------------------------*/

.p-schedule {
	margin-inline: auto;
	max-width: 616px;
	width: 100%;
}

/* p-timetable
-----------------------------------------------------------------------------*/

.p-timetable__img {
	width: 100%;
}

.p-timetable__img img {
	width: 100%;
}

/* p-map
-----------------------------------------------------------------------------*/

.p-map__title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(1.25rem, 0.3957286432rem + 4.2713567839vw, 2.3125rem);
	font-weight: 700;
}

.p-map__iframe {
	margin-top: 32px;
	text-align: center;
}

.p-map__iframe iframe {
	aspect-ratio: 629/405;
	height: auto;
	max-width: 629px;
	width: 100%;
}

/* p-use
-----------------------------------------------------------------------------*/

.p-use__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-use__wrap {
	background: #fff;
	margin-top: 55px;
	padding: clamp(3.125rem, 0.9139447236rem + 11.0552763819vw, 5.875rem) 30px clamp(3.125rem, 0.3109296482rem + 14.0703517588vw, 6.625rem);
}

.p-use__content {
	inline-size: -moz-fit-content;
	inline-size: fit-content;
	margin-inline: auto;
}

.p-use__content:nth-child(2) {
	margin-top: 22px;
}

.p-use__sub-title {
	font-size: clamp(1.25rem, 0.3454773869rem + 4.5226130653vw, 2.375rem);
	text-align: center;
}

.p-use__text {
	font-size: clamp(1rem, 0.5979899497rem + 2.0100502513vw, 1.5rem);
	line-height: 1.7;
	margin-top: 45px;
	padding-inline: clamp(0rem, -4.2713567839rem + 21.3567839196vw, 5.3125rem);
}

.p-use__btn {
	display: block;
	text-align: center;
	transition: 0.3s ease;
}

.p-use__btn:hover,
.p-use__btn:focus {
	opacity: 0.6;
}

.p-use__reserve {
	display: block;
	text-align: center;
	transition: 0.3s ease;
}

.p-use__reserve:hover,
.p-use__reserve:focus {
	opacity: 0.6;
}

/* p-attention
-----------------------------------------------------------------------------*/

.p-attention__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-attention__content {
	background: #fff;
	font-size: clamp(1rem, 0.5979899497rem + 2.0100502513vw, 1.5rem);
	margin-top: 38px;
	padding: clamp(1.875rem, -0.0345477387rem + 9.5477386935vw, 4.25rem) clamp(1.875rem, -0.1350502513rem + 10.0502512563vw, 4.375rem) clamp(2.5rem, 0.4899497487rem + 10.0502512563vw, 5rem);
}

.p-attention__text {
	line-height: 1.7;
}

.p-attention__text:nth-child(n+2) {
	margin-top: clamp(1.25rem, -0.006281407rem + 6.2814070352vw, 2.8125rem);
}

/* p-link
-----------------------------------------------------------------------------*/

.p-link__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-link__list {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 25px;
	max-width: 650px;
	width: 100%;
}

.p-link__item {
	transition: 0.3s ease;
}

.p-link__item img {
	width: 100%;
}

.p-link__item:hover,
.p-link__item:focus {
	opacity: 0.6;
}

/* p-contact
-----------------------------------------------------------------------------*/

.p-contact__title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.p-contact__form {
	background: #fff;
	display: grid;
	height: 520px;
	margin-top: clamp(2.1875rem, 0.4287060302rem + 8.7939698492vw, 4.375rem);
	place-content: center;
}

.p-contact__text {
	font-size: 26px;
}

/* p-footer
-----------------------------------------------------------------------------*/

.p-footer {
	background: #ffe5cc;
	padding-block: 17px;
	text-align: center;
}

/* u-hidden
-----------------------------------------------------------------------------*/

.u-hidden-pc {
	display: block;
}

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

.c-logo-drawer {
	max-width: 200px;
}

.c-btn-cta::after {
	height: 20px;
	width: 30px;
}

.p-drawer-icon {
	right: 16px;
	top: 25px;
}

.p-drawer-icon.is-active .p-drawer-icon__bar1 {
	top: 20px;
}

.p-drawer-icon.is-active .p-drawer-icon__bar3 {
	top: 20px;
}

.p-drawer-icon__bars {
	height: 50px;
	width: 45px;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
	height: 4px;
	width: 45px;
}

.p-drawer-icon__bar2 {
	top: 19px;
}

.p-drawer-icon__bar3 {
	top: 37px;
}

.p-drawer-background {
	height: 90px;
	width: 80px;
}

}

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

.l-inner {
	max-width: 1550px;
	padding-inline: 40px;
}

.l-event {
	margin-top: 79px;
}

.l-operation {
	margin-top: 50px;
}

.l-map {
	margin-top: clamp(3.75rem, 0.2884615385rem + 7.2115384615vw, 7.5rem);
}

.l-use {
	margin-top: clamp(3.125rem, 0.4711538462rem + 5.5288461538vw, 6rem);
}

.l-attention {
	margin-top: 60px;
}

.l-link {
	margin-top: 60px;
}

.l-contact {
	margin-top: 60px;
}

.c-logo-header {
	max-width: clamp(15.625rem, 10.1442307692rem + 11.4182692308vw, 21.5625rem);
	width: 100%;
}

.c-btn-cta {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: center;
	margin-bottom: 16px;
	margin-inline: auto;
	max-width: 1225px;
	padding-bottom: 17px;
	padding-top: 13px;
	width: 80%;
}

.c-btn-cta::after {
	background-image: url(../img/arrow-icon-pc.png);
	height: 21px;
	right: 3%;
	transform: translateY(-50%);
	width: 38px;
}

.c-btn-cta--en {
	font-size: clamp(1.25rem, -2.2115384615rem + 7.2115384615vw, 5rem);
}

.c-btn-cta--ja {
	font-size: clamp(1rem, 0.1923076923rem + 1.6826923077vw, 1.875rem);
}

.c-btn-info {
	font-size: clamp(1.25rem, 0.7884615385rem + 0.9615384615vw, 1.75rem);
	padding: 10px clamp(0.9375rem, -0.1009615385rem + 2.1634615385vw, 2.0625rem) 10px clamp(0.9375rem, -0.1009615385rem + 2.1634615385vw, 2.0625rem);
}

.c-section-title {
	font-size: clamp(1.625rem, 1.2211538462rem + 0.8413461538vw, 2.0625rem);
}

.c-background-img {
	background-image: url("../img/background.png");
}

.p-drawer-icon {
	display: none;
}

.p-drawer-background {
	display: none;
}

.p-drawer-content {
	display: none;
}

.p-header {
	left: 0;
	padding-block: clamp(0.625rem, -0.2403846154rem + 1.8028846154vw, 1.5625rem);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.p-header::before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-header__nav {
	color: #fff;
	display: block;
	font-size: clamp(1rem, 0.1923076923rem + 1.6826923077vw, 1.875rem);
	position: relative;
	z-index: 30;
}

.p-header__list {
	align-items: center;
	display: flex;
	gap: clamp(1.875rem, -2.1634615385rem + 8.4134615385vw, 6.25rem);
	justify-content: center;
}

.p-mv__title-wrap {
	font-size: clamp(1.25rem, 0.3846153846rem + 1.8028846154vw, 2.1875rem);
	left: 77%;
	top: 17%;
	writing-mode: vertical-rl;
}

.p-mv__title:first-child {
	margin-bottom: 0;
	margin-left: 13px;
}

.p-mv__title {
	padding-left: 0;
	padding-top: 5px;
}

.p-terms {
	display: flex;
	gap: clamp(0.625rem, -3.8173076923rem + 9.2548076923vw, 5.4375rem);
	justify-content: center;
	margin-inline: auto;
	max-width: 1215px;
	padding-block: 20px 45px;
	padding-inline: 20px;
	width: 100%;
}

.p-terms__body {
	margin-top: 30px;
	max-width: 505px;
	width: 100%;
}

.p-terms__list {
	gap: 18px;
	letter-spacing: 0.4em;
	margin-left: clamp(3.125rem, -1.7788461538rem + 10.2163461538vw, 8.4375rem);
	margin-top: clamp(1.5625rem, 0.4086538462rem + 2.4038461538vw, 2.8125rem);
}

.p-terms__item {
	font-size: clamp(1.125rem, 0.5480769231rem + 1.2019230769vw, 1.75rem);
}

.p-terms__text-wrap {
	font-size: clamp(0.625rem, 0.0480769231rem + 1.2019230769vw, 1.25rem);
	margin-top: clamp(1.5625rem, 0.1201923077rem + 3.0048076923vw, 3.125rem);
}

.p-terms__img {
	margin-top: 0;
	max-width: 413px;
}

.p-info {
	padding-bottom: clamp(3.125rem, -2.6442307692rem + 12.0192307692vw, 9.375rem);
	padding-top: clamp(3.125rem, 0.7019230769rem + 5.0480769231vw, 5.75rem);
}

.p-attraction:nth-child(2) {
	margin-top: clamp(3.75rem, 0.1730769231rem + 7.4519230769vw, 7.625rem);
}

.p-attraction__title {
	font-size: clamp(1.75rem, 1.1730769231rem + 1.2019230769vw, 2.375rem);
}

.p-attraction__wrap {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 45px;
}

.p-attraction__img {
	width: 52%;
}

.p-attraction__body {
	max-height: 496px;
	padding-bottom: 0;
	padding-right: clamp(1.25rem, 0.5rem + 1.5625vw, 2.0625rem);
	padding-top: 13px;
	width: 48%;
}

.p-attraction__sub-title {
	font-size: clamp(1.875rem, 0.2596153846rem + 3.3653846154vw, 3.625rem);
	margin-left: clamp(0.9375rem, -1.0817307692rem + 4.2067307692vw, 3.125rem);
}

.p-attraction__text {
	font-size: clamp(1rem, 0.4807692308rem + 1.0817307692vw, 1.5625rem);
}

.p-attraction__btn {
	margin-left: 10px;
}

.p-attraction__slide {
	margin-top: 55px;
}

.p-attraction-slide__img {
	border-radius: 30px;
}

.p-course__img::before {
	bottom: -20px;
	right: -20px;
}

.p-event__title {
	font-size: clamp(1.625rem, 0.7596153846rem + 1.8028846154vw, 2.5625rem);
}

.p-event__wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: clamp(0.625rem, -5.7211538462rem + 13.2211538462vw, 7.5rem);
	justify-content: flex-end;
	margin-top: 32px;
	padding: 44px clamp(0.625rem, -1.9711538462rem + 5.4086538462vw, 3.4375rem) 31px;
}

.p-event__item {
	gap: clamp(3.125rem, 1.9711538462rem + 2.4038461538vw, 4.375rem);
}

.p-event__item:nth-child(n+2) {
	margin-top: 9px;
}

.p-event__item:nth-child(n) .p-event__day::before {
	border-radius: 50%;
	height: 30px;
	line-height: 30px;
	right: -35px;
	width: 30px;
}

.p-event__day {
	font-size: clamp(1.25rem, 0.0961538462rem + 2.4038461538vw, 2.5rem);
}

.p-event__day-year {
	font-size: clamp(1.25rem, 1.0192307692rem + 0.4807692308vw, 1.5rem);
	padding-top: clamp(0rem, -0.2884615385rem + 0.6009615385vw, 0.3125rem);
}

.p-event__info {
	font-size: clamp(1.25rem, 0.6730769231rem + 1.2019230769vw, 1.875rem);
}

.p-event__img-wrap {
	grid-template-columns: none;
	grid-template-rows: repeat(2, 1fr);
	margin: 0;
	max-width: clamp(9.375rem, 4.7596153846rem + 9.6153846154vw, 14.375rem);
}

.p-event__img:nth-child(3) {
	display: none;
}

.p-operation__title {
	font-size: clamp(1.625rem, 0.7596153846rem + 1.8028846154vw, 2.5625rem);
}

.p-operation__wrap {
	align-items: center;
	display: flex;
	margin-top: clamp(3.125rem, 0.8173076923rem + 4.8076923077vw, 5.625rem);
}

.p-operation__route {
	margin-top: 0;
}

.p-operation__schedule {
	margin-top: 13px;
}

.p-operation__timetable {
	margin-top: 60px;
}

.p-operation__item:first-child {
	padding-right: clamp(1.25rem, 0.0961538462rem + 2.4038461538vw, 2.5rem);
	position: relative;
}

.p-operation__item:first-child::before {
	background: #231815;
	content: "";
	height: 98%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.p-operation__item:nth-child(2) {
	margin-top: 0;
	padding-left: clamp(1.25rem, 0.0961538462rem + 2.4038461538vw, 2.5rem);
}

.p-route__title {
	font-size: clamp(1.25rem, 0.7884615385rem + 0.9615384615vw, 1.75rem);
	letter-spacing: 0.15em;
	max-width: 680px;
	padding-block: clamp(1.25rem, 0.9615384615rem + 0.6009615385vw, 1.5625rem);
}

.p-route__img {
	margin-top: 60px;
	max-width: 560px;
}

.p-schedule {
	max-width: 670px;
}

.p-map__title {
	font-size: clamp(1.625rem, 0.8173076923rem + 1.6826923077vw, 2.5rem);
}

.p-map__iframe {
	margin-top: clamp(2.5rem, 0.1923076923rem + 4.8076923077vw, 5rem);
}

.p-map__iframe iframe {
	aspect-ratio: 1465/730;
	max-width: 1465px;
}

.p-use__title {
	font-size: clamp(1.625rem, 0.7019230769rem + 1.9230769231vw, 2.625rem);
}

.p-use__wrap {
	margin-top: clamp(3.125rem, -0.3942307692rem + 7.3317307692vw, 6.9375rem);
	padding-bottom: clamp(5rem, 0.3846153846rem + 9.6153846154vw, 10rem);
	padding-top: clamp(3.75rem, -0.4615384615rem + 8.7740384615vw, 8.3125rem);
}

.p-use__content:nth-child(2) {
	margin-top: clamp(1.875rem, -0.1442307692rem + 4.2067307692vw, 4.0625rem);
}

.p-use__sub-title {
	font-size: clamp(2.25rem, 1.2115384615rem + 2.1634615385vw, 3.375rem);
}

.p-use__text {
	font-size: clamp(1.625rem, 1.0480769231rem + 1.2019230769vw, 2.25rem);
	margin-top: clamp(1.875rem, 0.0288461538rem + 3.8461538462vw, 3.875rem);
}

.p-use__btn {
	margin-top: clamp(2.1875rem, -0.0625rem + 4.6875vw, 4.625rem);
}

.p-use__reserve {
	margin-top: clamp(1.5625rem, 0.4086538462rem + 2.4038461538vw, 2.8125rem);
}

.p-attention__title {
	font-size: clamp(1.625rem, 0.7019230769rem + 1.9230769231vw, 2.625rem);
}

.p-attention__content {
	margin-top: 55px;
	padding: clamp(3.125rem, -0.625rem + 7.8125vw, 7.1875rem) clamp(2.5rem, -0.3846153846rem + 6.0096153846vw, 5.625rem);
}

.p-link__title {
	font-size: clamp(1.625rem, 0.7019230769rem + 1.9230769231vw, 2.625rem);
}

.p-link__list {
	gap: clamp(0.9375rem, -1.0817307692rem + 4.2067307692vw, 3.125rem);
	grid-template-columns: repeat(4, 1fr);
	max-width: 1470px;
}

.p-contact__title {
	font-size: clamp(1.625rem, 0.7019230769rem + 1.9230769231vw, 2.625rem);
}

.p-contact__form {
	height: 468px;
	margin-top: 50px;
}

.p-footer {
	padding-bottom: 20px;
	padding-top: 78px;
}

.p-footer__copyright {
	font-size: 11px;
}

.u-hidden-pc {
	display: none;
}

}

