@charset "utf-8";
/*共通設定*/
/*終わり*/ 


/*<section class="news">*/
.news {
    background-color: #111;
    padding: 160px 5vw 120px 5vw;
}

.news-in {
    max-width: 980px;
}

.news-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-title-wrap {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-h1-flex {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-title-wrap .parts-06 {
    width: 100%;
}

.news-area {
    width: 75%;
}

.news-ul {
    margin-top: 80px;
}

.news-li {
    border-bottom: solid 1px #d3c59d;
    padding: 8px;
    margin-bottom: 16px;
}

.news-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-link:hover {
    opacity: 0.8;
}

.cate-date {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}

.cate-txt {
    background-color: #d3c59d;
    border-radius: 4px;
    padding: 0 16px;
}

.date-txt {
    color: #fff;
}

.news-title {
    color: #d3c59d;
    font-weight: 600;
}

.news-btn-wrap {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.news-btn-wrap .parts-01 {
    max-width: 160px;
    width: 100%;
}

.news-btn {
    font-weight: 300;
    max-width: 200px;
    width: 100%;
    padding: 4px;
    display: inline-block;
    text-align: center;
    max-width: 160px;
    width: 100%;
    border: solid 1px #d3c59d;
    color: #d3c59d;
}

.news-btn:hover {
    background-color: #d3c59d;
    color: #222;
}

.news-btn-wrap .parts-05 {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40%;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="news">*/
    .news-flex {
        flex-direction: column;
    }

    .news-title-wrap {
        width: 100%;
    }

    .news-title-wrap .parts-06 {
        max-width: 200px;
        width: 100%;
    }

    .news-area {
        width: 90%;
        margin: 0 0 0 auto;
    }

    .news-ul {
        margin-top: 40px;
    }

    .news-li {
        padding: 0 0 8px 0;
    }

    .news-btn-wrap .parts-05 {
        top: 130%;
        width: calc(50% + 80px);
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="news">*/
    .news-title-wrap .parts-06 {
        max-width: 120px;
    }

    .news-area {
        width: 100%;
        margin: 0;
    }

    .cate-date {
        font-size: 12px;
    }

    .news-title {
        font-size: clamp(calc(12px), calc(14 / 599 * 100vw), 14px);
    }
/*終わり*/ 

}
