div#mv-under div#on-slider h1{
  width:8em;
}
article{
  background-color: #187fc4;
  padding-top: 60px;
}
article section.wrapper{
  background-color: white;
  margin-top: 60px;
  padding: 40px 20px;
  max-height: 700px;
  overflow-y: auto;
}
article section div{
  padding: 20px;
}
article section div.tsubuyaki-block{
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
article section div h3{
  font-size: 28px;
}
article section div h3 span{
  margin-left: 5em;
}
article section div p:nth-of-type(2){
  margin-top: 30px;
  padding: 20px 0;
}
article section div a{
  display: block;
  width:188px;
  margin-left: auto;
}

footer{
  background-color: #187fc4;
  margin-top: 0;
  padding-top: 100px;
}
@media (max-width:500px){
  article{
    padding:20px 0;
  }
  article section.wrapper{
    max-height: 400px;
  }
  article section div h3{
    font-size: 24px;
  }
  article section div p{
    line-height: 2;
  }
  article section div p:nth-of-type(2){
    margin-top: 0;
  }
}
