@charset "UTF-8";
/*////////////////////////
ovo-tsukiji.tokyo
news.css
///////////////////////*/
.news img{
    width: 100%;
    height: auto;
}

#sec_page_title{
    margin: auto;
    padding: 8rem 0 3rem;
    background-color: #FAEE00;
}

#news_article h1{
    font-size: 8rem;
    text-align: center;
    line-height: 4rem;
}

#news_article h1 span{
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec-news-list{
    width: 80%;
    margin: 10rem auto 0;
}

.news-breadcrumb {
    margin: 40px 0;
}

.news-breadcrumb .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-breadcrumb .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.news-breadcrumb .breadcrumb-item a {
    text-decoration: underline;
    color: #000;
}

.news-breadcrumb .breadcrumb-item:after {
    content: ">";
    display: inline-block;
    margin: 0 10px;
}

.news-breadcrumb .breadcrumb-item:last-child::after {
    display: none;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.news-item {
    width: calc(33.33% - 40px);
    margin-bottom: 80px;
}

.news-item .text-container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    color: #000;
}

.news-item .text-container .news-time {
    font-size: 1.2rem;
}

.news-item .text-container .news-category {
    font-size: 1.2rem;
    background-color: #FAEE00;
    padding: 5px 15px;
}

.news-item .text-container .news-title {
    margin-top: 10px;
    width: 100%;
    line-height: 1.6rem;
    font-size: 1.4rem;
}

.news-list:after {
    content: "";
    display: block;
    width: calc(33.33% - 40px);
}

.news .news-header {
   margin: 0 0 4rem;
}

.news .news-header .news-time {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    margin-right: 2rem;
}

.news .news-header .news-title {
    font-size: 2rem;
    margin-top: 30px;
    line-height: 1.4;
    text-align: center;
}

.news .news-body {
    padding: 0 0 120px;
    width: 85%;
    margin: auto;
}

.news .news-body p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.75em;
}

.news .news-body img {
    width: 100%;
    height: auto;
}

#news_article .btn{
    margin: 2rem auto;
}

#news .btn_g{
    margin-bottom: 5rem;
}

#news_article .btn_g{
    margin-bottom: 2rem;
}

#news_article .btn_g:last-of-type{
    margin-bottom: 5rem;
}

.article_inner{
    width: 80%;
    margin: auto;
}

@media (max-width: 1599px) {

    .news-item {
        width: calc(33.33% - 30px);
        margin-bottom: 60px;
    }

    .news-list:after {
        width: calc(33.33% - 30px);
    }

    .news .news-body {
        padding: 0 0 50px;
    }


}



@media screen and (max-width:768px) { 

    #sec_page_title {
    padding: 5rem 0 1rem;
}

        #news_article h1 {
    font-size: 5rem;
}

    #news_article h1 span {
    font-size: 1.4rem;
}

.sec-news-list {
    margin: 5rem auto 0;
}

    #news_article{
        width: 100%;
        margin: auto;
    }

    .news-item {
        width: 100%;
        margin-bottom: 3rem;
    }



    .news-item .text-container .news-title {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .news .news-header .news-title {
        font-size: 1.6rem;
        margin-top: 10px;
        text-align: left;
    }

    .news .news-body {
        padding: 0 0 40px;
        width: 100%;
    }

    .news .news-body p {
        margin-bottom: 15px;
    }

    .btn_w a {
        width: 250px;
        max-width: inherit;
        font-size: 1.1rem;
        margin: .5rem auto;
        padding: 1.5rem;
    }
  }