@charset "UTF-8";
/* Shutter In Horizontal */
/* ==========================================================================

	process

========================================================================== */
/*--------------------------------
mainvisual
--------------------------------*/
@media only screen and (max-width: 812px) {
  .mainvisual_cnt ul.column > * {
    margin-bottom: 1em;
  }
  .mainvisual_cnt ul.column > *:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------
tt_sub
--------------------------------*/
.tt_sub {
  margin-bottom: 0.5em;
}

/*--------------------------------
プロセスタイトル
--------------------------------*/
.tt_process {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Times New Roman", Times, "本明朝-M 新がな", "HonMinSink-M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#ingredient .tt_process {
  background-image: url(../images/ingredient-title_sp.jpg);
}

#facility .tt_process {
  background-image: url(../images/facility-title_sp.jpg);
}

#made .tt_process {
  background-image: url(../images/made-title_sp.jpg);
}

@media print, screen and (min-width: 812px) {
  .tt_process {
    height: 170px;
    line-height: 170px;
    font-size: 30px;
    font-size: 3rem;
    font-size: min(2.34375vw, 3rem);
    margin-bottom: 100px;
  }
  #ingredient .tt_process {
    background-image: url(../images/ingredient-title.jpg);
  }
  #facility .tt_process {
    background-image: url(../images/facility-title.jpg);
  }
  #made .tt_process {
    background-image: url(../images/made-title.jpg);
  }
}

/*--------------------------------
カラム
--------------------------------*/
.column > picture {
  margin-bottom: 1em;
}

/*--------------------------------
〇〇の場合
--------------------------------*/
.made_case {
  padding: 0.5em;
  background-color: #ebdac4;
}

/*--------------------------------
製造工程について
--------------------------------*/
#made > ol li {
  counter-increment: madeNumber;
  padding: 30px 0;
}

#made > ol li:first-child {
  padding-top: 0;
}

#made > ol li:last-child {
  padding-bottom: 0;
}

#made > ol li:before {
  display: block;
  content: counter(madeNumber);
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 0.4em 0;
  margin-bottom: 1em;
  background-color: #8b6d3a;
    font-size: 20px;
}

#made > ol li section {
  margin-bottom: 30px;
}

#made > ol li section:last-child {
  margin-bottom: 0;
}

#made > ol li section > div p a {
    text-decoration: underline;
}

#made > ol li section > div p:not(.made_case) {
  margin-bottom: 0;
}

@media print, screen and (min-width: 812px) {
  #made > ol li {
    padding: 60px 0 60px 130px;
    position: relative;
  }
  #made > ol li:last-child:after {
    display: none;
  }
  #made > ol li:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    font-size: 30px;
    font-size: 3rem;
    font-size: min(2.34375vw, 3rem);
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #made > ol li:after {
    display: block;
    content: "";
    width: 80px;
    height: 22px;
    background-image: url(../images/arrow_bottom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 2;
  }
  #made > ol li section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  #made > ol li section > *:first-child {
    margin-right: 0;
  }
  #made > ol li section > *:nth-child(2n) {
    margin-right: 4%;
  }
  #made > ol li section > picture {
    margin-bottom: 0;
  }
}
