@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Footerコンテンツ

--------------------------------------------------------------------------------------------- */
#footer{
    z-index: 300;/*palalax 指定------------------300*/
    background: #f8f8ff;
}

.footer-block {/*タイトルブロック*/
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.footer-contents{
    width: 80%;
    margin: 0 auto;
    border-bottom: 0.5px solid #ccc;
}

.foot-logo{
    width: 275px;
    margin-bottom: 50px;
}
.foot-logo img{
    width: 100%;
    height: auto;
}

.tel a{
    /*font-family: 'Urbanist', sans-serif;*/
    font-family: "Quicksand", sans-serif;
	font-size: clamp(20px, 2vw, 24px);
    color: #333;
}

.reception-hours{
    margin: 0 auto 15px auto;
	font-size: clamp(14px, 2vw, 16px);
}
.reception-hours span{
	font-size: clamp(16px, 2vw, 18px);
    /*font-family: 'Urbanist', sans-serif;*/
    font-family: "Quicksand", sans-serif;
}

.copy{
    width: 80%;
    padding: 25px 0;
    text-align: right;
    /*font-family: 'Urbanist', sans-serif;*/
    font-family: "Quicksand", sans-serif;
	font-size: clamp(10px, 2vw, 12px);
    margin: 0 auto;
}

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

.footer-contents{
    width: 90%;
}
    
.copy{
    width: 90%;
}
    
}

@media screen and (max-width:500px) {
    
.foot-logo{
    width: 250px;
}
    
}















