@charset "utf-8";


/*=============================================
	
	MAIN VISUAL
	
==============================================*/
@media screen and (min-width: 768px) {
	#mv_cuisine {
		background: #434B54;
		padding: 60px 0;
		height: 520px;
	}
	#mv_cuisine div {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail dt {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -120px;
		width: 700px;
	}
	#mv_cuisine div dl.mv_detail dd {
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -480px;
		width: 300px;
		padding: 40px 0 0;
		color: #FFF;
	}
	#mv_cuisine div dl.mv_detail dd p.point {
		font-size: 15px;
		margin: 0 0 20px;
		color: #999;
	}
	#mv_cuisine div dl.mv_detail dd h2 {
		font-size: 28px;
		margin: 0 0 30px;
	}
	#mv_cuisine div dl.mv_detail dd p.lead {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 2.0em;
	}
	#mv_cuisine div dl.mv_detail dd p.body {
		font-size: 11px;
		margin: 0 0 50px;
		line-height: 2.0em;
		color: #CBD0D4;
	}
}
@media screen and (max-width: 767px) {
	#mv_cuisine {
		background: #434B54;
		padding: 0 0 8vh;
	}
	#mv_cuisine div {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail {
		position: relative;	
	}
	#mv_cuisine div dl.mv_detail dt {
		width: 100%;
		margin: 0 0 3.0em;
	}
	#mv_cuisine div dl.mv_detail dd {
		width: 86%;
		margin: 0 auto;
		color: #FFF;
	}
	#mv_cuisine div dl.mv_detail dd p.point {
		font-size: 1.5em;
		margin: 0 0 1.0em;
		color: #999;
	}
	#mv_cuisine div dl.mv_detail dd h2 {
		font-size: 2.8em;
		margin: 0 0 1.2em;
	}
	#mv_cuisine div dl.mv_detail dd p.lead {
		font-size: 1.5em;
		margin: 0 0 1.2em;
		line-height: 2.0em;
	}
	#mv_cuisine div dl.mv_detail dd p.body {
		font-size: 1.1em;
		line-height: 2.0em;
		color: #CBD0D4;
	}
}


/*=============================================
	
	TWO LINE FEATURE
	
==============================================*/
@media screen and (min-width: 768px) {
	#roots {
		background: #E8E8E8;
	}
	#seasonal {
		background: #434B54;
		color: #FFF;
	}
	#seasonal dl.twoline dt {
		float: right;
	}
	#seasonal dl.twoline dd {
		float: left;
	}
	.feature {
		padding: 60px 0;
	}
	.feature dl.twoline {
	}
	.feature dl.twoline dt {
		float: left;
		width: 440px;
	}
	.feature dl.twoline dd {
		float: right;
		width: 460px;
		padding: 40px 0 0;
	}
	.feature dl.twoline dd p.point {
		font-size: 13px;
		margin: 0 0 25px;
	}
	.feature dl.twoline dd h3 {
		font-size: 24px;
		margin: 0 0 30px;
	}
	.feature dl.twoline dd p.body {
		font-size: 12px;
		margin: 0 0 50px;
		line-height: 2.4em;
	}

}
@media screen and (max-width: 767px) {
	#roots {
		background: #E8E8E8;
	}
	#seasonal {
		background: #434B54;
		color: #FFF;
	}
	#seasonal dl.twoline dt {
	}
	#seasonal dl.twoline dd {
	}
	.feature {
		padding: 10vh 0;
	}
	.feature dl.twoline {
	}
	.feature dl.twoline dt {
		width: 90%;
		margin: 0 auto 4.0em;
	}
	.feature dl.twoline dd {
		width: 90%;
		margin: 0 auto 0;
	}
	.feature dl.twoline dd p.point {
		font-size: 1.5em;
		margin: 0 0 1.8em;
	}
	.feature dl.twoline dd h3 {
		font-size: 2.4em;
		margin: 0 0 1.0em;
	}
	.feature dl.twoline dd p.body {
		font-size: 1.1em;
		line-height: 2.4em;
	}


}


/*=============================================
	
	CHOICE STYLE
	
==============================================*/
@media screen and (min-width: 768px) {
	#choicestyle {
		background: #E8E8E8;
		padding: 60px 0;
	}
	#choicestyle p.point {
		font-size: 13px;
		margin: 0 0 25px;
		text-align: center;
	}
	#choicestyle h3 {
		font-size: 24px;
		margin: 0 0 30px;
		text-align: center;
	}
	#choicestyle p.body {
		font-size: 12px;
		margin: 0 0 30px;
		line-height: 2.4em;
		text-align: center;
	}
	#choicestyle ul.list li {
		float: left;
		width: 40%;
		padding: 0 5%;
	}
	#choicestyle ul.list li:nth-child(2) {
		float: right;
	}
	#choicestyle ul.list li .img {
		margin: 0 0 35px;
	}
	#choicestyle ul.list li .btn_blue{
		max-width: 320px;
	}
}
@media screen and (max-width: 767px) {
	#choicestyle {
		background: #E8E8E8;
		padding: 10vh 0;
	}
	#choicestyle p.point {
		font-size: 1.5em;
		margin: 0 0 1.0em;
		text-align: center;
	}
	#choicestyle h3 {
		font-size: 2.4em;
		margin: 0 0 0.8em;
		text-align: center;
	}
	#choicestyle p.body {
		width: 90%;
		font-size: 1.1em;
		margin: 0 auto 1.8em;
		line-height: 2.0em;
		text-align: center;
	}
	#choicestyle ul.list li {
		width: 90%;
		margin: 0 auto 4.0em;
	}
	#choicestyle ul.list li:nth-child(2) {
		margin: 0 auto 0;
	}
	#choicestyle ul.list li .img {
		margin: 0 0 1.8em;
	}
	#choicestyle ul.list li .btn_blue{
		width: 100%;
	}
}


/*=============================================
	
	PHOTOGALLERY
	
==============================================*/
@media screen and (min-width: 768px) {
	#photogallery {
		background: #FFF;
		padding: 60px 0;
	}
	#photogallery p.point {
		font-size: 13px;
		margin: 0 0 35px;
		text-align: center;
	}
	#photogallery ul.gallery_fancybox {
		text-align: center;	
		margin: 0 0 50px;
	}
	#photogallery ul.gallery_fancybox li {
		display: inline-table;
		width: 15%;
		margin: 0 0.5% 12px;
	}
}
@media screen and (max-width: 767px) {
	#photogallery {
		background: #FFF;
		padding: 8vh 0;
	}
	#photogallery p.point {
		font-size: 1.5em;
		margin: 0 0 1.8em;
		text-align: center;
	}
	#photogallery ul.gallery_fancybox {
		text-align: center;	
		margin: 0 auto 8vh;
		width: 90%;
	}
	#photogallery ul.gallery_fancybox li {
		display: inline-table;
		width: 22%;
		margin: 0 0.5% 1.0em;
	}

}


