@charset "utf-8";
/*  style　[  Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {

    .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 {
    height: 65px;
  }
  #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;
    background: #fff;
}
  .head-animation {
  transform: translateY(-100%);
}
 .item {
    width: 70%;
  }
  .item-phone {
    width: 15%;
  }
  .item-nav {
    width: 10%;
    margin: 20px 0 0 5%;
  }

 /* ヘッダ部分 */
  h1 {
    padding: 0 ;
    margin-top: 2px;
}
  h1 img {
    width: auto;
    height: auto;
    height: 60px!important;
  }
  
  
.phone {
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  margin: 5px 0 0;
  text-align: center;
  text-shadow: none;
}
  .fa-phone-volume {
    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;
  }

  
  
  /*----------------------------------------------
   contents
---------------------------------------------*/
.contents {
  margin: 2em auto;

}
  
main {
  width: 100%;
}
aside {
  width: 100%;
  margin-bottom: 2em;
}
  

  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .mainbox {
  width: 90%;
  margin: 0 auto;
}
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 1em;
    }
  .copyright {
  font-size: 0.7em;
  }
}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
    /*min-height: 300px;*/
  }
  #areaHeader {
  height: 65px!important;
}
  
    .item {
    width: 65%;
  }
  .item-phone {
    width: 15%;
  }
  .item-nav {
    width: 15%;
    margin: 15px 0 0 5%;
  }
   h1 {
    padding: 0 ;
    margin-top: 2px;
}
    
    .phone {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
  margin: 5px 0 0;
  text-align: center;
  text-shadow: none;
}
  .fa-phone-volume {
    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;
  }



}


