@charset "utf-8";

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

	banquet option

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

.options {
	max-width: 1200px;
	padding: 0 50px;
	margin: 0 auto 50px;
}
.options > h2 {
	color: #B4A698;
	font-size: 2rem;
	line-height: 3.3rem;
	letter-spacing: 0.1rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #B4A698;
	margin-bottom: 30px;
}


.options_list li {
	display: flex;
	border-bottom: 1px solid #C9C9C4;
}
.options_list li:first-child {
	border-top: 1px solid #C9C9C4;
}
.options_list li .heading {
	width: 260px;
	background-color: #EFEDE6;
	padding: 30px 40px;
}
.options_list li .heading .title {
	color: #B4A698;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.7rem; /* 180% */
	letter-spacing: 0.075rem;
}
.options_list li .cont {
	width: calc(100% - 260px);
	padding: 30px 40px;
}
.options_list li .cont .text {
	margin-bottom: 0;
}

main .other {
	margin-top: 30px;
}
.other_list > li {
	display: flex;
}
.other_list > li .heading {
	width: 100px;
}
.other_list > li .heading .title {
	color: #B4A698;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.7rem; /* 180% */
	letter-spacing: 0.075rem;
}
.other_list > li .other {
	width: calc(100% - 100px);
}

.reserve_bg_wrap {
	margin-top: -140px;
}

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

	.options {
		padding: 0 30px;
		margin-bottom: 60px;
	}
	.options > h2 {
		width: calc(100% + 30px);
		font-size: 1.6rem;
		line-height: 2.7rem;
		padding-right: 30px;
	}
	.options_list li {
		flex-direction: column;
	}
	.options_list li .heading {
		width: 100%;
		padding: 10px 15px;
	}
	.options_list li .cont {
		width: 100%;
		padding: 15px 15px 30px;
	}
	.options_list li .heading .title {
		font-size: 1.4rem
	}
	.other_list > li {
		flex-direction: column;
	}
	.other_list > li .heading {
		width: 100%;
		margin-bottom: 5px;
	}
	.other_list > li .heading .title {
		font-size: 1.4rem;
	}
	.reserve_bg_wrap {
		margin-top: 0px;
		background-size: 851px;
	}
}
