@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;
  }

    .xs-block {
    display: block;
  }
  .xs-space {
    margin-left: 1em;
  }
  
  .table-xs th {
    display: block;
    width: 100%;
  }
  .table-xs td {
    display: block;
    width: 100%;
  }
  .noFloat-xs {
    float: none;
    padding: 0 0 15px 0;
  }
  .sm_space{
    margin-left: 5px;
  }
  
 /* 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: 5px;
}
  h1 img {
    width: 85%;
    height: 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;
  }

  
  .catch {
   position: absolute;
  top: 65px!important;
  right: 0;
  padding: 0 ;
}
  
  /*----------------------------------------------
   アンカーメニュー
---------------------------------------------*/
  h2.menuH2 {
    font-size: 1em;
    font-weight: 500;
    border-bottom: #fff 1px solid;
    padding: 5px;
    
  }
#submenu ul {
  text-align: left;
}

#submenu ul li  {
  width: 50%;
  white-space: nowrap;
  text-align: left;
}
  
 /*----------------------------------------------
  見出し
  ---------------------------------------------*/
  /* h2 */
h2.line_h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 98%;
}
  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(223,63,134,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(223,63,134,0.6);
}
  
  
 /*----------------------------------------------
  
  ---------------------------------------------*/

  .main {
  width: 96%;
  margin: 0 auto;
}
/*----------------------------------------------
  footer
  ---------------------------------------------*/
  address {
    font-size: 1em;
    }
    span.kamoku {
      text-align: left;
      font-size: 0.8em;
      /*padding-left: 1em;*/
    }
  div.add-box {
  margin: 0 auto;
  width: 90%;
}
.parking {
  margin-bottom: 10px;
}
.accesslist {
  font-size: 0.9em;
  margin-bottom: 1em;
}
  .copyright {
  font-size: 0.7em;
  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 3%;
  }
   h1 {
    padding: 0 ;
    margin: 10px 8px 0 8px;
}
    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;
  }

  
     /* h2 */
h2.line_h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  width: 98%;
}
  
  /*フッターの診療時間*/
.tb01{
  font-size: 0.8em;
}


}


