@charset "utf-8";
main{
    color: #dbc5a4;
}


/* news */
.master_img{
    max-width: 1178px;
    margin: 0 auto -8%;
    position: relative;
    z-index: -1;
}
.news_box{
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
    flex-wrap: wrap;
    gap: 3.5%;
}
.news_item{
    width: 31%;
    max-width: 430px;
}
.news_item:nth-child(n + 4){
    margin-top: 3%;
    border-top: solid 1px #424242;
    padding-top: 3%;
}

.news_date_deco{
    font-size: 140px;
    line-height: 1;
    margin: -0.2em 0 0.3em;
    text-box: trim-both cap alphabetic;
    color: #232323;
}
.news_date{
    font-size: 16px;
    /* padding: 0 10px; */
    margin: 0.8em 0 0;
}

.news_img img{
    aspect-ratio: 430 / 280;
    object-fit: cover;
}
.news_text{
    /* padding: 0 10px; */
}
.news_ttl{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0.6em 0;
}
.news_ttl::before{
    content: "";
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    background: #bc1616;
    border-radius: 50%;
    display: block;
    left: 0;
    margin-right: 5px;
}
.news_ttl span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_lead{
    font-size: 14px;
    color: #f4ebde;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 5.5em;
}
.news_lead br{
    display: none;
}
.news_more{
    margin: 1em 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    transition: 0.5s;
}
.news_item a{
    transition: 0.5s;
}
.news_item a:hover{
    opacity: 0.6;
}
.news_more::before{
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #dbc5a4;
    margin-right: 1em;
    transition: 0.5s;
}
.news_item a{
    display: block;
}
.news_item a:hover .news_more::before{
    width: 100%;
}


@media(max-width: 1300px){

}

@media(max-width: 1100px){

}

@media(max-width: 1000px){
.news_date {
    font-size: 14px;
}
.news_ttl {
    font-size: 14px;
}
.news_ttl::before {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
}
.news_lead {
    font-size: 12px;
}
}

@media(max-width: 800px){

}

@media(max-width: 768px){

}

@media(max-width: 650px){
.news_item{
    width: 100%;
    max-width: unset;
}
.news_item:nth-child(n + 2){
    margin-top: 4%;
    border-top: solid 1px #424242;
    padding-top: 6%;
}
.news_item a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_img{
    width: 28%;
}
.news_text{
    width: 68%;
}
.news_more{
    width: 100%;
    font-size: 3vw;
    margin: 0.5em 0 0 auto;
}
.news_date{
    margin: 0;
    font-size: 3.5vw;
}
.news_lead{
    display: none;
}
.news_ttl::before{
    display: none;
}
.news_ttl {
    margin: 0.6em 0 0;
    font-size: 3.7vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
}






.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  /* padding: 6px 12px; */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbc5a4;
  text-decoration: none;
  border-radius: 130px;
}

.pagination .current {
  background: #dbc5a4;
  color: #111110;
}
