/* -------------------------------------------
予約
-------------------------------------------*/
#reserve {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(47, 47, 47, 0.7);
  z-index: 100;
  color: #000;
}

#reserve {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 1;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#reserve p {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  margin: 0;
}

#reserve ul {
  display: table;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  color: #fff;
}

#reserve ul li {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  text-align: center;
  color: #fff;
}

#reserve ul li:nth-of-type(1) {
  border-left: none;
}
#reserve ul li:nth-child(2){
   display:none;
}



#reserve ul li a.btn_res {
  position: relative;
  display: inline-block;
  width: 35%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #000000;
}

#reserve ul li a.btn_res::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}

#reserve ul li:nth-of-type(1) a.btn_res {
  background-color: #7f0020;
}

#reserve ul li:nth-of-type(1) a.btn_res:hover {
  background-color: rgba(139, 40, 40, 0.7);
}






#reserve ul li a.btn_res:hover {
  background-color: #333;
}

#reserve ul li a.btn_res span {
  display: inline-block;
  background: #6C5C49;
  margin: 2px 10px 0 0;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  vertical-align: top;
}

#reserve ul li a.btn_res.member span {
  background: #b83033;
  color: #fff;
}

@media (max-width: 480px) {
  #reserve {
    animation-name: none;
    padding: 0;
    border: none;
  }
  #reserve p {
    display: none;
  }
  #reserve ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 -1px 0 0;
    list-style: none;
    text-align: center;
  }
  #reserve ul li {
    display: table-cell;
    width: 50%;
    padding: 0 1px 0 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
  }
  #reserve ul li:nth-of-type(1) {
    border-left: none;
  }
  #reserve ul li a.btn_res {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 2;
    margin: 0;
    padding: 15px 5px;
    text-decoration: none;
    text-align: center;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
  #reserve ul li a.btn_res::before {
    display: none;
  }
  #reserve ul li a.btn_res span {
    display: inline-block;
    margin: 2px 5px 0 0;
    padding: 0px 5px;
    color: #fff;
    font-size: 10px;
    border-radius: 0px;
    vertical-align: top;
  }
  #reserve ul li:nth-of-type(2) {
    display: table-cell;
    background: #000;
    position: relative;
    width: auto;
  }
}

@media (max-width: 960px) {
  #reserve ul li {
    width: 85%;
  }
}

@media (max-width: 960px) {
#reserve ul li:nth-of-type(2) {
  background-color: #000;
  margin: 0;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

    #reserve ul li:nth-of-type(2) a {
        background: #000 url(../img/ico_tel.png) no-repeat 50% 50%;
        background-size: 13px;
        font-size: 0;
        padding: 30px 0;
        display: block;
    }



}
