@charset "UTF-8";

/* section_news-top */
.section_news-top {
    position: relative;
    margin-top: 90px;
}
.top-img {
    background-image: url(../photo/news.jpeg);
    height: 350px;
    width: 100%;
    background-position: top 71% center;
    background-size: cover;
}
.section_news-top h1 {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
.section_news-top h2 {
    position: absolute;
    color: #fff;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .section_news-top {
        margin-top: 0px;
    }
    
    .top-img {
        height: 200px;
        margin-top: 50px;
    }
    .section_news-top h1 {
        font-size: 30px;
        font-weight: 500;
    }
    .section_news-top h2 {
        font-size: 14px;
    }
}


/* gosen */
.gosen {
    opacity: 50%;
    margin-top: 100px;
    object-fit: cover;
 }
 @media screen and (max-width: 480px) {
    .gosen {
        opacity: 50%;
        height: 100px;
        margin-top: 20px;
    }
}


/* whatsnew */
.whatsnew {
    padding: 50px 0 100px;
    text-align: center;
}
.whatnew_h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.namisen {
    text-align: center;
    width: 30px;
}
.whatnew_h1 {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    padding-top: 35px;
    letter-spacing: 0.6rem;
    margin-bottom: 130px;
}
.whatnew_h1 br {
    display: none;
}

.news-contents {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    justify-content: space-between;
}
.news-contents h3, h2 {
    font-size: 22px;
}
.news_detail-link {
    text-decoration: none;
    color : inherit;
}
@media screen and (max-width: 630px) {
    .whatnew_h1 {
        font-size: 25px;
        padding: 35px 30px 0;
    }
    .news-contents {
        max-width: 470px;
    }
}

@media screen and (max-width: 500px) {
    .whatsnew {
        padding: 0 25px 50px;
    }
    .whatnew_h2 {
        padding-bottom: 0px;
        font-size: 10px;
        text-align: center;
    }

    .whatnew_h1 {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 0.6rem;
        padding-top: 20px;
        margin-bottom: 80px;
        line-height: 1.2em;
    }
    .whatnew_h1 br {
        display: block;
    }
    
    .news-contents {
        display: block;
    }
    .news-contents h3 {
        font-size: 12px;
        padding-bottom: 10px;
    }
    .news-contents h2 {
        font-size: 16px;
    }
    
}

