.news {
	margin-bottom: 20px;
	text-align: center;
	max-width: 100%;
}

.news td {
	height: 3rem;
}

@media screen and (max-width: 912px) {
	.news {
		font-size: 12px;
	}
}

/* 年末年始営業時間 2019-2020 */
/*.entryTable {
	color: #420f12;
	border: solid 2px #420f12;
	margin-bottom: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.entryTb__cell {
	background: white;
	border: solid 2px #420f12;
	font-size: 14px;
	height: 28px;
	text-align: center;
	word-break : break-all;
	box-sizing: border-box;
	padding: 1em 4px;
	line-height: 1.2em;
}
.entry__th {
	color: white;
	background: #ff7800;
	border: solid 2px #420f;
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
.entryTb__cell:first-child, .entry__th:first-child {
	border-left: none;
}
.entryTb__tdh {
	font-size: 1em;
	background: #DDD;
}

.ibox_ttl {
    font-weight: bold;
    font-size: 1.15em;
    margin: 0 0 5px;
}

@media (max-width:767px) {
	.entryTb__cell {
		align-items: center;
	}
	.bt .entryTb__cell {
		border-bottom: solid 1px #CCC;
		height: 47px;
		padding: 5px 0;
	}
	.bt .entryTb__cell:before {
		width: 40%;
	}
	.entryTb__tdh {
		font-size: 1em;
		height: auto;
		width: auto;
	}
	
	.iboxwrapper {
		display: flex;
	}
	.ibox {
		width: 50%;
		box-sizing: border-box;
	}
	.ibox:first-child {
		margin-right: 5px;
	}
	.ibox:last-child {
		margin-left: 5px;
	}
}*/
/* 年末年始営業時間 2019-2020ここまで */