@charset "UTF-8";
/* CSS Document */
/*BLOG一覧ページ*/
.blog-txt {
	font-size: 12px;
	color: #7a6b68;
	opacity: 0.7;
}
.news-detail .flex #main ul#newsList {
	display: flex;
	flex-wrap: wrap;
}
.news-detail .flex #main ul#newsList li {
	width: 30.5%;
	margin: 0 1.4% 28px;
	border: none;
	display: flex;
	padding: 0;
	background: #fff7f0;
	border-radius: 10px;
	overflow: hidden;
}
.news-detail .flex #main ul#newsList li a {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.news-detail .flex #main ul#newsList li a .up_ymd {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	transition: 0.4s;
	color: #7a6b68;
}
.news-detail .flex #main ul#newsList li a .newMark {
	margin-left: 8px;
}
.news-detail .flex #main ul#newsList li a .title {
	display: block;
	transition: 0.4s;
	font-size: 0.95rem;
	margin-bottom: 3px;
	color: #7a6b68;
}
.news-detail .flex #main ul#newsList li a .textarea {
	padding: 7px 15px;
	line-height: 1.85;
	width: 100%;
	position: relative;
	z-index: 20;
	margin-top: 0;
	margin-bottom: auto;
}
.thumbNailWrap {
	position: relative;
}
.thumbNailWrap::before {
	content: '';
	display: block;
	padding-top: 70%; /*高さの比率*/
}
.thumbNailWrap img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
.news-detail .flex #main ul#newsList li a:hover {
	opacity: 0.6;
}
@media (max-width: 1100px) {
	.news-detail .flex #main ul#newsList li {
		width: 46.5%;
	}
	.news-detail .flex #main ul#newsList li {
		margin: 0 1.75% 25px;
	}
	.news-detail .flex {
		display: block;
	}
	.news-detail .flex #main {
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex #side {
		width: 100%;
	}
	.news-detail .pages {
		justify-content: space-between;
	}
	.news-detail .pages > div {
		width: 48%;
	}
}
@media (max-width: 550px) {
	.news-detail .flex #main ul#newsList li {
		width: 100%;
		margin: 0 0 25px;
	}
	.news-detail .flex #main ul#newsList li a .title {
		font-size: 0.85rem;
	}
	.news-detail .flex #main ul#newsList li a .up_ymd {
		font-size: 12px;
	}
}
/*===news-detail.php用==============================*/
.news-detail img {
	max-width: 100%;
}
.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: #7a6b68;
}
.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 #e3e3e3;
	font-size: clamp(0.93rem, 0.918rem + 0.0427vw, 0.95rem);
	letter-spacing: 0.05em;
	padding: 15px;
	transition: 0.4s;
	color: #7a6b68;
	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: #f7f7f7;
}
/*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: #7a6b68;
}
.news-detail .flex #side ul {}
.news-detail .flex #side ul li a {
	display: block;
	width: 100%;
	border: 2px solid #e3e3e3;
	font-size: 0.88rem;
	letter-spacing: 0.05em;
	color: #7a6b68;
	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: #7a6b68;
}
.news-detail .flex #side ul li a:hover {
	background-color: #f7f7f7;
}
@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: #7a6b68;
	margin-left: 7px;
	width: fit-content;
	font-weight: 700;
}
.news-detail .flex #main li {
	border-bottom: 2px solid #e3e3e3;
	list-style-type: none;
	padding: 8px 0;
}
.news-detail .flex #main li:first-child {
	border-top: 2px solid #e3e3e3;
}
.news-detail .flex #main li .title {
	display: block;
}
.news-detail .flex #main li .up_ymd {
	font-size: 0.93rem;
	letter-spacing: 0.05em;
	color: #7a6b68;
}
.news-detail .flex #main li .title a {
	color: #7a6b68;
}
.news-detail .flex #main li .title a:hover {
	opacity: 0.7;
}