@charset "utf-8";
/*===========================================================================
 pc - tablet style
===========================================================================*/

@media (min-width:768px){
  .sp {
    display: none;
  }
}

article.contents {
  margin: auto;
  padding-bottom: 100px;
  max-width: 1200px;
}

article.contents img {
  max-width: 100%;
  height: auto;
}

article.contents .reserveButton {
  margin: auto;
  padding-top: 50px;
  width: 90%;
  max-width: 780px;
}


/*===========================================================================
 sp style
===========================================================================*/

@media (max-width:767px){
  .pc {
    display: none;
  }

  article.contents {
    padding-bottom: 80px;
  }

  article.contents .reserveButton {
    padding-top: 50px;
  }
}
