@charset "utf-8";
/*  style　[  Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
/*  #top {
  margin-top: -50px;
  padding-top: 50px;
}
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}
  li p, li li {
    font-size: 1em;
  }*/
.img {
   height: auto !important;
}
    .xs-block {
    display: block;
  }
  .xs-space {
    margin-left: 1em;
  }
  
  .table-xs th {
    display: block;
    width: 100%;
  }
  .table-xs td {
    display: block;
    width: 100%;
  }
  
 /* section::before {
        content: "";
        display: block;
        height: 70px;
        margin-top: -70px;
        visibility: hidden;
      }

      .ankerfix {
        content: "";
        display: block;
        height: 70px;
        margin-top: -70px;
        visibility: hidden;
      }
  */
  
  /*----------------------------------------------
   header
---------------------------------------------*/
  header {
    min-height: 200px;
  }
  #areaHeader {
  height: 65px;
    box-shadow: 0 4px 8px -3px rgba(17, 17, 17, .06);
    position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 199999;
}
  .head-animation {
  transform: translateY(-100%);
}
 .item {
    width: 56%;
  }
  .item-phone {
    width: 15%;
  }
  .item-nav {
    width: 10%;
    margin: 20px 0 0 5%;
  }

 /* ヘッダ部分 */
  h1 {
    padding: 0 ;
    margin-top: 5px;
}
  h1 img {
    width: 90%;
    height: auto;
  }
  
  
.phone {
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  margin: 5px 0 0;
  text-align: center;
  text-shadow: none;
}
  .fa-sign-in-alt {
    font-size: 2.2em;
    /*transform: rotate(-45deg);*/
  }

  .btn-tel{
    display: block;
    border-radius: 50px;
    color: white!important;
    text-align: center;
    background: #f75065;
    padding: 5px ;
    margin: auto;
    height: 55px;
    width: 55px;
  }


  
/*----------------------------------------------
  見出し
  ---------------------------------------------*/
  /* h2 */
  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .main {
  width: 90%;
  margin: 0 auto;
}
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 0.7em;
    }

  .copyright {
  font-size: 0.6em;

}

}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
    /*min-height: 300px;*/
  }
  #areaHeader {
  height: 65px!important;
}
  
    .item {
    width: 83%;
  }
  .item-phone {
    width: 15%;
  }
  .item-nav {
    width: 15%;
    margin: 15px 0 0 5%;
  }
   h1 {
    padding: 0 ;
    margin-top: 5px;
}
    h1 img {
    width: 100%;
    
  }
    .phone {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  margin: 5px 0 0;
  text-align: center;
  text-shadow: none;
}
  .fa-sign-in-alt {
    font-size: 2.2em;
    /*transform: rotate(-45deg);*/
  }

  .btn-tel{
    display: block;
    border-radius: 50px;
    color: white!important;
    text-align: center;
    background: #f75065;
    padding: 5px ;
    margin: auto;
    height: 50px;
    width: 50px;
  }

  



}


