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

	faq

==============================================*/
.cat_nav {
    margin-bottom: 60px;
}
.cat_nav_list {
	gap: 10px;
	justify-content: center;
	max-width: 1300px;
}
.cat_nav_list li {
}
.cat_nav_list button {
	border: 1px solid;
	border-radius: 5px;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	color: #9DA49E;
	transition: all 0.3s ease;
	font-size: 1.3rem;
}
.cat_nav_list button span {
    color: inherit;
    font-size: inherit;
    line-height: inherit; /* 180% */
    letter-spacing: inherit;
}
.cat_nav_list button:hover {
    opacity: .7;
}
.cat_nav_list li button.active {
	background-color: #9DA49E;
	color: #fff;
	border: 1px solid #9DA49E;
}

.page-template-page-banquet-faq .cat_nav_list > li {
	/* width: calc((100% - (10px * 4) ) / 5; */
	width: 212px;
}

.faq > .inner h2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.3rem; /* 183.333% */
    letter-spacing: 0.09rem;
    margin-bottom: 40px;
}

.faq .inner .faq_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
}
.faq .inner .faq_list .q {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #C9C9C4;
}
.faq .inner .faq_list .q:before {
	content: '+';
	width: 17px;
	height: 17px;
	background-color: #B4A698;
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 17px;
	color: #F5F3ED;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.faq .inner .faq_list .q.is-active:before {
	content: '-';
}
.faq .inner .faq_list .q h3 {
    font-size: 1.5rem;
    line-height: 2.7rem; /* 180% */
    letter-spacing: 0.075rem;
}
.faq .inner .faq_list .a {
	padding-left: 30px;
	display: none;
    max-width: 770px;
}

.faq {
    display: none;
}
.faq.is-show {
    display: block;
}


/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/

@media screen and (max-width: 736px) {
	.cat_nav {
		margin-bottom: 50px;
	}
    .cat_nav_list button span {
        display: none;
    }
	.cat_nav_list li,
	.page-template-page-banquet-faq .cat_nav_list > li {
		width: calc(50% - 5px);
	}
	.cat_nav_list li.sp_wide {
        width: 100%;
    }
    .faq .inner .faq_list {
        padding: 0 30px;
    }
    .faq .inner .faq_list .a {
        padding: 0;
    }
    .faq .inner .faq_list .a a {
        text-decoration: underline;
        font-size: inherit;
        color: inherit;
        letter-spacing: inherit;
        line-height: inherit;
    }

	.page-template-page-banquet-faq .reserve_bg_wrap {
		padding-top: 40px;
		margin-top: 0;
	}
}