@charset "UTF-8";
/*=======================================================
宴会会議
=======================================================*/
/*----------------------------------------------
フッターボタンアイコン位置
---------------------------------------------- */
.cta .cta__btn-icon a::before {
    left: 15px;
}
/*----------------------------------------------
イントロ
---------------------------------------------- */
.intro .section__inner {
    padding-bottom: clamp(69px, 8.94vw, 143px);
    padding-top: clamp(26px, 3.44vw, 55px);
    margin-bottom: clamp(25px, 3.25vw, 52px);
}
.intro__each {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    gap: clamp(25px, 3.25vw, 52px);
}
.intro__body {
    display: block;
}
.intro__title {
    margin: auto auto clamp(13px, 1.69vw, 27px);
}
.intro__text {
    text-align: center;
}
.fadein__img-wrapper:has(.fadein-1) {
    width:clamp(429px, 55.88vw, 894px);
}
.fadein-1 {
    position: relative;
}
.fadein-2 {
    width: clamp(151px, 19.63vw, 314px);
    left: clamp(34px, 4.38vw, 70px);
    margin-top: clamp(-20px, -1.25vw, -10px);
}
.page__link-banner-wrapper .page__link-item:last-of-type::after {
	content: none;
}
@media screen and (max-width : 767px) {
	.intro .section__inner {
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.intro__each {
		flex-direction: column;
		gap: 100px;
	}
	.intro__body {
		width: 100%;
		margin-bottom: 30px;
	}
}
/*----------------------------------------------
プランページ
---------------------------------------------- */
.plan__price {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid var(--beige);
    border-bottom: 1px solid var(--beige);
    padding: 6px 0 7px;
    margin-bottom: 14px;
    text-align: center;
}
.style__table {
    flex-direction: column;
}
.style__table > div {
    width: 100%;
}
.style__table dd {
    max-width: 302px;
    justify-content: center;
}
.style__table > div:first-of-type dd {
    background: var(--l-beige);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.style__table > div:nth-of-type(2) dd {
    font-size: 22px;
    align-items: flex-end;
}
.style__table > div:nth-of-type(2) dd span {
    font-size: 16px;
    font-weight: 500;
}
.option__plan {
    margin-top: 40px;
    gap: 0;
}
.option__plan .text {
    line-height: 1.875;
}
.plan__wrapper + .text {
    margin-top: 58px;
    font-weight: 500;
}
.text a {
    border-bottom: 1px solid #000;
}
.reason .external_link {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}
/*コース料金テーブル*/
.table-scroll .detail__table {
	width: 100%;
	margin-bottom: 10px;
}
.table-scroll .detail__table .course__title {
    background: var(--l-beige);
    color: #fff !important;
    width: 171px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 10px 5px;
}
.table-scroll .detail__table .col {
	display: flex;
	gap: 5px;
}
.table-scroll .detail__table .col + .col {
	margin-top: 5px;
}
.table-scroll .detail__table .course__name {
    background: var(--l-beige);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.table-scroll .detail__table td {
    max-width: 302px;
    justify-content: center;
	align-items: center;
	flex: 1;
    margin: 0;
    padding: 10px 5px 10px 22px;
    padding-left: 22px;
    background: #F8F8F8;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
}
.table-scroll .detail__table .course__price {
	font-size: 22px;
    align-items: flex-end;
}
.table-scroll .detail__table .course__price span {
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width : 1110px) {
    .table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }
	.table-scroll tbody {
		width: 100%;
	}
    .table-scroll .detail__table {
        display: flex;
        flex-wrap: nowrap;
        min-width: 1090px;
    }
    .table-scroll .detail__table .col {
        flex: 0 0 auto;
    }
	.table-scroll .detail__table .course__name,
	.table-scroll .detail__table .course__price {
		font-size: 18px;
	}
	.table-scroll .detail__table .course__price span {
		font-size: 14px;
	}
	.plan__wrapper + .text {
		margin-top: 50px;
	}
}
/*----------------------------------------------
料理ページ
---------------------------------------------- */
.course .section__inner {
    max-width: 1240px; 
    padding: 0 20px;
}
.course .section__title {
    margin-bottom: 50px;
}
.course__detail {
	border-radius: 0;
	padding-top: 51px;
	padding-bottom: 97px;
}
.course__detail .detail__title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: var(--beige);
    margin-bottom: 28px;
}
.course__detail .detail__content {
    margin-bottom: 66px;
}
.course__detail .detail__content + p {
	margin-top: -50px;
	line-height: 1.6;
}
.course__detail .detail__content + p a {
	text-decoration: underline;
}
.course__detail .detail__content dd {
    line-height: 1.5;
}
.course__detail .price__wrapper {
    gap: 39px;
}
.course__detail .price__img-wrapper {
    flex-wrap: wrap;
}
.course__detail .price__img-wrapper img {
    max-width: 267px;
}
.course__detail .price__img-title {
    text-align: left;
}
.course__detail .price__inner {
    max-width: 500px;
}
.course__detail .price__list > div {
	padding: 18px 0 13px;
}
@media screen and (max-width : 767px) {
	.course__detail {
		padding: 50px 25px;
	}
	.course__detail .price__list > div {
		gap: 10px;
	}
	.course__detail .price__list > div dt {
		line-height: 1.5;
	}
	.course__detail .detail__content dd {
		flex-shrink: 0;
	}
	.course__detail .price__wrapper {
		flex-direction: column;
	}
	.course__detail .price__img-wrapper {
		justify-content: center;
	}
	.course__detail .price__img-title {
		text-align: center;
	}
}
/*----------------------------------------------
会場ページ
---------------------------------------------- */
/*新バージョン*/
.page__link-text-title {
	text-align: center;
	margin-inline: auto; 
	max-width: 1090px;
}
.page__link-text-wrapper .page__link {
	gap:  26px;
}
.page__link-text-wrapper .page__link-item {
	background: #fff;
	border: 1px solid var(--beige);
	width: 217px;
	height: 77px;
}
.page__link-text-wrapper .page__link-item a {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page__link-text-wrapper .page__link-item a::after {
    content: "";
    display: block;
    width: 17px;
    height: 9px;
    background: url(../images/common/icon-accordion.svg) center / cover no-repeat;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
	transition: .3s;
}
.page__link-text-wrapper .page__link-item a:hover::after {
	transform: translateY(8px);
	transition: .3s;
}
.page__link-text-wrapper .page__link-title {
	display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding-top: 15px;
    color: #333;
	letter-spacing: 1em;
	padding-left: 1em;
}
.page__link-text-wrapper .page__link-item > span {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.ver-2 .page__link-text-wrapper .page__link-item > span::before {
	content: "（";
}
.ver-2 .page__link-text-wrapper .page__link-item > span::after {
	content: "）";
}
.ver-2 .banquet__item + .banquet__item {
    margin-top: 133px;
}
.banquet__title span:last-of-type::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/common/mini-mark.svg) center / cover no-repeat;
}
.ver-2 .banquet__text:last-of-type {
	order: 1;
}
.page__link-text-title {
	max-width: 1090px;
	margin: auto auto 94px;
	font-size: 24px; 
	letter-spacing: 1em;
}
.ver-2 .page__link-title {
	padding-top: 30px;
}
.ver-2 .page__link-text-wrapper .page__link-item a::after {
	bottom: 20px;
}
.banquet__block .section__inner {
    margin-bottom: 80px;
}
.banquet__body .button {
	width: 370px;
	height: 80px;
}
.banquet__table .section__inner {
	max-width: 1237px; 
	margin: auto;
	padding: 95px 20px;
}
.banquet__table .detail__title {
	text-align: center; 
	font-size: 30px;
	margin-bottom: 30px;
	color: #000;
}
.banquet__table .style__table dt {
	width: 174px;
}
.banquet__table .style__table dd {
	width: 308px;
	flex-direction: column;
}
.banquet__table .style__table > div:nth-of-type(2) dd {
	font-size: 16px;
	align-items: center;
}
.banquet__table .style__table dd span,
.banquet__table .table-scroll .detail__table .course__name span {
	font-size: 16px;
	display: block;
}
.each__table {
	min-width: 812px;
	font-weight: 500;
	margin: 37px auto 43px;
	line-height: 1.6;
	vertical-align: middle;
}
.each__table .header__name {
	font-size: 20px;
	font-weight: 700;
	padding-top: 0;
}
.each__table .header__name:first-of-type {
	width: 176px;
}
.each__table th,
.each__table td {
	padding: 11px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	
}
.each__table th {
	text-align: center;
}
.each__table td {
	text-align: left;
}
.each__table .header__name {
	border-top: 0;
	width: 282px;
}
.each__table .header__name:first-of-type {
	width: 175px;
}
.each__table .header__name:last-of-type,
.each__table td:last-of-type {
	border-right: 0;
}
.each__table dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
	width: 130px;
	margin: auto;
}
.each__table dd,
.each__table dt {
	font-weight: 500;
}
.each__table dd {
	text-align: right;
}
.each__table td:last-of-type dl {
	width: 212px;
	grid-template-columns: 1fr 2fr;
}
.each__table td:last-of-type dl dd {
	text-align: left;
}
.hall__table {
  min-width: 1197px;
  border-collapse: separate;
    border-spacing: 5px;
  font-size: 16px;
	font-weight: 500;
}
.hall__table th, .hall__table td {
  padding: 12px 10px;
  text-align: center;
  line-height: 1.4em;
}
.hall__table .cat-name {
	background: var(--l-beige);
	color: #fff;
}
.hall__table thead th {
  background: var(--l-beige);
  font-weight: 700;
	font-size: 20px;
  color: #fff;
}
.hall__table .sub-header th {
  background: var(--l-beige);
  font-size: 20px;
	vertical-align: middle;
}
.hall__table .sub-header th span {
	display: block; 
	font-size: 16px;
}
.hall__table .col-category {
  width: 60px;
}
.hall__table .cat-row .cat-label {
	width: 139px;
  background: var(--l-beige);
  font-weight: 700;
  font-size: 16px;
	color: #fff;
	vertical-align: middle;
}
.hall__table tbody td {
  background: #f8f8f8;
}
.hall__table .bg-none {
	background: none;
}
.hall__table .col-name {
	width: 174px;
	vertical-align: middle;
}
.banquet__note {
	font-size: 24px;
	font-weight: 500;
	margin: 120px auto 0;
	text-align: center;
	padding: 0 20px;
}
.banquet__note span {
	display: block; 
	font-size: 16px;
}
.banquet__note span a {
	text-decoration: underline;
}
/*オプションについて*/
.banquet__option {
	padding: 0 20px;
}
.banquet__option_inner {
	max-width: 789px; 
	width: 100%;
	background: #fff; 
	border-radius: 20px;
	margin: 120px auto auto;
	padding: 33px 82px 20px;
	text-align: center;
	color: #000;
}
.banquet__option-title {
	font-size: 30px; 
	color: var(--beige);
	margin-bottom: 8px;
}
.banquet__option-list {
	line-height: 2;
	padding-bottom: 18px; 
	margin-bottom: 12px; 
	border-bottom: 1px solid #D9D9D9;
}
.banquet__option-other {
	line-height: 2;
}
.banquet__table .toscroll {
	display: none;
}
@media screen and (max-width : 1297px) {	
    .table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
		margin-bottom: 20px;
    }
}
@media screen and (max-width : 1230px) {
	.banquet__table .toscroll {
		display: block;
		text-align: center; 
		margin-top: -20px;
		margin-bottom: 10px;
		font-size: 14px; 
		font-weight: 500;
	}
}
@media screen and (max-width : 1110px) {
	.each__table {
		width: 812px;
	}
	.hall__table {
		width: 1197px;
  }
}
@media screen and (max-width : 830px) {
	.banquet__body {
		gap: 60px;
	}
	.banquet__text-wrapper {
		padding-left: 65px;
	}
}
@media screen and (max-width : 767px) {
	.banquet__table .section__inner {
		padding-top: 70px; 
		padding-bottom: 70px;
	}
	.banquet__text-wrapper {
		padding-left: 0;
	}
	.banquet__title span:last-of-type::before {
		width: 26px; 
		height: 26px;
	}
	.banquet__table .detail__title {
		font-size: 26px;
	}
	.banquet__body .button {
		width: 100%;
	}
	.banquet__option_inner {
		padding-left: 20px; 
		padding-right: 20px;
	}
	.banquet__option-title {
		margin-bottom: 14px;
	}
	.banquet__option-list,
	.banquet__option-other {
		line-height: 1.7;
		text-align: left;
	}
}