@charset "UTF-8";

/*------------------ボタンTEL調整-------------------------*/
#info_tel + .contents_btn01 a:nth-child(1){
       display:none;
}

@media screen and (max-width: 900px){
 #info_tel + .contents_btn01 a:nth-child(1){
       display:inline-block;
}
#info_tel + .contents_btn01 a:nth-child(2){
       display:none;
}
}