@charset "utf-8";
/* CSS Document */

.h2_elem{
    font-size:36px;
    color: #333;
    padding: 0.5em 0;
    text-align: center;
}

.sec_pro_block{
	margin-bottom: 0;
}

.products_sec{
	padding-bottom: 0;
}

.recipe_link{
	justify-content: center;
}

.menu_sec{
    width: 100%;
    margin-bottom: 30px;
}
.modal_bg{
  background: #39251a;
}
.menu_sec_wrap{
    width: 1000px;
    margin: 0 auto 0;
    padding: 30px 0 60px 0;
}

.menu_lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}
.menu_block{
    width: 14.28%;
    margin: 0;
    text-align: center;
}
.menu_block a{
    color: #333;
    cursor:pointer;
}
.menu_block .menu_img img{
    width: auto;
    max-width: 105px;
    max-height: 105px;
    margin: 0 auto 0.5em;
}
.modal_bg.menu_sec .h2_elem {
  color: #fff;
}
.modal_bg .menu_block a{
  color: #fff;
}

@media screen and (max-width: 767px){
  .menu_sec_wrap{
      width: 100%;
      margin: 0 auto 0;
      padding: 0 0 1.5em 0;
    margin-bottom: 1em
  }
  .menu_sec .h2_elem{
      font-size:28px;
      color: #333;
      padding: 0.5em 0;
      text-align: center;
  }
  .menu_lists{
      display: flex;
      flex-wrap: wrap;
      justify-content:normal;
  }
  .menu_block{
      width: 29%;
      margin: 0 2% 1em;
      text-align: center;
  }
  .menu_block a{
      color: #333;
      cursor:pointer;
  }
  .menu_block .menu_img img{
    max-width: 110px;
    max-height: 110px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-content {
    background: #FFF;
    padding: 20px 25px;
    width: 90%;
    max-width: 670px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
.modal-content .h3_elem{
  font-size: 28px;
  border-bottom: 1px dotted #d7001d;
  margin-bottom: 1em;
  color: #d7001d;
}
.modal-close{
font-size: 28px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    bottom: -40px;
    right: 0;
  cursor: pointer;
  
}
.pic_block{
  display: inline-block;
}
.pic_block .pic_img{
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
.pic_block .pic_img img.special{
  max-height: 350px;
  width: auto;
}

.btm_block{
  clear: both;
  background: #ee98ba;
  color: #FFF;
  padding: 1em;
  margin-top: 1em
}
.btm_block .h4elem{
  font-size: 22px;
  margin-bottom: 0.5em;
}
.rsl_m_icon{
  width: 30px;
  display: inline;
  padding: 15px 5px 0 0;
}
@media screen and (max-width: 767px){
  .modal {
    overflow: visible;
  }

  .modal-content {
      background: #FFF;
      padding: 20px 25px;
      width: 90%;
      height: 80%;
      max-width: 1000px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50% );
      animation: show 0.6s linear 0s;
      filter: drop-shadow(0px 2px 6px #777);
      overflow: auto;
  }
  .modal-content .h3_elem{
    font-size: 20px;
  }
  .pic_block{
    display: inline-block;
  }
  .pic_block .pic_img{
      float:none;
      width: 50%;
      margin: 0 auto 1em auto;
  }
  .pic_block .txt{
      float:none;
      width: 100%;
  }

  .btm_block .h4elem{
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .modal-close{
      font-size: 28px;
      color: #333;
      font-weight: bold;
      position: absolute;
      right: 0;
      cursor: pointer; 
    bottom: auto
  }
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.pc{display: block;}
@media screen and (max-width: 767px){
  .pc{display: none;}
}
.siz_pic{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.siz_pic img{
   width: 25%;
}
@media screen and (max-width: 767px){
.siz_pic{
    width: 100%;
    display: flex;
    flex-wrap:wrap
}
.siz_pic img{
   width: 50%;
}
}