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


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

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

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

.news-h1-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

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

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

.thumb-wrap {
    width: 100%;
    height: 100%;
}

.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-h2 {
    color: #d3c59d;
    margin-top: 40px;
    font-size: 24px;
}

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

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

.date-txt {
    color: #fff;
}

.news-txt-area {
    margin-top: 40px;
    color: #fff;
}

.news-btn-wrap {
    position: relative;
    margin-top: 80px;
    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;
}

/*終わり*/  


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


/*<section class="news">*/
    .news-title-wrap {
        width: 100%;
    }

    .news-title-wrap .parts-06 {
        max-width: 200px;
        width: 100%;
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


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

    .news-h2 {
        font-size: clamp(calc(16px), calc(24 / 599 * 100vw), 24px);
    }

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

    .news-txt-area {
        font-size: clamp(calc(14px), calc(16 / 599 * 100vw), 16px);
    }

/*終わり*/ 

}
