/* CSS Document */

.pageHead {
	background-image: url("../images/meals/bg_pagehead.jpg");
}
@media screen and (max-width: 767px) {
	.pageHead {
		background-image: url("../images/meals/bg_pagehead_sp.jpg");
	}
}

/* ------------------------------
    elaborate
------------------------------ */
.elaborate {
	padding: 55px 0 90px;
}
.elaborate .headline {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 42px;
}
.elaborate .headline span {
	font-size: 1.6rem;
	display: block;
}

.elaborate .lead {
	background: url("../images/meals/img_elaborate_head.jpg");
	background-size:cover;
	height: 600px;
	position: relative;
	z-index: 0;
}
.elaborate .lead .txtWrap {
	display: flex;
	justify-content: flex-end;
	height: calc(100% - 140px);
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1180px;
	width: 90%;
	z-index: 1;	
}
.elaborate .lead .txt {
	background: rgba(255,255,255,0.9);
	margin: 0 0 0 auto;
	padding: 45px 55px;
	height: 100%;
}
.ie .elaborate .lead .txt {
	margin: 0;
}

.elaborate .lead .txt .leadTtl {
	font-size: 3rem;
	margin-left: 22px;
}
.elaborate .lead .txt p {
	font-size: 1.4rem;
	line-height: 2.1;
	letter-spacing: -0.5px;
	margin-top: 40px;
} 
.elaborate .lead .txt p + p {
	margin-right: 35px;
}
.elaborate .seafood {
	margin: 25px 0 0;
}
.elaborate .seafood .flex {
	align-items: center;
}
.elaborate .seafood .img {
	max-width: 420px;
	width: 35%;
}
.elaborate .seafood .txt {
	margin-left: 4%;
	width: 61%;
}
.elaborate .seafood .txt p {
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.elaborate {
		padding: 35px 0;
	}
	.elaborate .headline {
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	.elaborate .headline span {
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
	.elaborate .lead {
		background: none;
		height: auto;
		padding-top: 110px;
		position: relative;
		z-index: 0;
	}
	.elaborate .lead:before {
		background: url("../images/meals/img_elaborate_head.jpg") no-repeat;
		background-size: cover;
		content: '';
		display: block;
		height: 144px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.elaborate .lead .txtWrap {
		display: block;
		height: auto;
		position: static;
	}
	.elaborate .lead .txt {
		background: rgba(238,238,239,0.9);
		padding: 20px 8% 30px;
	}
	.elaborate .lead .txt .leadTtl {
		font-size: 2.3rem;
		margin: 0 0 20px;
		text-align: center;
	}
	.elaborate .lead .txt p {
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.8;
		margin-top: 0;
	}
	.elaborate .lead .txt p + p {
		margin: 30px 0 0;
	}
	.elaborate .seafood {
		margin-top: 15px;
	}
	.elaborate .seafood .img {
		max-width: none;
		width: 100%;
	}
	.elaborate .seafood .txt {
		margin: 15px 0 0;
		width: 100%;
	}
	.elaborate .seafood .txt p {
		line-height: 1.8;
	}
}

/* ------------------------------
    selection
------------------------------ */
.selection {
	margin-bottom: 40px;
}
.selection .head {
	background: url("../images/meals/img_selection_head.jpg");
	background-size:cover;
	height:600px;
	position: relative;
}
.selection .head .txtWrap {
	position: absolute;
	left: 0;
	top: 150px;
	min-width: 500px;
	width: 28%;
	z-index: 2;
}
.selection .head .headline {
	color: #fff;
	font-size: 3rem;
	line-height: 2;
	margin-bottom: 20px;
	text-align: center;
}
.selection .head .headline span {
	display: block;
	font-size: 1.2rem;
}
.selection .head p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
.materialList {
	margin-top: 55px;
	flex-wrap: wrap;
}
.materialList li {
	margin: 0 3.5% 50px 0;
	width: 31%;
}
.materialList li:nth-child(3n) {
	margin-right: 0;
}
.materialList li p {
	line-height: 2;
	margin-top: 25px;
	padding: 0 3%;
}

@media screen and (max-width: 1024px) {
	.selection .head {
		height: 400px;
	}
	.selection .head .txtWrap {
		top: 100px;
		min-width: 333px;
	}
	.materialList li p {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	.selection {
		margin-top: 0;
	}
	.selection .head {
		background: none;
		background-size: cover;
		position: relative;
		height: auto;
	}
	.selection .head .bg {
		
	}
	.selection .head .txtWrap {
		display: block;
		top: 10vw;
		width: 100%;
	}
	.selection .head .headline {
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
	.selection .head p {
		font-size: 1.3rem;
	}
	.materialList {
		margin-top: 30px;
	}
	.materialList li, .materialList li:nth-child(3n) {
		margin: 0 auto 30px;
		width: 90%;
	}
	.materialList li p {
		line-height: 1.8;
		margin-top: 15px;
		padding: 0;
		font-size: 1.4rem;
	}
}

/* ------------------------------
    drink
------------------------------ */
.drink .head {
	background: url("../images/meals/img_drink_head.jpg") center center;
	background-size: cover;
	height: 600px;
	position: relative;
}
.drink .head .txtWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 157px;
	margin: 0 auto;
	width: 330px;
	z-index: 2;
}
.drink .head .headline {
	color: #fff;
	font-size: 2.3rem;
	line-height: 2;
	letter-spacing: 3px;
	margin: 30px auto 40px;
	text-indent: -50px;
}
.drink .head p {
	color: #fff;
	line-height: 2;
	text-align: center;
	width: 100%;
}
.drinkList {
	margin-top: 55px;
}
.drinkList .col {
	width: 46.5%;
}
.drinkList .name {
	color: #93802A;
	border-bottom: 1px solid #93802A;
	font-size: 2.6rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.drinkList table {
	margin-bottom: 30px;
	width: 100%;
}
.drinkList table th, .drinkList table td {
	font-size: 1.6rem;
	padding-bottom: 21px;
}
.drinkList table td {
	padding-right: 40px;
	text-align: right;
}
@media screen and (max-width: 1200px) {
	.drinkList table td {
		padding-right: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.drink .head{
		height: 400px;
	}
	.drink .head .txtWrap {
		top: 80px;
	}
	.drink .head .headline {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.drink .head p {
		font-size: 1.1rem;
	}
	.drinkList .col {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.drink .head{
		background: none;
		height: auto;
	}
	.drink .head .txtWrap {
		position: absolute;
		top: 3vw;
	}
	.drink .head .headline {
		font-size: 2.3rem;
		margin-bottom: 20px;
		text-indent: 0;
	}
	.drink .head p {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.drinkList {
		margin-top: 30px;
	}
	.drinkList .name {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.drinkList table {
		margin-bottom: 20px;
	}
	.drinkList table th, .drinkList table td {
		font-size: 1.3rem;
		padding-bottom: 15px;
	}
	.drinkList table td {
		padding-right: 0;
		white-space: nowrap;
		vertical-align: top;
	}
}