



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




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

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



/*footer*/








#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: calc(56px + 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;
    /*height: 65px;*/
    text-align: center;
}
#footer_sp_fixed ul li.sp_tel {
    width:42%;
    padding: 0;
    background-color: #FFFBE6;
}
#footer_sp_fixed ul li.sp_reserve{
    width: 42%;
    padding: 0;
}
#footer_sp_fixed ul li.sp_access,

#footer_sp_fixed ul li.sp_menu {
    width: 16%;
    padding: 0;
}
#footer_sp_fixed ul li.sp_access 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: #f6ad48;
}
#footer_sp_fixed ul li.sp_menu {
    background-color: #A5A5A5;
}

#footer_sp_fixed ul li {
    display: block;
}
}



































/*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: 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: -5px 0 0;
    font-size: 250%;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

#footer-tel span::after, #footer-tel a::after {
    font-family: "dental";
  font-weight: 900;
  content: "\f098";

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

}

#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-tel br {
    /*display: none;*/
}


#page-top {
    position: relative;
    z-index: 3;

    margin: 0 auto;
    padding: 0 15px;
}

#page-top a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: -120px;
    right: 15px;
    text-indent: -9999px;
    border: solid 2px rgba(255, 255, 255, .5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color .2s linear, border .2s linear;
    -webkit-transition: background-color .2s linear, border .2s linear;
    -o-transition: background-color .2s linear, border .2s linear;
    -ms-transition: background-color .2s linear, border .2s linear;
    transition: background-color .2s linear, border .2s linear;
}

#page-top a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 13px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top .2s linear;
    -webkit-transition: top .2s linear;
    -o-transition: top .2s linear;
    -ms-transition: top .2s linear;
    transition: top .2s linear;
}






















.z-depth-2 {
    position: relative;
    z-index: 2;
}

#access-map .bg-access {
   /* color: #fff;*/
    background: #ecd5ce;
    padding-top: 90px;
    overflow: hidden;
    position: relative;
}






#access-map .bg-access.plx-active:before {
    left: -35%;
}
#access-map .bg-access:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -150%;
    z-index: 1;
    background: #E4B5A6;
    -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}


.container:before, .container-lg:before, .container:after, .container-lg:after {
    content: " ";
    display: table;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.ov-h {
    overflow: hidden;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}

.iframe-content iframe, .iframe-content>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
















#footer .ft-body {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #999;
    padding: 50px 0;
}

#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: 12px;
    padding-left: 5px;
}

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

    margin-right: 5px;

    color: #bbb;

    font-family: "dental"; font-weight: 900; content: "\e822";
}

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

.ft-bottom {
    background: #f4f4f4;
    font-size: 12px;
}






/*
#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;
}
}
*/