@charset "utf-8";

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

	wedding ceremony

==============================================*/
main {
	overflow: unset;
}
body,
#wrapper
{
	min-width: 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;
}

.design {
	margin: 0 0 120px;
}
.design .inner{
	display: flex;
	align-items: flex-start;
	padding-left: calc((100% - 1440px) / 2);
	position: relative;
}
.design .heading {
	width: 490px;
	position: sticky;
	position: -webkit-sticky;
	top: 102px;
	left: 0;
	padding-right: 3%;
}
.design .heading .en {
	padding-left: 100px;
}
.design .heading h2 {
	line-height: 3.6rem;
	letter-spacing: 0.09rem;
	margin-top: 40px;
	padding-left: 100px;
	font-size: 1.8rem;
	
}
.design .heading .img {
	margin-top: 100px;
}
.design_content .design_list {
	max-width: 810px;
	margin-top: 50px;
}
.design_content .design_list li {
	display: flex;
	align-items: center;
	border-top: 1px solid #C9C9C4;
	padding-bottom: 20px;
}
.design_content .design_list li .img {
	width: 280px;
}
.design_content .design_list li .exp {
	padding-left: 40px;
	width: calc(100% - 280px);
	padding-right: 20px;
}
.design_content .design_list li .exp h3 {
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
}
.design_content .design_list li .exp .text {
	margin-bottom: 0;
}


.features {
	padding-bottom: 120px;
	background-image: url(../../common/img/leaf_bg2.png);
	background-size: 681px;
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}
.features .imgs {
	display: flex;
	align-items: flex-end;
	padding-right: calc((100% - 1440px) / 2);
	padding-left: calc((100% - 1440px) / 2);
}
.features .imgs > picture {
	margin-right: 30px;
}
.features .imgs .box {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 231px;
	margin-left: auto;
}
.features .imgs .box .video {
	opacity: .3;
}
.features .inner {
	max-width: 1200px;
	margin: 0 auto 100px;
}
.features_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-left: 270px;
	margin-top: 0px;
}
.features_list li {
	width: calc(50% - 20px);
}
.features_list li img {
	width: 100%;
}
.features_list li h3 {
	font-size: 1.5rem;
	line-height: 3.3rem; /* 220% */
	letter-spacing: 0.075rem;
	margin-top: 20px;
	margin-bottom: 10px;
}



.wedding_link {
	/* margin: 120px auto; */
	background-image: url(../../wedding/img/ceremony/party.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;
	}
	.design {
		margin-bottom: 0;
	}
	.design .inner {
		flex-direction: column;
		padding-left: 30px;
	}
	
	.design .heading {
		position: static;
		margin-bottom: 0px;
		margin-top: 60px;
		padding: 0 30px;
	}
	.design .heading .en {
		padding-left: 0;
	}
	.design .heading h2 {
		padding-left: 0;
		margin-top: 10px;
	}
	
	.design .inner {
		padding: 0;
	}
	.design_content .design_list {
		padding: 0 30px;
	}
	.design_content .design_list li {
		flex-direction: column;
		margin-bottom: 30px;
		border-top: 0;
	}
	.design_content .design_list li picture {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.design_content .design_list li picture img{
		width: 100%;
	}
	.design_content .design_list li .exp {
		padding-left: 0;
		width: 100%;
		padding-right: 0;
	}
	.features {
		margin-top: -167px;
		background-size: 100%;
	}
	.features .imgs {
		flex-direction: column;
	}
	.features .imgs > picture {
		margin-top: -70px;
	}
	.features .imgs .box  {
		order: -1;
		width: 169px;
	}

	.features .inner {
		padding: 0 30px;
		margin-bottom: 60px;
	}
	.features_list {
		flex-direction: column;
		margin-left: 0;
		margin-top: 50px;
	}
	.features_list li {
		width: 100%;
	}

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