
/*-----for smartphote-----*/
@media only screen and (min-width: 1px) and (max-width: 769px){
    
    .none01{display:none;} /* 非表示用クラス */
    
/* ------------------------------------------------------------------- 
 * フェードインボタン */

#line-tel {
    display:flex;
    width: 100%;
    max-width:1200px;
    align-items: center;
    justify-content: left;    
}
.fix-btn {
    display:flex;
    position: fixed;
    width: 100%;
    max-width:1200px;
    height: auto;
    bottom: 0px;
    margin-bottom: 0px;
    padding:0px 0px 0px 0px;
    box-sizing:border-box;
    align-items: flex-end;
    justify-content: left;
    background-color:#58ACFA;
    z-index: 999;
}
.fix-btn .btn-call{
    margin:0 0px 0 0px;
}
/* ------------------------------------------------------------------- */

}/* fin smartphone */

/*fot PC*/
@media screen and (min-width:770px) {

    .none_02{display:none;} /* 非表示用クラス */

}/* fin smartphone */