@charset "utf-8";
/* CSS Document */

/* ---------------------------------
  『日帰り会食』ページ専用CSS
------------------------------------*/
h2 {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 1em;
	text-align: center;
}
h2 div {
	font-size: 80%;
}

section.contents_header {
	background-image: url("../images/luncheon/mainview.jpg");
	background-position: center center;
}


.luncheon-list {
	margin-bottom: 4em;}
.luncheon-list h2 {
	margin-bottom: 0.5em;}
.luncheon-list h2 + p {
	margin-bottom: 3em;
	text-align: center;}
.luncheon-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
.luncheon-list ul li {
	margin-bottom: 2em;
	width: 350px;
	text-align: center;}
.luncheon-list ul li img {
	margin-bottom: 1em;
	width: 100%;}
.luncheon-list ul.pic2 li {
	margin-bottom: 2em;
	width: 47%;
	text-align: center;}
.luncheon-list h3 {
	margin-bottom: 0.5em;
	text-align: center;}
.luncheon-list h3 + p {
	margin-bottom: 2em;
	text-align: center;}
@media screen and (max-width: 640px){
	.luncheon-list ul li {
		width: 100%;
	}
	.luncheon-list ul.pic2 li {
		width: 100%;
	}

}

section#notice table {
	border-collapse:  collapse;
	border-top: 1px solid #fff;
	width: 100%;
	margin-bottom: 4em;
}
section#notice tr {
	border-bottom: 1px solid #fff;
}
section#notice tr th {
	padding: 2em;
	background-color: #000718;
	width: 20%;
}
section#notice tr td {
	padding: 2em;
}
section#notice .important {
	color: #eeb821;
	font-weight: bold;
}
@media screen and (max-width: 640px){
	section#notice tr th,
	section#notice tr td {
		border-bottom: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 1em;
	}

}


section#notice ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}
section#notice ul li {
	width: 23%;
}
section#notice ul li img {
	width: 100%;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px){
	section#notice .restaurant_inner {
		flex-direction: column;
		margin: 2em 0;
	}
	section#notice .restaurant_inner img {
		width: 100%;
		margin-bottom: 1em;
	}
	section#notice ul {
		flex-direction: column;
		margin-bottom: 4em;
	}
	section#notice ul li {
		width: 100%;
		margin-bottom: 1em;
	}
}