@charset "UTF-8";

.slider {
	padding-top: 64px;
}
/*メインコンテンツ*/
.main_contents {
	margin: 0 5%;
}

/*料理部*/
.element {
	margin: 0 5%;
}

.element img {
	display: block;
}

/*シェフ*/
.chef_wrap {
	padding-top: 10%;
}

.ttl_chef {
	text-align: center;
	color: #333;
	font-size: 6.25vw;
}

.chef_imageBox figure,.chef_imageBox2 figure {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}

.chef_imageBox dt,.chef_imageBox2 dt {
	font-size: 4.0625vw;
	font-family: sans-serif;
	line-height: 1.5em;
}

.chef_imageBox dd span{
	font-size: 3.125vw;
}

.chef_tex {
	font-size: 3.75vw;
	font-family: sans-serif;
}

.chef_tex dd {
	line-height: 1.5em;
	padding: 1.2% 0;
}

.cuisine_qa {
	font-family: sans-serif;
}

.cuisine_qa p {
	line-height: 1.6em;
	font-size: 3.75vw;
	padding-top: 6%;color: #333;
}

/*質問ボタン*/
.btn_qa {
	text-align: center;
}

.btn_qa a {
	display: inline-block;
    font-family: sans-serif;
    color: #fff;
    background-color: #c07430;
    padding: 5% 0;
    font-size: 4.375vw;
    margin-top: 5%;
    width: 74%;
}

.fa-caret-right {
	padding-left: 4%;
}


/*========================767以下========================*/
@media screen and (max-width: 767px) { 
/*料理部*/
.element li {
	padding-top: 6%;
}

/*フェアバナーー*/
#fair {
	background-color: #f6f6f6;
	padding: 7% 0;
	margin-top: 7%;
}
.banner_box {
	box-sizing: border-box;
}
/*料理画像*/
.pict_box {
	margin: 0 5%;
}

/*シェフ*/
.chef_wrap {
	border-bottom:solid 2px #ccc ;	
	padding-bottom: 6%;
}

.chef_imageBox,.chef_imageBox2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 7%;
}

.chef_imageBox dd,.chef_imageBox2 dd {
	font-size: 3.75vw;
	font-family: sans-serif;
	line-height: 1.2em;
	padding-top: 3%;	
}

.chef_tex,.chef_tex2 {
	padding-top: 4%;
}

/*コーポレート*/
/*#Corporate {
	padding-top: 7%;
}*/

/*フッター*/
footer {
	border-top: solid 2px #333;
}

}

/*========================768px以上========================*/
@media (min-width:768px) { 
/*スリック*/
.slick-slide:not(.slick-center)  {
	opacity: 0.6;
}

/*パンくずリスト*/
.PanIn {
    margin: auto;
    padding: 8px 0;
    width: 1200px;
}

/*メインコンテンツ*/
.main_contents {
	width: 980px;
	margin: 0 auto;
}

/*料理部*/

.element {
		width: 980px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.element {
	background-image: url(../img/pict/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.element li {
	background-color: #fff !important; 
	flex: 1 1 33.333333%; 
}

.cuisine_qa {
	text-align: center; 
}

.cuisine_qa p {
	font-size: 14px;
	padding-top: 42px;
}

.btn_qa a {
	font-size: 19px;
	padding: 15px 0;
    width: 300px;
    margin: 21px 0 49px;
}

/*シェフ*/
.chef_wrap {
	padding-top: 40px;
}

.ttl_chef {
	font-family: 'Italianno', cursive;
	font-weight: normal;
	font-size: 58px;
}

.chef_box {
	display: -webkit-flex;
	display: flex;
	padding-top: 32px;
}

.chef_wrap .chef_box:last-child {
	padding-top: 20px;
} 

.chef_imageBox dt,.chef_imageBox2 dt {
	font-size: 21px;
	font-family: serif;
	letter-spacing: .05em;
	line-height: 2em;
}

.chef_imageBox dd,.chef_imageBox2 dd  {
	font-size: 21px;
	font-family: serif;
	letter-spacing: .05em;
}

.chef_imageBox dd span,.chef_imageBox2 dd span {
	font-size: 19px;
}

.chef_imageBox figure {
	width: 277px;
}

.chef_tex {
	font-size: 14px;
	padding-top: 100px;
	padding-left: 54px;
}

.chef_imageBox figure,.chef_imageBox2 figure {
	padding-top: 35px;
}

/*ポータルサイト*/
.la_pd {
	padding-top: 0;
}

#Corporate {
	background-color: #f6f6f6;
}

}