@charset "utf-8";

p{
	color: #444;
	line-height: 1.6;
}

.st-Footer_Map .address p{
	color: #fff;
}

/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg?240126");
}
.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;
	}
}


/* ============================================
              SPここから
============================================ */

h2.sub_ttl{
	width: 90%;
	margin: 20px auto 0;
	padding: 5px 0;
	border-top: 1px solid #43270B;
	border-bottom: 1px solid #43270B;
}

/* point
-----------------------------------*/
.cuisine-point{
	padding: 50px 10px 0;
}
.cuisine-point article{
	margin-bottom: 70px;
}
.point-Image{
	width: 100%;
}
.point-Image img{
	width: 100%;
}
.point-Text{
	width: 80%;
	background: rgba(250, 248, 237, 0.8);
	margin: -30px 0 0 20%;
	box-sizing: border-box;
	padding: 30px 0 30px 20px;
	position: relative;
}
.point-Text .point-Text-Lead{
	font-size: 18px;
	margin-bottom: 20px;
}
.point-Text .point-Text-Num{
	position: absolute;
	right: 0;
	bottom: -50px;
	font-size: 80px;
	color: #9A8D62;
	letter-spacing: normal;
}
.point-reverse .point-Text{
	margin: -30px 20% 0 0;
	padding: 30px 20px 30px 0;
	text-align: right;
}
.point-reverse .point-Text .point-Text-Num{
	position: absolute;
	left: 0;
	right: auto;
}

/* cuisine-Contents
-----------------------------------*/
.cuisine-Contents{
	padding: 50px 0 120px;
	margin-top: 50px;
	background-color: #FAF8ED;
}
.cuisine-Contents h3{
	font-size: 30px;
	text-align: center;
	color: #43270B;
}
.cuisine-Contents h4{
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	color: #43270B;
	margin-bottom: 40px;
}
.cuisine-Contents .mainImage{
	width: 100%;
	margin-bottom: 40px;
}
.cuisine-Contents .smImage li{
	list-style: none;
}
.cuisine-Contents .smImage li img{
	width: 100%;
	height: auto;
}
.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 .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: #43270B;
}
.cuisine-Contents-desserts .mainImage{
	background-image: url("../img/bg_cuisine_02.jpg");
}
.cuisine-Contents-desserts .mainImage:before{
	background: #43270B;
}

.cuisine-Contents-sweets{
	background-color: #fff;
}
.sweets_mainImage{
	width: 100%;
	margin-bottom: 20px;
}
.sweets_smImage{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sweets_smImage li{
	width: 49%;
}
.sweets_smImage li img{
	width: 100%;
}
.sweets_smImage::after{
	content: '';
	display: block;
	background-size: cover;
	background-image: url("../img/bg_common_01.png");
	background-color: #9A8D62;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 70px;
	left: 0;
	z-index: -1;
}

/* cuisine-Message
-----------------------------------*/
.cuisine-Message{
	margin-bottom: 60px;
}
.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: #43270B;
	font-size: 138.5%;
	line-height: 1.8;
	text-align: center;
}
.cuisine-Message .comment p{
	margin-top: 25px;
	text-align: center;
}
.cuisine-Message .comment p + p{
	margin-top: 15px;
}
.cuisine-Message .comment .chef{
	color: #43270B;
	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: #43270B;
	margin: 2px auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	opacity: .25;
}



/* ============================================
              PCここから
============================================ */

@media only screen and (min-width: 768px){

	h2,.content_wrap{
		max-width: 1280px;
		margin: 0 auto;
	}

	/* cuisine-Contents
	-----------------------------------*/
	.point-Image{
		max-width: 950px;
	}
	.point-Image img{
		width: 100%;
	}
	.cuisine-point{
		padding: 100px 0 0 0;
	}
	.cuisine-point article{
		position: relative;
	}
	.point-Text{
		width: 600px;
		padding: 50px 0 50px 30px;
		position: absolute;
		bottom: 50px;
		right: 0;
	}
	.point-Text .point-Text-Num{
		position: absolute;
		bottom: auto;
		top: -120px;
		font-size: 130px;
	}
	.point-Text .point-Text-Lead{
		font-size: 20px;
	}
	.point-reverse{
		display: flex;
		justify-content: flex-end;
	}
	.point-reverse .point-Text{
		padding: 50px 30px 50px 0px;
		margin: 0;
		position: absolute;
		bottom: 50px;
		right: auto;
		left: 0;
	}



	/* cuisine-Contents
	-----------------------------------*/
	.cuisine-Contents{
		padding: 80px 0 180px;
		margin-top: 80px;
	}
	.cuisine-Contents h3{
		font-size: 36px;
	}
	.cuisine-Contents h4{
		font-size: 18px;
		margin-bottom: 60px;
	}
	.cuisine-Contents .mainImage{
		margin-bottom: 50px;
	}
	.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;
	}

	.sweets_mainImage{
		width: 70%;
		margin: 0 auto 30px;
	}
	.sweets_smImage{
		width: 70%;
	}
	.sweets_smImage::after{
		height: 300px;
	}

	.cuisine-Message .image{
		width: 100%;
		height: 300px;
		background-image: url("../img/chef_01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.desserts .image{
		background-image: url("../img/chef_02.jpg");
	}
	.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%;
	}

}


/* ============================================
              PC調整ここから
============================================ */

@media only screen and (min-width: 1024px){
	.point-Image{
		width: 70%;
	}

	.cuisine-Contents{
		margin-top: 100px;
	}
	.cuisine-Contents .mainImage{
		margin-top: 45px;
	}
	.cuisine-Contents .comment{
		margin: 40px auto 0;
	}

	.cuisine-Message{
		background-color: #9A8D62;
		background-image: url("../../asset/img/bg_common_01.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 80px 0;
		position: relative;
		margin: 0;
	}
	.cuisine-Message:before{
		content: "";
		width: 66.6%;
		height: 100%;
		background-image: url("../img/chef_01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.desserts:before{
		background-image: url("../img/chef_02.jpg");
		left: auto;
		right: 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%;
	}
	.desserts .comment{
		left: 5%;
	}
	.cuisine-Message .comment p{
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
	.cuisine-Message .comment h3{
		font-size: 184%;
		text-align: left;
	}
	.cuisine-Message .comment .position{
		font-size: 116%;
	}
	.cuisine-Message .comment .name{
		font-size: 138.5%;
	}
}
