@charset "utf-8";

ul.l-circle-list li{
	position: relative;
	line-height: 2;
	padding-left: 1.5em;
}

ul.l-circle-list li::before {
	content: "●";
    position: absolute;
    top: 0;
    left: 0;
	
}

.news-about-table {
	margin: 0 auto 20px !important;
}

.news-about-table th,
.news-about-table td {
	display: block;
	padding: 10px 15px;
	border: 1px #000 solid;
	line-height: 1.5;
}

.news-about-table th {
	color: #fff;
	font-weight: 700;
	background-color: #000;
}

.news-detail-table {
	width: 100%;
	margin: 0 auto 20px !important;
	border-collapse: collapse;
	table-layout: fixed;
}

.news-detail-table th,
.news-detail-table td {
	padding: 10px 15px;
	border: 1px #999 solid;
	vertical-align: middle;
	line-height: 1.5;
	word-break: keep-all;
}

.news-detail-table th {
	width: 20%;
	font-weight: 500;
	text-align: center;
	background-color: #F5F5F5;
}

.news-detail-table col.col-label {
	width: 12%;
}

.news-detail-table col.col-sub {
	width: 10%;
}

.news-detail-table col.col-weekday {
	width: 58%;
}

.news-detail-table col.col-holiday {
	width: 20%;
}

.news-detail-table td p {
	margin: 0 0 10px;
}

.news-detail-table td p:last-of-type {
	margin: 20px 0 10px;
}

.news-relocation-figure {
	margin: 0 0 10px;
}

.news-relocation-figure img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.news-detail-table .border-top-dotted {
	border-top: 1px #999 dotted;
}

.news-detail-table .hours-row {
	display: block;
}

.news-detail-table .hours-label {
	display: inline-block;
	min-width: 7em;
	white-space: nowrap;
	vertical-align: top;
}

.text-red {
	margin-bottom: 60px;
	color: #EE0000;
	line-height: 1.5;
}

.text-blue {
	margin-bottom: 60px;
	color: #3399ff;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	ul.l-circle-list li {
		padding-left: 1.25em;
		line-height: 1.7;
	}

	.news-about-table {
		margin-bottom: 15px !important;
	}

	.news-about-table th,
	.news-about-table td {
		padding: 8px 12px;
	}

	.text-red,
	.text-blue {
		margin-bottom: 30px;
	}

	.news-body-container .scroll-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.news-body-container .scroll-wrapper .news-detail-table {
		width: 1000px !important;
		min-width: 1000px;
		margin-bottom: 0 !important;
	}

	.news-body-container .scroll-wrapper .news-detail-table col.col-label {
		width: 120px;
	}

	.news-body-container .scroll-wrapper .news-detail-table col.col-sub {
		width: 100px;
	}

	.news-body-container .scroll-wrapper .news-detail-table col.col-weekday {
		width: 500px;
	}

	.news-body-container .scroll-wrapper .news-detail-table col.col-holiday {
		width: 100px;
	}

	.news-body-container .scroll-wrapper .news-detail-table th {
		width: auto;
		min-width: 0;
		white-space: nowrap;
	}

	.news-body-container .scroll-wrapper .news-detail-table th,
	.news-body-container .scroll-wrapper .news-detail-table td {
		padding: 8px 10px;
	}

	.news-body-container .scroll-wrapper .news-detail-table td p {
		margin-bottom: 8px;
	}

	.news-body-container .scroll-wrapper .news-detail-table td p:last-of-type {
		margin: 15px 0 8px;
	}

	.news-body-container .scroll-wrapper .news-relocation-figure {
		margin-bottom: 8px;
	}

	.news-body-container .scroll-wrapper .news-detail-table .hours-row {
		white-space: nowrap;
	}

	.news-body-container .scroll-wrapper .news-detail-table .hours-label {
		min-width: 6.5em;
	}
}

@media screen and (max-width: 1080px) {
	.news-body-container table.news-about-table {
		width: 100% !important;
	}

	.news-body-container .scroll-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.news-body-container .scroll-wrapper .news-detail-table {
		width: 1000px !important;
		min-width: 1000px;
	}

	.news-body-container .scroll-wrapper .news-detail-table col.col-label {
		width: 120px;
	}

	.news-body-container .scroll-wrapper .news-detail-table th {
		width: auto;
		white-space: nowrap;
	}
}