/*------------------------------------------
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-image: url(../images/meal/ico.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inr {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.txt {
  line-height: 1.7em;
}

.chef-box {
  background-color: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 60px;
}

.chef-box h2 {
  font-size: 1.8rem;
}

.chef-box.bg_w {
  background-color: #ffffff;
}

.chef-box .t-grey {
  color: #888;
}

.chef-box-inr {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 20px auto 80px;
}

.chef-box-inr-in {
  width: 48%;
}

.chef-box-inr-in>p {
  font-size: 1.5rem;
  color: #aaa;
  margin-top: 10px;
}

.chef-box-inr-in img {
  width: 100%;
  object-fit: cover;
}

.chef_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chef_text {
  width: 85%;
}

.chef_text h2 {
  font-size: 2.4rem;
}

.chef_text h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #0073a1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.chef_text ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px;
  font-size: 1.1rem;
}

.chef_text ul li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}

.chef_text p {
  font-size: 1.5rem;
  color: #666;
  margin-top: 15px;
}

.chef_text p span,
.chef-info p span {
  display: inline-block;
}

.chef_text.menu {
  width: 60%;
  margin: 0 auto;
}

.pop-box {
  padding-bottom: 140px;
}

.pop-box .img-list li {
  width: 24%;
  max-width: 400px;
}

.meal_gal,
.meal_gal_img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* Table */
table {
  width: 70%;
  margin: 0 auto;
}

table th,
table td {
  border-bottom: 1px dotted #ccc;
  padding: 10px;
}

table th {
  width: 40%;
}

table td {
  width: 60%;
}

/* Chef Info */
.chef-info .inr {
  display: flex;
  width: calc(100% - 100px);
  padding: 50px;
  border: 1px solid #eee;
}

.chef-info .inr .chef-info-img {
  width: 28%;
}

.chef-info .inr .chef-info-img img {
  width: 100%;
  box-shadow: 2px 2px 2px #888;
}

/* PC */
@media screen and (min-width: 768px) {
  .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%);
    letter-spacing: 6px;
  }

  .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%);
  }

  .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%);
    line-height: 1.8;
  }
}

/* Smartphone */
@media screen and (max-width: 896px) {
  .chef-box-inr {
    flex-direction: column;
    gap: 0;
  }

  .chef-box-inr-in {
    width: 100%;
    margin-bottom: 20px;
  }

  .chef-box-inr-in img {
    height: auto;
  }

  .chef_flex {
    padding: 15px;
  }

  .chef_text {
    width: 95%;
  }

  table {
    width: 96%;
    font-size: 14px;
  }

  table th {
    width: 22%;
  }

  table td {
    width: 78%;
  }

  .chef-info .inr {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 20px;
  }

  .chef-info .inr .chef-info-img {
    width: 100%;
  }

  .page-title h1 {
    font-size: 28px;
    top: 100px;
  }

  .page-title h2 {
    font-size: 16px;
    margin-top: 20px;
  }

  .page-title p {
    font-size: 14px;
  }

  .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;
  }

  .pop-box {
    padding-bottom: 70px;
  }

  .pop-box .img-list li {
    width: 49.5%;
    margin-bottom: 5px;
    max-width: none;
  }

  .meal_gal,
  .meal_gal_img {
    height: 150px;
  }
}