.main_cuisine {
  margin-bottom: 15%;
}

.main_cuisine .section_cuisine {
  width: 100%;
  padding: 10% 0;
  background: url(../cuisine/img/bg_cuisine.jpg) top center no-repeat;
  background-size: cover;
  color: #FFF;
  margin-bottom: 10%;
}

.main_cuisine .section_cuisine .title_box {
  font-size: 16px;
  text-align: center;
}

.main_cuisine .section_cuisine .title_box h3 {
  font-size: 50px;
  color: #b1914d;
  line-height: 1.4;
}

.main_cuisine .section_cuisine .box {
  margin: 0 5%;
}

.main_cuisine .section_cuisine .box01 {
  margin-bottom: 10%;
}

.main_cuisine .section_cuisine .ph {
  margin-bottom: 7%;
}

.main_cuisine .section_cuisine .txt_box {
  line-height: 1.8;
}

.main_cuisine .section_cuisine .txt_box .catch {
  color: #d8c8a6;
  font-size: 16px;
  margin-bottom: 3%;
  line-height: 1.0
}

.main_cuisine .section_chef {
  margin: 0 5% 10%;
}

.main_cuisine .section_chef .ph_box {
  margin:0 10% 5%;
}

.main_cuisine .section_chef .info_box {
}

.main_cuisine .section_chef .info_box h3 {
  font-size: 13px;
  color: #b1914d;
  border-bottom: 3px solid #eee2d0;
  margin-bottom: 5%;
  padding-bottom: 3%;
  text-align: center;
}

.main_cuisine .section_chef .info_box h3 span {
  font-size: 55px;
  line-height: .8;
}

.main_cuisine .section_chef .info_box .txt_box {
  margin-bottom: 5%;
}

.main_cuisine .section_chef .info_box .txt_box .txt {
}

.main_cuisine .section_chef .info_box .txt_box .icon {
  float: right;
  width: 34%;
}

.main_cuisine .section_chef .info_box .txt {
  font-size: 14px;
}

.main_cuisine .section_chef .info_box .sign {
  text-align: right;
  margin-top: 7%;
}

.main_cuisine .section_chef .info_box .sign img {
  vertical-align: middle;
  width: auto;
  height: 30px;
}


.main_cuisine .main_dessert {
  margin-top: 15%;
}

.main_cuisine .main_dessert .main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 10%;
  background: #dd876d;
  margin-bottom: 10%;
}

.main_cuisine .main_dessert .main .title_box {
  width:90%;
  margin: -10% auto 0;
  background: #FFF;
  text-align: center;
  font-size: 13px;
  padding: 10% 0;
  position: relative;
  z-index: 999;
}

.main_cuisine .main_dessert .main .title_box::before,
.main_cuisine .main_dessert .main .title_box::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  background: url(../cuisine/img/motif02.png) top center no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 25px;
}

.main_cuisine .main_dessert .main .title_box::before {
  top: -25px;
}

.main_cuisine .main_dessert .main .title_box::after {
  bottom: -25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.main_cuisine .main_dessert .main .title_box h2 {
  font-size: 40px;
  line-height: .9;
  font-style: italic;
  margin-bottom: 5px;
}

.main_cuisine .main_dessert .main .title_box .catch {
  font-size: 16px;
  position: relative;
  padding-top: 40px;
}

.main_cuisine .main_dessert .main .title_box .catch::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(../cuisine/img/motif01.png) top center no-repeat;
  background-size: 100% auto;
  width: 86px;
  height: 12px;
}

.main_cuisine .main_dessert .main .txt_box {
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  padding: 10% 0 0;
  z-index: 99;
}

.main_cuisine .main_dessert .main .txt_box .txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
}

.main_cuisine .main_dessert .section_dessert {
  width: 100%;
}

.main_cuisine .main_dessert .section_dessert .info_box {
  width: 90%;
  margin: 0 auto 5%;
  font-size: 13px;
}

.main_cuisine .main_dessert .section_dessert h3 {
  font-size: 14px;
  color: #dd876d;
  border-bottom: 4px solid #f2d1c3;
  margin-bottom: 5%;
  padding-bottom: 1%;
}

.main_cuisine .main_dessert .section_dessert h3 span {
  font-size: 55px;
  line-height: .8;
  display: block;
}

.main_cuisine .section_gallery {
	margin: 10% 5%;
	padding-bottom: 30px;
	overflow-x: hidden;
}

.main_cuisine .section_gallery .slick-slide {
	width: 100%;
	text-align: center;
	position: relative;
}

.main_cuisine .section_gallery .slick-slide img {
	width: 100%;
	margin: 0 auto;
}


.main_cuisine .bnr_box {
  margin: 0 5%;
}

.main_cuisine .bnr_box .bnr{
  margin-bottom: 4%;
}

.main_cuisine .bnr_box .bnr:last-child{
  margin-bottom: 0;
}
