@charset "utf-8";

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

	report

==============================================*/
.report_single {
	padding-bottom: 120px;
	background-image: url(../img/report/bg.png);
	background-size: 930px;
	background-position: left -20px bottom;
	background-repeat: no-repeat;
}
.cat_nav_list {
	gap: 10px;
	justify-content: center;
	max-width: 1300px;
}
.cat_nav_list li {
	width: 176px;
}
.cat_nav_list a {
	border: 1px solid;
	border-radius: 5px;
}
.cat_nav_list li a.active {
	background-color: #9DA49E;
	color: #fff;
	border: 1px solid #9DA49E;
}

.report_list {
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 45px;
}
.report_list > li {
	width: calc((100% - 45px * 2) / 3);
}

.report_single_inner {
	max-width: 900px;
	padding: 0 50px;
	margin: 0 auto;
}

.report_single_inner .heading {
	padding-bottom: 20px;
	border-bottom: 1px solid #C9C9C4;
	margin-bottom: 40px;
}
.report_single_inner .heading .title {
	font-size: 1.8rem;
	line-height: 3rem;
	letter-spacing: 0.09rem;
}
.report_single_inner .heading .date {
	font-size: 1.3rem;
	line-height: 3rem;
	letter-spacing: 0.065rem;
}
.report_single_inner .report_meta {
	display: flex;
	gap: 20px;
	margin: 40px auto;
}
.report_single_inner .report_meta .box {
	width: calc((100% - 60px) / 3);
}
.report_single_inner .report_meta .box h2 {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.4rem;
	letter-spacing: 0.06rem;
	border-bottom: 1px solid #C9C9C4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.report_single_inner .report_meta .box p,.report_single_inner .report_meta .box p a {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
	position: relative;
}

.report_single_inner .report_meta .box p a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: .2px;
	background: #4C4A4A;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}	
.report_single_inner .report_meta .box p a:hover::after {
	transform: scale(1, 1);
}

.report_single_inner .general {
	margin: 50px 0;
}
.report_single_inner .general p {
	font-size: 1.3rem;
	line-height: 2.7rem;
	letter-spacing: 0.065rem;
	margin-bottom: 20px;
}
.report_single_inner .general a {
	text-decoration: underline;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.report_single_inner .general strong,
.report_single_inner .general b,
.report_single_inner .general em
 {
	text-decoration: underline;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.report_imgs .report_article_item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}
.report_imgs .report_article_item .imgs {
	display: flex;
	gap: 10px;
}


.report_single_inner .btns {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin-top: 60px;
}
.back_to_list {
	/* margin-top: 70px; */
	text-align: center;
} 
.back_to_list a {
	color: #9DA49E;
	text-align: center;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
	display: inline-block;
	max-width: 328px;
	width: 100%;
	border-bottom: 1px solid;
	padding: 6px 0;
	position: relative;
	width: 270px;
}
.back_to_list a::after {
    content: '';
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto 0;
    background-image: url(../../common/img/btn_arrow2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
}

.b_plan_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 45px;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.b_plan_list > li {
	width: calc((100% - 45px * 2) / 3);
}

.related_plans {
	padding: 120px 0;
	border-top: 1px solid #C9C9C4;
}
.related_plans .heading {
	max-width: 1300px;
	padding: 0 50px;
	margin: 0 auto 50px;
}
.related_plans .heading .en {
	color: #B4A698;
	font-size: 1.3rem;
	line-height: 2rem; /* 153.846% */
	letter-spacing: 0.13rem;
}
.related_plans .heading h2 {
	color: #B4A698;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.13rem;
	margin-top: 10px;
}

.banquet_links {
	margin-top: 140px;
}
.banquet_links .links_list {
	display: flex;
	gap: 5px;
}
.banquet_links .links_list li {
	width: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	aspect-ratio: 699/433;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.banquet_links .links_list li::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
}
.banquet_links .links_list li.plan_link {
	background-image: url(../img/report/plan.jpg);
}
.banquet_links .links_list li.space_link {
	background-image: url(../img/report/space.jpg);
}
.banquet_links .links_list li .en {
	color: #F5F3ED;
	text-align: center;
	font-size: 2.8rem;
	line-height: 2rem;
	letter-spacing: 0.28rem;
	position: relative;
}
.banquet_links .links_list li h3 {
	color: #F5F3ED;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.4rem; /* 184.615% */
	letter-spacing: 0.065rem;
	margin: 30px 0 25px;
	position: relative;
}
.banquet_links .links_list li .btn  {
	position: relative;
}
.banquet_links .links_list li .btn a {
	color: #F5F3ED;
	border: 1px solid #F5F3ED;
	background-image: url(../../common/img/btn_arrow.svg);
}

.single-b_report .banquet_links {
	margin-top: 0;
}
.reserve_bg_wrap {
	margin-top: -120px;
}

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

	.cat_nav {
		margin-bottom: 50px;
	}
	.cat_nav_list li {
		width: calc(50% - 5px);
	}
	.b_plan_list {
		flex-direction: column;
		padding: 0 30px;
		margin-bottom: 70px;
	}
	.b_plan_list > li {
		width: 100%;
	}
	.report_list {
		flex-direction: column;
		padding: 0 30px;
		margin-bottom: 70px;
	}
	.report_list > li {
		width: 100%;
	}

	.report_single_inner {
		padding: 0 30px;
	}
	.report_single_inner .report_meta {
		flex-direction: column;
		gap: 20px;
	}
	.report_single_inner .report_meta .box {
		width: 100%;
		border-bottom: 1px solid #C9C9C4;
		padding-bottom: 10px;
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}
	.report_single_inner .report_meta .box h2 {
		text-align: left;
		border: none;
		padding-bottom: 0;
		width: 80px;
		margin-top: 2px;
	}
	.report_single_inner .report_meta .box p {
		text-align: left;
	}
	.report_single_inner .btns .btn {
		width: 100%;
	}
	.back_to_list a {
		max-width: unset;
		width: 100%;
	}
	.related_plans {
		padding: 70px 0;
	}
	.related_plans .heading {
		padding: 0 30px 0;
		margin-bottom: 40px;
	}

	.banquet_links .links_list {
		flex-direction: column;
	}
	.banquet_links .links_list li {
		width: 100%;
	}
	.banquet_links .links_list li .en {
		font-size: 2.2rem;
	}
	.banquet_links .links_list li h3 {
		margin: 20px 0 15px;
	}
    /* Reserve */
    .reserve_bg_wrap {
        margin-top: 100px;
    }
}

.report_single picture {
    margin: auto;
    width: 100%;
    display: block;
}
@media (min-width:640.1px) {
	.report_single picture {
		width: fit-content;
	}
}
