@charset "utf-8";

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

	index

==============================================*/
@media screen and (min-width: 736px) {
	#header {
		transition: top 0.4s ease-in-out;
		top: 0;
	}
	#header.trans {
		background-color: transparent;
		position: absolute;
		top: 0;
	}
	#header.header_clone {
		position: fixed;
		top: 0;
	}
	#header.header_clone.is-hide {
		top: -110px;
	}
	#header.trans .logo {
		visibility: hidden;
	}
	#wrapper main {
		margin-top: 0;
	}
}

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


.about {
	margin: 100px 0 0;
	padding-bottom: 200px;
	background-image: url(../img/about_bg.png);
	background-size: 537px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.about .inner {
	padding-left: calc((100% - 1200px) / 2);
	width: 100%;
}
.about .about_content .heading {
	margin-left: -50px;
}
.about .about_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 75px;
	margin-top: 60px;
	padding-left: 60px;
}
.about .img {
	width: calc(100% - 540px);
}
.about .about_content .exp {
	width: 540px;
}
.about .about_content .exp h3 {
	margin-bottom: 80px;
	margin-top: 70px;
}
.about .about_content .exp h4 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem; /* 120% */
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}
.about .about_content .exp .btn {
	margin-top: 50px;
}

section .cover {
	position: relative;
	padding: 10px;
}
section .cover img {
	width: 100%;
}
section .cover .cap {
	position: absolute;
	bottom:9px;
	left: 50%;
	transform: translateX(-50%);
}
.restaurant .inner {
	margin-top: 60px;
	position: relative;
	padding-bottom: 120px;
}
.restaurant .restaurant_content .heading {
	width: 313px;
	margin: 0 auto 30px;
}
.restaurant .restaurant_content .exp {
	width: 313px;
	margin: 0 auto;
}
.restaurant .restaurant_content .exp h3 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem; /* 120% */
	letter-spacing: 0.1rem;
	margin-bottom: 30px;
}
.restaurant .restaurant_content .exp p span {
	color: #9DA49E;
}
.restaurant .restaurant_content .exp .btn {
	margin-top: 30px;
}
.restaurant .restaurant_content .exp .text {
	white-space: nowrap;
}
.restaurant .restaurant_content .img {
	position: absolute;
	bottom: 0;
	right: calc((100% - 1480px) / 2);
}

.restaurant .zensou {
	margin-top: 0;
	max-width: 1480px;
	margin: 0 auto;
}
.restaurant .zensou .inner {
	display: flex;
	gap: 90px;
	align-items: flex-end;
	margin-top: 0;
}
.restaurant .zensou .imgs {
	width: 839px;
}
.restaurant .zensou .imgs img {
	width: 100%;
}
.restaurant .zensou .exp {
	width: calc(100% - 839px);
	max-width: 370px;
}
.restaurant .zensou .exp h3 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.restaurant .zensou .exp .btn {
	margin-top: 30px;
}

.wedding {
	margin-bottom: 240px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.wedding .cover {
	display: flex;
}
.wedding .cover .cover_fade_slider {
	width: 50%;
}
.wedding .cover > picture {
	width: 50%;
}
.wedding .cover .cap {
	z-index: 2;
	bottom: -10px;
}
.wedding .inner {
	display: flex;
	gap: 90px;
	align-items: flex-end;
	margin-top: -350px;
	z-index: 1;
	position: relative;
	margin-left: calc((100% - 1200px) / 2);
}
.wedding .inner .exp {
	width: calc(100% - 487px);
	max-width: 450px;
	margin-bottom: -110px;
	/* margin-bottom: 110px; */
}
.wedding .inner .exp h3 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wedding .inner .exp .btn {
	margin-top: 30px;
}
.wedding .inner .img {
	width: 487px;
}

.wedding .video_bg {
	position: absolute;
	right: 0;
	bottom: -360px;
	opacity: .2;
}
.wedding .video_bg video {
	aspect-ratio: 100 / 537;	
	object-fit: cover;
}

.banquet {
	position: relative;
}
.banquet .cover {
	position: relative;
	display: flex;
}
.banquet .cover .cover_fade_slider {
	width: 50%;
}
.banquet .cover > picture {
	width: 50%;
}
.banquet .cover .cap {
	z-index: 2;
	top: 12px;
	bottom: auto;
	transform: translateX(-50%);
	left: calc(50% - 65px);
}
.banquet .cover .cap img {
	display: inline-block;
	width: auto;
	margin-bottom: 70px;
}
.banquet .cover .cap * {
	color: #F5F3ED;
}
.banquet .cover .cap h3 {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.08rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.banquet .cover .cap .btn {
	margin-top: 30px;
}

.banquet .cards_list {
	display: flex;
	gap: 30px;
	padding-left: calc((100% - 800px) / 2 + 160px);
	margin-top: 100px;
}
.banquet .cards_list li {
	width: 400px;
}
.banquet .cards_list li .img img {
	width: 100%;
}
.banquet .cards_list li .exp {
	margin-top: 25px;
}
.banquet .cards_list li .exp .en {
	font-size: 1.3rem;
	line-height: 2rem; /* 153.846% */
	letter-spacing: 0.13rem;
	color: #B4A698;
	margin-bottom: 5px;
}
.banquet .cards_list li .exp h3 {
	font-size: 1.3rem;
	line-height: 2rem; /* 153.846% */
	letter-spacing: 0.13rem;
	color: #B4A698;
	margin-bottom: 15px;
}

.banquet .video_bg {
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 257px;
	opacity: .2;
}
.banquet .video_bg video {
	aspect-ratio: 1 / 1;	
	object-fit: cover;
}

@media screen and (max-width: 736px) {
	.mv {
		padding: 0;
	}
	
	.about {
		margin-top: 60px;
		padding-bottom: 60px;
		background-size: 390px;
	}
	.about .about_content {
		flex-direction: column;
		gap: 30px;
		padding-left: 30px;
	}
	.about .about_content .img {
		width: 100%;
		order: -1;
	}
	.about .about_content .exp {
		width: 100%;
		padding-right: 30px;
		margin-top: 30px;
	}
	.about .about_content .heading {
		margin-left: 0;
	}
	.about .about_content .exp h3 {
		width: 259px;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.about .about_content .exp h4 {
		line-height: 3.6rem;
	}
	

	section .cover {
		padding: 0;
	}

	section .cover .cap {
		bottom: -2px;
	}
	.restaurant .restaurant_content .heading {
		width: 100%;
		padding: 0 30px;
	}
	.restaurant .restaurant_content .exp {
		width: 100%;
		padding: 0 30px;
	}
	.restaurant .restaurant_content .exp h3 {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.restaurant .zensou .inner {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start;
		padding-bottom: 40px;
	}
	.restaurant .zensou .imgs {
		width: 100%;
		padding-right: 30px;
	}
	.restaurant .zensou .exp {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		max-width: unset;
	}

	.restaurant .restaurant_content .img {
		top: auto;
		right: 0;
		width: 139px;
		opacity: .7;
		bottom: -60px;
	}
	.wedding .cover .cap {
		top: calc(50% - 110px);
		width: 252px;
		left: 20px;
		transform: translateX(0);
	}

	.wedding .cover {
		flex-direction: column;
	}
	.wedding .cover .cover_fade_slider {
		width: 100%;
	}
	.wedding .cover > picture {
		width: 100%;
		order: -1;
	}
	.wedding .inner {
		flex-direction: column;
		gap: 30px;
		margin-left: 20px;
		margin: -240px auto 0;
	}
	.wedding .inner .img {
		width: 100%;
		padding: 0 20px;
	}
	.wedding .inner .exp {
		width: 100%;
		padding: 0 30px;
		margin-bottom: 110px;
	}

	.wedding .video_bg {
		position: absolute;
		right: 0;
		bottom: -293px;
		opacity: .2;
	}

	.banquet .cover {
		flex-direction: column;
	}
	.banquet .cover .cover_fade_slider {
		width: 100%;
		order: -1;
	}
	.banquet .cover > picture {
		width: 100%;
	}
	.banquet .cover .cap {
		position: static;
		width: 100%;
		transform: translateX(0);
		margin-top: -197px;
		padding: 0 30px;
	}
	.banquet .cover .cap * {
		color: inherit;
	}
	.banquet .cover .cap img {
		width: 281px;
		margin-bottom: 40px;
	}
	.banquet .cover .cap .heading * {
		color: #B4A698;
	}
	.banquet .cover .cap .btn a {
		color: #9DA49E;
	}
	.banquet .cards_list {
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
		gap: 60px;
		margin-top: 60px;
	}
	.banquet .cards_list li {
		width: 100%;
	}
	.banquet .video_bg {
		width: 166px;
		top: auto;
		bottom: 260px;
	}
}

/*PDP*/
.sp-banner {
	margin: .4rem 5rem 5rem;
}
.sp-banner img {
		width: 100%;
}

@media (min-width:788.98px) {
.sp-banner {
	margin: 5rem;
}
}
