@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 {
	background: url(../img/back-news.jpg) no-repeat center top / cover;
	padding: 18rem 0 12rem;
}
@media screen and (max-width: 767px) {
	.top_news {
		padding: 11rem 0 5rem;
	}
}
@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;
	}
}

.top-news {
	position: relative;
}
.top-news::before {
	content: "";
	background: url(../img/deco-news.png) no-repeat center top / contain;
	width: 11rem;
	height: 11rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: -7rem;
	right: 0;
}
.top-news::after {
	content: "";
	background: url(../img/deco-news.png) no-repeat center top / contain;
	width: 11rem;
	height: 11rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	top: -7rem;
	left: 0;
	transform: rotate(270deg);
}

.top-news2 {
	position: relative;
}
.top-news2::before {
	content: "";
	background: url(../img/deco-news.png) no-repeat center top / contain;
	width: 11rem;
	height: 11rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	bottom: 0rem;
	right: 0;
	transform: rotate(90deg);
}
.top-news2::after {
	content: "";
	background: url(../img/deco-news.png) no-repeat center top / contain;
	width: 11rem;
	height: 11rem;
	/* aspect-ratio: 293/95; */
	position: absolute;
	bottom: 0rem;
	left: 0;
	transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
	.top-news::before {
		content: none;
	}
	.top-news::after {
		content: none;
	}
	.top-news2::before {
		content: none;
	}
	.top-news2::after {
		content: none;
	}

}

.CMS-NEWS-INDEX {
	display: flex;
	position: relative;
	padding-bottom: 100px;
	max-width: 980px;
	margin: auto;
	flex-direction: column;
	padding: 3rem 0 8rem;
}
:not(.top_news) .CMS-NEWS-INDEX {
	padding-top: 0;
	margin-top: 0;
}

.CMS-NEWS-INDEX img {
	width: 100%;
	height: auto;
}

.CMS-NEWS-INDEX a {
	text-decoration: none;
}

.CMS-NEWS-INDEX {
	/* padding: 1rem 14rem; */
	/* background: #fff; */
	margin-top: 30px;
}

 .CMS-NEWS-INDEX>* {
	border-bottom: solid 0.1rem #666;
}

.top_concept .CMS-NEWS-INDEX>*:not(:last-child) {
	border-bottom: dotted 2px #ddd;
}

.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: flex;
	padding: 2rem 1.5rem;
	/* text-decoration: underline; */
	text-decoration: none;
	align-items: center;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	font-size: 1.5rem;
	color: #000;
	width: 30%;
}

.CMS-NEWS-LINK {
	font-size: 1.8rem;
	line-height: 1.6;
	color: #000;
	width: 70%;
}

/* read more */
.CMS-NEWS-MORE-READ {
	background: var(--maincolor);
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	bottom: -5rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
}

/* .CMS-NEWS-MORE-READ {
	background: #da1209;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
} */

.top-news .btn {
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.CMS-NEWS-INDEX {
		display: block;
		padding-top: 0;
		padding-bottom: 100px;
	}
.top-news .CMS-NEWS-INDEX {
	/* padding: 1rem 14rem; */
	/* background: #fff; */
	margin-top: 30px;
	margin-bottom: 50px;
}

	.CMS-NEWS-INDEX>* {
		width: 100%;
		margin-right: 0;
	}

	.CMS-NEWS-INDEX>*:last-of-type {
		margin-bottom: 0;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}

	.CMS-NEWS-ITEM a {
		display: block;
	}

	.CMS-NEWS-TIME {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.CMS-NEWS-LINK {
		width: 100%;
	}
	.CMS-NEWS-MORE-READ {
		bottom: -1rem;
	}
}

.top_inst_share {
	text-align: center;
	display: block;
	max-width: 980px;
	margin: 80px auto;
	padding: 0 20px;
}

.top_inst_share h2 {
	font-size: 3rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.sns_wrap {
	padding: 30px 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.top_inst_share img {
		width: auto !important;
		height: auto;
		padding-bottom: 0.8%;
	}
}

@media screen and (max-width: 767px) {
	.top_inst_share {
		display: block;
		margin: 80px auto;
	}

	img.instagram-post-image {
		width: 30%;
		padding-bottom: 1%;
	}

	.top-news .CMS-NEWS-INDEX {
		padding: 0;
	}
}




/*  ----------------------------------------------------------

Policy

----------------------------------------------------------  */
.ttl3 {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 3rem;
	padding: 1rem 0 1.4rem 0;
	position: relative;
}
.ttl3:after {
	border-bottom: solid 5px #a50a12;
	bottom: -5px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}
@media screen and (max-width: 767px) {
	.ttl3:after {
		width: 40%;
	}	
}
/* .policy-inner__wrap:nth-of-type(1) {
	margin-top: -7rem;
} */
.policy-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
.policy-inner > div:first-of-type {
	width: 35%;
}
.policy-inner > div:last-of-type {
	width: 60%;
}
.policy-inner img {
    width: 100%;
    height: auto;
}
.policy-inner p {
	font-size: 1.4rem;
	line-height: 2.2;
}
@media screen and (max-width: 767px) {
	.ttl3 {
		font-size: 1.95rem;
	}
	.policy-inner {
		display: block;
	}
	.policy-inner > div:first-of-type {
		width: 100%;
		margin-bottom: 2rem;
	}
	.policy-inner > div:last-of-type {
		width: 100%;
	}
}
