/*
 Theme Name:   theme01-child
 Template:     theme01
*/

body{
     font-family:"'メイリオ' ,Meiryo ,  Helvetica,  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family:
    font-size:14px;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}


.bs{
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.75);

}

a:hover{
      opacity:0.7;
}
a{
      display:block;
-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

.breadCumbs a{
    display:inline;
}
@media screen and (max-width: 895px){
.c-fix-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
}
	.c-fix-menu a:hober{
color:#fff;		
	}
	.c-fix-menu i{
    margin-right: 10px;		
	}	
.c-fix-menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc( 100% / 2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.13);
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
}	
.c-fix-menu__btn:first-child {
    background: #8bce8b;
	color: #fff;
}	
.c-fix-menu__btn:last-child {
    background: #ed7dab;
	color: #fff;
}		
.icon-tel:before {
    content: "\E905";
}	
#back-top.back-top01 a {
   
    bottom: 70px;

}	
	}
@media screen and (min-width: 895px){
.c-fix-menu	{
	    display: none;	
	}
}
#footer dl#footerOutline dt.mb-15{
    margin-bottom: -15px;	
}
#content .top_midashi01{
    font-size: 1.5rem;
    line-height: 1.2;	
}
@media screen and (max-width: 580px){
#content .top_midashi01{
    font-size: 1.2rem;
    line-height: 1.2;	
}	
}
.mb20{
    margin-bottom: 20px;	
}
@media screen and (max-width: 895px){
.copy {
    margin-bottom: 15px;
}
	}