@charset "utf-8";
.text_box {
  line-height: 1.8;
}
/*.chef*/
.chef_box {
  position: relative;
}
.chef_box_heading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 16px;
  top: 20px;
  right: 0;
  text-align: right;
  line-height: 1.1;
  color: #fff;
}
.chef_box_heading > * {
  display: block;
}
.chef_box_heading_name {
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  font-size: clamp(2.6rem, 1.405rem + 0.94vw, 3.6rem);
}
.chef_box_heading_meta {
  font-size: clamp(1.4rem, 1.33rem + 0.19vw, 1.6rem);
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.chef_box_heading_en {
  font-size: clamp(1rem, 0.894rem + 0.28vw, 1.3rem);
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .chef_box {
    background-color: #000;
    display: grid;
    grid-template:
      "image heading" auto
      "image body" auto
      / 1fr 1fr;
    color: #fff;
  }
  .chef_box_img {
    grid-area: image;
    height: 100%;
  }
  .chef_box_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .chef_box_heading {
    position: initial;
    grid-area: heading;
    background-color: transparent;
    padding: 0;
    text-align: left;
    align-items: end;
    display: grid;
    align-content: end;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    max-width: 570px;
    padding-top: 30px;
    line-height: 1.5;
  }
  .chef_box_body {
    grid-area: body;
    width: 85%;
    max-width: 570px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .chef_box_body {
    padding-bottom: 50px;
    line-height: var(--lh-loose);
  }
}
/*.info_table*/
.info_table {
  margin-right: auto;
  margin-left: auto;
  border-top: #e3e3e3 solid 1px;
}
.info_table_row {
  border-bottom: #e3e3e3 solid 1px;
  border-left: #e3e3e3 solid 1px;
}
.info_table_title,
.info_table_body {
  padding: 1em 0.5em;
  border-right: #e3e3e3 solid 1px;
}
.info_table_title {
  background-color: #efefef;
  text-align: center;
  min-width: 5em;
}
@media screen and (min-width: 768px) {
  .info_table_title,
  .info_table_body {
    padding: 1.3em 1em;
  }
}

/*.other_facilities*/
.other_facilities_list_restaurant {
  display: none;
}
