



#footer-area {
    padding: 70px 0 50px;
}




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

#footer-area {
    padding: 8% 0 90px;
}
}



/*footer*/



#footer {
    background: #f4f4f4;
    border-top: 4px solid rgb(8, 32, 108);
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}



#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #222;
}

#footer p {
    color: #222;
}

#footer a:not(.btn) {
    color: #222;
}






#footer_sp_fixed {
  display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: #fff;
}
#footer_sp_fixed ul {
  display: block;
  width: 100%;
  margin:0;
  padding: 0;
}
#footer_sp_fixed ul li {
  float: left;
  display: block;
  /*height: 70px;*/
  text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
  width: 66%;
  padding: 0;
  background-color: ;
}
#footer_sp_fixed ul li.sp_access,
#footer_sp_fixed ul li.sp_reserve {
  width: 17%;
  padding: 0;
}
#footer_sp_fixed ul li.sp_access img ,
#footer_sp_fixed ul li.sp_reserve img {
  max-width: 100%;
  height: auto;
}
#footer_sp_fixed ul li.sp_access {
  
}
#footer_sp_fixed ul li.sp_reserve {
  
}
#footer_sp_fixed ul li {
  display: block;
}
}
















.side-contact-btn {
  position: fixed;
  bottom:60px;
  right:0;
  margin:auto;
  font-size: 14px;
  font-weight:bold;
  z-index: 10;
  line-height: 1;

}
.side-contact-btn li {
  width: 94px;
  height:94px;
  display:block;
  background: ;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px 0 0 10px;
}
.side-contact-btn li a {
  width: 100%;
  height:100%;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 18px;
}


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

.side-contact-btn {
display: none !important;
}

}















/*
#footer_sp_fixed {
    display: none;
}

@media screen and (max-width: 600px){
#footer_sp_fixed {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    background-color: #FFFBE6;
}
#footer_sp_fixed ul {
    display: block;
    width: 100%;
    margin:0;
    padding: 0;
}
#footer_sp_fixed ul li {
    float: left;
    display: block;
    height: 65px;
    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: #83C896;
}
#footer_sp_fixed ul li.sp_reserve {
    background-color: #83B3C6;
}
#footer_sp_fixed ul li.sp_menu {
    background-color: #A5A5A5;
}

#footer_sp_fixed ul li {
    display: block;
}
}
*/