
/* レイアウト サムネあり　================================================== */
ul.newsList02{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 0;
}
ul.newsList02 li{
	list-style-type: none;
	display: inline-block;
	width: calc(100% / 4 - 20px);
	margin: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
	background:#fff;
	border-radius: 15px;
	overflow: hidden;
}
ul.newsList02 a{
	color: #323232;

	font-size:90%;
}

.news-detail ul.newsList02{
	flex-wrap: wrap;
}

/*サムネイル*/
.thumbNailWrap{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	min-height: 0%;
}
.thumbNailWrap img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.5s;
}

ul.newsList02 a:hover .thumbNailWrap img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}

/*日付*/
ul.newsList02 li .up_ymd{
	display: block;
	font-family: "Inter", sans-serif;
	color: #e14989;
	margin-top: 0.5rem;
	padding: 0.5em 1em 0.3em;
}

ul.newsList02 li .title{
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 95%;
	max-width: 30em;
	padding: 0.3em 1em 1em;
}
ul.newsList02 li .comment{
	display: inline-block;
	padding: 0.5rem 1rem 1rem;
	font-size: 80%;
}

@media (max-width: 1200px) {
	ul.newsList02{
		width: 100%;
		padding: 15px 0;
		overflow: auto;
		flex-wrap: wrap;
	}
	ul.newsList02 li{
		min-width: 1px;
		width: calc(100% / 4 - 20px);
	}
	
}

@media (max-width: 960px){
	ul.newsList02 li,
	.news-detail ul.newsList02 li{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 750px){
	ul.newsList02 li,
	.news-detail ul.newsList02 li{
		width: calc(100% - 20px);
	}
}



.more_btn{
	display: block;
	position: relative;
	text-align: right;
	margin-top: 1em;
	padding-right: 3.5em;
	transition: .5s;
	
}
.more_btn a{
	color: #e14989;
	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: #e14989;
    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(詳細ページ)用==============================*/
#news-detail .flex{
	display: flex;
	justify-content: space-between;
	
}
#news-detail .flex #main{
	width: calc(100% - 270px);
}
#news-detail .flex #side{
	width: 250px;
	padding: 0;
}

/*main*/

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

.stitle{
	position: relative;
	font-weight: 600;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.news-detail .flex #main .cat_name{
	display: inline-block;
	background-color: #e14989;
	color: #fff;
	padding: 4px 20px;
	margin-bottom: 13px;
}
.news-detail .flex #main .new_mark{
	display: inline-block;
	text-transform: capitalize;
	font-weight: 700;
	color: #e14989;
	font-size: 0.9rem;
	margin-left: 8px;
}
.news-detail .flex #main .up_ymd{
	font-family: "Inter", sans-serif;
	display: block;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	color: #e14989;
}
.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 .text{
	margin-top: 15px;
}
.news-detail .flex #main img{
	max-width: 100%;
}


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

/*side*/
#news-detail .flex #side h3{
	font-size: 1.1rem;
	margin-bottom: 15px;
}
#news-detail .flex #side h3::before{
	font-family: "Font Awesome 6 Free";
	content: '\f0ca';
	font-weight: 900;
	padding-right: 0.5em;
	color: #e14989;
}
#news-detail .flex #side .wrap{
	margin-bottom: 30px;
	padding: 10px;
}
#news-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: #1a1a1a;
	margin-bottom: 1em;
	border-bottom: dashed 1px #ccc;
	transition: 0.4s;
}
#news-detail .flex #side .wrap ul li a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f111';
	font-weight: 900;
	padding-right: 0.5em;
	color: #e14989;
}
#news-detail .flex #side .wrap ul li a:hover{
	opacity: 0.5;
}
#news-detail .flex #side .wrap ul{
	max-height: 70vh;
	overflow: auto;
	padding: 0 15px;
}
#news-detail .flex #side .wrap ul::-webkit-scrollbar{
	width: 2px;
	height: 2px;
}

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

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

/*一覧ページ*/
ul.blog_list_css{
}
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: #f7f7f7;
	padding: 15px;
	border-radius: 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: #e14989;
	font-weight: 600;
}
ul.blog_list_css li a .data_txt_wrap .cat_name{
	display: inline-block;
	background-color: #e14989;
	color: #fff;
	padding: 0 15px;
}
ul.blog_list_css li a .data_txt_wrap .title{
	display: block;
	margin-top: 8px;
	color: #1a1a1a;
	font-weight: 600;
}
ul.blog_list_css li a .data_txt_wrap .comment{
	display: block;
	color: #1a1a1a;
	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: #e14989;
	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 #ccc;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
	border-radius: 6px;
	display:inline-block;
}

/*現在のページのボタン*/
.pager a.current{
    background: #ccc;
    color: #333;
}
.pager a:hover{
    background:#e14989;
    color: #fff!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: #1a1a1a;
}
.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;
	}
}