@charset "utf-8";
/* CSS Document */

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

	party_list

================================================= */
#party_list {
	max-width: 1300px;
	margin: 0 auto 100px;
}

.panel2 {
	display: none;
}
.panel2.active {
	display: block;
}
@media screen and (max-width: 1536px) {
	#party_list {
		max-width: inherit;
		padding: 0 5%;
	}
}
@media screen and (max-width: 480px) {
	#party_list {
		margin-bottom: 60px;
	}
}

/*---------------------------------------------
	party_list_cat
---------------------------------------------*/
.party_list_cat {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-flow: row wrap;
	margin-bottom: 60px;
}
.party_list_cat li {
	background: #f2f0ea;
	color: #6f5c19;
	height: 45px;
	padding: 0 10px;
	min-width: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.party_list_cat li.tab2.active {
	color: #fff;
	background: #a98f37;
}
@media screen and (max-width: 1024px) {
	.party_list_cat li {
		min-width: 120px;
	}
}
@media screen and (max-width: 480px) {
	.party_list_cat {
		gap: 6px;
		margin-bottom: 30px;
	}
	.party_list_cat li {
		min-width: inherit;
		height: 38px;
		font-size: 1.2rem;
	}
}

/*---------------------------------------------
	party_listArea
---------------------------------------------*/
.party_listArea {
	display: flex;
	flex-flow: row wrap;
	gap: 50px;
}
.party_listArea section {
	width: calc((100% - 100px) / 3);
}
.party_listArea section a {
	display: block;
}
.party_listArea section a:hover {
	opacity: 0.8;
}
.party_listArea figure {
	margin-bottom: 15px;
	overflow: hidden;
	aspect-ratio: 80 / 53;
}
.party_listArea figure img{
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.party_listArea section a:hover figure img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.party_listArea .more_btn {
	margin: 22px 0 0 auto;
}
@media screen and (max-width: 1024px) {
	.party_listArea {
		gap: 50px 4%;
	}
	.party_listArea section {
		width: calc((100% - 8%) / 3);
	}
}
@media screen and (max-width: 768px) {
	.party_listArea {
		gap: 50px 6%;
	}
	.party_listArea section {
		width: calc((100% - 6%) / 2);
	}
}

/*---------------------------------------------
	party_ttl
---------------------------------------------*/
.party_ttl ul {
	margin-bottom: 12px;
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
}
.party_ttl ul li {
	font-size: 1.2rem;
	color: #fff;
	background: #aa9b6c;
	padding: 5px 10px;
	line-height: 120%;
}
.party_ttl h2 {
	font-size: 1.8rem;
	line-height: 130%;
	font-weight: 500;
}
.party_ttl h3 {
	font-size: 1.5rem;
	line-height: 130%;
	font-weight: 500;
}
@media screen and (max-width: 480px) {
	.party_ttl h2 {
		font-size: 1.5rem;
	}
	.party_ttl h3 {
		font-size: 1.4rem;
	}
	.party_ttl ul {
		gap: 5px;
	}
	.party_ttl ul li {
		font-size: 1.1rem;
	}
}

/*---------------------------------------------
	party_price
---------------------------------------------*/
.party_price {
	text-align: center;
	margin-top: 20px;
}
.party_price p {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.party_priceBox {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-flow: row wrap;
}
.party_price_ex {
	display: flex;
	align-items: baseline;
}
.party_price_ex p {
	font-size: 1.8rem;
	margin-right: 15px;
}
.party_price_ex span {
	font-family: "EB Garamond", serif;
	font-size: 2.6rem;
	margin-right: 3px;
}
.party_priceBox small {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.party_price_ex p {
		font-size: 1.6rem;
		margin-right: 10px;
	}
}
@media screen and (max-width: 480px) {
	.party_price_ex p {
		font-size: 1.5rem;
		margin-right: 0;
	}
	.party_priceBox small {
		font-size: 1.2rem;
	}
}

/*---------------------------------------------
	party_period
---------------------------------------------*/
.party_period {
	border-top: 1px solid #a98f37;
	border-bottom: 1px solid #a98f37;
	display: flex;
	align-items: baseline;
	gap: 6px 30px;
	margin-top: 15px;
	padding: 12px 10px;
	font-size: 1.2rem;
	color: #222222;
	flex-flow: row wrap;
	line-height: 140%;
}
.party_period dd {
	letter-spacing: 0;
}
@media screen and (max-width: 480px) {
	.party_period {
		padding: 8px 0;
		font-size: 1.1rem;
	}
}

/*---------------------------------------------
	party_dtl
---------------------------------------------*/
.party_dtl {
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 166%;
}

/*---------------------------------------------
	partyDtl_dtl
---------------------------------------------*/
.partyDtl_dtl {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 128%;
}
.partyDtl_dtl > *:not(:last-child) {
	margin-bottom: 15px;
}
.partyDtl_dtl ul {
}
.partyDtl_dtl ul  li:not(:last-child) {
	margin-bottom: 10px;
}
.partyDtl_dtl span {
	font-size: 1.22rem;
}


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

	party_room

================================================= */
#party_room {
	background: #f8f7f5;
	padding: 100px 5%;
}
.party_room_txt {
	text-align: center;
	line-height: 164%;
	margin-bottom: 60px;
}
.party_roomArea {
	max-width: 1380px;
	margin: 0 auto 100px;
	display: flex;
	flex-flow: row wrap;
	gap: 70px 4.3%;
}
.party_roomArea section {
	width: calc((100% - 8.6%) / 3);
}
.party_roomArea section figure {
	margin-bottom: 20px;
}
.party_room_name {
	color: #9a853d;
	padding-bottom: 10px;
	border-bottom: 1px solid #a98f37;
	margin-bottom: 18px;
}
.party_room_name div {
	display: flex;
	align-items: center;
	gap: 10px 15px;
}
.party_room_name div p {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
.party_room_name div span {
	font-family: "EB Garamond", serif;
	width: 46px;
	height: 22px;
	border: 1px solid #9a853d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.party_room_name h3 {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
.party_room_capacity dl {
	display: flex;
	font-size: 1.2rem;
}
.party_room_capacity dl:not(:last-child) {
	margin-bottom: 8px;
}
.party_room_capacity dl dt {
	width: 6em;
	line-height: 130%;
}
.party_room_capacity dl dd {
	flex: 1;
	line-height: 130%;
}
@media screen and (max-width: 896px) {
	.party_roomArea {
		gap: 60px 6%
	}
	.party_roomArea section {
		width: calc((100% - 6%) / 2);
	}
}
@media screen and (max-width: 768px) {
	.party_room_name div p {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 640px) {
	.party_room_name div p {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.party_room_name div span {
		width: 40px;
	}
}
@media screen and (max-width: 480px) {
	#party_room {
		padding: 60px 5%;
	}
	.party_roomArea {
		margin-bottom: 60px;
		gap: 40px 6%;
	}
	.party_roomArea section figure {
		margin-bottom: 10px;
	}
	.party_room_name {
		margin-bottom: 12px;
	}
	.party_room_name div p {
		font-size: 1.5rem;
		letter-spacing: 0.025em;
	}
	.party_room_name div span {
		width: 30px;
		height: 20px;
	}
	.party_room_name h3 {
		margin-top: 0;
		font-size: 1.2rem;
	}
	.party_room_capacity dl {
		flex-flow: column;
    letter-spacing: 0;
	}
	.party_room_capacity dl dt {
		width: 5.5em;
	}
}



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

	hall_capacity

================================================= */
.party_room_table {
	max-width: 1000px;
	margin: 0 auto;
}
.party_room_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.3rem;
	color: #9a853d;
}
.party_room_table table tr > * {
	border-right: 1px solid #a98f37;
	border-bottom: 1px solid #a98f37;
	vertical-align: middle;
	padding: 18px 5px;
	text-align: center;
	font-weight: 600;
}
.party_room_table table tr:first-child th {
	border-top: 1px solid #a98f37;
}
.party_room_table table th:first-child,
.party_room_table table td:first-child {
	border-left: none;
}
.party_room_table table th:last-child,
.party_room_table table td:last-child {
	border-right: none;
}
.party_room_table table tr td {
	line-height: 120%;
}
.party_room_table table tr td span {
	font-family: "EB Garamond", serif;
	margin-right: 10px;
	font-size: 1.4rem;
}


/*----------------------------------------------
	cmn_hall_table
----------------------------------------------*/
.party_room_table table tr:first-child th:first-child {
	width: 30%;
}
.party_room_table table tr:nth-child(2) th {
	width: calc(70% / 5);
}
/*
.party_room_table table tr:nth-child(2) th {
	width: 16.5%;
}
*/

@media screen and (max-width: 640px) {
	.party_room_table table tr th {
		padding: 12px 5px;
	}
	.party_room_table table tr td {
		width: inherit!important;
		padding: 6px;
	}
	.party_room_table table tr td span {
		display: block;
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	.party_room_table table {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.party_room_table table tr:nth-child(2) th {
		-webkit-writing-mode: vertical-rl; /* Safari用 */
		writing-mode: vertical-rl;
		padding: 10px 5px;
	}
}



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

	partyDtl

================================================= */
#partyDtl {
	margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#partyDtl {
		margin-bottom: 60px;
	}
}


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

	partyDtl_mv

================================================= */
.partyDtl_mv h1 {
	font-size: 2.6rem;
	letter-spacing: 0.15em;
}
.partyDtl_mv p {
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.partyDtl_mv h1 {
		font-size: 2.0rem;
	}
	.partyDtl_mv p {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.partyDtl_mv h1 {
		font-size: 1.5rem;
	}
	.partyDtl_mv p {
		font-size: 1.3rem;
	}
}


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

	partyDtl_txt

================================================= */
.partyDtl_txt {
	background: #f2f0ea;
	max-width: 600px;
	margin: 30px auto 0;
	padding: 30px 40px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 180%;
}
@media screen and (max-width: 480px) {
	.partyDtl_txt {
		margin-top: 20px;
		padding: 15px 5%;
		font-size: 1.3rem;
	}
}


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

	partyDtl_list

================================================= */
.partyDtl_list {
	padding: 0 5%;
}
.partyDtl_listArea {
	max-width: 1100px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 80px 8%;
}
.partyDtl_listArea.party_plan_one {
	max-width: 510px;
}
.partyDtl_listArea.party_plan_three {
	max-width: 1300px;
	gap: 80px 6%;
}
.partyDtl_listArea.party_plan_three,
.partyDtl_listArea.party_plan_five {
	justify-content: flex-start;
}
.partyDtl_listArea.party_plan_three section {
	width: calc((100% - 12%) / 3);
}
.partyDtl_listArea.party_plan_two section,
.partyDtl_listArea.party_plan_four section,
.partyDtl_listArea.party_plan_five section {
	width: calc((100% - 8%) / 2);
}
.partyDtl_listArea figure {
	margin-top: 20px;
}
.partyDtl_listArea figure figcaption {
	text-align: right;
	font-size: 1.2rem;
	line-height: 120%;
	margin-top: 5px;
}
@media screen and (max-width: 1366px) {
	.partyDtl_listArea.party_plan_two,
	.partyDtl_listArea.party_plan_four,
	.partyDtl_listArea.party_plan_five {
		gap: 80px 6%;
	}
	.partyDtl_listArea.party_plan_two section,
	.partyDtl_listArea.party_plan_three section,
	.partyDtl_listArea.party_plan_four section,
	.partyDtl_listArea.party_plan_five section {
		width: calc((100% - 6%) / 2);
	}
}
@media screen and (max-width: 640px) {
	.partyDtl_list {
		max-width: 500px;
		margin: 0 auto 50px;
	}
	.partyDtl_listArea {
		display: block;
	}
	.partyDtl_listArea section {
		opacity: 1;
	}
	.partyDtl_list .slick-arrow {
		zoom: 0.8;
	}
	.partyDtl_list .slick-arrow.prev {
		left: -10%;
	}
	.partyDtl_list .slick-arrow.next {
		right: -10%;
	}
	.partyDtl_listArea.party_plan_one .slick-dots {
		display: none;
	}
	.partyDtl_planTxt {
		margin-bottom: 40px;
		text-align: center;
		line-height: 130%;
		background: #f8f7f5;
		padding: 10px 5px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 570px) {
	.partyDtl_list {
		max-width: 430px;
	}
}
@media screen and (max-width: 480px) {
	.partyDtl_list {
		padding: 0 10%;
		margin-bottom: 30px;
	}
	.partyDtl_planTxt {
		font-size: 1.2rem;
		padding: 8px 5px;
		margin-bottom: 25px;
	}
	.partyDtl_listArea figure figcaption {
		font-size: 1.0rem;
	}
}

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

	party_subTtl

================================================= */
.party_subTtl {
	color: #9a853d;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}
.party_subTtl::after {
	content: "";
	display: block;
	border-top: 1px solid #9a853d;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.party_subTtl p {
	font-size: 2rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.party_subTtl h3 {
	font-size: 1.2rem;
}


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

	party_upgrade

================================================= */
.party_upgrade {
	background: #f8f7f5;
	padding: 30px;
	margin-top: 20px;
}
.party_upgrade_list li {
	display: flex;
}
.party_upgrade_list li::before {
	position: relative;
	top: 12px;
	left: 0;
	margin-right: 8px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background: #9a853d;
}
.party_upgrade_list li:not(:last-child) {
	margin-bottom: 30px;
}
.party_upgrade_list li > div {
	width: calc(100% - 14px);
}
.party_upgrade .party_priceBox {
	justify-content: flex-start;
}

.party_upgrade_menu {
	margin-top: 12px;
}
.party_upgrade_menu dl dt {
	font-size: 1.3rem;
	margin-bottom: 6px;
}
.party_upgrade_menu dl dd {
	font-size: 1.6rem;
	font-weight: 500;
}


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

	party_pdf

================================================= */
.party_pdf {
	max-width: 400px;
	margin-bottom: 100px;
}
.party_pdf a {
	height: 55px;
	font-size: 1.5rem;
}
.party_pdf.pdf_link.cmn_btn a::after {
	width: 20px;
	height: 24px;
}
@media screen and (max-width: 480px) {
	.party_pdf {
		width: 90%;
		margin-bottom: 60px;
	}
}


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

	party_drink

================================================= */
.party_drink {
	padding: 80px 5%;
	background: #f8f7f5;
	margin-top: 100px;
}
.party_drinkArea {
	max-width: 900px;
	margin: 0 auto;
}
.party_drinkArea section {
	background: #fff;
	padding: 50px 8.3%;
}
.party_drinkArea section:not(:last-child) {
	margin-bottom: 40px;
}
.party_drink_dtl:not(:last-child) {
	border-bottom: 1px solid #c4b891;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.party_drink_price {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.party_drink_price::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #9a853d;
	border-radius: 50vh;
	position: absolute;
	left: 0;
	top: 16px;
}
.party_drink_price .party_priceBox {
	justify-content: flex-start;
}
.party_drink_dtl p {
	line-height: 200%;
}
@media screen and (max-width: 768px) {
	.party_drink_price::before {
		top: 13px;
	}
}
@media screen and (max-width: 480px) {
	.party_drink {
		padding: 60px 5%;
		margin-top: 60px;
	}
	.party_drinkArea section {
		padding: 30px 7%;
	}
	.party_drinkArea section:not(:last-child) {
		margin-bottom: 20px;
	}
	.party_drink_dtl p {
		line-height: 150%;
	}
	.party_drink_price {
		margin-bottom: 10px;
	}
	.party_drink_price::before {
		top: 8px;
	}
	.party_drink_price .party_price_ex span {
		font-size: 2.0rem;
	}
}


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

	party_option

================================================= */
.party_option {
	padding: 100px 5%;
}
.party_optionArea {
	max-width: 900px;
	margin: 0 auto;
	background: #f8f7f5;
	padding: 50px 8.3%;
}
.party_optionBox:not(:last-child) {
	margin-bottom: 45px;
}
.party_optionBox dl dt {
	display: flex;
	padding-left: 15px;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.party_optionBox dl dt::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #9a853d;
	border-radius: 50vh;
	position: absolute;
	left: 0;
	top: 8px;
}
.party_optionBox dl dt small {
	font-size: 1.4rem;
	margin-left: 5px;
}
.party_optionBox dl dd {
	padding: 18px 0;
	border-bottom: 1px solid #c4b891;
}
.party_option_price {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 5px 0;
}
.party_option_price div {
	margin: 0 0 0 auto;
}
.party_option_atten {
	margin-top: 10px;
}
.party_option_atten li {
	display: flex;
	font-size: 1.3rem;
	line-height: 130%;
}
.party_option_atten li::before {
	content: "※";
}
.party_option_atten li:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
	.party_option {
		padding: 60px 5%;
	}
	.party_optionArea {
		padding: 30px 7%;
	}
	.party_optionBox dl dt {
		font-size: 1.5rem;
	}
	.party_optionBox dl dt::before {
		top: 5px;
	}
	.party_option_atten li {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.party_optionBox dl dt small {
		font-size: 1.3rem;
	}
}


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

	party_attention

================================================= */
.party_attention {
	max-width: 900px;
	margin: 0 auto 100px;
}
.party_attention .party_option_atten {
	margin-top: 0;
}
@media screen and (max-width: 1024px) {
	.party_attention {
		max-width: inherit;
		padding: 0 5%;
	}
}
@media screen and (max-width: 480px) {
	.party_attention {
		margin-bottom: 60px;
	}
}


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

	party_contactArea

================================================= */
.party_contactArea {
	max-width: 900px;
	margin: 0 auto;
}
.party_contactArea h3 {
	color: #987c1b;
	border-bottom: 1px solid #9a853d;
	padding-bottom: 14px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 140%;
}
.party_contact_box {
	max-width: 800px;
	margin: 0 auto;
	background: #f8f7f5;
	padding: 20px 0;
	display: flex;
}
.party_contact_box section {
	flex: 1;
	text-align: center;
	padding: 10px 15px;
}
.party_contact_box section:first-child {
	border-right: 1px solid #9c9179;
}
.party_contact_box h4 {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}
.party_contact_tel a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: flex-end;
	font-size: 3.2rem;
	margin-bottom: 8px;
	color: #9a853d;
	font-family: "EB Garamond", serif;
}
.party_contact_tel a::before {
	content: "";
	background: url("../images/icon_tel.svg") center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 22px;
	height: 27px;
	margin-right: 4px;
	filter: brightness(0) saturate(100%) invert(52%) sepia(5%) saturate(4577%) hue-rotate(9deg) brightness(100%) contrast(77%);
}
.party_contact_tel dl {
	font-size: 1.2rem;
	margin-top: 10px;
}
.party_contact_tel dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 6px;
}
.party_contact_tel dl dt::after, .party_contact_tel dl dt::before {
	border-top: 1px solid;
	content: "";
	width: 20px;
}
.party_contact_tel dl dt::after {
	margin-left: 12px;
}
.party_contact_tel dl dt::before {
	margin-right: 12px;
}
.party_contact_tel dl dd {
	white-space: nowrap;
}
.party_contact_mail .cmn_btn a {
	font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.party_contactArea {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
	.party_contact_box {
		flex-flow: column;
		padding: 0;
		background: none;
		gap: 20px;
	}
	.party_contact_box section {
		border: none!important;
		padding: 25px;
		background: #FAF9F7;
	}
}
@media screen and (max-width: 480px) {
	.party_contactArea h3 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.party_contact_box section {
		padding: 25px 20px;
	}
	.party_contact_box h4 {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.party_contact_mail .cmn_btn a {
		font-size: 1.4rem;
	}
}


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

	party_listBack

================================================= */
.party_listBack {
	margin-top: 80px!important;
}
@media screen and (max-width: 480px) {
	.party_listBack {
		margin-top: 40px!important;
	}
}


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

	party_charter

================================================= */
.party_charter .party_room_table {
	margin-bottom: 60px;
}

@media screen and (max-width: 1112px) {
	.party_charter .party_room_table {
		padding: 0 3%;
	}
}
@media screen and (max-width: 640px) {
	.party_charter .party_room_table table tr:first-child th:first-child {
		width: 20%;
	}
	.party_charter .party_room_table table tr:nth-child(2) th {
		width: calc(50% / 5);
	}
}
@media screen and (max-width: 480px) {
	.party_charter .party_room_table {
		margin-bottom: 0;
	}
	.party_charter .party_room_table table tr:first-child th:first-child {
		width: 12%;
	}
	.party_charter .party_room_table table tr:nth-child(2) th {
		padding: 10px 0;
		width: calc(40% / 5);
	}
	.party_charter .party_room_table table tr th {
		-webkit-writing-mode: inherit;
		writing-mode: inherit;
		padding: 10px 0;
	}
	.party_charter .party_room_table table tr:nth-child(n+3) td:nth-child(-n+3) {
		padding: 6px 0;
	}
	.party_room_table table tr td {
		padding: 6px 3px;
	}
	.party_charter .party_room_table table tr td span {
		font-size: 1.3rem;
	}
	.party_charter .party_room_table table tr td small {
		font-size: 0.9rem;
	}
}


