/* 新着情報 =================== */
.news{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 48%;
	max-width: 960px;
	min-width: 600px;
	max-height: 60px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items:flex-start;
	padding: 10px 15px 10px 30px;
	background: #fff;
	overflow: scroll;
		/* スクロールバー非表示Edge*/
		-ms-overflow-style: none;
		/* スクロールバー非表示Firefox*/
		scrollbar-width: none;
	z-index: 10;
}
 /* スクロールバー非表示Google Chrome、Safari*/
.news::-webkit-scrollbar{
	display: none;
}
.news h3{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	width: 120px;
	color:#1a1a1a;
	line-height: 100%;
	font-family: 'League Spartan', sans-serif;
	margin-top: 0.9rem;
}
.news_in{
	width: 98%;
	max-width: 800px;
	margin: 0 ;
	padding: 10px;
}


ul#newsList{
	margin:0 0 15px;
	padding:0;
	color:#1a1a1a;
}
ul#newsList li{
	color:#1a1a1a;
	margin:0;
	padding:0.25rem 1rem;
	line-height:120%;
	list-style-type:none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
ul#newsList a{
	color:#1a1a1a;
	text-decoration:none;
	transition: .5s;
}
ul#newsList a:hover{
	color:#666;
	text-decoration:none;
}
#newsList .up_ymd{
	font-size: 1rem;
	min-width: 5em;
	vertical-align: middle;
	padding-right: 1rem;
	padding-bottom: 0.5em;
}
#newsList .title{
	flex: 1;
	font-size: 1rem;
	width: 90%;
	max-width: 30em;
	vertical-align: middle;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-bottom: 0.5em;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}

.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;
}


/*詳細ページ*/
.news_data{
	padding-bottom: 30px;
}
h2.stitle{
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	font-weight: 400;
	vertical-align:middle;
	border-bottom: solid 1px;
	margin-bottom: 1rem;
}

#up_ymd{
	text-align:right;
	font-size:1rem;
	margin:5px 10px 10px;
	font-weight: 400;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.topic{
	color: #1a1a1a;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
@media (max-width: 959px){
	.news{
		width: calc(100% - 120px);
		min-width: inherit;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 10px 10px 10px 30px;
		max-height: 80px;
	}
	.news h3{
		width: fit-content;
		text-align: left;
		font-size: 1rem;
		line-height: 100%;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.news_in{
		padding: 0;
	}
	ul#newsList li{
		padding:0.25rem 0;
	}
}
@media (max-width: 450px){
	.news{
		width: calc(100% - 15px);
	}
	.news_data h2{
		font-size: 1.6rem;
	}
}
/* ギャラリーCMS =================== */
#gallery_wrap {
	width:100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
#gallery_list { 
	display:flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gallery_list li{
	width:calc(100% / 5 - 20px);
	margin:10px;
	padding:10px;
	font-size:0.9em;
	line-height: 180%;
}
#gallery_list a.photo{
	display:block;
	width:100%;
	margin:0 auto 10px;
}
.photo img{
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f5f5f5;
	object-fit: contain;
	overflow: hidden;
}


	/*---------------------------------
	      Pager style
---------------------------------*/
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #333;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #999;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}
@media (max-width: 1200px){
	#gallery_list li{
		width:calc(100% / 4 - 20px);
	}
}
@media (max-width: 959px){
	#gallery_list li{
		width:calc(100% / 3 - 20px);
	}
}
@media (max-width: 768px){
	#gallery_list li{
		width:calc(100% / 2 - 20px);
	}
}

