@charset "UTF-8";
#kv {
  position: relative;
  top: 100px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
#kv h1{
  margin-top: 100px;
  font-size: 2rem;
  z-index: 1;
  text-align: center;
  color: #8F4809;
}
.kv img{
  width: 100px;
  height: auto;
}
#reservation{
  background: #fff;
}
#reservation-button .wrap-blk{
  display: flex;
}
#reservation-button .contents-blk {
  width: 300px;
  height: 300px;
  margin: 50px auto;
  font-size: 2rem;
  background: #fff;
  color: #8F4809;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#reservation-button .wrap-blk p{
  color: #8F4809;
}
#reservation-button button a {
  color: #8F4809;
}
#reservation-button img {
  width: 80px;
  height: auto;
}
#reservation-note{
  background: #f6e5cc;
}
/*-----------------------------------
タブレット
-----------------------------------*/
@media screen and (max-width: 768px) {
/*-----------------------------------
スマホ
-----------------------------------*/
  @media screen and (max-width: 414px) {
    body {
      font-size: 3.5vw;
    }
    /* ---------------------title*/
    #kv {
      top: 50px;
      height: 30vh;
    }
    #kv h1{
      margin-top: 50px;
      font-size: 4vw;
      line-height: 1.5;
    }
    #kv img{
  width: 20px;
}
#reservation .wrap-blk{
  margin: -100px auto;
}    
#reservation-button .contents-blk {
  width: 120px;
  height: 120px;
  margin: 20px auto;
  font-size: 3vw;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#reservation-button img {
  width: 40px;
}