@charset "UTF-8";
/* 既存部分 */
.c-product_detail_vision {
  overflow: hidden;
}

.c-product_detail_vision img {
  width: 75%;
}

.setmenu td {
  overflow: hidden;
}

.setmenu td img {
  width: 100% !important;
}

@media screen and (max-width: 701px) {
  .c-product_detail_vision img {
    width: 100%;
  }
}
/* 追記分 */
.sidebarBg {
  z-index: 40001;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(35, 24, 21, 0.8);
  cursor: pointer;
}
.sidebarBg.isActive {
  display: block;
}

.sidebar {
  z-index: 40002;
  position: fixed;
  top: 15%;
  right: -500px;
  width: 500px;
  height: 85vh;
  height: 85svh;
  border: 4px solid #9b000a;
  transition: 0.3s;
}
.sidebar__inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  background: #f4f1e9;
}
.sidebar__category {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 -6px -6px 0;
  padding-left: 6px;
}
.sidebar__category__item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 6px 6px 0;
}
.sidebar__category__inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 12px 3px;
  border-radius: 5px;
  background: #fff;
}
.sidebar__category__inner a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.sidebar__category__img {
  margin: 0 0 10px 0;
}
.sidebar__category__img figure {
  padding-bottom: 95%;
  background-size: contain;
}
.sidebar__category__txt {
  color: #3d1613;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.sidebar__category a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-decoration: none;
}
.sidebar.isActive {
  right: 0;
}

.btnSidebar {
  z-index: 40002;
  position: absolute;
  left: -56px;
  top: -4px;
  height: auto;
  width: 56px;
  min-height: 240px;
  padding: 36px 0 36px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
  background: #9b000a;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.btnSidebar span {
  display: block;
  width: calc(100% - 2px);
  text-align: center;
}
.btnSidebar span:last-of-type {
  width: calc(50% + 11.5px);
  writing-mode: vertical-rl;
  text-align: left;
  padding-top: 0.02em;
}

.btnSidebarClose {
  display: none;
}
.btnSidebarClose .c-img_cover.c-delay_load {
  background-position: center;
  background-size: 64px !important;
}

.c-tab_content_title {
  position: relative;
  margin: 35px 0 10px;
  padding-left: 14px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.c-tab_content_title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #3d1613;
}

.c-product_detail_table_wrap {
  margin: 0;
}

.foodBuilder .pdf_btn {
  padding: 0 !important;
  margin-bottom: 20px;
}

.c-main_content .c-detail:last-of-type {
  padding: 0 14px 25px;
}

@media screen and (max-width: 700px) {
  .c-title {
    display: block;
  }
  .sidebar {
    top: 0;
    width: 100%;
    right: -100%;
    height: 100vh;
    height: 100svh;
    border: none;
  }
  .sidebar__category__item {
    width: 33.333%;
  }
  .btnSidebar {
    top: 15%;
    left: -48px;
    width: 48px;
    font-size: 14px;
  }
  .btnSidebar span:last-of-type {
    width: calc(50% + 6px);
  }
  .btnSidebarClose {
    display: flex;
  }
} /*# sourceMappingURL=extend.css.map */
