@charset "UTF-8";
/*---------------------------------------------------------
20260724 TRATTORIA ALTOPIANO:LC
---------------------------------------------------------*/
/*RESTAURANT*/
.food-menu-wrap {
  margin-bottom: 20px;
}
.food-detail-text__data {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
}
.food-detail-text__data tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.food-detail-text__data tr:not(:first-child) th, .food-detail-text__data tr:not(:first-child) td {
  padding-top: 1.3em;
  display: block;
}
.food-detail-text__data th, .room-detail-text__data td {
  vertical-align: top;
}
.food-detail-text__data th {
  font-weight: normal;
  white-space: nowrap;
}
.food-detail-text__data th::after {
  content: '：';
}
/*.chef-image-02 {}
.chef-image-02 .food-section-header {
  text-align: center;
}
.chef-image-02 figure {
  margin: 1em 10vw;
}*/
.chef-detail figure {
  margin: 1.5em
}
.chef-detail h2.food-section-hdg span {
  font-size: 1.3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.food-reserve {
  text-align: center;
  margin-top: 40px;
}
.food-reserve .btn-cv__target-inner {
  background: #fff;
  color: #25313c;
}
@media all and (min-width: 768px), print {
/*RESTAURANT*/
  .food-menu-wrap {
    display: flex;
    justify-content: space-between
  }
  .food-menu-wrap-info {
    margin-right: 72px;
    max-width: 592px;
  }
  .food-menu-wrap-data {
    min-width: 240px;
  }
  .food-detail-text__data {
    margin-top: 0;
  }
  /*  .chef-image-02 {
    display: grid;
    grid-template-columns: auto 240px;
    grid-template-rows: auto auto;
    gap: 15px;
    width: 100%;
    margin-top: 30px;
  }
  .chef-image-02 figure {
    margin: 0;
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .chef-image-02 .food-section-header {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }
  .chef-image-02 .food-section-desc {
    grid-column: 1;
    grid-row: 2;
  }*/
  .chef-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .chef-detail figure {
    margin: 0 0 0 -50px;
    width: 50%;
  }
  .chef-detail .chef-detail_txt {
    width: 50%;
    display: grid;
    gap: 40px;
  }
  .chef-detail .food-section-desc {
    margin-bottom: 0;
  }
  .food-reserve {
    margin-top: 80px;
  }
}