@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : cuisine.css
 author     : Ability Consultant
 style info : 料理
=================================================================== */
/* Hover animation */
/* -----------------------------------------------------------
	common cuisine
----------------------------------------------------------- */
.st_md_cuisine {
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.st_md_cuisine span.jp {
  display: inline-block;
  vertical-align: middle;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 216%;
  letter-spacing: 0.07em;
  color: #4e4848;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_cuisine span.jp {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine span.jp {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine span.jp {
    margin-bottom: 15px;
  }
}
.st_md_cuisine span.en {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 139%;
  color: #333333;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_cuisine span.en {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine span.en {
    font-size: 108%;
  }
}
.st_md_cuisine span.en em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
}
.st_md_cuisine span.en em:before {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #4e4848;
}
.st_md_cuisine span.en em:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #4e4848;
}

.st_md_cuisine_2 {
  font-weight: normal;
  line-height: 1.3;
}
.st_md_cuisine_2 .num {
  display: block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 370%;
  font-style: italic;
  color: #4e4848;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_cuisine_2 .num {
    font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine_2 .num {
    font-size: 231%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_md_cuisine_2 .num {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine_2 .num {
    margin-bottom: 15px;
  }
}
.st_md_cuisine_2 .jp {
  display: block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 216%;
  color: #222222;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1260px) {
  .st_md_cuisine_2 .jp {
    font-size: 170%;
  }
}
@media print {
  .st_md_cuisine_2 .jp {
    font-size: 170%;
  }
}
.ie8 .st_md_cuisine_2 .jp {
  font-size: 170%;
}
@media only screen and (max-width: 767px) {
  .st_md_cuisine_2 .jp {
    font-size: 139%;
  }
}

.txt_x {
  font-size: 108%;
  line-height: 1.8571428571;
  color: #4e4848;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro .st_title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st_title {
    margin-bottom: 20px;
  }
}
.con_intro .st_title span.en .and {
  font-size: 75%;
}
.con_intro .txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 185%;
  color: #222222;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .txt_lg {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lg {
    text-align: left;
  }
}
.con_intro .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  line-height: 1.9;
  color: #4e4848;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_x {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_x {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_chef
----------------------------------------------------------- */
.con_chef {
  background: #4e4848;
}
@media only screen and (min-width: 1025px) {
  .con_chef .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_chef .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_chef .box_container {
  max-width: 1920px;
}
.con_chef .box_main {
  background: #4e4848;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .box_main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_main {
    padding: 2.5em 0;
  }
}
.con_chef .cell_img {
  width: 56%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .con_chef .cell_img {
    text-align: center;
    background: none;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .cell_img {
    margin-bottom: 20px;
  }
}
.con_chef .cell_detail {
  width: 44%;
  padding: 5% 30px 8%;
}
@media only screen and (max-width: 1024px) {
  .con_chef .cell_detail {
    padding: 0;
  }
}
.con_chef .cell_detail .st_md_cuisine {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .cell_detail .st_md_cuisine {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .cell_detail .st_md_cuisine {
    margin-bottom: 20px;
  }
}
.con_chef .cell_detail .st_md_cuisine span.jp {
  color: #fff;
}
.con_chef .cell_detail .st_md_cuisine span.en {
  color: #fff;
}
.con_chef .cell_detail .st_md_cuisine span.en em:before, .con_chef .cell_detail .st_md_cuisine span.en em:after {
  background: #fff;
}
.con_chef .cell_detail .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_chef .cell_detail .txt_x {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .cell_detail .txt_x {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .con_chef .cell_img,
  .con_chef .cell_detail {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_cuisine_01
----------------------------------------------------------- */
.con_cuisine_01 {
  background: #f7f7f7;
}
@media only screen and (min-width: 1025px) {
  .con_cuisine_01 .box_container {
    max-width: 1270px;
  }
}
@media print {
  .con_cuisine_01 .box_container {
    max-width: 1270px;
  }
}
.ie8 .con_cuisine_01 .box_container {
  max-width: 1270px;
}
.con_cuisine_01 .box_main .col_main {
  width: 60%;
  padding-left: 30px;
  padding-right: 6%;
  padding-top: 9%;
}
@media only screen and (max-width: 1260px) {
  .con_cuisine_01 .box_main .col_main {
    padding-right: 30px;
    padding-top: 6%;
  }
}
@media print {
  .con_cuisine_01 .box_main .col_main {
    padding-right: 30px;
    padding-top: 6%;
  }
}
.ie8 .con_cuisine_01 .box_main .col_main {
  padding-right: 30px;
  padding-top: 6%;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_01 .box_main .col_main {
    padding: 0;
  }
}
.con_cuisine_01 .box_main .col_main .st_md_cuisine_2 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_01 .box_main .col_main .st_md_cuisine_2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_01 .box_main .col_main .st_md_cuisine_2 {
    margin-bottom: 20px;
  }
}
.con_cuisine_01 .box_main .col_main .img_thumb {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_01 .box_main .col_main .img_thumb img {
    width: 75%;
  }
}
.con_cuisine_01 .box_main .col_main .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4e4848;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_01 .box_main .col_main .txt_x {
    font-weight: normal;
  }
}
.con_cuisine_01 .box_main .col_thumb {
  width: 40%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_01 .box_main .col_thumb {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_01 .box_main .col_main,
  .con_cuisine_01 .box_main .col_thumb {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_cuisine_02
----------------------------------------------------------- */
.con_cuisine_02 {
  background: #f7f7f7;
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_02 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_02 {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine_02 .box_container {
    max-width: 1730px;
  }
}
@media print {
  .con_cuisine_02 .box_container {
    max-width: 1730px;
  }
}
.ie8 .con_cuisine_02 .box_container {
  max-width: 1730px;
}
.con_cuisine_02 .box_main .col_thumb {
  width: 57%;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_02 .box_main .col_thumb {
    text-align: center;
    margin-bottom: 30px;
  }
}
.con_cuisine_02 .box_main .col_main {
  width: 43%;
  padding-left: 7%;
  padding-right: 15px;
}
@media only screen and (max-width: 1400px) {
  .con_cuisine_02 .box_main .col_main {
    padding-left: 40px;
  }
}
@media print {
  .con_cuisine_02 .box_main .col_main {
    padding-left: 40px;
  }
}
.ie8 .con_cuisine_02 .box_main .col_main {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_02 .box_main .col_main {
    padding: 0;
  }
}
.con_cuisine_02 .box_main .col_main .col_inner {
  max-width: 545px;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_02 .box_main .col_main .col_inner {
    max-width: 100%;
  }
}
.con_cuisine_02 .box_main .col_main .st_md_cuisine_2 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_02 .box_main .col_main .st_md_cuisine_2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_02 .box_main .col_main .st_md_cuisine_2 {
    margin-bottom: 20px;
  }
}
.con_cuisine_02 .box_main .col_main .img_thumb {
  text-align: center;
  margin-bottom: 20px;
}
.con_cuisine_02 .box_main .col_main .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4e4848;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_02 .box_main .col_main .txt_x {
    font-weight: normal;
  }
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_02 .box_main .col_thumb,
  .con_cuisine_02 .box_main .col_main {
    width: 100%;
    left: auto !important;
    right: auto !important;
  }
}

/* -----------------------------------------------------------
	.con_cuisine_03
----------------------------------------------------------- */
.con_cuisine_03 {
  background: #f7f7f7;
  padding: 120px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_03 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_03 {
    padding: 2.5em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cuisine_03 .box_container {
    max-width: 1920px;
  }
}
@media print {
  .con_cuisine_03 .box_container {
    max-width: 1920px;
  }
}
.ie8 .con_cuisine_03 .box_container {
  max-width: 1920px;
}
.con_cuisine_03 .col_left {
  width: 27.18%;
}
.con_cuisine_03 .col_main {
  width: 33.82%;
  padding: 3% 20px 30px;
}
@media only screen and (max-width: 1500px) {
  .con_cuisine_03 .col_main {
    padding-top: 0;
  }
}
@media print {
  .con_cuisine_03 .col_main {
    padding-top: 0;
  }
}
.ie8 .con_cuisine_03 .col_main {
  padding-top: 0;
}
@media only screen and (max-width: 1260px) {
  .con_cuisine_03 .col_main {
    padding-top: 0;
  }
}
@media print {
  .con_cuisine_03 .col_main {
    padding-top: 0;
  }
}
.ie8 .con_cuisine_03 .col_main {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_03 .col_main {
    padding: 0;
  }
}
.con_cuisine_03 .col_main .col_inner {
  max-width: 475px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_03 .col_main .col_inner {
    max-width: 100%;
  }
}
.con_cuisine_03 .col_main .st_md_cuisine_2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1260px) {
  .con_cuisine_03 .col_main .st_md_cuisine_2 {
    margin-bottom: 30px;
  }
}
@media print {
  .con_cuisine_03 .col_main .st_md_cuisine_2 {
    margin-bottom: 30px;
  }
}
.ie8 .con_cuisine_03 .col_main .st_md_cuisine_2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_03 .col_main .st_md_cuisine_2 {
    margin-bottom: 20px;
  }
}
.con_cuisine_03 .col_main .img_thumb {
  text-align: center;
  margin-bottom: 20px;
}
.con_cuisine_03 .col_main .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4e4848;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_03 .col_main .txt_x {
    font-weight: normal;
  }
}
.con_cuisine_03 .col_right {
  width: 39%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_03 .col_right {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_03 .col_left,
  .con_cuisine_03 .col_main,
  .con_cuisine_03 .col_right {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_cake
----------------------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .con_cake .box_container {
    max-width: 1720px;
  }
}
@media print {
  .con_cake .box_container {
    max-width: 1720px;
  }
}
.ie8 .con_cake .box_container {
  max-width: 1720px;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_container {
    width: 100%;
  }
}
.con_cake .box_bg {
  background: #f7f7f7;
  padding: 80px 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cake .box_bg {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cake .box_bg {
    padding: 2.5em 0;
  }
}
.con_cake .box_main {
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_main {
    padding: 0;
  }
}
.con_cake .box_main > * {
  position: relative;
}
.con_cake .box_main:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  height: 55%;
  background: #e7c1b4;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_main:before {
    height: 65%;
  }
}
.con_cake .st_md_cuisine {
  padding: 0 2.5%;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cake .st_md_cuisine {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cake .st_md_cuisine {
    margin-bottom: 20px;
  }
}
.con_cake .box_img_wrp {
  max-width: 1515px;
  margin: auto;
}
.con_cake .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con_cake .box_img > div {
  width: 32.4092409241%;
}
.con_cake .box_txt_middle {
  max-width: 1130px;
  padding: 60px 0;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cake .box_txt_middle {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle {
    padding: 20px 0;
  }
}
.con_cake .box_txt_middle .cell_txt .txt {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 185%;
  line-height: 1.6666666667;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle .cell_txt .txt {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cake .box_txt_middle .cell_txt .txt {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle .cell_txt .txt {
    font-size: 139%;
  }
}
.con_cake .box_txt_middle .cell_icon {
  text-align: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle .cell_icon {
    padding: 15px 0;
  }
}
.con_cake .box_txt_middle .cell_icon span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle .cell_icon span {
    width: 3em;
    height: 3em;
  }
}
.con_cake .box_txt_middle .cell_icon span:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: left center 50%;
  transform-origin: left center 50%;
  width: 140%;
  height: 1px;
  background: #403632;
}
.con_cake .box_txt_middle .cell_icon span:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: left center 50%;
  transform-origin: left center 50%;
  width: 140%;
  height: 1px;
  background: #403632;
}
@media only screen and (max-width: 767px) {
  .con_cake .box_txt_middle .cell_txt,
  .con_cake .box_txt_middle .cell_icon {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_food
----------------------------------------------------------- */
.con_food {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_food {
    padding: 2.5em 0;
  }
}
.con_food .st_md_cuisine {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .st_md_cuisine {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .st_md_cuisine {
    margin-bottom: 20px;
  }
}
.con_food .box_slide {
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .con_food .box_slide {
    max-width: 90%;
  }
}
@media print {
  .con_food .box_slide {
    max-width: 90%;
  }
}
.ie8 .con_food .box_slide {
  max-width: 90%;
}
@media only screen and (max-width: 1400px) {
  .con_food .box_slide {
    max-width: 85%;
  }
}
@media print {
  .con_food .box_slide {
    max-width: 85%;
  }
}
.ie8 .con_food .box_slide {
  max-width: 85%;
}
.con_food .box_slide .slide_item {
  outline: 0;
  position: relative;
}
.con_food .box_slide .slide_item .img_thumb {
  width: 100%;
}
.con_food .box_slide .slider_for {
  position: relative;
  margin-bottom: 20px;
}
.con_food .box_slide .slider_for .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 78px;
  background-size: contain !important;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_for .slick-arrow {
    width: 20px;
    height: 39px;
  }
}
.con_food .box_slide .slider_for .slick-arrow:active {
  opacity: 0.8;
}
.con_food .box_slide .slider_for .slick-prev {
  left: -80px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left_04.png) no-repeat center center;
}
@media only screen and (max-width: 1260px) {
  .con_food .box_slide .slider_for .slick-prev {
    left: -60px;
  }
}
@media print {
  .con_food .box_slide .slider_for .slick-prev {
    left: -60px;
  }
}
.ie8 .con_food .box_slide .slider_for .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_for .slick-prev {
    left: -25px;
  }
}
.con_food .box_slide .slider_for .slick-next {
  right: -80px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right_04.png) no-repeat center center;
}
@media only screen and (max-width: 1260px) {
  .con_food .box_slide .slider_for .slick-next {
    right: -60px;
  }
}
@media print {
  .con_food .box_slide .slider_for .slick-next {
    right: -60px;
  }
}
.ie8 .con_food .box_slide .slider_for .slick-next {
  right: -60px;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_for .slick-next {
    right: -25px;
  }
}
.con_food .box_slide .slider_nav {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_nav {
    padding: 0 20px;
  }
}
.con_food .box_slide .slider_nav .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 23px;
  background-size: contain;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}
.con_food .box_slide .slider_nav .slick-arrow:active {
  opacity: 0.8;
}
.con_food .box_slide .slider_nav .slick-prev {
  left: 10px;
  right: auto;
  background: transparent url(../images/common/ic_arrow_left_05.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_nav .slick-prev {
    left: 0;
  }
}
.con_food .box_slide .slider_nav .slick-next {
  right: 10px;
  left: auto;
  background: transparent url(../images/common/ic_arrow_right_05.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .slider_nav .slick-next {
    right: 0;
  }
}
.con_food .box_slide .slider_nav .slick-list {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.con_food .box_slide .slider_nav .slide_item {
  cursor: pointer;
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.con_food .box_slide .slider_nav .slide_inner {
  position: relative;
}
.con_food .box_slide .slider_nav .slide_inner:before {
  opacity: 1;
  visibility: visible;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_food .box_slide .slider_nav .slick-current .slide_inner:before,
.con_food .box_slide .slider_nav .slide_inner:hover:before {
  opacity: 0;
  visibility: hidden;
}
.con_food .box_slide .box_detail {
  padding: 0 50px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_slide .box_detail {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .box_detail {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .box_detail {
    padding: 0 20px;
  }
}
.con_food .box_slide .box_detail ul li {
  display: none;
}
.con_food .box_slide .box_detail .txt_lg {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  font-size: 154%;
  color: #333333;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_food .box_slide .box_detail .txt_lg {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .box_detail .txt_lg {
    font-size: 124%;
  }
}
.con_food .box_slide .box_detail .txt_x {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-weight: bold;
  font-size: 108%;
  line-height: 1.9;
  color: #4e4848;
}
@media only screen and (max-width: 767px) {
  .con_food .box_slide .box_detail .txt_x {
    font-weight: normal;
  }
}

.box_bn_bot {
  max-width: 1280px;
  width: 80%;
  margin: 5em auto;
}
@media only screen and (max-width: 767px) {
  .box_bn_bot {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn_bot {
    margin: 3em auto;
  }
}
.box_bn_bot .wrp_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_bn_bot .wrp_inner:not(:last-of-type) {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .box_bn_bot .wrp_inner:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn_bot .wrp_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box_bn_bot .wrp_inner .img {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .box_bn_bot .wrp_inner .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn_bot .wrp_inner .img:first-of-type {
    margin-bottom: 1.5em;
  }
}

/* -----------------------------------------------------------
	con_com_highlight
----------------------------------------------------------- */
.con_com_highlight {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_com_highlight {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_com_highlight {
    padding-top: 2.5em;
  }
}
