@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 182px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 260px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 340px;
	}
}




/* cuisine-Intro
-----------------------------------*/
.cuisine-Intro{
	margin: 25px auto 0;
	position: relative;
}
.cuisine-Intro h3{
	color: #222e53;
	font-size: 108%;
	height: 280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}
.cuisine-Intro h3:before{
	content: "";
	width: 50%;
	height: 100%;
	background-image: url("../img/img_cuisine_01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
.cuisine-Intro h3:after{
	content: "";
	width: calc(50% + 30px);
	max-width: 670px;
	height: 6px;
	border: 1px solid #222e53;
	border-left: none;
	border-right: none;
	display: block;
	margin-left: -30px;
	position: absolute;
	bottom: 50px;
	left: 50%;
}
.cuisine-Intro h3 .comment{
	position: absolute;
	top: 50%;
	left: calc(50% - 30px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.cuisine-Intro h3 .text{
	background: rgba(255,255,255,.8);
	padding: 2px 5px 0;
	margin-top: 20px;
	display: inline-block;
}
.cuisine-Intro h3 .text:first-child{
	margin-top: 0;
}
.cuisine-Intro p{
	text-align: center;
}
.cuisine-Intro p + p{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){
	.cuisine-Intro{
		margin: 40px auto 0;
	}
	.cuisine-Intro h3{
		font-size: 138.5%;
		height: 360px;
	}
}
@media only screen and (min-width: 1024px){
	.cuisine-Intro{
		margin: 60px auto 0;
	}
	.cuisine-Intro h3{
		font-size: 184%;
		height: 460px;
	}
}



/* cuisine-Contents
-----------------------------------*/
.cuisine-Contents{
	background-image: url("../../asset/img/bg_common_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 120px;
	margin-top: 60px;
}
.cuisine-Contents h3{
	font-size: 184%;
	text-align: center;
}
.cuisine-Contents h4{
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.cuisine-Contents .mainImage{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: 35px;
}
.cuisine-Contents .mainImage:before{
	content: "";
	width: 1px;
	height: 60px;
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 1000;
}
.cuisine-Contents .comment{
	padding: 0 20px;
	margin: 20px auto 0;
}
.cuisine-Contents .lgImage li,
.cuisine-Contents .smImage li{
	list-style: none;
}
.cuisine-Contents .lgImage li img,
.cuisine-Contents .smImage li img{
	width: 100%;
	height: auto;
}
.cuisine-Contents .lgImage{
	padding: 0 20px;
	margin: 40px auto 0;
}
.cuisine-Contents .lgImage li:nth-child(2n){
	margin-bottom: 25px;
}
.cuisine-Contents .smImage{
	padding: 0 20px;
	margin: 0 auto -15px;
}
.cuisine-Contents .smImage li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	float: left;
}
.cuisine-Contents .smImage li:nth-child(even){
	-webkit-transform: translateY(55px);
	transform: translateY(55px);
	float: right;
}
.cuisine-Contents-course{
	color: #fff;
	background-color: #434853;
}
.cuisine-Contents-course h3,
.cuisine-Contents-course h4{
	color: #fff;
}
.cuisine-Contents-course .mainImage{
	background-image: url("../img/bg_cuisine_01.jpg");
}
.cuisine-Contents-course .mainImage:before{
	background: #fff;
}
.cuisine-Contents-desserts{
	margin-top: 0!important;
}
.cuisine-Contents-desserts h3,
.cuisine-Contents-desserts h4{
	color: #222e53;
}
.cuisine-Contents-desserts .mainImage{
	background-image: url("../img/bg_cuisine_02.jpg");
}
.cuisine-Contents-desserts .mainImage:before{
	background: #222e53;
}
@media only screen and (min-width: 768px){
	.cuisine-Contents{
		padding: 80px 0 180px;
		margin-top: 80px;
	}
	.cuisine-Contents h3{
		font-size: 292%;
	}
	.cuisine-Contents h4{
		font-size: 184%;
	}
	.cuisine-Contents .mainImage{
		height: 170px;
	}
	.cuisine-Contents .comment{
		max-width: 800px;
		padding: 0 60px;
		margin: 30px auto 0;
	}
	.cuisine-Contents .lgImage{
		max-width: 1280px;
		letter-spacing: -.4em;
		padding: 0 60px;
		margin: 60px auto 0;
	}
	.cuisine-Contents .lgImage li{
		width: 50%;
		margin: 0;
		display: inline-block;
	}
	.cuisine-Contents .smImage{
		max-width: 1280px;
		padding: 0 60px;
	}
	.cuisine-Contents .smImage li{
		width: 22.5%;
		margin: 0 3.33% 0 0;
		float: left!important;
	}
	.cuisine-Contents .smImage li:nth-child(4n){
		margin: 0;
	}
}
@media only screen and (min-width: 1024px){
	.cuisine-Contents{
		padding: 100px 0 200px;
		margin-top: 100px;
	}
	.cuisine-Contents .mainImage{
		height: 200px;
		margin-top: 45px;
	}
	.cuisine-Contents h3{
		font-size: 338%;
	}
	.cuisine-Contents h4{
		font-size: 215%;
	}
	.cuisine-Contents .comment{
		margin: 40px auto 0;
	}
	.cuisine-Contents .lgImage{
		margin: 80px auto 0;
	}
}



/* cuisine-Message
-----------------------------------*/
.cuisine-Message .image img{
	width: 100%;
	height: auto;
}
.cuisine-Message .comment{
	background: rgba(255,255,255,.9);
	padding: 45px 20px 0;
	margin: -70px 20px 0;
	position: relative;
}
.cuisine-Message .comment:before{
	content: "";
	width: 34px;
	height: 34px;
	background-image: url("../../asset/img/ico_common_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.cuisine-Message .comment h3{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.cuisine-Message .comment p{
	margin-top: 25px;
}
.cuisine-Message .comment p + p{
	margin-top: 15px;
}
.cuisine-Message .comment .chef{
	color: #222e53;
	line-height: 1;
	text-align: center;
	margin-top: 60px;
}
.cuisine-Message .comment .position{
	font-size: 93%;
}
.cuisine-Message .comment .name{
	font-size: 116%;
}
.cuisine-Message .comment .name .line{
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
.cuisine-Message .comment .name .line:before{
	content: "";
	width: 100%;
	height: 8px;
	background: #222e53;
	margin: 2px auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	opacity: .25;
}
@media only screen and (min-width: 768px){
	.cuisine-Message .image{
		width: 100%;
		height: 300px;
		background-image: url("../img/img_cuisine_pc_18.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.cuisine-Message .image img{
		display: none;
	}
	.cuisine-Message .comment{
		width: 80%;
		padding: 60px 40px 0;
		margin: -40px auto 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cuisine-Message .comment h3 .pc{
		display: none;
	}
	.cuisine-Message .comment .position{
		font-size: 108%;
	}
	.cuisine-Message .comment .name{
		font-size: 131%;
	}
}
@media only screen and (min-width: 1024px){
	.cuisine-Message{
		background-color: #222e53;
		background-image: url("../../asset/img/bg_common_01.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 80px 0;
		position: relative;
	}
	.cuisine-Message:before{
		content: "";
		width: 66.6%;
		height: 100%;
		background-image: url("../img/img_cuisine_pc_18.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.cuisine-Message .image{
		display: none;
	}
	.cuisine-Message .comment{
		text-align: left;
		width: 50%;
		max-width: 640px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 60px 40px;
		margin: 0;
		position: relative;
		left: 50%;
	}
	.cuisine-Message .comment h3{
		font-size: 184%;
		text-align: left;
	}
	.cuisine-Message .comment .chef{
		text-align: left;
	}
	.cuisine-Message .comment .position{
		font-size: 116%;
	}
	.cuisine-Message .comment .name{
		font-size: 138.5%;
	}
}