@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/restaurant/mainview.jpg");
	background-position: center center;
}


#introduction {
	margin-bottom: 10em;}

#restaurant-pickup {
	margin-bottom: 4em;}
#restaurant-pickup .container {
	margin-left: calc((100% - 1100px)/2);
	padding-top: 3em;
	padding-left: 750px;
	padding-right: calc((100% - 1100px)/2);
	position: relative;
	width: calc(1100px + (100% - 1100px)/2);
	min-height: 540px;
	background-color: rgba(0,7,24,0.8);
	box-sizing: border-box;}
#restaurant-pickup .box-text h2 {
	text-align: left;}
#restaurant-pickup .box-text h2 span {
	display: block;
	font-size: 0.7em;}
#restaurant-pickup .box-text p {
	margin-bottom: 1em;}
#restaurant-pickup .box-image {
	position: absolute;
	top: -60px;
	left: calc((1100px - 100cqw)/2);
	width: calc(725px + ((100cqw - 1100px)/2));}
#restaurant-pickup .box-image img {
	width: 100%;
	height: 540px;
	object-fit: cover;}

#restaurant-lunch {
	margin-bottom: 4em;}
#restaurant-lunch h2 {
	margin-bottom: 0.5em;}
#restaurant-lunch h2 + p {
	margin-bottom: 3em;
	text-align: center;}
#restaurant-lunch ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
#restaurant-lunch ul li {
	margin-bottom: 2em;
	width: 350px;
	text-align: center;}
#restaurant-lunch ul li img {
	margin-bottom: 1em;
	width: 100%;}

#restaurant-recommends {
	margin-bottom: 4em;}
#restaurant-recommends ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
#restaurant-recommends ul li {
	margin-bottom: 2em;
	width: 350px;
	text-align: center;}
#restaurant-recommends ul li img {
	margin-bottom: 1em;
	width: 100%;}

#restaurant-info {
	margin-bottom: 2em;
	padding: 4em 0;
	background-color: rgba(0,7,24,0.8);}
#restaurant-info .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
#restaurant-info .box-text {
	width: 520px;}
#restaurant-info .box-text h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;}
#restaurant-info .box-text p {
	margin-bottom: 0.5em;}
#restaurant-info .box-text dl {
	border-bottom: solid 1px #fff;
	display: flex;
	flex-wrap: wrap;}
#restaurant-info dl dt {
	padding: 0.5em;
	border-top: solid 1px #fff;
	width: 8em;
	line-height: 1.4;
	box-sizing: border-box;}
#restaurant-info dl dd {
	padding: 0.5em;
	border-top: solid 1px #fff;
	width: calc(100% - 8em);
	line-height: 1.4;
	box-sizing: border-box;}
#restaurant-info .box-image {
	width: 550px;}
#restaurant-info .box-image img {
	width: 100%;}


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

#introduction {
	margin-bottom: 1em;}
#restaurant-pickup .container {
	margin: 0;
	padding: 0;
	width: 100%;}
#restaurant-pickup .box-image {
	margin-bottom: 1em;
	position: relative;
	top: auto;
	left: auto;
	width: 100vw;
	height: 70vw;}
#restaurant-pickup .box-image img {
	height: 100%;}
#restaurant-pickup .box-text {
	padding: 0 1.5em 1em 1.5em;}

#restaurant-info .box-text dl {
	margin-bottom: 1.5em;
	flex-direction: column;}
#restaurant-info .box-text dl dt {
	padding: 0.5em 0;
	width: 100%;}
#restaurant-info .box-text dl dd {
	padding: 0 0 0.5em 0;
	width: 100%;
	border-top: none;}


}