.post-1474 .simple-table-one tr th,
.post-1474 .simple-table-one tr td{
	color: #333 !important;
}


.contact-link-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.contact-link-flex a {
	width: 232px;
}

.reserve-button {
	height: 72px;
	background: #c94c67;
	border-radius: 5px;
	color: #fff;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 120%;
}

.reserve-button:hover {
	color: rgba(255,255,255,0.5);
}

/* 料金メニュー調整 */
.tr-space {
}

.menu-option {
	margin-bottom: 0 !important;
}
/* 料金メニュー調整 end */

/* icon メニュー */

.menu-icon ul li a {
	width: 150px;
	height: 150px;
	position: relative;
	z-index: 0;
	background: rgba(255,255,255,0.7);
	border-radius: 999px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.menu-icon ul {
	position: relative;
	margin: 0 auto !important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
	gap: 15px;
	z-index: 0;
}

.menu-icon ul:after {
	position: absolute;
	content: "";
	width: 400px;
	height: 400px;
	max-height: 90vh;
	display: block;
	bottom: -80px;
	right: 1%;
	background: url(https://herb.chu.jp/wp-content/uploads/2023/12/387e5c2c011a0831ec4b8a7ab10b120b.png) no-repeat center right;
	background-size: contain;
	z-index: -1;
	opacity: 0.2;
	overflow: visible;
}

.menu-icon ul li {
	list-style: none;
}

.menu-icon-txt {
	text-align: center;
	color: #333;
	margin-top: 0px;
}

@media screen and (max-width: 500px) {
	
	.menu-icon ul li a {
	width: 120px;
	height: 120px;
	max-width: 26vw;
	max-height: 26vw;
	position: relative;
	z-index: 0;
	background: rgba(255,255,255,0.7);
	border-radius: 999px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
	
	.menu-icon ul li {
	list-style: none;
	width: calc(100% / 3.4);
	position: relative;
	z-index: 0;
}

.menu-icon-txt {
	text-align: center;
	color: #333;
	margin-top: 0px;
	font-size: 13px;
}
	
}

/* icon メニュー end */