@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 {
    min-height: 150px;
  }
  #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: 70%;
  }
  .item-phone {
    width: 15%;
  }
  .item-nav {
    width: 10%;
    margin: 20px 0 0 5%;
  }

 /* ヘッダ部分 */
  h1 {
    padding: 0 ;
    margin-top: 3px;
}
  h1 img {
    width: auto;
    height: 60px!important;
    margin: 0 auto;
  }
  
  
.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;
  }

  
  /* h2 */
h2.line_h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 98%;
  margin-bottom: 1.5em;
}
  h2.line_h2:before {
  content: "■";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background: none;
  background-size: contain;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-position: right;
    color: rgba(181,53,129,0.6);
}

h2.line_h2:after {
  content: "■";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background: none;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 5px;
  color: rgba(181,53,129,0.6);
}
  
  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .main {
  width: 90%;
  margin: 0 auto;
}
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 1em;
    }
.parking {
  margin-bottom: 10px;
  border-bottom: #fff 1px dashed;
  border-top:  #fff 1px dashed;
  padding: 10px 0;
}
  .copyright {
  font-size: 0.7em;
  text-align: center;
  padding-top: 30px;
}

}
/*----------------------------------------------
   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: 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-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;
  }

  
  
  /*フッターの診療時間*/
.tb01{
  font-size: 0.8em;
}


}


