.contents_news{
	width: calc(100% - 30px);
	padding: 15px;
	max-width: 1300px;
	margin: auto;
}
.news{
	padding: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.news_title{
	width: 100%;
	max-width: 300px;
}
.newsWrap{
	width: 100%;
}
.newsWrap ul.newsList{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:15px;
}
.newsWrap ul.newsList li{
	width: calc(100% / 2 - 15px);
	list-style-type: none;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	overflow: clip;
}
.newsWrap ul.newsList a{
	align-self: stretch;
	display: flex;
	align-items: center;
	position: relative;
	width:100%;
	padding: 15px;
	z-index: 1;
	color: #333;
	transition: .5s;
}
.newsWrap ul.newsList a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background:#e6ceb8;
	width: 100%;
	height: 100%;
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
	z-index: -1;
}


.newsWrap ul.newsList li .img_area{
	width: 150px;
}
.newsWrap ul.newsList li .thumbNailWrap{
	display: block;
	width: 100%;
    position: relative;
    overflow: hidden;
	min-height: 0%;
	aspect-ratio: 3 / 2;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.newsWrap ul.newsList li .thumbNailWrap::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.newsWrap ul.newsList li .thumbNailWrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    aspect-ratio: 3 / 2;
    position: absolute;
    top: 0;
    left: 0;
}

.newsWrap ul.newsList li .textarea{
	padding: 0 20px;
	width: calc(100% - 150px);
}
.newsWrap ul.newsList li .catName{
	display: none;
}
.newsWrap ul.newsList li .up_ymd{
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 0.8rem;
	color: #0067c0;
	margin-bottom: 10px;
	display: block;
	
}
.newsWrap ul.newsList li .title{
	display: block;
	font-weight: 400;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}
.newsWrap ul.newsList li .comment{
	font-size: clamp(0.7rem, 0.64rem + 0.2133vw, 0.8rem);
	line-height: 120%;
}

.newsWrap ul.newsList a:hover{
}
.newsWrap ul.newsList a:hover::before{
	transform-origin:left top;
	transform:scale(1, 1);
  }
@media (max-width: 1200px){
	.news{
		flex-direction: column;
	}
	.news_title{
		width: 100%;
		max-width:none;
	}
}
@media (max-width: 960px){
	.contents_news{
		width: 100%;
		padding: 15px;
	}
	.newsWrap ul.newsList li{
		width: 100%;
	}

}
@media (max-width: 750px){
	.news{
		padding: 0;
	}
}

@media (max-width: 450px){
	.newsWrap ul.newsList li .img_area{
		width: 100px;
	}
	.newsWrap ul.newsList li .textarea{
		width: calc(100% - 100px);
		padding: 0 10px;
	}
	.newsWrap ul.newsList a{
		padding: 10px;
	}
}
.more_btn{
	display: block;
	position: relative;
	text-align: right;
	margin-top: 1em;
	padding-right: 3.5em;
	transition: .5s;
	
}
.more_btn a{
	color: #333;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase
}
.more_btn::after {
    position: absolute;
    right: 1em;
	top: 50%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #333;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.more_btn:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

/*詳細ページ ==================================================*/

.news-detail .flex{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.news-detail .flex .main{
	width: calc(100% - 270px);
}
.news-detail .flex .main img{
	max-width: 100%;
}
.news-detail .flex .side{
	width: 230px;
}

/*main*/
.news-detail .flex .main #up_ymd{
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #0067c0;
}
.news-detail .flex .main #up_ymd::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}

.news-detail .flex .main .stitle{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 30px;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #ccc;
}
.news-detail .flex .main img{
	max-width: 100%;
}



.news-detail .pages{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 30px;
}
.news-detail .pages .page_next{
	width: 100%;
	max-width: calc(100% - 20px);
	margin: 10px;
}
.news-detail .pages .page_prev{
	width: 100%;
	max-width: calc(100% - 20px);
	margin: 10px;
}
.news-detail .pages .page_next a{
	display: block;
	width: 100%;
	color: #333;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 15px 0;
	transition: 0.4s;
}
.news-detail .pages .page_prev a{
	display: block;
	width: 100%;
	color: #333 ;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 15px;
	transition: 0.4s;
}
.news-detail .pages .page_prev a{
	text-align: right;
}
.news-detail .pages .page_next a:hover{
	color: #0067c0 ;
}
.news-detail .pages .page_prev a:hover{
	color: #0067c0 ;
}

/*side*/
.news-detail .flex .side h3{
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.news-detail .flex .side h3::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #0067c0;
}
.news-detail .flex .side ul{
	padding-left: 15px;
}
.news-detail .flex .side ul li a{
	display: block;
	width: 100%;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 200%;
	color: #333;
	margin-bottom: 1em;
	transition: 0.4s;
}
.news-detail .flex .side ul li a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
.news-detail .flex .side ul li a:hover{
	color: #0067c0;
}
.news-detail .flex .side_wrap{
	max-height: 70vh;
	overflow: auto;
	padding: 0 15px;
}
.news-detail .flex .side_wrap::-webkit-scrollbar{
	width: 2px;
	height: 2px;
}
.news-detail .flex .side_wrap ul{
	margin-top: 15px;
}

@media (max-width: 1200px){
	.news-detail .flex{
		display: block;
	}
	.news-detail .flex .main{
		width: 100%;
		margin-bottom: 40px;
	}
	.news-detail .flex .side{
		width: 100%;
		border-top: solid 1px #ccc;
		padding-top: 30px;
	}
	.news-detail .flex .side ul{
		padding-left: 0;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.news-detail .flex .side ul li a{
		width: 100%;
		max-width: 200px;
		min-width: 150px;
	}

	.news-detail .detail .pages{
		display: block;
		margin-top: 30px;
	}
	.news-detail .detail .pages .page_next{
		max-width: 100%;
		margin: 0;
	}
	.news-detail .detail .pages .page_prev{
		max-width: 100%;
		margin: 0;
	}
	.news-detail .detail .pages .page_next.next{
		margin-bottom: 0;
	}
	.news-detail .detail .pages .page_prev.next{
		margin-bottom: 0;
	}
}
@media (max-width: 450px){
	.news-detail .flex{
		padding: 0;
	}
}

/*ギャラリー（2面） ==================================================*/
.gallery_wrap{
	display: flex;
	width: 100%;
	max-width: 1300px;
	margin-inline:auto;
	gap:15px;
}
.gallery_wrap .inner2{
	width: 100%;
	max-width: 650px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #f5f5f5;
}
.gallery_wrap .inner2 img{
	width: 100%;
	height: 100%;
	padding: 10px;
	object-fit: contain;
}
.gallery_wrap .inner2:nth-child(n+3){
	display: none;
}
.gallery_wrap2{
	width: 100%;
	padding-top: 70px;
}
.gallery_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gallery_list li{
	width: calc(100% / 4 - 10px);
    margin: 0 5px 15px;
    overflow: hidden;
    padding: 10px;
    font-size: 0;
	align-self: stretch;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.gallery_list a.photo{
	display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    overflow: hidden;
	background: #000;
}
.gallery_list a.photo img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: .5s;
}
.gallery_list a.photo img:hover{
	opacity: 0.6;
}
p.detail_text{
	font-size: 0.9rem;
	padding: 0.5em;
    font-weight: 400;
}
#p04 .gallery_wrap2 .txt_lv05{
	background: rgba(0,0,0,0.05);
	color: #0067c0;
	margin-left: 1rem;
}
#p04 .gallery_wrap2{
	padding-top: 0;
	padding-bottom: 70px;
}
.link_list{
	position: sticky;
	top: 110px;
	left: 0;
	padding-bottom: 30px;
	z-index: 10;
}
.link_list ul{
	display: flex;
	gap:15px;
	width: fit-content;
	padding: 15px 30px;
	background: rgba(255,255,255,1);
	border-radius: 50px;
	font-size: 1rem;
}
.link_list ul li a{
	color: #205380;
	opacity: 1;
	transition: .5s;
}
.link_list ul li::after{
	content: "|";
	padding-left: 15px;
}
.link_list ul li a:hover{
	opacity: 0.4;
}
@media (max-width: 960px){
	.gallery_list li{
		width: calc(100% / 3 - 10px);
	}
}
@media (max-width: 750px){
	.gallery_list li{
		width: calc(100% / 2 - 10px);
	}
	p.detail_text{
		font-size: 0.8rem;
		padding: 0.5em 0;
	}
	.link_list ul{
		font-size: 0.8rem;
		padding: 15px;
		gap:5px;
	}
	.link_list ul li::after{
		padding-left: 5px;
	}
}
@media (max-width: 380px){
	.link_list ul{
		gap:10px;
	}
}