@charset "UTF-8";

@media print {
  body{
    zoom: 50%;
  }
  *{
    margin: 0;
    padding: 0;
  }
  #wrap{
    color: #000;
    font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  }

  .header{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .logo img{
    width: 80%;
    margin-left: 45px;
  }
  .pullFormArea{
    padding: 3px 10px;
  }
  .cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
  }
  .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .cp_ipselect select::-ms-expand {
      display: none;
  }
  .cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
  }
  .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
  }

  .header .header_right p{
    color: #555555;
    margin-right: 5px;
    font-size: 14px;
  }


  .icon {
    position: relative;
    top: 13px;
    left: 0px;
    border-radius: 5px;
  }
  h1{
    font-size: 26px;
  }
  .globalrecipe_area{
    /* max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; */
  }
  .recipeArea{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    /* padding-left: 20px;
    padding-right: 20px; */
  }

  .header_right_pc {
      display: flex;
      align-items: center;
      padding-right: 45px;
  }
  .header_right_sp {
      display: flex;
      align-items: center;
      padding-right: 45px;
  }

  .recipeTitle_area{
    display: flex;
    justify-content: space-around;
    /* padding: 5px 0; */
    border-bottom: 2px solid #DE0202;
  }

  li{
    list-style: none;
  }

  .pankuzu{
    width: 100%;
    background-color: #f7f4f0;
    display: none;
  }
  .button_area{
    display: none;
    }



  .detail_area{
    width: 80%;
    margin: 0 auto;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail_area h2{
    font-size: 38px;
    padding-bottom: 12px;
  }
  .detail_area .detail_txt{
    padding-bottom: 40px;
  }
  .detail_inner_left{
    width: 60%;
    text-align: left;
  }
  .detail_inner_left img{
    width: 90%;
  }
  .detail_inner_right{
    width: 40%;
  }
  .detail_inner{
    display: flex;
  }
  .time_print_area, .time_print_area_pc{
    display: flex;
    border: 1px solid #333333;
  }
  .time_print_area_pc{
    margin-left: 10px;
  }

  .time_print{
    display: flex;
    justify-content: space-between;
  }
  .time{
    padding: 6px 15px 4px 15px;
  }
  .print{
    padding: 6px 15px 4px 15px;
  }
  .time_print_area .time::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: url(../img/time.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .time_print_area_pc .print::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: url(../img/print.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .time_print_area_pc button{
    background-color: #ffffff;
      border: none;
  }

  .ingredients_area{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
  }
  .ingredients_area p{
    font-size: 15px;
  }

  h3{
    text-align: left;
    font-size: 24px;
    margin-top: 20px;
  }
  h3::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: url(../img/cup.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  dl{
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      margin: 20px 0 0 0;
      font-size: 14px;
  }

  dd{
    border-bottom: #dfdeda solid 1px;
    box-sizing: border-box;
    font-weight: 400;
    padding-bottom: 7px;
    margin-top: 10px;
    margin-bottom: 0;

    width: 55%;
    text-align: right;
  }
  dt{
    width: 45%;
    text-align: left;
    border-bottom: #dfdeda solid 1px;
    padding-bottom: 5px;
    padding-top: 5px;
  }





  .direction_area{
    width: 95%;
    padding-bottom: 80px;
  }
  .direction_area h3{
    padding-bottom: 15px;
    font-size: 20px;
  }
  .direction_area h3::before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 3px;
    background: url(../img/fly.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .direction_area ul li{
    text-align: left;
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    margin-left: 1.0em;
    text-indent: -1.0em;
  }





  .footer_area{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f7f4f0;
    margin-top: 200px;
  }
  .footer_area footer{
    padding: 10px 0;
  }

  .category_recipe_area{
    display: none;
  }
  .other_recipe_area{
    display: none;
  }
  .header_right_sp{
    display: none;
  }

}
