/* ----------------------------------------------
 news
------------------------------------------------*/
article.inner {
    padding-top: 72px;
    padding-bottom: 96px;
}
.sec_in {
    margin-bottom: 72px;
}
time {
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.sec_in h3 {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.sec_in p {
    font-size: 15px;
    line-height: 1.6;
}
.news1:before,
.news2:before,
.news3:before{
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
    padding: 0 5px;
    color: #fff;
}
.news1:before {
    content:"お知らせ";
    background: #407fff;
}
.news2:before {
    content:"定休日";
    background: #4ec3cb;
}
.news3:before {
    content:"その他";
    background: #f74b4a;
}

/* /////////////////////////////////////////////
　スマホサイト
///////////////////////////////////////////// */
@media only screen and (max-width: 767px){
/*共通*/
    html {
        font-size: 62.5%;
    }
    article.inner {
        padding: 48px 3%;
    }
    .lead h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .sec_in {
        width: 100%;
        margin-bottom: 48px;
    }
    #pager_wrap{
        margin:72px auto 48px;
    }
    .sec_in h3 {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .sec_in p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}