@charset "UTF-8";
/* CSS Document (新着情報CMS) */
/*===index.php(メイン)用==============================*/
#newsWrap ul#newsList {
	/*overflow-y: scroll;*/
	max-height: fit-content;
	width: 100%;
	padding: 0 20px;
}
#newsWrap ul#newsList li {
	list-style-type: none;
	border-bottom: 2px dotted #edafbb; /*#f7dda1*/
	padding: 10px 0;
}
#newsWrap ul#newsList li .up_ymd {
	display: inline-block;
	color: #f792a5;
	margin-right: 20px;
	letter-spacing: 0.05em;
	font-size: 0.95rem;
}
#newsWrap ul#newsList li .title {
	letter-spacing: 0.12em;
}
#newsWrap ul#newsList li .title a {
	text-decoration: none;
	transition: 0.4s;
	color: #5C0E00 !important;
}
#newsWrap ul#newsList li .title a:hover {
	opacity: 0.6;
}
@media (max-width: 750px) {
	#newsWrap ul#newsList li {
		padding: 10px 0;
	}
	#newsWrap ul#newsList li .up_ymd {
		line-height: 1.8;
		margin-bottom: 3px;
		font-size: 0.8rem;
		margin-right: 10px;
	}
	#newsWrap ul#newsList li .title {
		display: block;
		font-size: 0.9rem;
	}
}
/*スクロールバー
#newsWrap ul#newsList::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
#newsWrap ul#newsList::-webkit-scrollbar-button {
	display: none;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
	background: #333;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
	background: #333;
}
*/
/*===news-detail.php用==============================*/
/* 共通設定 追加分 =============*/
/*img*/
.news-detail img {
	max-width: 100%;
}
/*ol*/
.news-detail .flex #main .text ol {
	counter-reset: number 0;
}
.news-detail .flex #main .text ol li::before {
	counter-increment: number 1;
	content: counter(number)".";
	margin-right: 4px;
}
/*ul*/
.news-detail .flex #main .text ul li::before {
	content: "・";
}
/*============================*/
.news-detail .flex {
	display: flex;
	justify-content: space-between;
}
.news-detail .flex #main {
	width: calc(100% - 270px);
}
.news-detail .flex #side {
	width: 220px;
}
/*main*/
.news-detail .flex #main #up_ymd {
	font-size: 0.98rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.news-detail .flex #main #up_ymd::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
	color: #f59faf;
}
.news-detail .pages {
	display: flex;
	justify-content: space-around;
	margin-top: 55px;
}
.news-detail .pages > div {
	width: 45%;
}
.news-detail .pages .page_next {}
.news-detail .pages .page_prev {}
.news-detail .pages a {
	display: block;
	width: 100%;
	border: 2px solid #f5e5d7;
	font-size: clamp(0.93rem, 0.918rem + 0.0427vw, 0.95rem);
	letter-spacing: 0.05em;
	padding: 15px;
	transition: 0.4s;
	color: #5C0E00;
	border-radius: 5px;
}
@media (max-width: 305px) {
	.news-detail .pages a {
		font-size: 0.8rem;
	}
}
.news-detail .pages .page_prev a {
	text-align: right;
}
.news-detail .pages a:hover {
	background-color: #fff8e6;
}
/*side*/
.news-detail .flex #side h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: 700;
}
.news-detail .flex #side h3::before {
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #f59faf;
}
.news-detail .flex #side ul {}
.news-detail .flex #side ul li a {
	display: block;
	width: 100%;
	border: 2px solid #f5e5d7;
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	color: #5C0E00;
	padding: 15px;
	transition: 0.4s;
	margin-bottom: 7px;
	border-radius: 5px;
}
.news-detail .flex #side ul li a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
	color: #f59faf;
}
.news-detail .flex #side ul li a:hover {
	background-color: #fff8e6;
}
@media (max-width: 960px) {
	.news-detail .pages {
		display: block;
		margin-top: 45px;
	}
	.news-detail .pages > div {
		width: 100% !important;
	}
	.news-detail .pages .page_next {
		margin-bottom: 7px;
	}
}
@media (max-width: 750px) {
	.news-detail .flex {
		display: block;
	}
	.news-detail .flex #main {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex #side {
		width: 100%;
	}
}
/*一覧ページ*/
.news-detail .flex #main li .newMark {
	font-size: 90%;
	color: #f59faf;
	margin-left: 7px;
	width: fit-content;
	font-weight: 700;
}
.news-detail .flex #main li {
	border-bottom: 2px dotted #edafbb;
	list-style-type: none;
	padding: 8px 0;
}
.news-detail .flex #main li:first-child {
	border-top: 2px dotted #edafbb;
}
.news-detail .flex #main li .title {
	display: block;
}
.news-detail .flex #main li .up_ymd {
	font-size: 0.93rem;
	letter-spacing: 0.05em;
	color: #5C0E00;
}
.news-detail .flex #main li .title a {
	color: #5C0E00;
}
.news-detail .flex #main li .title a:hover {
	opacity: 0.7;
}