@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:700");


.second {
    max-width: 980px;
}

.top-news {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
    
    .second,
    .second-nrw {
        margin: 60px auto 80px;
    }

    .second,
	.second-nrw-menu,
	.second-nrw-lunch,
	.second-nrw-course {
		margin: 60px auto 80px;
	}
}


/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 10rem 0 0;
    width: 80rem;
    max-width: 980px;
    margin: 0 auto;
}

.top-news {
    padding: 100px 0;
}

.top-news h2{
    text-align: center;
}

.top-news .heading-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top-news .more {
    margin: 6rem auto 0 auto;
}

.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}

.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    color: #101010;
    border-bottom: solid 1px #101010;
    padding: 1rem;
}

.CMS-NEWS-ITEM a:hover {
    opacity: 1;
    background: #222;
    color: #000;
}

.CMS-NEWS-TIME {

    width: 20%;
    color: #101010;
}

.CMS-NEWS-LINK {
    width: 80%;
    color: #101010;
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--brown);
    border: none;
    text-align: center;
    padding: 1.5rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #004f8e;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-family: 'Noto Serif JP', serif;
}

.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
}

.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px var(--brown);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
        width: auto;
    }

    .top-news .more {
        margin: 6rem auto 0 auto;
    }

    .CMS-NEWS-ITEM a {
        display: block;
    }

    .CMS-NEWS-TIME {
        width: 100%;
    }

    .CMS-NEWS-LINK {
        width: 100%;
    }

    .CMS-NEWS-CONTENT img {
        width: 100%;
    }

    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}



.top-news .btn {
	margin: 40px auto 0 auto !important;
  text-align: center;
  display: block;
}
