/* レイアウト サムネなし ================================================== */

#newsWrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	z-index: 10;
	display: flex;
	flex-direction: column-reverse;
}

ul#newsList01{
	width: 100%;
	max-width: 1800px;
	margin-inline: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

ul#newsList01 li{
	width: calc(100% / 3);
	padding: 0 10px;
	border-left: solid 1px #eee;
	margin-block: 10px;
}

ul#newsList01 li a{
	display: block;
	width: 100%;
	font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.4rem);
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	margin:0;
	line-height:150%;
	list-style-type:none;
	padding: 10px;
	position: relative;
	transition: .5s;
}
ul#newsList01 li a .up_ymd{
	font-weight: 500;
	display:inline-block;
	font-size: 0.8em;
	width: 8em;
}
ul#newsList01 li a .title{
	font-weight: 700;
	width: calc(100% - 3em);
	max-width: 50em;
	display: inline-block;
	vertical-align: bottom;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #ccad66;
	transition: .5s;
}
ul#newsList01 li a:hover{
	background-color: rgba(0,0,0,0.5);
}
ul#newsList01 li a:hover{
	color: #ccad66;
}

.news_title_wrap{
	width: 100%;
	max-width: 1800px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.news_title_wrap h2{

}
.more_btn{
	display: block;
	position: relative;
	text-align: right;
	margin-top: 1em;
	padding-right: 3.5em;
	transition: .5s;
}
.more_btn a{
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-transform: uppercase
}
.more_btn::after {
    position: absolute;
    right: 1em;
	top: 50%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    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);
}

@media (max-width: 960px){
	#newsWrap{
		width: 100%;
		padding: 10px;
	}
}
@media (max-width: 768px){
	ul#newsList01{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	ul#newsList01 li{
		width: 100%;
		border-left: none;
		border-bottom: solid 1px #eee;
		padding: 0 ;
		margin-block: 0;
	}
	.news_title_wrap{
		flex-direction: column;
	}
	.news_title_wrap .inner{
		width: 100%;
	}

}

/*===blog-detail(詳細ページ)用==============================*/
#blog-detail .flex{
	display: flex;
	justify-content: space-between;
	
}
#blog-detail .flex #main{
	width: calc(100% - 270px);
}
#blog-detail .flex #side{
	width: 250px;
	padding: 0;
}

/*main*/

.blog-detail .inner{
	padding: 30px 15px;
}
.blog-detail .inner img{
	max-width: 100%;
}

.blog-detail .inner.detail{
	background-color: #fff;
	color: #131313;
	min-height: 250px;
}

.stitle{
	position: relative;
	font-weight: 700;
	font-size: clamp(1.5rem, 1.23rem + 0.96vw, 2.1rem);
	border-bottom: 1px solid #ccad66;
	margin-bottom: 20px;
}
.blog-detail .flex #main .cat_name{
	display: inline-block;
	background-color: #8d8a87;
	color: #fff;
	padding: 4px 20px;
	margin-bottom: 13px;
}
.blog-detail .flex #main .new_mark{
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	color: #4d1b1c;
	font-size: 0.9rem;
	margin-left: 8px;
}
.blog-detail .flex #main .up_ymd{
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #4d1b1c;
}
.blog-detail .flex #main .up_ymd::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
.blog-detail .flex #main .text{
	margin-top: 15px;
}
.blog-detail .flex #main img{
	max-width: 100%;
}
/*YouTube用*/
.blog-detail iframe{
	width: 100%;
	max-width: 750px;
	aspect-ratio: 16 / 9;
}


#blog-detail .pages{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}
#blog-detail .pages > div{
	width: 45%;
}
#blog-detail .pages a{
	color: #ccad66;
	display: block;
	border: 1px solid #ccad66;
	font-size: 0.9rem;
	padding: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 98%;
	transition: 0.4s;
}
#blog-detail .pages a i{
	color: #ccad66;
}
#blog-detail .pages .page_prev a{
	text-align: right;
}
#blog-detail .pages a:hover{
	opacity: 0.5;
}

/*side*/
#blog-detail .flex #side h3{
	font-size: 1.1rem;
	margin-bottom: 15px;
}
#blog-detail .flex #side h3::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #ccad66;
}
#blog-detail .flex #side .wrap{
	margin-bottom: 30px;
	padding: 10px;
}
#blog-detail .flex #side .wrap ul li a{
	display: block;
	width: 100%;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 200%;
	color: #fff;
	margin-bottom: 1em;
	border-bottom: dashed 1px #ccc;
	transition: 0.4s;
}
#blog-detail .flex #side .wrap ul li a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f017';
	font-weight: 900;
	padding-right: 0.5em;
}
#blog-detail .flex #side .wrap ul li a:hover{
	opacity: 0.5;
}
#blog-detail .flex #side .wrap ul{
	max-height: 80vh;
	overflow: auto;
	padding: 0 15px;
}
#blog-detail .flex #side .wrap ul::-webkit-scrollbar{
	width: 2px;
	height: 2px;
}

@media (max-width: 960px){
	#blog-detail .flex{
		display: block;
	}
	#blog-detail .flex #main{
		width: 100%;
		margin-bottom: 40px;
		min-height: 250px;
	}
	#blog-detail .flex #side{
		width: 100%;
	}
	#blog-detail .flex #side .wrap{
		padding: 0;
	}
	#blog-detail .flex #side .wrap ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap:30px;
	}
	#blog-detail .flex #side .wrap ul li{
		width: calc(100% / 3 - 20px);
	}

	#blog-detail .pages{
		display: block;
		margin-top: 40px;
	}
	#blog-detail .pages > div{
		width: 100%;
	}
	#blog-detail .pages .page_next{
		margin-bottom: 7px;
	}
}
@media (max-width: 750px){
	#blog-detail .flex #side .wrap ul{
		gap:15px;
	}
	#blog-detail .flex #side .wrap ul li{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 450px){
	#blog-detail .flex #side .wrap ul li{
		width: 100%;
	}
}

/*一覧ページ*/

ul.blog_list_css li{
	margin-bottom: 15px;
}

ul.blog_list_css li:last-child{
	margin-bottom: 0 !important;
}
ul.blog_list_css li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #2d2928;
	color: #fff;
	padding: 15px;
}
ul.blog_list_css li a .thumbNailWrap{
	display: block;
	position: relative;
	overflow: hidden;
	width: 200px;
	aspect-ratio: 3 / 2;
}
ul.blog_list_css li a .thumbNailWrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
}
ul.blog_list_css li a .data_txt_wrap{
	width: calc(100% - 220px);
	transition: 0.4s;
}
ul.blog_list_css li a .data_txt_wrap .up_ymd{
	display: inline-block;
	color: #ccad66;
	font-weight: 500;
}
ul.blog_list_css li a .data_txt_wrap .cat_name{
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 0 15px;
	margin-left: 10px;
}
ul.blog_list_css li a .data_txt_wrap .title{
	display: block;
	margin-top: 8px;
	color: #fff;
	font-weight: 600;
}
ul.blog_list_css li a .data_txt_wrap .comment{
	display: block;
	color: #fff;
	font-size: 0.85rem;
	margin-top: 5px;
}
ul.blog_list_css li a .data_txt_wrap .new_mark{
	display: inline-block;
	text-transform: capitalize;
	font-weight: 600;
	color: #8d8a87;
	font-size: 0.9rem;
	margin-left: 5px;
}
ul.blog_list_css li a:hover .thumbNailWrap img{
	transform: scale(1.08);
}
ul.blog_list_css li a:hover .data_txt_wrap{
	opacity: 0.5;
}
@media (max-width: 750px){
	ul.blog_list_css li a{
		display: block;
	}
	ul.blog_list_css li a .thumbNailWrap{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	ul.blog_list_css li a .data_txt_wrap{
		width: 100%;
	}
}

/* Pager style */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #ccad66;
    color: #ccad66;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
	display:inline-block;
}

/*現在のページのボタン*/
.pager a.current{
    background: #ccad66;
    color: #131313;
}
.pager a:hover{
    background:#8d8a87;
    color: #131313!important;
}
.overPagerPattern{
	padding:0 2px ;	
}

/* ギャラリー　============================================================ */
.gallery_wrap {
	width:100%;
	padding: 20px 10px;
}

.gallery_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.gallery_list li{
	width: calc(100% / 4 - 10px);
    margin: 0 5px 15px;
	background-color: #fff8ee;
}
.gallery_list a.photo{
	display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
	color: #131313;
}
.gallery_list a.photo img{
	width: 100%;
    height: 100%;
    object-fit: contain;
	transition: .5s;
}
.gallery_list a.photo img:hover{
	opacity: 0.6;
}
.gallery_list .comment{
	display: inline-block;
	width: 100%;
	font-size: 0.9rem;
	padding: 0.5em;
    font-weight: 400;
	text-align: center;
}
@media (max-width: 1200px){
	.gallery_list li{
		width: calc(100% / 3 - 10px);
	}
}

@media (max-width: 750px){
	.gallery_wrap{
		margin-bottom: 30px;
	}
	.gallery_list li{
		width: calc(100% / 2 - 10px);
	}
	.gallery_list .comment{
		font-size: 0.8rem;
		padding: 0.5em;
		font-weight: 400;
	}
}
@media (max-width: 450px){
	.gallery_wrap {
		padding: 0;
	}
	.gallery_list li{
		width: calc(100% / 2 - 6px);
		margin: 0 3px 15px;
	}
}