@charset "utf-8";

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

	wedding facility

==============================================*/
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;
}


.space_sec {
	margin-bottom: 120px;
}
.space_sec .cover {
	padding: 0 10px;
}
.space_sec .cover img {
	width: 100%;
}
.space_sec .inner {
	display: flex;
	align-items: flex-start;
	margin: 70px auto 0;
	position: relative;
	padding: 0 calc((100% - 1200px) / 2) 70px;
}
.space_sec .inner > .heading {
	width: 50%;
	padding-right: 100px;
	position: sticky;
	position: -webkit-sticky;
	top: 101px;
	padding-left: 30px;
}
.space_sec .inner > .heading h2{
	margin: 30px 0 10px;
}
.space_sec .inner > .heading .catch {
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
	margin-top: 40px;
}
.space_sec .inner > .heading .text span {
	font-size: inherit;
	color: #B4A698;
}
.space_sec .inner > .space_content {
	width: 50%;
}
.space_sec .inner > .space_content h3 {
	font-size: 1.5rem;
	line-height: 3.3rem; /* 220% */
	letter-spacing: 0.075rem;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #B4A698;
}
.space_sec .inner > .space_content .space_list li {
	position: relative;
}

.space_sec .inner > .space_content .num {
	position: absolute;
	left: -50px;
	color: #B4A698;
	font-size: 1.3rem;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
}
.space_sec .inner > .space_content .img {
	margin-top: 30px;
	margin-bottom: 10px;
}
.space_sec .inner > .space_content .text {
	margin-bottom: 50px;
}

.designer {
	padding: 100px 0 0;
	border-top: 1px solid #C9C9C4;
	border-bottom: 1px solid #C9C9C4;
}
.designer .designer_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: calc((100% - 1200px) / 2);	
	padding-left: calc((100% - 1440px) / 2);	
}
.designer .designer_inner .imgs {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.designer .designer_list {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: column;
	max-width: 800px;
}
.designer .designer_list li {
	display: flex;
	align-items: flex-end;
}
.designer .designer_list li picture {
	width: 297px;
}
.designer .designer_list li .box {
	width: calc(100% - 297px);
	padding-left: 30px;
}
.designer .designer_list li .box .name {
	font-size: 1.6rem;
	line-height: 2.7rem;
	letter-spacing: 0.08rem;
	position: relative;
	margin-bottom: 15px;
}
.designer .designer_list li .box .name:before {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #C9C9C4;
}
.designer .designer_list li .box .name span {
	font-size: 1.3rem;
	margin-right: 15px;
}
.designer .designer_list li .box .text {
	font-size: 1.2rem;
	line-height: 2.4rem;
	letter-spacing: 0.06rem;
	margin-bottom: 0;
}

.section_facility {
	margin-bottom: 120px;
}
.section_facility .cover {
	padding: 0 10px;
	display: flex;
}
.section_facility .cover img {
	/* width: 100%; */
}
.section_facility .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1300px;
	margin: 60px auto 0;
	padding: 0 50px;
}
.section_facility .box {
	width: 458px;
}
.section_facility .box .heading .en {
	color: #B4A698;
	font-size: 2rem;
	line-height: 2.8rem;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}
.section_facility .box .catch {
	font-size: 1.8rem;
	line-height: 3.3rem;
	letter-spacing: 0.09rem;
	margin-bottom: 10px;
	margin-top: 40px;
}
.section_facility .features_list {
	width: calc(100% - 458px);
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding-left: 70px;
	margin-top: 100px;
	flex-wrap: wrap;
}
.section_facility .features_list li {
	width: calc(50% - 15px);
}
.section_facility .features_list li .img {
	width: 100%;
	margin-bottom: 10px;
}
.section_facility .features_list li .img img {
	width: 100%;
}
.section_facility .features_list li .exp h3 {
	color: #B4A698;
	font-size: 1.5rem;
	line-height: 3.3rem; /* 220% */
	letter-spacing: 0.075rem;
	/* margin-bottom: 10px; */
}

.section_facility .cover .box1 {
	width: 59.91%;
}
.section_facility .cover .fade_slider img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.section_facility .cover .box2 {
	aspect-ratio: 1 / 1;
	display: block;
	width: calc(100% - 59.191%);
}
.section_facility .cover > picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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;
	}
	.space_sec .cover {
		padding: 0;
	}

	.space_sec .inner {
		flex-direction: column;
		margin-top: 40px;
		padding-bottom: 0;
	}
	.space_sec .inner > .heading {
		width: 100%;
		padding: 0 30px;
		position: static;
	}
	.space_sec .inner > .space_content {
		width: 100%;
		padding: 0 30px;
	}
	.space_sec .inner > .space_content .num {
	left: 0px;
	top: -30px;
	}

	.designer {
		border: none;
		padding: 0;
		margin: 30px 0 70px;
	}
	.designer .designer_inner {
		flex-direction: column;
	}
	.designer .designer_inner .imgs {
		flex-direction: row;
		width: 304px;
	}
	.designer .designer_list {
		padding: 0 30px;
		margin-top: 40px;
		gap: 40px;
	}
	.designer .designer_list li {
		flex-direction: column;
		gap: 30px;
	}
	.designer .designer_list li picture {
		width: 100%;
	}
	.designer .designer_list li picture img {
		width: 100%;
	}
	.designer .designer_list li .box {
		padding-left: 0;
		width: 100%;
	}
	.space_sec {
		margin-bottom: 70px
	}

	.section_facility {
		margin-bottom: 70px
	}
	.section_facility .cover {
		flex-direction: column;
		justify-content: flex-end;
		gap: 10px;
		padding: 0;
	}
	.section_facility .cover picture:nth-of-type(2){
		width: 180px;
		margin-left: auto;
	}
	.section_facility .inner {
		flex-direction: column;
		gap: 40px;
		margin-top: -90px;
		padding: 0;
	}
	.section_facility .box {
		width: 100%;
		padding: 0 30px;
		margin-top: -40p;
	}
	.section_facility .features_list {
		flex-direction: column;
		padding: 0 30px;
		width: 100%;
		margin-top: 0px;
		gap: 15px;
	}
	.section_facility .features_list li {
		width: 100%;
	}

	.section_facility .cover .box1 {
		width: 100%;
	}
	.section_facility .cover .box2 {
		width: 180px;
		margin-left: auto;
		margin-right: 0;
	}
	
	.reserve_bg_wrap {
		margin-top: -70px;
	}

}