@charset "UTF-8";

.wrap {
	background: #fff;
	border-radius: 70px;
	margin: 0 auto;
	max-width: 90%;
	width: 1328px;
}

.wrap p {
	color: #1F1F1F;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.375;
	text-align: center;
}

section h2 {
	color: #EA6861;
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 25px;
	letter-spacing: .05em;
	line-height: 1.32;
	position: relative;
	margin: 0 auto;
	max-width: max-content;
}

section h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	background: #EA6861;
	border-radius: 2px;
	width: 100%;
	height: 2px;
}

.btn {
	background: #5EAC97;
	border: 2px solid #5EAC97;
	border-radius: 60px;
	box-sizing: border-box;
	color: #fff;
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 34px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.85;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	max-width: 190px;
	transition: .3s;
}

.btn::after {
	content: "";
	background: url(../img/arrow-w.svg) no-repeat;
	background-size: contain;
	display: block;
	width: 22px;
	height: 22px;
}

.btn:hover {
	background: #fff;
	color: #5EAC97;
}

.btn:hover::after {
	background: url(../img/arrow-g.svg) no-repeat;
}

/* ヘッダー */

.hamburger {
	display: none;
}

header {
	display: flex;
	height: 188px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: transform 0.3s 0.3s;
}

header.hidden {
	transform: translateY(-185px);
}

header .logo {
	margin-top: 21px;
}

.main {
	/*padding-top: 185px;*/
}

header .contact-link {
	background: #5EAC97;
	border-radius: 0 0 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin-right: 31px;
	width: 104px;
	height: 112px;
}

header .contact-link.mob {
	display: none;
}

header nav {
	margin: 51px 56px 0 auto;
}

nav ul {
	display: flex;
	align-items: flex-start;
	flex-flow: row-reverse;
	gap: 18px;
}

nav li {
	background: #fff;
	border-radius: 3px;
	padding: 18px 14px;
	position: relative;
	writing-mode: vertical-rl;
	transition: .3s;
}

nav li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

nav li p {
	box-sizing: border-box;
	color: #1F1F1F;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	max-width: 100%;
}

nav li:hover {
	transform: translateY(-10px);
}

nav li.current::before {
	content: "";
	background: url(../img/current.svg) no-repeat;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 19px;
}

nav img {
	display: none;
}

/* 入園案内 */

.guidance {
	background: url(../img/guidance-back.webp);
	background-repeat: repeat;
	border-radius: 270px;
	box-sizing: border-box;
	color: #fff;
	padding-left: 40px;
	margin: 56px auto;
	overflow: hidden;
	width: 90%;
	max-width: 1168px;
	transition: .3s;
}

.guidance:hover {
	background: url(../img/guidance-back_hover.webp);
}

.guidance:hover img {
	transform: scale(1.15);
}

.guidance .col {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 47px;
}

.guidance .col div {
	text-align: center;
}

.guidance .col h2 {
	font-size: 25px;
	letter-spacing: .05em;
	line-height: 1.32;
	padding-bottom: 2px;
	position: relative;
	margin: 0 auto;
	width: max-content;
}

.guidance .col h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	background: #fff;
	border-radius: 2px;
	width: 100%;
	height: 2px;
}

.guidance .col p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	margin-top: 21px;
}

.guidance .col .btn {
	background: #fff;
	border: 2px solid #fff;
	color: #3D3D3D;
	margin-top: 18px;
}

.guidance .col .btn::after {
	background: url(../img/arrow-g.svg) no-repeat;
	background-size: contain;
}

.guidance .col .btn:hover {
	background: #5EAC97;
	border: 2px solid #5EAC97;
	color: #fff;
}

.guidance .col .btn:hover::after {
	background: url(../img/arrow-w.svg) no-repeat;
	background-size: contain;
}

.guidance-img {
	overflow: hidden;
	max-width: calc(50% + 47px);
}

.guidance img {
	transition: .3s;
	width: 100%;
	min-height: 248px;
	object-fit: cover;
}

/* フッター */
footer {
	background: url(../img/footer-back.webp);
	background-repeat: repeat;
	border-radius: 30px 30px 0 0;
	padding: 44px 25px 35px;
}

footer>div {
	margin: 0 auto;
	max-width: 1167px;
}

footer .col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 17px 79px;
	margin-top: 28px;
	max-width: 512px;
}

footer li {
	position: relative;
}

footer li a {
	display: flex;
	align-items: center;
	gap: 14px;
}

footer li a,
footer .reception p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	transition: .1s;
}

footer li a:hover,
footer li a:hover svg path,
footer .privacy a:hover {
	color: #F9C7C4;
	fill: #F9C7C4;
}

footer .btn {
	background: #fff;
	border: none;
	color: #3D3D3D;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
	margin-top: 28px;
	margin-left: 0;
	padding-left: 47px;
}

footer .btn::after {
	background: url(../img/arrow-r.svg) no-repeat;
	background-size: contain;
}

footer .btn:hover {
	background: #EA6861;
	color: #fff;
}

footer .btn:hover::after {
	background: url(../img/arrow-wr.svg) no-repeat;
	background-size: contain;
}

footer .reception {
	display: flex;
	align-items: center;
	gap: 47px;
	justify-content: flex-end;
}

footer .reception p {
	position: relative;
	margin-top: -30px;
}

footer .reception p::after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/reception-comment.webp) no-repeat;
	background-size: contain;
	width: 182px;
	height: 102px;
}

footer .reception img {
	animation: yurayura-f 2s linear infinite;
}

@keyframes yurayura-f {

	20% {
		transform: translateY(-50%) rotate(-10deg)
	}

	35% {
		transform: translateY(-50%) rotate(20deg)
	}

	50% {
		transform: translateY(-50%) rotate(-20deg)
	}

	65% {
		transform: translateY(-50%) rotate(20deg)
	}

	80% {
		transform: translateY(-50%) rotate(-10deg)
	}

	to {
		transform: translateY(0)
	}
}

footer .access {
	background: #fff;
	border-radius: 20px;
	color: #EE7D76;
	display: flex;
	align-items: center;
	gap: 28px;
	justify-content: space-between;
	padding: 24px 24px 21px 29px;
	margin-top: 10px;
}

footer .access h2 {
	display: inline-block;
	position: relative;
}

footer .access h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	background: #EA6861;
	border-radius: 2px;
	width: 100%;
	height: 2px;
}

footer .access p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.875;
	margin-top: 15px;
}

footer .map {
	border-radius: 10px;
	position: relative;
	width: 165px;
	height: 136px;
	overflow: hidden;
}

footer .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer .privacy {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

footer .privacy a,
footer .privacy p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.85;
	transition: .1s;
}

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

	footer {
		padding: 50px 40px 40px;
	}

	footer .col {
		flex-flow: column;
	}

	footer .col>div,
	footer .privacy {
		max-width: 688px;
		width: 100%;
	}

	footer .col>div:last-child {
		margin-top: -40px;
	}

	footer .btn {
		margin-left: 0;
	}

	footer .reception p {
		font-size: 14px;
	}

	footer .reception p::after {
		top: -20px;
		width: 138px;
		height: 78px;
	}

	footer .reception img {
		width: 100px;
		height: 83px;
	}

	footer .map {
		width: 232px;
	}
}

/* 下層 */
.page-head img {
	object-fit: cover;
	width: 100vw;
	height: 576px;
}

.lower {
	position: relative;
	margin-top: -174px;
}

.lower h1 {
	color: #fff;
	font-size: 35px;
	letter-spacing: .17em;
	writing-mode: vertical-rl;
	position: absolute;
	top: -76px;
	left: 118px;
	z-index: 1;
}

.lower h1::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/lower-title.webp) no-repeat;
	background-size: contain;
	width: 128px;
	height: 332px;
	z-index: -1;
}

.lower .lead {
	position: relative;
}

.lower .lead p {
	line-height: 2.5;
}

/* tab size */
@media screen and (max-width: 1000px) {

	/* ヘッダー sp */
	header {
		height: 88px;
		justify-content: space-between;
	}

	header.hidden {
		transform: none;
	}

	header .logo {
		margin: 15px 0 0 23px;
	}

	header .logo img {
		width: 198px;
	}

	.contact-link.pc {
		display: none;
	}

	.main {
		/*padding-top: 88px;*/
	}

	/* ハンバーガーメニュー */

	header nav {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		margin: 0;
		overflow-y: scroll;
	}

	.hamburger {
		cursor: pointer;
		background: #5EAC97;
		border: none;
		border-radius: 0 0 0 10px;
		display: block;
		width: 88px;
		height: 88px;
		padding: 0;
		position: relative;
		z-index: 1;
	}

	.hamburger span {
		width: 38px;
		height: 3px;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		transition: .3s;
	}

	header.active .hamburger span {
		background: #fff;
	}

	.hamburger span:nth-child(1) {
		top: 23px;
	}

	.hamburger span:nth-child(2) {
		top: 31px;
	}

	.hamburger span:nth-child(3) {
		top: 39px;
	}

	.hamburger small {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .05em;
		line-height: 1.875;
		position: absolute;
		top: 48px;
		left: 50%;
		transform: translateX(-50%);
	}

	nav li.current::before {
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		right: 0;
	}

	/* open */
	header nav.ham-active {
		opacity: 1;
		visibility: visible;
		transition: .2s;
	}

	.ham-active small:after {
		content: "CLOSE";
		display: block;
		font-family: "Zen Maru Gothic", sans-serif;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .05em;
		line-height: 1.875;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		background: #5EAC97;
	}

	header>a {
		position: relative;
		z-index: 2;
	}

	.hamburger.ham-active span {
		background: #fff;
	}

	header:has(.ham-active) svg path {
		fill: #fff;
		stroke: #fff;
	}

	.hamburger.ham-active span:nth-child(1) {
		top: 34px;
		transform: translatex(-50%)rotate(30deg);
	}

	.hamburger.ham-active span:nth-child(2) {
		left: 50%;
		opacity: 0;
		animation: ham-active .8s forwards;
	}

	@keyframes ham-active {
		100% {
			height: 0;
		}
	}

	.hamburger.ham-active span:nth-child(3) {
		top: 34px;
		transform: translatex(-50%)rotate(-30deg);
	}

	nav ul {
		flex-flow: column;
		gap: 0;
		margin: 123px auto 0;
		max-width: 80%;
	}

	nav li {
		padding: 0;
		width: 100%;
		writing-mode: unset;
	}

	nav li p {
		border-bottom: 1px solid #31826C;
		border-radius: 0;
		color: #EA6861;
		display: block;
		padding: 19px 0 23px;
		width: 100%;
	}

	nav li:hover {
		transform: none;
	}

	header .contact-link.mob {
		border-radius: 10px;
		box-sizing: border-box;
		display: flex;
		flex-flow: row;
		gap: 6px;
		justify-content: left;
		margin: 24px auto 0;
		padding-left: 70px;
		position: relative;
		width: 280px;
		height: 72px;
	}

	header .contact-link::after {
		content: "";
		background: url(../img/arrow-w.svg) no-repeat;
		position: absolute;
		width: 40px;
		height: 40px;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}

	nav img {
		display: block;
		margin: 70px auto 0;
		width: 287px;
	}

	/* 入園案内 */

	.guidance {
		padding-left: 54px;
	}

	.guidance .col {
		gap: 25px;
	}

	.guidance .col h2 {
		font-size: 21px;
	}

	.guidance .col p {
		font-size: 14px;
		margin-top: 15px;
	}

	.guidance .col p br {
		display: none;
	}

	.guidance-img {
		max-width: calc(50% + 25px);
		min-height: 248px;
		object-fit: cover;
	}

	/* フッター */

	@keyframes yurayura-f {
		20% {
			transform: translateY(-30%) rotate(-10deg)
		}

		35% {
			transform: translateY(-30%) rotate(20deg)
		}

		50% {
			transform: translateY(-30%) rotate(-20deg)
		}

		65% {
			transform: translateY(-30%) rotate(20deg)
		}

		80% {
			transform: translateY(-30%) rotate(-10deg)
		}

		to {
			transform: translateY(0)
		}
	}

	/* 下層 */

	.lower h1 {
		font-size: 30px;
		letter-spacing: .05em;
		left: 67px;
		top: -58px;
	}

	.lower h1::before {
		background: url(../img/lower-title_tab.webp) no-repeat;
		background-size: contain;
		width: 90px;
		height: 232px;
	}
}

/* sp size */
@media screen and (max-width: 767px) {

	/* ハンバーガーメニュー */
	nav img {
		display: block;
		margin: 16px auto 0;
		width: 114px;
	}

	.btn {
		font-size: 14px;
		padding: 9px 0;
	}

	.wrap p {
		font-size: 16px;
		line-height: 1.875;
	}

	/* 入園案内 sp */

	.guidance {
		border-radius: 70px;
		padding: 0;
	}

	.guidance .col {
		flex-flow: column;
		gap: 23px;
	}

	.guidance .col h2 {
		font-size: 25px;
		margin-top: 38px;
	}

	.guidance .col p {
		margin-top: 23px;
		padding: 0 25px;
	}

	.guidance .col .btn {
		margin-top: 26px;
	}

	.guidance-img {
		max-width: 100%;
		width: 100%;
		min-height: auto;
		max-height: 224px;
	}

	/* フッター sp */

	footer {
		padding: 34px 24px 23px;
	}

	footer ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin: 31px auto 0;
		max-width: 286px;
	}

	footer .btn {
		margin: 28px auto 0;
	}

	footer .col>div:first-child img {
		display: block;
		margin: 0 auto;
		max-width: 237px;
	}

	footer .col>div:last-child {
		margin-top: 31px;
	}

	footer .reception {
		justify-content: center;
	}

	footer .access {
		box-sizing: border-box;
		flex-flow: column;
		gap: 14px;
		padding: 18px 24px 24px;
		margin: 6px auto 0;
		max-width: 328px;
	}

	footer .access p {
		font-size: 14px;
		line-height: 1.85;
		margin-top: 16px;
	}

	footer .map {
		width: 280px;
	}

	footer .privacy {
		display: block;
		margin: 21px auto 0;
		text-align: center;
	}

	/* 下層 sp */

	.page-head img {
		height: 240px;
	}

	.lower .lead p {
		line-height: 1.875;
	}

	.wrap.lower {
		border-radius: 40px;
		margin-top: -47px;
	}

	.lower h1 {
		font-size: 18px;
		letter-spacing: .05em;
		left: 24px;
		top: -71px;
	}

	.lower h1::before {
		background: url(../img/lower-title_sp.webp) no-repeat;
		background-size: contain;
		width: 48px;
		height: 145px;
	}
}