/*------------------------------------------

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.8em;
  text-align: center;
}

.chef-box {
  background-color: #C6DD97;
  padding-top: 90px;
  color: #333;
}

.chef-box h2 {
  color: #001601;
  /* text-shadow: 1px 1px 15px #6b6b6b; */
}

.chef-box h3,
.chef-box p,
.chef-box li {
  color: #333
  /* text-shadow: 1px 1px 15px #333; */
}

.chef_text {
  color: #333;

}

.chef-box.bg_w {
  background-color: #ffffff;
  padding-top: 90px;
}

.chef-box.bg_w h2 {
  color: #001601;
  text-shadow: none;
}

.chef-box.bg_w h3,
.chef-box.bg_w p,
.chef-box.bg_w li {
  color: #333;
  text-shadow: none;
}

.chef-box .t-grey {
  color: #333;
}

.chef-box-inr {
  display: flex;
}

.chef-box-inr img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.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_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chef_text {
  width: 85%;
}

.chef_text ul.li-in {
  text-indent: 2em;
}

@media screen and (max-width: 767px) {
  .chef_flex {
    padding: 15px;
    margin: 0 auto;
  }
}

/*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%);
    -webkit-transform: translateX(-50%);
    -ms-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: 30px;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-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%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 1.8;
  }

  .chef-box-inr {
    flex-direction: row;
  }

  .chef-box-inr-in {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
  }
}

/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
  .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;
  }

  .page-title h2 {
    font-size: 22px;
    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.5em;
  }

  .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*/


/*20250305 追記*/
.chef-box {
  padding-bottom: 60px;
}

.chef_text p span,
.chef-info p span {
  display: inline-block;
}

.chef_text h2 {
  font-size: 2.4rem;
}

.chef-box-inr-in img {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

.chef_text.menu {
  width: 60%;
  margin: 0 auto;
}

table {
  width: 70%;
  margin: 0 auto;
}

table th {
  width: 40%;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

table td {
  width: 60%;
  border-bottom: 1px dotted #ccc;
}

.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;
}

.chef-info .inr .chef-info-txt {
  width: 72%;
  padding-left: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 896px) {
  .chef-box-inr-in img {
    height: auto;
  }

  .chef_text {
    width: 100%;
  }

  table {
    width: 96%;
    margin: 0 auto;
    font-size: 14px;
  }

  table th {
    width: 25%;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }

  table td {
    width: 75%;
    border-bottom: 1px dotted #ccc;
  }

  .chef-info .inr {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 0;
  }

  .chef-info .inr .chef-info-img {
    width: 100%;
    padding: 20px;
  }

  .chef-info .inr .chef-info-txt {
    width: 100%;
    padding: 20px;
  }
}

/* roomより */
.tabl_txt {
  text-align: center;
  font-size: 2rem;
}

.table_img {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.table_imgbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 24%;
}

.table_imgbox>div {
  width: 100%;
}

.table_imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.table_box {
  width: 76%;
}

@media screen and (max-width: 920px) {
  .room-list2 {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .table_img {
    flex-direction: column;
  }

  .table_imgbox {
    flex-wrap: nowrap;
    flex-direction: unset;
    width: 100%;
  }

  .table_box {
    width: 100%;
  }

  .table_imgbox>div {
    width: 50%;
  }

  .room-list {
    width: 100%;
  }

  .room-list2 {
    width: 100%;
  }

  table.room_table th {
    width: 30%;
    padding: 0;
  }

  table.room_table td {
    width: 70%;
  }
}