#main {
  width: 100%;
  max-width: 1200px;
  margin: 2.0rem auto;
  font-size: 1.4rem;
  line-height: 1.7;
}
#main h2 {
  color: #A81B4B;
  font-size: 2.5rem;
  line-height: 1.2;
  width: 95%;
  max-width: 500px;
  margin: 2.0rem 0 0;
  padding: 0.5rem;
  font-weight: 900;
  border-bottom: #A81B4B solid 3px;
}
#main img{
  margin-top: 2.0rem ;
}
img{
  width: 100%;
}
#main p {
  margin: 0.8rem 0.5rem 0;
  font-size: 1.6rem;
}
#reservation{
 display:flex;
 justify-content: center;
 gap: 40px;
}

#block{
  display: block;
  width: 45%;
}
.link_button {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  border: solid 2px #618ff3;
  background: #618ff3;
  border-radius: 3px;
  transition: .4s;
  margin-top: 30px;
}
.link_button p{
  top:30px
}

.link_button:hover {
  background: #ffffff;
  color: #618ff3;
}
.link_button2 {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  border: solid 2px #5fcf42;
  background: #5fcf42;
  border-radius: 3px;
  transition: .4s;
  margin-top: 30px;
}

.link_button2:hover {
  background: #ffffff;
  color: #5fcf42;
}

/* デザインB（タブレット） */
@media screen and (max-width: 1025px) {
  #main {
   font-size: 1.2rem;
  }    
  #main h2 {
   font-size: 2.1rem;
  }
  #main p {
      margin: 0.8rem 0.5rem 0;
      font-size: 1.4rem;
  }
  #main p a {
      font-size: 1.6rem;
  }

}

/* デザインB（タブレット） */
@media screen and (max-width: 600px) {
  #main p {
    font-size: 1.2rem;
 }

}