@charset "UTF-8";

img {
	max-width: 100%;
	height: auto;
}

.site-description {
	margin-bottom: 1em;
	font-size: 1.167em;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.yado-notice-section {
	width: 100%;
	padding: 50px 0;
	margin-bottom: 30px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.yado-container {
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.yado-notice-heading {
	padding-left: 15px;
	margin-bottom: 30px;
	border-left: 6px solid #c0392b;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}

.yado-notice-body {
	color: #444;
	font-size: 16px;
	line-height: 1.8;
}

.yado-notice-body p {
	margin-bottom: 1.5em;
}

.yado-price-box {
	padding: 25px;
	margin: 30px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #f8f9fa;
}

.yado-sub-heading {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.yado-price-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.yado-price-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px dashed #ddd;
}

.yado-price-list li:last-child {
	border-bottom: 0;
}

.price-label {
	flex: 1;
	color: #555;
	font-weight: bold;
}

.price-val {
	text-align: right;
	white-space: nowrap;
}

.new-price {
	color: #c0392b;
	font-size: 1.1em;
	font-weight: bold;
}

.yado-notice-meta p {
	margin-bottom: 5px;
	font-size: 15px;
}

.yado-small-text {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

.news-section {
	padding: 35px 0 10px;
}

.news-section-title,
.entry-title,
.archive-title {
	padding: 10px 14px;
	margin-bottom: 20px;
	border-left: 5px solid #c0392b;
	background: #f5f5f5;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}

.news-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	list-style: none;
}

.news-list-item {
	display: flex;
	gap: 20px;
	padding: 15px 5px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.6;
}

.news-list-date {
	flex: 0 0 7.5em;
	color: #666;
	white-space: nowrap;
}

.news-list-title {
	flex: 1;
}

.news-list-title a {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.news-list-title a:hover {
	color: #c0392b;
}

.news-more {
	margin-top: 20px;
	text-align: right;
}

.news-more a {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 3px;
	background: #555;
	color: #fff;
	font-size: 13px;
}

.entry-meta {
	margin: -8px 0 22px;
	color: #777;
	font-size: 13px;
	text-align: right;
}

.entry-content {
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table,
.entry-content figure {
	margin-bottom: 1.5em;
}

.entry-content ul,
.entry-content ol {
	padding-left: 2em;
}

.pagination {
	margin-top: 30px;
	font-size: 14px;
}

.post-navigation {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}

.post-navigation .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.post-navigation .nav-separator {
	flex: 0 0 auto;
	color: #aaa;
}

.post-navigation a {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.post-navigation a:hover {
	color: #c0392b;
}

.fb-container {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.yado-notice-heading {
		border-left-width: 4px;
		font-size: 20px;
	}

	.yado-price-list li {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px 0;
	}

	.price-val {
		align-self: flex-end;
		margin-top: 5px;
	}

	.yado-price-box {
		padding: 15px;
	}

	.news-list-item {
		display: block;
	}

	.news-list-date {
		display: block;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 540px) {
	.fb-page {
		width: 100% !important;
	}
}
