/*------------------------------------------

MV

------------------------------------------*/
main {
  /* background-image: url(../img/black_linen_v2.png);
  background-repeat: repeat; */
  /*padding-top: 140px;*/
}

main .mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}

main .mv:after {
  content: '';
  background-color: rgba(50, 50, 50, 0.2);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main .mv img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 600px;
}

.inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.hx-type2 {
  font-size: 3.0rem;
  font-weight: 700;
  color: #3a2f1c;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.hx-type2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #C2C6C3;
  margin: 10px auto auto auto;
  border-radius: 2px;
}

/*PC*/
@media screen and (min-width: 769px) {
  main .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 4px, black -1px 1px 4px,
      black 1px -1px 4px, black -1px -1px 4px;
    position: absolute;
    font-size: 50px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }

  main .page-title h2 {
    color: #fff;
    text-shadow:
      black 1px 1px 8px, black -1px 1px 8px,
      black 1px -1px 8px, black -1px -1px 8px;
    position: absolute;
    font-size: 22px;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  main .page-title p {
    color: #fff;
    text-shadow:
      black 1px 1px 10px, black -1px 1px 10px,
      black 1px -1px 10px, black -1px -1px 10px;
    position: absolute;
    font-size: 16px;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 1.8;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 768px) {
  main .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px,
      black 1px -1px 2px, black -1px -1px 2px;
    position: absolute;
    font-size: 28px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }

  main .page-title h2 {
    font-size: 16px;
  }

  main .page-title p {
    font-size: 14px;
  }

  main .txt {
    line-height: 1.6em;
  }
}

#food {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#food h3 {
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 50px;
  font-weight: 400;
}

#food .box {
  padding: 60px 30px;
}

#food .box_color {
  background: #2b2e2e;
}

#food .box_color h3,
#food .box_color p {
  color: #fff;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #555;
}

#food img {
  width: 530px;
  height: 360px;
  object-fit: cover;
}

#food .inner {
  display: flex;
  justify-content: space-between;
}

#food .inner.inner_re {
  flex-direction: row-reverse;
}

#food .txt {
  width: 540px;
  padding-left: 20px;
  font-weight: 400;
}

#food .txt .type {
  font-size: 1.6rem;
  font-weight: 500;
}

#food .txt ul {
  width: 100%;
}

#food .txt ul li {
  font-size: 1.5rem;
  padding: 10px 16px;
  text-align: left;
  line-height: 1.8rem;
}

.food_img {
  width: 46%;
}

@media screen and (max-width:896px) {
  .food_img {
    width: 100%;
  }

  /*PC*/
  @media screen and (min-width: 897px) {}

  /*END*/

  /*Smartphone*/
  @media screen and (max-width:896px) {
    #food .box {
      padding: 60px 3% 20px;
    }

    #food img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    #food .inner {
      flex-direction: column;
    }

    #food .txt {
      width: auto;
      padding-left: 0;
      margin-top: 16px;
    }

    #food .txt ul li {
      font-size: 1.4rem;
      padding: 6px 4px;
      text-align: left;
    }

    #food .food_list table th,
    #food .food_list table td {
      display: block;
      text-align: left;
      border-bottom: none;
      width: calc(100% - 40px);
    }

    #food .food_list table th:first-child,
    #food .food_list table td:first-child {
      width: calc(100% - 40px);
      border-bottom: 1px dotted #eee;
    }

    #food .food_list table th.line_sp {
      border-top: 1px solid #fff;
    }
  }

  /*END*/