@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for TAB	*/
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 1024px
---------------------------------------------*/
@media screen and (max-width: 1024px) {
  #header .tel {
    width: 256px;
    position:absolute;
    top:55px;
    left: 35%;
  }

  .tel_nbr p {
    font-size: 2.8rem;
  }

  /* 診療予約 */
  .header-reserve{
    width:160px;
  position: absolute;
  top: -25px;
  right: 0;
  }

  .reserve_item .item h3{
    font-size:100%;
  }

  .reserve_item .item:nth-child(2) div{
    width:45%;
    background:url(/img/reserve/reserve_img02.png) no-repeat left 5px center #f08600;
    background-size:20% auto;
    padding: 50px 32% 40px 22%;
    position:relative;
  }


/*
  #right_igawadani	{ width:64px; height:auto; position: fixed; right: 0; top: 40px; z-index:99;}
  #right_reserve	{ width:64px; height:auto; position: fixed; right: 0; top: 175px; z-index:99;}
  #right_recruit	{ width:62px; height:70px; position: fixed; right: 0; top: 340px; z-index:99; overflow: hidden;}
*/
#footer_fix{
  width:100%;
  position:fixed;
  background:rgba(203, 174, 0, 0.9);
  padding-bottom:20px;
  bottom:0px;
  z-index: 9999;
}
#footer_fix div{
width:100%;
max-width:1200px;
margin:0 auto;
position:relative;
}
#footer_fix div .footer_btn00{
width:20%;
max-width:76px;
display: block;
position:absolute;
top:5px;
left:10px;
}
#footer_fix div::before{
  content:'はら耳鼻咽喉科\A明石クリニック';
  white-space: pre;
  color:#fff;
  width:100px;
  height:20px;
  font-size:16px;
  font-weight: bold;
  display: block;
  position:absolute;
  line-height: 1.4;
  top:15px;
  left:12%;
}
#footer_fix div ul{
  width:70%;
  margin-left:30%;
  display: flex;
  padding-top:2%;
  justify-content: space-between;
}
#footer_fix div li{
  width:33%;
  text-align: center;
  list-style: none;
  display: block;
}
#footer_fix div li img{
  width:90%;
  margin:0 auto;
  display: block;
  max-width:336px;
}

body{
  padding-bottom:120px;
}

#pageTop {
  bottom:115px;
}




}
