@charset "UTF-8";
.pd-t0 {
  padding-top: 0 !important; }

.mg-t0 {
  margin-top: 0 !important; }

@media only screen and (min-width: 768px), print {
  .sp-only {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

.pd-t0 {
  padding-top: 0 !important; }

.mg-t0 {
  margin-top: 0 !important; }

@media only screen and (min-width: 768px), print {
  .sp-only {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

.wrap_itemSlider img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.recipe.ver_index_mainimg #maincontent {
  margin-top: 0 !important; }

.recipe.ver_index_mainimg .wrap__col {
  padding-top: 0 !important; }

.recipe-list .recipe-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.recipe-list .recipe-item:last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 769px) {
  .recipe-list .recipe-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  .recipe-list .recipe-item .img {
    width: 345px; }

  .recipe-list .recipe-item .img img {
    width: 100%;
    height: 246px;
    object-fit: cover; }

  .recipe-list .recipe-item .text {
    width: 480px; } }
@media screen and (max-width: 768px) {
  /*
  .recipe-list .recipe-item .img{
  	text-align:center;
  	margin-bottom:0px;
  }
  */
  .recipe-list .recipe-item {
    display: flex;
    justify-content: space-between; }

  .recipe-list .recipe-item .img {
    width: 145px; }

  .recipe-list .recipe-item .img img {
    width: 100%; }

  .recipe-list .recipe-item .text {
    width: calc(100% - 155px); } }
.recipe-list .recipe-item .name {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media only screen and (max-width: 575px) {
    .recipe-list .recipe-item .name {
      font-size: 14px;
      font-size: 1.4rem; } }

.recipe-list .recipe-item .name a {
  color: #1A1A1A; }

.recipe-list .recipe-item .summary {
  margin-bottom: 20px; }

.recipe-list .recipe-item .zairyo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  background: #faf6f7; }

.recipe-list .recipe-item .zairyo dt {
  text-align: center;
  color: #643336;
  border-right: 1px solid #fff;
  width: 80px;
  padding: 15px 0; }

.recipe-list .recipe-item .zairyo dd {
  padding: 15px 20px; }

.recipe-list .recipe-item .zairyo dd table {
  border-collapse: collapse; }

.recipe-list .recipe-item .zairyo dd th {
  font-weight: normal;
  padding: 0 20px 3px 0; }

.recipe-list .recipe-item .zairyo dd td {
  padding-bottom: 3px; }

@media screen and (max-width: 768px) {
  .recipe-list .recipe-item .zairyo {
    display: none; } }
.recipe-list .recipe-item .link {
  text-align: right; }
  .recipe-list .recipe-item .link a {
    display: inline-block;
    padding-right: 18px;
    background: url("../img/link.png") right center no-repeat;
    background-size: 16px 16px;
    color: #6c2c2f; }

.recpe_detail_mainimg {
  margin-bottom: 10px;
  position: relative; }
  .recpe_detail_mainimg .img {
    text-align: center;
    /*
    background-position: center;
    background-size: contain;
    */ }
    .recpe_detail_mainimg .img img {
      width: 100%;
      height: 546px;
      object-fit: cover; }
  .recpe_detail_mainimg h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.4;
    background-color: rgba(108, 44, 47, 0.56);
    padding: 22px 0;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      .recpe_detail_mainimg h1 {
        font-size: 22px;
        font-size: 2.2rem; } }

.recpe_detail_mainimg_sp {
  margin-bottom: 10px;
  margin-top: -25px;
  position: relative;
  overflow: hidden; }
  .recpe_detail_mainimg_sp .img {
    text-align: center;
    /*
    background-position: center;
    background-size: contain;
    */ }
    .recpe_detail_mainimg_sp .img img {
      width: 100%;
      height: 170px;
      object-fit: cover; }
  .recpe_detail_mainimg_sp h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: rgba(108, 44, 47, 0.56);
    padding: 5px 0;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center; }
    @media only screen and (max-width: 575px) {
      .recpe_detail_mainimg_sp h1 {
        font-size: 14px;
        font-size: 1.4rem; } }

.sec_ingredient {
  margin-bottom: 100px;
  /*.group*/ }
  .sec_ingredient .list_sns_button {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    float: right; }
    @media only screen and (max-width: 767px) {
      .sec_ingredient .list_sns_button {
        position: relative;
        top: -15px; } }
    .sec_ingredient .list_sns_button li + li {
      margin-left: 10px; }
    .sec_ingredient .list_sns_button .fb_iframe_widget {
      line-height: 1; }
  @media only screen and (max-width: 767px) {
    .sec_ingredient .desc_recipe {
      clear: both; } }
  .sec_ingredient .txt_ingredient > table {
    width: 100%;
    text-align: left; }
    .sec_ingredient .txt_ingredient > table tr:nth-child(odd) {
      background-color: #f8f8f8; }
    .sec_ingredient .txt_ingredient > table th,
    .sec_ingredient .txt_ingredient > table td {
      padding: 3px 8px; }
  .sec_ingredient .group {
    position: relative; }
    .sec_ingredient .group h3 {
      font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 20px;
      font-size: 2rem;
      border-left: 4px solid #6d2c30;
      background: #faf6f7;
      padding: 10px 10px 10px 20px;
      margin-bottom: 25px;
      margin-top: 50px;
      font-weight: normal; }
      @media only screen and (max-width: 575px) {
        .sec_ingredient .group h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
    .sec_ingredient .group .notes {
      position: absolute;
      top: 15px;
      right: 15px; }
    .sec_ingredient .group ul {
      margin-left: 20px; }
    .sec_ingredient .group li {
      margin-bottom: 5px;
      position: relative;
      padding-left: 15px; }
    .sec_ingredient .group li:before {
      position: absolute;
      left: 0;
      top: 11px;
      content: "";
      width: 3px;
      height: 3px;
      background: #333;
      border-radius: 100%; }
    .sec_ingredient .group dt {
      color: #fff;
      background: #6d2c30;
      font-weight: bold;
      width: 65px;
      padding: 3px;
      text-align: center;
      float: left; }
    .sec_ingredient .group dd {
      padding: 3px 0 0 100px;
      margin-bottom: 25px; }

.wrap_itemSlider {
  overflow: hidden;
  margin: -7px; }

#itemSlider {
  min-width: 100%;
  width: 0;
  padding: 7px; }
  #itemSlider .slick-list {
    background-color: #f8f8f8; }
  #itemSlider > .item:not(:first-child) {
    display: none !important; }
  #itemSlider .item {
    vertical-align: bottom; }

#itemSliderNav {
  min-width: 100%;
  width: 0; }
  #itemSliderNav .slick-track {
    margin: 0; }
  #itemSliderNav .slick-current .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 2px solid #7faa12; }
  #itemSliderNav > .item {
    display: none !important; }
  #itemSliderNav .item {
    position: relative;
    padding: 7px;
    cursor: pointer;
    vertical-align: bottom; }

.btn_back_list {
  margin-top: 30px;
  text-align: center; }
  @media only screen and (min-width: 576px), print {
    .btn_back_list {
      margin-top: 35px; } }
  @media only screen and (min-width: 768px), print {
    .btn_back_list {
      margin-top: 50px; } }
  .btn_back_list a {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #7faa12;
    border-radius: 2px;
    color: #7faa12; }
    @media only screen and (min-width: 768px), print {
      .btn_back_list a {
        padding: 8px 45px; } }
    .btn_back_list a:hover {
      background-color: #7faa12;
      color: #fff;
      text-decoration: none; }

.recipe_other_section {
  margin-bottom: 100px;
  position: relative; }
  .recipe_other_section h3 {
    color: #6c2c2f;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #d6c4c5;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media only screen and (max-width: 575px) {
      .recipe_other_section h3 {
        font-size: 14px;
        font-size: 1.4rem; } }

.sec_related_item .onlineshop {
  position: absolute;
  top: 0;
  right: 0; }
  .sec_related_item .onlineshop img {
    margin-right: 5px; }
  @media only screen and (max-width: 767px) {
    .sec_related_item .onlineshop {
      position: static;
      text-align: right;
      margin: -10px 0 25px 0; }
      .sec_related_item .onlineshop img {
        width: auto;
        height: 20px; } }
.sec_related_item .inner {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .sec_related_item .inner {
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px), print {
    .sec_related_item .inner .item {
      width: 192px;
      margin-right: 35px;
      margin-bottom: 55px; }
      .sec_related_item .inner .item:nth-child(4n) {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .sec_related_item .inner .item {
      width: 48%;
      margin-bottom: 25px; } }
  .sec_related_item .inner .item .img {
    margin-bottom: 15px; }
    .sec_related_item .inner .item .img img {
      max-width: 100%; }
  .sec_related_item .inner .item .price {
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 575px) {
      .sec_related_item .inner .item .price {
        font-size: 14px;
        font-size: 1.4rem; } }
.sec_related_item .link-shop a {
  display: block;
  position: relative;
  background: #F5F0F0;
  text-align: center;
  padding: 15px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #6c2c2f;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (max-width: 575px) {
    .sec_related_item .link-shop a {
      font-size: 14px;
      font-size: 1.4rem; } }
  .sec_related_item .link-shop a:before {
    background: url("../img/kanren-icon.png") center no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  .sec_related_item .link-shop a:after {
    background: url("../img/kanren-arrow.png") center no-repeat;
    width: 26px;
    height: 7px;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    background-size: contain; }

.sec_book {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .sec_book {
      margin-top: 50px; } }
  .sec_book .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sec_book .img {
    width: 224px; }
    .sec_book .img img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .sec_book .img {
        width: 40%; } }
  .sec_book .text {
    width: 616px; }
    @media only screen and (max-width: 767px) {
      .sec_book .text {
        width: 57%; } }
  .sec_book .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media only screen and (max-width: 575px) {
      .sec_book .name {
        font-size: 14px;
        font-size: 1.4rem; } }
  .sec_book .auth {
    margin-bottom: 25px; }
  .sec_book p {
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (max-width: 575px) {
      .sec_book p {
        font-size: 14px;
        font-size: 1.4rem; } }
  .sec_book .link {
    margin: 45px 0 0 0;
    text-align: right; }
    .sec_book .link a {
      display: inline-block;
      position: relative;
      background: #CABE8C;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 10px 60px;
      position: relative; }
      @media only screen and (max-width: 575px) {
        .sec_book .link a {
          font-size: 14px;
          font-size: 1.4rem; } }
      .sec_book .link a:before {
        background: url("../img/icon-window.png") center no-repeat;
        background-size: contain;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 10px;
        top: 50%;
        content: "";
        margin-top: -7px; }

hr.hr {
  border: 0;
  height: 1px;
  background: #ebebeb;
  margin-bottom: 35px; }
