 /*ホールページ内の長文テキストが2行…になることを解消*/

.hall-news-section~.parts-section .parts-item .parts-content__data__text 
{
    -webkit-line-clamp: none;
}
.hall-news-section .post-item h3 
{
    font-size: 2rem;
}

/*波パーツのオフセット調整*/
.class-sec__image__deco 
{
    bottom: -3px;
}

/*ニュース*/
.book-head 
{
    max-width: 1200px;
    width: 90vw;
    justify-self: center;
    margin-left: 10%;
    margin-right: 10%;
    padding:0 5%;
}
.book-head__inner 
{
    width: 100%;
}
.book-head__title 
{
    width: 70%;
}
