@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-family: linotype-didot, serif;
    font-weight: 700;
    font-style: normal;
}
.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;
}

.whatnew_h1 {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    padding-top: 35px;
    letter-spacing: 0.4rem;
    margin-bottom: 130px;
}

.news-contents {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 600px;
    line-height: 2em;
}
.news-contents p {
    font-size: 16px;
    margin-bottom: 150px;
}
.whatsnew a {
    text-decoration: none;
    color : inherit;
}


.btn {
    background: #fff;
    border: 2px solid #cc8483;
    border-radius: 3px;
    color: #cc8483;
    display: block;
    font-weight: inherit;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;

    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    margin: 0 auto;
  }


.btn:hover {
  background: #cc8483;
  color: #fff;
}

.btn span {
    letter-spacing: 0.1rem;
    font-size: 16px;
    font-weight: inherit;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    padding-top: 300px;
    letter-spacing: 0.2rem;
}


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

    .whatnew_h1 {
        font-size: 16px;
        letter-spacing: 0.2em;
        padding-top: 20px;
        margin-bottom: 80px;
    }
    .news-contents {
        margin: 0 auto;
        padding: 0;
    }
}

