@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : news.css
Description :
===================================================================== */

/* =====================================================================
*    news
* =================================================================== */
.news {
}

.news_list {
    width: calc(650 / 750 * 100%);
    margin: 0 auto;
}

.news_list > li {
    margin: 0 0 calc(30 / 650 * 100%);
    padding: calc(50 / 650 * 100%) calc(50 / 650 * 100%);
    background-color: #fff;
}

.news_list > li:last-child {
    margin: 0;
}

.news_date {
    margin: 0 0 0.3em;
    color: #b79044;
    font-size: 2rem;
}

.news_ttl {
    padding: 0 0 0.6em;
    border-bottom: 1px solid #d1bb92;
    color: #da4043;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.429;
}

.news_txt {
    padding: 1.3em 0 0;
    font-size: 2.4rem;
    line-height: 1.833;
}

.news_txt > *:not(:last-child) {
    margin-bottom: calc(30 / 550 * 100%);
}

.news_txt p {
    margin-top: -0.4em;
    word-break: break-all;
}

.news_txt a {
    display: inline;
    color: #b79044;
    border-bottom: 1px solid #da4043;
}

.news_txt b,
.news_txt strong {
    font-weight: 700;
}

.news_photo2 img {
    width: calc(375 / 550 * 100%);
    margin: 0 auto;
}

.news_txt small {
    font-size: 85%;
}

.news_link {
    margin-top: calc(80 / 550 * 100%);
}

.news_link a {
    display: block;
    border: none;
    color: #ebe7e1;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .news {
        min-height: 80vh;
    }
    
    .news_list {
        width: calc(900 / 1200 * 100%);
    }
    
    .news_list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 calc(30 / 900 * 100%);
        padding: calc(50 / 900 * 100%) calc(100 / 900 * 100%);
    }
    
    .news_date {
        width: calc(110 / 700 * 100%);
        font-size: 1.4rem;
    }
    
    .news_sec {
        width: calc(590 / 700 * 100%);
    }
    
    .news_ttl {
        padding: 0 0 0.5em;
        font-size: 1.8rem;
        line-height: 1.333;
    }
    
    .news_txt {
        padding: 1.5em 0 0;
        font-size: 1.4rem;
        line-height: 1.714;
    }
    
    .news_txt > *:not(:last-child) {
        margin-bottom: calc(25 / 590 * 100%);
    }
    
    .news_txt a:hover {
        border-color: transparent;
    }
    
    .news_photo1 img {
        width: calc(530 / 590 * 100%);
    }
    
    .news_photo2 img {
        width: calc(375 / 590 * 100%);
        margin: 0;
    }
    
    .news_link {
        width: calc(300 / 590 * 100%);
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .news_link a {
    }
}

@media screen and (min-width: 1200px) {
    
}
