@charset "utf-8";

/*==============================================

	wedding party

==============================================*/
:root {
	scroll-behavior: smooth;
}

main {
	overflow: unset;
}


main .sec_heading .en {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	color: #B4A698;
}
main .sec_heading h2 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: #B4A698;
	margin-top: 4px;
	white-space: nowrap;
}

.caption {
	padding: 100px 0;
}
.caption h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 20px;
}
.caption p {
	text-align: center;
}
.caption p span {
	font-size: inherit;
	color: #B4A698;
}


.page_nav {
	margin-bottom: 60px
}
.page_nav_list {
	display: flex;
	gap: 50px;
	justify-content: center;
	border-top: 1px solid #C9C9C4;
	padding-top: 70px;
}
.page_nav_list li {
	/* flex: 1; */
	width: 240px;
}
.page_nav_list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 20px;
	background-image: url(../../common/img/arrow_down_b.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page_nav_list li a span {
	display: block;
	width: 100%;
	color: #9DA49E;
	text-align: center;
	padding: 7px 0;
}
.page_nav_list li a span.en {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.09rem;
	border-bottom: 1px solid;
}
.page_nav_list li a span.jp {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.09rem;
}

.party_sec {
	margin-bottom: 120px;
}
.party_sec .cover {
	padding: 0 10px;
}
.party_sec .cover img {
	width: 100%;
}
.party_sec .inner {
	display: flex;
	align-items: flex-start;
	/* max-width: 1200px; */
	margin: 70px auto 0;
	position: relative;
	padding: 0 calc((100% - 1200px) / 2) 70px;
	background-image: url(../../common/img/leaf_bg.png);
	background-repeat: no-repeat;
	background-position: left -190px bottom;
	background-size: 795px;
}
.party_sec .inner > .heading {
	width: 50%;
	padding-right: 100px;
	position: sticky;
	position: -webkit-sticky;
	top: 101px;
	padding-left: 30px;
}
.party_sec .inner > .heading h2{
	margin: 30px 0 10px;
}
.party_sec .inner > .heading .catch {
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
}
.party_sec .inner > .heading .text span {
	font-size: inherit;
	color: #B4A698;
}
.party_sec .inner > .party_content {
	width: 50%;
}
.party_sec .inner > .party_content h3 {
	font-size: 1.5rem;
	line-height: 3.3rem; /* 220% */
	letter-spacing: 0.075rem;
	margin-top: 10px;
	margin-bottom: 5px;
}
.party_sec .inner > .party_content .img {
	margin-top: 30px;
	margin-bottom: 10px;
}
.party_sec .inner > .party_content .text {
	margin-bottom: 50px;
}
.party_sec .slider6 {
	padding-top: 70px;
	border-top: 1px solid #C9C9C4;
}

.buenoscourt .inner {
	background-image: url(../../common/img/leaf_bg3.png);
	background-size: 831px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wedding_link {
	/* margin: 120px auto; */
	background-image: url(../../wedding/img/party/ceremony.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	aspect-ratio: 1400 / 493;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 0; */
}
.wedding_link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.wedding_link .inner {
	position: relative;
	z-index: 1;
	width: 100%;
}
.wedding_link .en {
	font-size: 3rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0.3rem;
	text-align: center;
}
.wedding_link h2 {
	font-size: 1.3rem;
	line-height: 3rem;
	letter-spacing: 0.065rem;
	text-align: center;
	margin-top: 15px;
}
.wedding_link .text {
	margin: 30px 0;
}
.wedding_link .btn {
	margin-top: 30px;
}
.wedding_link .btn a {
	color: #fff;
	border: 1px solid #fff;
	background-image: url(../../common/img/btn_arrow.svg);
}
.wedding_link * {
	color: #fff;
	text-align: center;
}
.bridalfair {
	margin-top: 0;
}

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

	main {
		overflow: hidden;
	}
	.caption {
		padding: 50px 30px;
	}
	.caption h2 {
		text-align: left;
	}
	.caption p {
		text-align: left;
	}

	.page_nav {
	}
	.page_nav_list {
		gap: 20px;
		padding: 50px 30px 0;
	}
	.party_sec .cover {
		padding: 0;
	}

	.party_sec .inner {
		flex-direction: column;
		margin-top: 40px;
	}
	.party_sec .inner > .heading {
		width: 100%;
		padding: 0 30px;
		position: static;
	}
	.party_sec .inner > .party_content {
		width: 100%;
		padding: 0 30px;
	}
	.party_sec .slider6 {
		padding-top: 0;
		border: none;
	}


	.wedding_link {
		aspect-ratio: 1 / 1;
		padding: 0 30px;
		width: calc(100% - 10px);
		margin: 0 auto;
		background-image: url(../../wedding/img/party/ceremony-sp.jpg);
		margin: 0;
		width: 100%;
	}
	.wedding_link .en {
		font-size: 2.6rem;
	}
	
	.reserve_bg_wrap {
		margin-top: -70px;
	}

	.wedding_link:before {
		background-color: transparent;
	}
}