@charset "utf-8";
/*-------------- 医院ごとのパーツ -----------------*/

@media only screen and ( max-width : 428px ) {
    .header-logo {
      width: 50%;
    }
    
    @media only screen and ( max-width : 375px ) {
      .header-logo {
        width: 60%;
      }
    
      @media ( max-width : 320px ) {
        .header-logo {
          width: 70%;
        }
      }
    }
  }

.logo-footer {
  width: 240px;
}

@media only screen and ( max-width : 428px ) {
  .logo-footer {
    width: 200px;
  }
}

.tell-number {
  background-image: url(../img/icon-tel-color1_c7.png);
}


@media only screen and ( max-width : 428px ) {
  .sticky-btns-area a.two-btns {
      display: inline-block;
      width: calc(100% / 2 - 20px);
      border: 1px solid;
      margin: 10px 5px 0 9px;
      font-size: 15px;
  }
}