
.footer-walk {
     background: #FFF url(/_images/bg/whitediamond.png);
}

.footer-map {
    background: #FFF;
    border-top: 10px solid #F8F2EE;

}


.side-map-text {

    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
    padding: 4% 6%;
}
@media only screen and (max-width: 567px) {
.side-map-text {
    padding: 10% 3%;
}

}


/*google map*/

.map-responsive{
    overflow:hidden;
    /*padding-bottom:50%;
    position:relative;*/
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.footer-info-txt-s {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: left;
}

.footer-info-txt {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: center;
}

.footer-info-txt strong{
    font-weight: bold;
}




.footer-info-txt-lg {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}





.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 .ft-body {
     padding: 3% 0;
    position: relative;
    z-index: 2;
    background: #FFF;
    color: #999;
}

#footer .ft-body .ft-nav-title {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 12px;
}

#footer .ft-body .ft-nav {
    list-style:none;
    margin:0;
    padding:0;
}

#footer .ft-body .ft-nav li {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 5px;
}

#footer .ft-body .ft-nav li:before {

    margin-right: 5px;

    color: #bbb;

    font-family: "dental";
  font-style: normal;
  font-weight: normal;
  content: '\f105';
}

#footer .ft-body a {
    color: #333;
    text-decoration: none;
}

.ft-bottom {

    font-size: 12px;
}



/*footer*/

footer {
    position: relative;
    background-color: #f4f4f4;
}


.footer-row {
    position: relative;
  
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

#footer-contact {
    float: left;
    /*width: 50%;*/
    color: #555;
}

#footer-contact p {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 140%;
    line-height: 100%;
    
    vertical-align: middle;
}

#footer-address {
    display: inline-block;
    padding: 0 0 0 0px;
    font-size: 80%;
    
    vertical-align: middle;
    margin-bottom: 20px;
}

#footer-tel {
    padding: 10px 0 0;
    font-size: 76%;
    
}

#footer-tel span {
    display: inline-block;
}
#footer-tel span, #footer-tel a {
    position: relative;
    padding: 0 20px 0 32px;
    margin: -8px 0 12px 0;
    font-size: 250%;
    font-family: outfit;
    font-weight: 400;
    line-height: 30px;
    vertical-align: middle;
}

#footer-tel span::after, #footer-tel a::after {



    font-family: "dental";
  font-style: normal;
  font-weight: normal;
  content: '\e818';




font-size: 24px;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    color: #F0813B;

}

#footer-tel a:link, #footer-tel a:visited, #footer-tel a:hover, #footer-tel a:active {
    text-decoration: none !important;
    color: #fff !important;
}

#footer-tel a {
    display: none;
}

.footer-teltxt {
    margin-bottom: 16px;
    font-size: 12px;
}

#footer-copyright {
    float: left;
    width: 50%;
}

#footer-copyright p {
    padding: 50px 0 0;
    text-align: right;
    font-size: 67%;
    color: #c5cacb;
}

#footer-copyright a:link, #footer-copyright a:visited, .sp #footer-copyright a:hover, .sp #footer-copyright a:active {
    color: #c5cacb;
    text-decoration: none;
}


#footer-copyright br {
    display: none;
}

#footer-address br {
    display: none;
}




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

}

.side-contact-btn li {
    width: 100px;
    height: 100px;
    display: block;
    background: ;
    text-align: center;
    margin-bottom: 18px;
    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;
    }

}