/*------------------------------------------

MV

------------------------------------------*/
main {
  background-image: url(../img/black_linen_v2.png);
  background-repeat: repeat;
  /*padding-top: 140px;*/
}
.inr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
main .txt {
  line-height: 1.7em;
}
.chef-box {
  background-color: #f9f9f9;
  padding-top: 90px;
}
.chef-box .t-grey {
  color: #888;
}
.chef-box-inr {
  display: flex;
}
.chef-box-inr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.chef-box-inr .meal_slide {
  position: relative;
}
.chef-box-inr .meal_slide .p-text {
  position: absolute;
  color: #fff;
  filter: drop-shadow(3px 3px 3px #333);
  bottom: 5px;
  left: 10px;
}
.chef_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chef_text {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .chef_flex {
    padding: 15px;
    justify-content: flex-start;
  }
  .chef_text {
    width: 100%;
  }
}
/*PC*/
@media screen and (min-width: 768px) {
  .chef-box-inr {
    flex-direction: row;
  }
  .chef-box-inr-in {
    width: 50%;
    padding: 1px;
  }
} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .chef-box {
    padding-top: 30px;
  }
  .chef-box-inr {
    flex-direction: column;
  }
  .chef-box-inr img {
    height: 300px;
  }
}
.restaurant-info {
  background: #f9f7f3;
  padding: 80px 0;
}
.restaurant-info__inner {
  max-width: 900px;
  margin: 0 auto;
}
.restaurant-info__title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  color: #3a2f1c;
}
.restaurant-info__lead p {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #444;
}
.restaurant-info__hours {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border: 1px solid #eee;
}
.restaurant-info__hours dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 18px;
  column-gap: 20px;
  align-items: center;
}
.restaurant-info__hours dt {
  font-weight: bold;
  color: #333;
}
.restaurant-info__hours dd {
  margin: 0;
  color: #555;
}
.restaurant-info__hours span {
  font-size: 13px;
  color: #888;
}
.restaurant-info__note {
  margin-top: 30px;
  font-size: 13px;
  color: #777;
}
.restaurant-info__button {
  margin-top: 50px;
  text-align: center;
}
.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #b59b5b;
  color: #fff;
  text-decoration: none;
  letter-spacing: .1em;
  transition: .3s ease;
}
.btn-primary:hover {
  background: #9d854b;
}
@media screen and (max-width: 767px) {
  .restaurant-info {
    padding: 50px 20px;
  }
  .restaurant-info__hours {
    padding: 25px;
  }
  .restaurant-info__hours dl {
    grid-template-columns: 1fr;
  }
  .restaurant-info__hours dt {
    margin-top: 15px;
  }
  .restaurant-info__button {
    margin-top: 40px;
  }
}
.title-classic {
  font-size: 3.2rem;
  font-weight: 600;
  color: #3a2f1c;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #e6d7b5;
  padding-bottom: 0.5rem;
  margin-bottom: 40px;
}
.title-classic span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  color: #a3967a;
  margin-top: 5px;
}
h2.meal_title {
  position: relative;
  padding-left: 16px; 
}

h2.meal_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;        
  height: 70%;      
  background-color: #e6d7b5; 
  border-radius: 2px;  
}
.meal_plan__button {
  margin-top: 50px;
}
/*END*/