

@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;
	}
}



.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 60px;
	max-width: 1020px;
	margin: auto;
	/* padding: 0 20px; */
	padding: 45px 20px 0;
}

.CMS-NEWS-INDEX img {
	width: 100%;
	height: auto;
}

.CMS-NEWS-INDEX a {
	text-decoration: none;
}

.top-news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.CMS-NEWS-INDEX > * {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 10px 0 12px 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px #da1209;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
	transition: all 0.3s;
	display: block;
	padding: 0 0 2rem;
	text-decoration: underline #fff;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	/* color: #999; */
	display: block;
	margin-top: 15px;
    color: #fff;
}

.CMS-NEWS-LINK {
	display: block;
	line-height: 1.6;
	 color: #000; 
/*    color: #fff;*/
}



.CMS-NEWS-MORE-READ {
	display: none;
}

.top-news .btn {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.CMS-NEWS-INDEX {
		display: block;
		padding-bottom: 100px;
		padding: 0px 10% 0 10%;
	}

	.CMS-NEWS-INDEX > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.CMS-NEWS-INDEX > *:last-of-type {
		margin-bottom: 0;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}

	.CMS-NEWS-ITEM a {
		display: block;
	}

	.CMS-NEWS-LINK {
		display: block;
		width: auto;
	}

  .top-news .btn_wrap {
    padding: 0 20px;
  }
}


.CMS-NEWS-ITEM-DETAIL-IMG img{
    width: 100% !important;
  }



.news_bg {
  margin: 10rem auto;
}

.news_head {
  width: 450px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .news_head {
    width: 100%;
    padding: 30px 0
  }

  .news_head .pc {
    display: none !important
  }

  .news_head .sp {
    display: block !important
  }

  .news_head .sp-only {
    display: none !important
  }
}

.news_ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .news_ttl {
    margin-bottom: 0
  }

  .news_ttl .pc {
    display: none !important
  }

  .news_ttl .sp {
    display: block !important
  }

  .news_ttl .sp-only {
    display: none !important
  }
}

@media screen and (max-width: 660px) {
  .news_ttl {
    font-size: 24px
  }

  .news_ttl .pc {
    display: none !important
  }

  .news_ttl .tablet {
    display: none !important
  }

  .news_ttl .sp-only {
    display: flex !important
  }
}


.news_flex_frap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .news_flex_frap {
    flex-direction: column
  }

  .news_flex_frap .pc {
    display: none !important
  }

  .news_flex_frap .sp {
    display: block !important
  }

  .news_flex_frap .sp-only {
    display: none !important
  }
}

.news .CMS-NEWS-LINK-CONTENT {
  display: flex;
  gap: 30px;
  align-items: center
}



@media screen and (max-width: 450px) {
  .news .CMS-NEWS-LINK-CONTENT {
    gap: 10px
  }
}

.news .CMS-NEWS-INDEX {
  width: 100%;
      color: #000;
}

@media screen and (max-width: 450px) {
  .news .CMS-NEWS-INDEX {
    padding: 0
  }
}

.news .CMS-NEWS-INDEX>* {
  width: 100%;
  margin: 0;
  margin-top: 20px;
    color: #000;
}

.news .CMS-NEWS-TIME {
  margin: 0;
    color: #000;
}

.news .newstop {
  width: 50%;
  height: 380px;
    color: #000;
}

.CMS-NEWS-INDEX>* img {
	height: 10rem;
  width: 10rem;
  object-fit: cover;
}



@media screen and (max-width: 767px) {
  .news .newstop {
    width: 100%;
    height: auto
  }

  .news .newstop .pc {
    display: none !important
  }

  .news .newstop .sp {
    display: block !important
  }

  .news .newstop .sp-only {
    display: none !important
  }
}

.news .CMS-NEWS-ITEM a {
  padding: 0
}

.news .t-section_inner {
  margin-top: -45px
}


.t-section {
  overflow: hidden
}

.t-section_inner {
  max-width: 1200px;
  width: 90%;
  margin: 100px auto 160px
}


@media screen and (max-width: 767px) {
  .t-section_inner {
    margin: 50px auto 70px
  }

  .t-section_inner .pc {
    display: none !important
  }

  .t-section_inner .sp {
    display: block !important
  }

  .t-section_inner .sp-only {
    display: none !important
  }
}


.common_btn {
    border: solid #000 2px;
    padding: 1rem 2rem; 
}

.CMS-NEWS-LINK{
    width: inherit;
}


@media screen and (max-width: 767px) {
  .common_btn {
    margin-top: 4rem;
      text-align: center;
}
    .CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 25%;
}

}