/*------------------------------------------

MV

------------------------------------------*/

.mv {
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}

.mv img {
  width: 100%;
  min-height: 100%;
  max-height: 600px;
  display: block;
  object-fit: cover;
}

.list {
  font-size: 1.3rem;
}

.list li {
  line-height: 2.5;
  padding-left: 32px;
  position: relative;
}

.list li::after {
  content: "";
  width: 27px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.list li::after {
  background-image: url(../images/meal/ico.png);
}

.inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.txt {
  line-height: 1.7em;
}

.chef-box {
  /* background-color: #f6f6f6; */
  padding-top: 90px;
}

.chef-box .t-grey {
  color: #888;
}

.chef-box-inr {
  display: flex;
  flex-wrap: wrap;
}

.greytxt {
  color: #555555;
  font-size: 14px;
}

.chef-box-inr-in {
  width: 50%;
}

.chef-box-inr img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.chef-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.chef-box h3::before,
.chef-box h3::after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 80px;
  height: 4px;
}

.chef-box h3::before {
  left: 48%;
  margin-left: -51px;
  background: #fff;
}

.chef-box h3::after {
  right: 48%;
  margin-right: -51px;
  background: #536d53;
}

@media screen and (max-width: 768px) {
  .chef-box-inr-in {
    width: 100%;
  }
}

.meal_b,
section.b_b {
  background-image: url(../img/black_linen_v2.png);
}

.pop-box {
  padding-bottom: 140px;
}

.pop-box .img-list li {
  width: 24%;
  max-width: 400px;
}

.meal_gal {
  height: 200px;
}

.meal_gal_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.chef_text {
  width: 85%;
  margin: 60px auto;
}

.chef_text ul {
  margin-left: 10px;
}

.chef_text ul li::before {
  content: "・";
}

.chef_text ol li::before {
  content: "";
}

.chef_text .list_none::before {
  content: "";
}

.chef_text h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .chef_text {
    margin: 30px auto;
    width: 90%;
  }

  .chef_text h3 {
    font-size: 18px;
  }
}

/*Smartphone*/
@media screen and (max-width: 767px) {
  .list {
    font-size: 1.2rem;
  }

  .list li {
    padding-left: 18px;
  }

  .list li::after {
    width: 15px;
    height: 15px;
  }

  .txt {
    line-height: 1.3em;
  }

  .chef-box {
    padding-top: 30px;
  }

  .chef-box-inr {
    flex-direction: column;
  }

  .chef-box-inr img {
    height: 240px;
  }

  .pop-box {
    padding-bottom: 70px;
  }

  .pop-box .img-list li {
    width: 49.5%;
    margin-bottom: 5px;
    max-width: none;
  }

  .meal_gal {
    height: 150px;
  }

  .meal_gal_img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}

/*END*/

/*スワイパー*/
.swiper-content-box {
  overflow: hidden;
}

.swiper-content-box .swipers {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.swiper-content-box .swipers img {
  max-width: 100%;
}

.swiper-content-box .swipers .swiper-slide .img-box,
.swiper-content-box .swipers .swiper-slide .thumb-box {
  box-sizing: border-box;
  position: relative;
}

.swiper-content-box .swipers .swiper-slide .img-box > img,
.swiper-content-box .swipers .swiper-slide .thumb-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-content-box .swipers .swiper-slide .img-box {
  /* メイン画像の高さ */
  padding-bottom: 60%;
}

.swiper-content-box .swipers .swiper-slide .thumb-box {
  /* サムネイル画像の高さ */
  padding-bottom: 60%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-content-box .swipers .swiper-slide .thumb-box:hover {
  opacity: 1;
}

.swiper-content-box
  .swipers
  .swiper-slide.swiper-slide-thumb-active
  .thumb-box {
  opacity: 1;
}

.swiper-content-box .swipers .swiper-button-next,
.swiper-content-box .swipers .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 38%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-content-box .swipers .swiper-button-next:after,
.swiper-content-box .swipers .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #575757;
}

@media only screen and (max-width: 768px) {
  .swiper-content-box .swipers .swiper-button-next,
  .swiper-content-box .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .swiper-content-box .swipers .swiper-button-next:after,
  .swiper-content-box .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}

/*スワイパー END*/

/* 選べるメイン */
/* スライダー（SPのみ） */
.meal-slick-wrapper {
  position: relative;
  overflow: visible;
}
/* 丸い矢印ボタン */
.meal-slick-prev,
.meal-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(57, 95, 57, 0.8);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.meal-slick-prev {
  left: 0px;
}
.meal-slick-next {
  right: 0px;
}

@media screen and (max-width: 767px) {
  .meal-slick-prev,
  .meal-slick-next {
    display: inline-block;
  }
}

/* スライダー（SPのみ）end */

.select_box {
  margin: 0 5%;
}
.select_title {
  text-align: center;
  font-size: 18px;
}

.select_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.select_item {
  position: relative;
}

.select_img {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}

.select_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.select_txt {
  position: absolute;
  width: 95%;
  background: rgba(255, 255, 255, 0.8);
  left: 2.5%;
  bottom: 8px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.select_txt p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .select_grid {
    display: block;
  }
  .select_item {
    margin: 0 5px;
  }
}

/* 選べるメイン end */
