.reserve_fix_container.ver04 {
  display: none;
}

@media (max-width: 599px){
  .reserve_fix_container.ver01 {
    width: calc((100%) / 3);
    bottom: -48.41px;
  }
  .reserve_fix_containerver01 .hide-box {
    padding: 7px;
  }
  .reserve_fix_container .hide-box .telwrap a {
    font-size: 1em;
  }
  .reserve_fix_container.ver02 {
    width: calc((100%) / 3);
    left: calc((100% / 3) * 1);
  }
  .reserve_fix_container.ver04 {
    position: fixed;
    display: block;
    top: auto;
    right: auto;
    width: calc((100%) / 3);
    left: calc((100% / 3) * 2);
    bottom: -38.41px;
    transform: none;
    border-radius: 5px 5px 0 0;
    background: #463a41;
    color: #fff;
  }
  .reserve_fix_container.ver04 .hide-box {
    padding: 13px;
  }
}

@media (max-width: 405px){
  .reserve_fix_container.ver01 {
    bottom: -63.41px;
  }
}
