@charset "utf-8";

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

	wedding cuisine

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

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;
}


.concept {
	margin: 100px 0 0;
	background-size: 537px;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.concept .inner {
	/* padding-left: calc((100% - 1200px) / 2); */
	width: 100%;
}

.concept .concept_content {
	display: flex;
	justify-content: space-between;
	gap: 0;
	margin-top: 60px;
}
.concept .imgs {
	width: calc(50%);
	/* padding-left: 40px; */
	position: relative;
	display: flex;
	gap: 5px;
}

.concept .concept_content .exp {
	width: 50%;
	width: calc(50% - 50px);
	padding-left: calc((100% - 1200px) / 2 + 40px);
}
.concept .concept_content .exp h3 {
	margin-bottom: 50px;
}
.concept .concept_content .exp h4 {
	font-size: 1.8rem;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
}
.concept .concept_content .exp .btn {
	margin-top: 50px;
}


.point .heading {
	margin-bottom: 50px;
}
.point .heading .en {
	color: #B4A698;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2rem; /* 100% */
	letter-spacing: 0.2rem;
	border-bottom: 1px solid #C9C9C4;
	margin-bottom: 7px;
	padding: 0 calc((100% - 1200px) / 2 + 40px) 10px;
}
.point .heading h2 {
	color: #B4A698;
	font-size: 1.3rem;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
	padding: 0 calc((100% - 1200px) / 2 + 40px);
}

.point {
	/* margin-top: 120px; */
	background-image: url(../../common/img/leaf_bg.png);
	background-size: 700px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 120px;
	margin-top: -30px;
}
.point_list {
	margin: -81px auto 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.point_list li {
	display: flex;
	align-items: flex-end;
}
.point_list li .img {
	width: 50%;
	order: 1;
	padding-left: 50px;
}
.point_list li .img img {
	width: 100%;
}
.point_list li .exp {
	width: 50%;
	padding-right: 90px;
	padding-left: calc((100% - 1200px) / 2 + 40px);
}
.point_list li .exp h3 {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin-bottom: 10px;
	margin-top: 30px;
}

.chef {
	padding: 120px 0;
	border-top: 1px solid #C9C9C4;
}
.chef .inner {
	display: flex;
	align-items: flex-end;
	max-width: 1300px;
	margin: 0 auto 120px;
	padding: 0 50px;
}
.chef .img {
	width: 499px;
}
.chef .exp {
	width: calc(100% - 499px);
	padding-left: 100px;
	position: relative;
}
.chef .exp h2 {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	margin-bottom: 20px;
}
.chef .exp .text {
	margin-bottom: 0;
}
.chef .exp .en {
	position: absolute;
	top: 0;
	right: 0;
}
	

.wedding_link {
	/* margin: 120px auto; */
	background-image: url(../../wedding/img/cuisine/dress.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;
}

.styles {
	display: flex;
	gap: 0;
	margin-top: -80px;
	background-image: url(../../common/img/leaf_bg4.png);
	background-size: 800px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
.styles .box {
	width: 50%;
	position: relative;
}
.styles .box .img {
	position: relative;
}
.styles .box .en {
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 150px;
}
.styles .box .img {
	width: 100%;
}
.styles .box .exp {
	padding-left: 13%;
	margin-top: 40px;
	padding-right: 40px;
}
.styles .box .exp h2 {
	color: #B4A698;
	font-size: 1.3rem;
	line-height: 3.3rem; /* 253.846% */
	letter-spacing: 0.065rem;
}
.styles .box .exp .catch {
	font-size: 1.8rem;
	line-height: 3.3rem; /* 183.333% */
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.styles .box .exp .text {
	font-size: 1.3rem;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
	max-width: 491px;
}

.bridalfair {
	margin-top: 0;
}

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


	.concept {
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.concept .concept_content {
		flex-direction: column;
		margin-top: 0;
	}
	.concept .imgs {
		width: 100%;
		margin-top: 40px;
		padding-left: 30px;
	}
	.concept .concept_content .exp {
		width: 100%;
		padding: 0 30px;
	}
	.styles {
		margin-top: 0;
		flex-direction: column;
		gap: 50px;
		background-size: 600px;
		padding-bottom: 100px;
	}
	.styles .box {
		width: 100%;
	}
	.styles .box .img {
		width: 100%;
	}
	.styles .box .exp {
		padding-left: 0;
		margin-top: 30px;
		padding: 0 30px;
	}
	.styles .box .en {
		left: 30px;
		bottom: 10px;
	}

	.point {
		background-image: url(../../common/img/leaf_bg.png);
		background-size: 390px;
		background-position: left -60px bottom;
		background-repeat: no-repeat;
		padding-bottom: 90px;
	}
	.point .heading .en {
		padding: 0 30px 10px;
	}
	.point .heading h2 {
		padding: 0 30px 0px;
	}
	.point_list {
		margin-top: 0;
	}
	.point_list li {
		flex-direction: column;
	}
	.point_list li .img {
		width: 100%;
		padding-left: 30px;
		margin-top: 30px;
	}
	.point_list li .exp {
		padding: 0 30px;
		width: 100%;
	}

	.chef {
		padding-bottom: 70px;
		padding-top: 90px;
	}
	.chef .inner {
		flex-direction: column;
		padding: 0 30px;
		margin-bottom: 70px;
	}
	.chef .img {
		width: 100%;
	}
	.chef .exp {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.chef .exp h2 {
		margin-top: 50px;
	}
	.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;
	}
	.reserve_bg_wrap {
		margin-top: -70px;
	}

}