@charset "utf-8";
/*




@media only screen and (max-width:1024px){
  #breadcrumb {
    width: auto;
  }
}


@media only screen and (min-width:690px){
  

} /* BP690 ここまで */

/* フッタバー */
#f-bar {
  background: #58dceb;
  bottom: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  text-align: center;
}

#f-bar img {
    margin: 0 15px !important;
}
#f-bar .guidance {
  margin: -30px 0 -20px !important;
}


#f-bar a:link{
	color:#89c3eb;
	
}

#f-bar a:visited{
	color:#89c3eb;
	
}

#f-bar a:hover{
	color:#89c3eb;
	
}

#f-bar a:active{
	color:#89c3eb;
	
}

#f-bar a{
	color:#89c3eb;
	
}



/* 幅1000px調整
----------------------------------------------- */
@media only screen and (max-width:1024px){

  

  #f-bar {
    text-align: center;
  }
  #f-bar img {
    height: auto;
    margin: 0 0 0 10px !important;
    width: 50% !important;
  }
  #f-bar .tel-num img {
    width: 70% !important;
  }
  #f-bar .guidance {
    width: 18.5% !important;
    margin-bottom: -10px !important;
  }
}


/* 幅689px調整
----------------------------------------------- */
@media only screen and (min-width:690px){
  
}
@media only screen and (max-width:689px){

  

  #f-bar img {
    margin: 0.5em 0;
    height: auto;
  }

  
}



