@charset "utf-8";

/*===========================================================
一覧
===========================================================*/

.news-cate-block section {
    padding: 0 0 0 10px;
}


.news-cate-title {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
}

.cate-link {
    margin: 10px 0 0 0;
    display: block;
    color: #551F0D;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.2589)), 20px);
}

.cate-link:hover {
    text-decoration: underline;
    color: #551F0D;
}

/*===========================================================
詳細
===========================================================*/

.news-detail-btn-area {
	width: 100%;
	padding: 20px;
}

.news-detail-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail-cate-flex {
	margin: 0;
}

.news-detail-date {
	font-size: 16px;
}

.news-detail-cate {
	font-size: 16px;
}

.news-detail-title {
	margin: 20px 0 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #DE7564;
}

/*===========================================================
ページャー
===========================================================*/

.webgene-pagination {
	width: 100%;
    margin: 30px auto 0;
    grid-column: 1 / 3;
}

.webgene-pagination > ul{
    padding: 0;
    display: flex;
    justify-content: center;
}

.webgene-pagination > ul > li{
    display: flex;
}

.webgene-pagination > ul > li{
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 10px 0;
	padding: 4px 0;
	height:30px;
	min-height:30px;
	width:100%;
	max-width:30px;
	font-size: 14px;
	font-weight: 500;
	list-style: none;
	/*background-color: #FFF;*/
	border: 1px #B17F77 solid;
    border-radius: 50%;
	overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
	color: #FFF;
	background: #B17F77;
	cursor: inherit;
	font-family: 'Noto Serif';
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #B17F77;
    background-color: #F3EBDD;
}

.webgene-pagination > ul > li > a{
	width: 100%;
	height: 28px;
	width: 30px;
	color: #B17F77;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.webgene-pagination > ul > li > a:hover{
	color: #FFF;
	background-color: #B17F77;
	text-decoration: none;
    transition: .5s;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #B17F77;
    font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------

-----------------------------------------------------------*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

	/*===========================================================
	一覧
	===========================================================*/

	.news-area section {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 40px;
    }

	/*===========================================================
	詳細
	===========================================================*/
	
	.news-detail-date {
		font-size: 20px;
	}

	.news-detail-cate {
		font-size: 20px;
	}


	/*===========================================================
	ページャー
	===========================================================*/

	.webgene-pagination {
    grid-column: 1 / 3;
	}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	/*===========================================================
	NEWS
	===========================================================*/

    .news-area section {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 40px;
    }

	/*===========================================================
	ページャー
	===========================================================*/

	.webgene-pagination {
    grid-column: 1 / 4;
	}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	/*===========================================================
	
	===========================================================*/



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */