html {
    font-size: 16px;
}
body {
	color: #363636;
	background-color: #ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    font-family: 'Lato', sans-serif;
	margin: 0;
}
h2 {
	color: #0361f9;
}
h3 {
	color: #0361f9
} 
h4{
	color: #101010;
}
p, li {
	color: #3e3e3e;
}
p,
.news-list li {
	font-size: 1rem;
	line-height: 1.5;
	padding: 10px;
}
a {
	text-decoration: underline;
	color: #0075ff
}

/* header */
header {
	font-weight: 500;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 300;
	color: #ffffff;
	margin: 0;
	max-height: 409px;
	object-fit: cover;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
	box-shadow: 0 0 17px #ffffff;
	background-color: rgba(56, 60, 76, 0.8);
}
header .nav-top {
    display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
    z-index: 10;
	margin: 0 auto;
	gap: 20px;
    top: 0;
    left: 0;
    width: 100%;
	border-bottom: 1px solid;
	box-shadow: 0 0 17px #ffffff;
	background-color: rgba(2, 30, 140, 0.9);
}
header .nav-left ul {
    display: flex;
    list-style: none;
	margin: 10px 32px 10px 0;
}
header a {
	color: white;
	text-decoration: none;
}
header .nav-right ul {
    display: flex;
    gap: 0.5rem 2rem;
    list-style: none;
	white-space: nowrap;
}
header li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1px;
	text-shadow:
		1px 1px 0 black,
		1px 1px 0 gray;
}
header .nav-left ul {
    display: flex;
    list-style: none;
	margin: 5px 32px 5px 32px;
	margin: 10px 32px 10px 0;
}
.title {
    color: #ffffff;
	font-size: clamp(1rem, 5vw, 3rem);
	font-weight: 700;
	margin: 0;
	text-align: center;
	z-index: 5;
	position: relative;
	justify-content: center;
    max-height: 300px;
    background-size:cover;
    text-shadow:
		1px 1px 0 black,
		1px 1px 0 gray;
	padding-top: 100px;
	padding-bottom: 80px;
    object-fit: cover;
    background-image: url(../image/IMG_4643.JPG);
    width: 100vw;
	border-bottom-color: #e7388f;
    border-bottom: 1px solid;
    box-shadow: inset 0 -4px 10px rgba(255, 255, 255, 0.5);
}
.subtitle {
    z-index: 30;
	font-size: 1.25rem;
	font-weight: 700;
	max-width: 1000px;
	padding-top: 10px;
	text-align: center;
	position: relative;
	justify-content: center;
    text-shadow:
		1px 1px 0 black,
		1px 1px 0 gray;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

header .title h1,
header .title .subtitle {
    position: relative;
    z-index: 106;
}
.access a:hover,
.lodging a:hover,
.travel-links a:hover,
.nav-top a:hover {
    color: #6ca4f2;
}
.burger,
.menu {
	display: none;
}


@media (max-width: 850px) {
	header .nav-right ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    gap: 0.5rem 2rem;
    list-style: none;
	}	
}

@media (max-width: 500px) {
	.title {
	padding-top: 5%;
	padding-bottom: 5%;
	}
	header .nav-top {
		display: none;
	}

	.burger {
		display: block;
		cursor: pointer;
		background: none;
		border: none;
		background-color: rgba(56, 60, 76, 0.8);
		z-index: 100;
		position: fixed;
		top: 1px;
		left: 1px;
	}

	.burger span {
		display: block;
		width: 32px;
		height: 4px;
		background-color: #333;
		margin: 5px 0;
		transition: 0.4s;
		z-index: 100;
	}

	.menu {
		display: none;
		padding: 1rem;
		background-color: rgba(56, 60, 76, 0.8);
		text-align: center;
		z-index: 10;
		border-radius: 5px;
		position: fixed;
		width: 100%;
	}

	.menu.is-active {
		display: block;
	}
	.burger {
    display: block;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    background-color: rgba(56, 60, 76, 0.9);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 100;
    transition: background-color 0.3s ease;
	}
	.burger:hover {
		background-color: rgba(56, 60, 76, 1);
	}

	.burger span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #fff;
		margin: 6px 0;
		border-radius: 2px;
		transition: all 0.4s ease;
	}

	/* メニュー */
	.menu {
		display: none;
		padding: 1.2rem;
		background-color: rgba(56, 60, 76, 0.95);
		color: #fff;
		text-align: center;
		z-index: 10;
		border-radius: 10px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
		font-family: "Segoe UI", sans-serif;
		font-size: 18px;
		transition: all 0.3s ease;
	}

	.menu a {
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 10px 0;
		transition: color 0.3s;
	}

	.menu a:hover {
		color: #6ca4f2;
	}

	header span:nth-child(1) {
		opacity: var(--opacity);
	}

	header span:nth-child(2) {
		translate: 0 calc(var(--translate) * -1);
		rotate: var(--rotate);
	}

	header span:nth-child(3) {
		translate: 0 var(--translate);
		rotate: calc(var(--rotate) * -1);
	}
}


footer .ac-gf-footer-legal-copyright {
	background-color: black;
	box-shadow: 0 0 17px #ffffff;
	color: #ffffff;
	font-size: clamp(0.8rem, 2vw, 1rem);
	text-align: center;
}