@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;
}
h2 div {
	font-size: 80%;
}

section.contents_header {
	background-image: url("../images/cuisine/mainview.jpg");
	background-position: center bottom -60px;
}
section#movie {
	margin-bottom: 4em;
}
.movieBox img {
	width: 80%;
	margin: 4em auto 0;
}
section#dinner {
	text-align: center;
}
ul.dinner_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 4em 0;
}
ul.dinner_list li {
	width: 47%;
	margin-bottom: 3em;
}
ul.dinner_list li img {
	width: 100%;
}
ul.dinner_list li dt {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 1em;	
}
ul.dinner_list li dt span {
	font-size: 80%;
}
ul.dinner_list li dd {
	line-height: 1.4;
}
@media screen and (max-width: 640px){
	.movieBox img {
		width: 100%;
		margin: 0 auto 0;
	}
	ul.dinner_list li {
		width: 100%;
		margin-bottom: 2em;
	}
}
#menu_kids {
	margin-bottom: 30px;}
#menu_kids p {
	margin-bottom: 3em;
	text-align: center;}
#menu_kids ul {
	display: flex;
	justify-content: space-between;}
#menu_kids ul li {
	width: 47%;
	margin-bottom: 3em;}
#menu_kids ul li img {
	width: 100%;}
#menu_kids ul li dt {
	margin-bottom: 1em;	
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	text-align: center;}
#menu_kids ul li dt span {
	font-size: 80%;
}
#menu_kids ul li dd {
	line-height: 1.4;
}
@media screen and (max-width: 640px){

#menu_kids p {
	text-align: left;}

#menu_kids ul {
	flex-flow: column;}
#menu_kids ul li {
	width: 100%;
	margin-bottom: 2em;}

}


#breakfast {
	background:rgba(0,7,24,0.8);
	min-height: 624px;
	margin-bottom: 4em;
}
#breakfast .container {
	position: relative;
}
#breakfast .container img{
	position: absolute;
	top: 0;
	right: -150px;
}
#breakfast .container .breakfast_detail {
	padding: 2em 2em 0 0;
	margin-right: 700px;
}
@media screen and (max-width: 640px){
	#breakfast .container {
		position: static;
	}
	#breakfast .container img{
		position: static;
		width: 100%;
		margin-top: 1em;
	}
	#breakfast .container .breakfast_detail {
		padding: 0;
		margin-right: 0;
	}
}

section#special {
	text-align: center;
	margin-bottom: 4em;
}
section#special ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#special ul li {
	width: 23%;
	margin-top: 2.5em;
}
section#special ul li img {
	width: 100%;
	margin-bottom: 0.5em;
}
section#special ul::after {
	content: "";
    display:block;
    width:23%;
}
section#special ul::before {
	content: "";
    display:block;
    width:23%;
	order:1;
}
@media screen and (max-width: 640px){
	section#special ul li {
		width: 47%;
		margin-top: 1em;
	}
}

section#other {
	text-align: center;
	margin-bottom: 4em;
}
section#other ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#other ul li {
	width: 31%;
	margin-top: 2.5em;
}
section#other ul li img {
	width: 100%;
	margin-bottom: 0.5em;
}
section#other dl {
	text-align: left;
	line-height: 1.4;
}
section#other dl dt {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 0.5em;
}
section#other dl dd div {
	font-size: 90%;
	margin-top: 1em;
}

#other .other_box {
	display: flex;
	justify-content: space-between;}
#other .other_photo {
	margin-right: 50px;
	width: 400px;}
#other .other_photo img {
	width: 100%;}

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

section#other ul li {
	width: 100%;}
#other .other_box {
	flex-flow: column;}
#other .other_photo {
	margin-bottom: 1em;
	width: 100%;}
	
}

section#restaurant h2 {
	text-align: center;
}
section#restaurant .restaurant_inner {
	display: flex;
	justify-content: space-between;
	margin: 4em 0;
}
section#restaurant .restaurant_inner img {
	width: 50%;
}
section#restaurant h3, section#restaurant h4 {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 1em;
	font-size: 1.5em;
}
section#restaurant h4 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
section#restaurant h3 span {
	font-size: 80%;
	margin-right: 1em;
}
.restaurant_inner table {
	border-collapse:  collapse;
	border-top: 1px solid #fff;
	margin-top: 2em;
}
.restaurant_inner tr {
	border-bottom: 1px solid #fff;
}
.restaurant_inner tr td {
	padding: 2em 0;
}
section#restaurant ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4em;
}
section#restaurant ul li {
	width: 23%;
}
section#restaurant ul li img {
	width: 100%;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px){
	section#restaurant .restaurant_inner {
		flex-direction: column;
		margin: 2em 0;
	}
	section#restaurant .restaurant_inner img {
		width: 100%;
		margin-bottom: 1em;
	}
	section#restaurant ul {
		flex-direction: column;
		margin-bottom: 4em;
	}
	section#restaurant ul li {
		width: 100%;
		margin-bottom: 1em;
	}
}