@charset "UT-8";

.news_block{
    width: 1200px;
    margin: 0 auto;
}
.titile h1{
    font-size: 7rem;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    letter-spacing: 0.2rem;
}
.titile p{
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    bottom: 10px;
    padding-bottom: 10px;
}
.titile{
    border-bottom: solid 1.5px #c4c4c4;
    padding-top: 100px;
}
.news_item{
    width: 80%;
    margin: 0 0 0 auto;
    padding-top: 50px;
}
.news_item .item{
    border-bottom: solid 1.5px #c4c4c4;
    padding: 15px 0;
}
.day{
    font-size: 1.2rem;
}
.event{
    font-size: 1.5rem;
}
/*  --- スマホ・タブレット共通 --- */
@media screen and (max-width:1024px){
    .news_item{
        width: 100%;
        margin: 0 auto;
    }
}
/*  --- タブレットサイズ --- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .news_block{
        width: 650px;
    }
}

/*  --- スマホサイズ --- */
@media screen and (max-width:767px){
    .news_block{
        width: 320px;
    }
    .titile h1{
        font-size: 3.5rem;
    }
    .titile p{
        font-size: 1rem;
        padding-bottom: 5px;
    }
    .titile{
        padding-top: 50px;
    }
    .news_item{
        padding-top: 0px;
    }
    .day{
        font-size: 1rem;
    }
    .event{
        font-size: 1.2rem;
    }
}