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

.ttl_box {
	background-color: #000;
}

.ttl_box p {
	color: #ccc;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 0.3em;
}

.a-width {
	width: 240px;
}

.new_txt::before {
	content: url(/inboard/amenity/img/idx_news_icn_01.gif);
	margin-right: 10px;
}

.meal-table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}
.meal-table__cell {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px;
	border: 1px solid #d1d1d1;
	margin-right: -1px;
	margin-bottom: -1px;
}
.meal-table__cell:nth-child(2n) {
	margin-right: 0;
}
.meal-table__tag {
	background: #000;
	padding: .25em 1em;
	color: white;
	display: inline-block;
	width: 5em;
	text-align: center;
}
.meal-table__name {
	display: flex;
	align-items: center;
	margin-left: auto;
	font-feature-settings: 'palt';
}
.meal-table__link {
	margin-left: auto;
}
.meal-table__link a {
	position: relative;
	display: block;
	padding-right: 2em;
}
.meal-table__link a:hover {
	text-decoration: none;
}
.meal-table__link a:hover:before {
	display: none;
}
.meal-table__link a:before {
	width: auto;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 5%;
	content: '';
	border-bottom: 1px solid;
}
.meal-table__link a:after {
	width: 5px;
	height: 9px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	right: 10px;
	background-position: -10px -10px;
	background-image: url(/resource_int/img/icn_sprite.svg);
	content: '';
}


.menu-table {
	width: 100%;
	display: flex;
}
.menu-table__left {
	width: 50%;
}
.menu-table__right {
	width: 50%;
}
.menu-table li {
	border-bottom: 1px dashed #0F0F0F;
	font-size: 1.8rem;
	line-height: 2;
	margin-right: 2px;
}
.menu-table li::before {
	content: '・';
	display: inline-block;
}
.menu-table li.menu-table__note {
    margin-top: 1em;
    line-height: 1.5;
    padding-left: 1.25em;
    text-indent: -1em;
    padding-bottom: 1em;
	font-size: 1.4rem;
	border-bottom: none;
	padding-right: 2em;
}
.menu-table li.menu-table__note::before {
    display: none;
}
