@charset "utf-8";

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

	wedding dress

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

main .sec_heading {
	margin-bottom: 40px;
}
main .sec_heading .en {
	color:  #B4A698;
	font-size: 2.8rem;
	line-height: 3rem; /* 107.143% */
	letter-spacing: 0.084rem;
	margin-bottom: 10px;
}
main .sec_heading h2 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: #B4A698;
	margin-top: 4px;
	white-space: nowrap;
}


.exclusive {
	margin: 120px 0 0;
	background-image: url(../../common/img/leaf_bg2.png);
	background-size: 681px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}
.exclusive .inner {
	display: flex;
	align-items: flex-start;
	gap: 100px;
	margin: 0 auto 70px;
	padding-left: calc((100% - 1200px) / 2);
}
.exclusive .inner .exp {
	padding-top: 50px;
}
.exclusive .inner .exp .en {
	margin-bottom: 40px;
}
.exclusive .inner .exp .catch {
	font-size: 1.8rem;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
	margin-top: 30px;
}
.exclusive .inner .exp .img {
	margin-top: 120px;
	margin-left: 100px;
}

.point_wrap h3 {
	font-size: 1.8rem;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	max-width: 1300px;
	margin: 0 auto 40px;
	padding: 0 50px;
}
.point_list {
	display: flex;
	gap: 30px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.point_list li {
	width: calc((100% - 60px) / 3);
}
.point_list li img {
	width: 100%;
}
.point_list li .text {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}


.section_style {
	padding-top: 120px;
	border-top: 1px solid #C9C9C4;
	padding-bottom: 120px;
}
.section_style .inner {
	display: flex;
	/* align-items: flex-end; */
}
.section_style .inner .img {
	order: 1;
	width: 50%;
}
.section_style .inner .exp {
	padding-left: calc((100% - 1300px) / 2);
	position: relative;
	width: 50%;
	padding-right: 100px;
	padding-top: 70px;
	margin-left: 50px;
}
.section_style .inner .exp h3 {
	color: #B4A698;
	font-size: 1.6rem;
	line-height: 2.8rem; /* 150% */
	letter-spacing: 0.048rem;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: left;
}
.section_style .inner .exp .catch {
	font-size: 1.8rem;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
}
.section_style .slider7 {
	margin-top: 100px;
	padding-left: calc((100% - 1300px) / 2);
	padding-right: calc((100% - 1200px) / 2);
	padding-bottom: 40px;
	margin-left: 50px;
	overflow: visible;
}
.section_style .slider7 .swiper-pagination {
	padding-left: calc((100% - 1200px) / 2);
}
.section_style .slider7 .swiper-slide {
	width: 330px;
}
.section_style .slider7 .swiper-slide img {
	width: 100%;
}

.section_style .point_wrap {
	margin-top: 100px;
}

.flower .inner .img {
	width: 542px;
}
.flower .inner .exp {
	width: calc(100% - 542px);
}
.flower .inner .exp .en {
	margin-bottom: 20px;
}
.flower .inner .exp h2 {
	color: #4C4A4A;
	margin-top: 50px;
}

.wedding_link {
	/* margin: 120px auto; */
	background-image: url(../../wedding/img/dress/cuisine.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 .sec_heading {
		margin-bottom: 20px;
	}
	main .sec_heading .en {
		font-size: 2.4rem;
	}
	.exclusive {
		margin-top: 70px;
		background-size: 100%;
		padding-bottom: 70px;
	}
	.exclusive .inner {
		flex-direction: column;
	}
	.exclusive .inner .exp {
		padding: 0 30px;
	}

	.exclusive .inner .exp .img1 {
		margin-left: 0;
		margin-right: auto;
		width: 270px;
		margin-top: 40px;
	}
	.exclusive .inner .exp .img2 {
		margin-top: 40px;
		width: calc(100%);
		margin-right: -30px;
	}
	.point_wrap {
		padding: 0 30px;
	}
	.point_wrap h3 {
		padding: 0;
	}
	.point_list {
		flex-direction: column;
		gap: 40px;
		padding: 0;
	}
	.point_list li {
		width: 100%;
	}
	.section_style {
		padding-top: 0;
		border: none;
		padding-bottom: 70px;
	}
	.section_style .inner {
		flex-direction: column;
	}
	.section_style .inner .img {
		width: 100%;
		order: 0;
	}
	.section_style .inner .exp {
		width: 100%;
		padding: 0 30px;
		margin-top: 50px;
		margin-left: 0;
	}
	.section_style .slider7 {
		margin-top: 30px;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 0;
	}
	.section_style .slider7 .swiper-pagination {
		padding: 0 30px;
	}
	
	

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


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

}