@charset "utf-8";
/* news css */

.category_list {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 60px;
font-weight: 400;
}
.category_list .active {
position: relative;
color: #8E7742;
}
.category_list .active::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 1px;
background: #0C4776;
z-index: -1;
}
.category_list .active .line_effect:hover .u_line_blk:after{
width: 0%;
}
.category_list li {
margin-right: 40px;
line-height: 100%;
}
.category_list li:last-of-type {
margin-right: 0px;
}

@media all and (max-width : 767px ){
.category_list {
margin-bottom: 40px;
}
.category_list li {
margin-right: 12px;
font-size: 1.1rem;
letter-spacing: 0;
}
}



.news_box {
width: calc(33.333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 50px;
}
.news_box:nth-child(3n) {
margin-right: 0px;
}

@media all and (max-width : 820px ){
.news_box {
width: calc(33.333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
}

@media all and (max-width : 767px ){
.news_box {
width: calc(50% - 15px / 2);
margin-right: 15px;
margin-bottom: 20px;
}
.news_box:nth-child(2n) {
margin-right: 0px;
}
.news_box:nth-child(3n) {
margin-right: 15px;
}
.news_box:nth-child(6n) {
margin-right: 0px;
}
}

.news_thum {
width: 100%;
height: auto;
position: relative;
background: #000;
overflow: hidden;
margin-bottom: 10px;
}
.news_thum img {
width: 100%;
transition-duration: 0.7s;	
aspect-ratio: 16 / 9;
object-fit: cover;
}
.news_thum::before {
background: none;
}
.news_box a:hover .news_thum img {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.news_title {
font-weight: 500;
font-size: 1.5rem;
width: 100%;
height: 45px;
letter-spacing: 0.2em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 40px;
}
.date_box_wrap .news_cate {
font-size: 1.4rem;
font-weight: 500;
color: #2D2E2C;
line-height: 100%;
letter-spacing: 0.1em;
}
.news_cate .important {
color: #C14911;
}
.date_box_wrap .date {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
font-size: 1.4rem;
letter-spacing: 0.1em;
line-height: 100%;
position: relative;
margin-right: 5px;
}
.page_news .date_box_wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 15px;
border-bottom: solid 1px #ccc;
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
}

@media all and (max-width : 820px ){
.date_box_wrap .news_cate {
font-size: 1.1rem;
}
.date_box_wrap .date {
font-size: 1.1rem;
}
}

@media all and (max-width : 767px ){
.news_title {
font-size: 1.2rem;
height: 40px;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.page_news .date_box_wrap {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding-left: 5px;
padding-bottom: 10px;
}
.date_box_wrap .news_cate {
font-size: 1.0rem;
letter-spacing: 0.05em;
margin-bottom: 5px;
}
.date_box_wrap .date {
font-size: 1.0rem;
letter-spacing: 0.05em;
}
.news_box_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 0px;
}
}


/* News詳細ページ
-------------------------------------------------- */

.page_news_dtl .head_imgbox {
width: 100%;
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.page_news_dtl .head_img {
position: relative;
z-index: 5;
}
.page_news_dtl .head_img img {
width: 100%;
}
.ani_height.on {
animation-delay: 5s;
}
.page_news_dtl .news_dtl_title {
font-size: 2.0rem;
font-weight: 500;
color: #fff;
background: #8E7742;
line-height: 100%;
padding: 15px;
margin-bottom: 20px;
letter-spacing: 0.1em;
}

@media all and (max-width : 1024px ){
.page_news_dtl .news_dtl_title {
font-size: 1.8rem;
}
}

@media all and (max-width : 820px ){
.page_news_dtl .news_dtl_title {
font-size: 1.6rem;
}
}

.page_news_dtl .date_box_wrap {
display: flex;
justify-content: flex-start;
padding: 0 0 20px 10px;
border-bottom: solid 1px #ccc;
margin-bottom: 30px;
}
.page_news_dtl .date_box_wrap .date {
font-family: "garamond-premier-pro", serif;
font-weight: 400;
margin-right: 20px;
font-size: 1.4rem;
}
.page_news_dtl .date_box_wrap .news_cate {
font-size: 1.4rem;
}
.page_news_dtl .date_box_wrap .news_cate span {
color: #C14911;
}
.article_box {
padding-bottom: 30px;
border-bottom: solid 1px #ddd;
margin-bottom: 60px;
}
.page_news_dtl .article_box p {
line-height: 200%;
font-size: 1.5rem;
display: block;
padding: 0px 10px 20px 10px;
}

@media all and (max-width : 820px ){
.page_news_dtl .article_box p {
line-height: 180%;
font-size: 1.4rem;
}
}

.page_news_dtl .article_box p a {
text-decoration: underline;
color: #003791;
}
.page_news_dtl .article_box p a:hover {
text-decoration: none;
}

.page_news_dtl .article_box img {
margin: 20px auto;
}

.page_news_dtl .all_more {
position: absolute;
bottom: 2.08vw;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


@media all and (max-width : 767px) {
.page_news_dtl .head_imgbox {
margin-bottom: 20px;
}
.page_news_dtl .date_box_wrap {
padding: 0 0 10px 5px;
margin-bottom: 20px;
}
.page_news_dtl .news_dtl_title {
font-size: 1.4rem;
line-height: 140%;
padding: 10px 10px 10px 15px;
margin-bottom: 20px;
}
.page_news_dtl .date_box_wrap .date,
.page_news_dtl .date_box_wrap .news_cate {
font-size: 1.2rem;
}
.article_box {
padding-bottom: 10px;
margin-bottom: 25px;
}
.page_news_dtl .article_box p {
font-size: 1.3rem;
}
}