/*---------------------------------------------------------------*/
/* スマホ */
/* <link rel="stylesheet" href="/user_data/common/css/goto.css" /> */
/*---------------------------------------------------------------*/
@media screen and (max-width: 640px) { 
  #goto{
    display: none;
  }
  .calen_add_area {
    bottom: 50px;
    position: fixed;
    z-index: 999999;
    right: 10px;
  }
  .calen_add_area a{
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    text-align: center;
    margin: 0px 5px 20px 0;
    font-size: 9px;
    line-height: 120%;
    background-color: #ec7aac;    
  }
  .calen_add_area a span{
    padding: 16px 0 0 0;
    font-size: 8px;
  }
  .calen_add_area i.fa-plus{
    font-size: 18px;
    display: block;
    margin: 8px 0 -15px 0;
    clear: both;
  }
  
}