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

	about

========================================================================== */
/*--------------------------------
	五感でつくる麺づくり
--------------------------------*/
#introduction .tt_main {
  margin-bottom: 1.5em;
}

#introduction .introduction_txt {
  margin-bottom: 30px;
}

#introduction .introduction_txt br {
  display: none;
}

#introduction .introduction_txt p:last-child {
  margin-bottom: 0;
}

#introduction .movie_cnt {
  position: relative;
}

#introduction .movie_cnt > div {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#introduction .movie_cnt > div a {
  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: 100%;
  height: 100%;
}

#introduction .movie_cnt > div h3, #introduction .movie_cnt > div p {
  text-align: center;
}

#introduction .movie_cnt > div h3 {
  color: #ffffff;
  font-weight: normal;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    padding: 0.5em 0;
}

@media print, screen and (max-width: 812px) {
    #introduction .movie_cnt > div h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media print, screen and (min-width: 812px) {
  #introduction .introduction_txt {
    margin-bottom: 60px;
    text-align: center;
  }
  #introduction .introduction_txt br {
    display: inline;
  }
  #introduction .movie_cnt > div a {
    background-color: transparent;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  #introduction .movie_cnt > div a:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #introduction .movie_cnt > div p a:after {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
  }
  #introduction .movie_cnt > div p a:hover:after {
    opacity: 1;
  }
}

/*--------------------------------
	美味しさの指標
--------------------------------*/
#parameter {
  border-top: solid 1px #8B6D3A;
}

#parameter > div > p br {
  display: none;
}

#parameter > div > div {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 812px) {
  #parameter > div > p {
    text-align: center;
  }
  #parameter > div > p br {
    display: inline;
  }
  #parameter > div > div {
    margin-bottom: 100px;
  }
}
