

    .footer-fix-nav {
      position: fixed !important;
      bottom: 0;
      width: 100%;
      display: table;
      z-index: 50 !important;
      background: #F2F2F2;
      padding: 0% 1%;
      height: 76px;
        height: calc(76px + env(safe-area-inset-bottom));

    }
    

    .f-tel{
      display: table-cell;
      width: 20%;
      padding: 2% 1%;
      text-align: center;
    }

        .f-line,
    .f-res,
    .f-mail,
    .f-draw {
      display: table-cell;
      width: 20%;
      padding: 2% 1%;
      text-align: center;
    }

   .f-tel img{
      width: 100%;
      height: 45px;
    }
    .f-line img,
    .f-tel img,
    .f-res img,
    .f-mail img,
    .f-draw img {
      width: 100%;
      height: 45px;
    }


    .f-line a,
    .f-tel a,
    .f-res a,
    .f-mail a,
    .f-draw button {
      display: block;
      background: #fff;
      border-radius: 6px;
      text-align: center;
      border:0;
      padding: 1px;
      width: 100%;
    }


    .f-tel a {
      background: #9AC62C;
    }
  .f-line a {
      background: #FFF;
  }


/*

#footerBtn {
    display: none;
}




@media screen and (max-width: 600px){

#footerBtn {  
    position: fixed !important;  
   display: block;
    bottom: 0;  
    left: 0;  
    width: 100%;  
    color: #fff;
    background-color: #AAAAAA;
    z-index:9999;
    margin: 0 auto;
}

#footerBtn .btn {
    padding: 0;
}

#ydchb{
    margin:0;
    padding:0;
    border-bottom:2px solid #FFF;
}

ul.hmb {
    margin:0;
    display:table;
    table-layout: fixed;
    width:100%;
    padding: 0px;
    border-left: 2px solid #fff;
    border-top:2px solid #fff;
}

ul.hmb li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    border-right: 2px solid #fff;
}

ul.hmb li img{
    width: 100%;
}

ul.hmb li button{
    padding:0;
    margin:0;
        border-width: 0;
}

}




.btn-yoyaku {
  display: inline-block;
    font-weight: 400;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;


    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  font-size: 14px;
  padding: 0.8rem 1.2rem;
  background-color: #83c896;
    border-color: #83c896 #83c896 #83c896;
    color: #FFF;
}

@media screen and (max-width: 600px){


.btn-yoyaku {
  font-size: 14px;
  padding: 0.8rem .55rem;
}

}



#footer_sp_fixed {
    display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    background-color: #FFFBE6;

    height: 50px;
    height: calc(50px + env(safe-area-inset-bottom));
}
#footer_sp_fixed ul {
    display: block;
    width: 100%;
    margin:0;
    padding: 0;
}
#footer_sp_fixed ul li {
    float: left;
    display: block;

    text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
    width: 55%;
    padding: 0;
    background-color: #FFFBE6;
}
#footer_sp_fixed ul li.sp_access,
#footer_sp_fixed ul li.sp_reserve,
#footer_sp_fixed ul li.sp_menu {
    width: 15%;
    padding: 0;
}
#footer_sp_fixed ul li.sp_access img ,
#footer_sp_fixed ul li.sp_reserve img,
#footer_sp_fixed ul li.sp_menu img {
    max-width: 100%;
    height: auto;
}
#footer_sp_fixed ul li.sp_access {
    background-color: #f6ad48;
}
#footer_sp_fixed ul li.sp_reserve {
    background-color: #598fd1;
}
#footer_sp_fixed ul li.sp_menu {
    background-color: #A5A5A5;
}

#footer_sp_fixed ul li {
    display: block;
}
}






























    
    */