
@charset "utf-8";

/*--------------------------------------
このbase_formatはmax-width:885pxメインと
なっているがレスポンシブは基本は下記サイズから
@media screen and (max-width:767px)
---------------------------------------*/
@media screen and (max-width:1000px){
  
  /*
  .aba{
    width: 100%;
    margin: 24rem 0rem 0rem 0rem;
  }
  
  .abb{
    display: none;
  }

  .inner._07.display_flex{
    display: block;
  }
  */
}


@media screen and (max-width:767px){

  .navArea{
    width: 96%;
  }

  

/*——————————————————————
display: block;
——————————————————————*/

  .display_flex,.sp-only_01{
    display: block;
  }

  .field._01,.inner._01{
    width: 100%;
  }

  .entry._01,.entry._02,.inner._07{
    width: 94%;
  }

  
  .left-01{
    padding: 3%;
  }

  .pic img{
    width: 100%;
    height: auto;
  }

  .field._01{
    width: 100%;
  }

  
  /*————————————————————————————————
  ナビゲーション設定
  —————————————————————————————————*/
  
    
  /*navタブにopen classがついた時の動作*/
  .header_inner.open{
    overflow-y: auto;
    height: 100%;
    background: none;
  }

  .navArea.display_flex{
    align-items: initial;
  }

  .header_inner.open .global_menu{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    top: 12rem;
  }
  /*————————————ここまで————————————*/

  .global_menu{
    min-width: 100%;
    margin-left: 0;
  }
  
  .header_nav{
    display: block;
    width: 100%;
  }

  .header_nav li a:hover{
    color: #fff;
    opacity: 0.3;
  }
  

  .header_nav li a:after{
    background: none;
  }

  .navArea{
  padding: 1rem;
  }

  
  .mask {
    display: none;
    position: fixed;
    /*transition: all 0.3s ease-in-out;
    z-index: 999;*/
  }
  .open .mask {
    margin: 0 auto;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(25, 143, 165, 0.9);
    z-index: -1;
  }

    
  .header_inner.open .navArea{
    background: rgba(244, 244, 244, 1.0);
    justify-content: center;
    width: 96%;
    margin-top: 1rem;
  }

  /*——————————————————————
  ハンバーガー トグル形状とアクション
  ——————————————————————*/
  .toggle_btn {
    position: absolute;
    width: 8rem;
    height: 8rem;/*高さ必ず指定してタップ領域確保*/
    display: block;
    top: 0;
    right: 0;
    transition: .3s;
    z-index: 9999;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
  }

  .btn01{
  width: 100%;
  height: 2.7rem;
  /*margin-top: 4rem;*/
  padding: 0 2rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

  .toggle_btn span {
    display: block;
    /*position: absolute;*/
    left: 0;
    /*width: 32px;*/
    height: 2px;
    background-color: #3E3E3E;
    transition: .4s;
    cursor: pointer;
    z-index: 9999;
  }

  .toggle_btn.open span {
    background-color: #3E3E3E;
  }

  .toggle_btn.open span:nth-child(1) {
    -webkit-transform: translateY(1.2rem) rotate(30deg);
    transform: translateY(1.2rem) rotate(30deg);
  }
  .toggle_btn.open span:nth-child(2) {
    opacity: 0;
  }
  .toggle_btn.open span:nth-child(3) {
    -webkit-transform: translateY(-1.2rem) rotate(-30deg);
    transform: translateY(-1.2rem) rotate(-30deg);
  }
  /*————————————ここまで————————————*/

  /*----------------------------
  ナビゲーション上下のボーダー設定
  ナビゲーション文字 天地左右スペース設定
  -----------------------------*/

  .header_nav li{
    /*
    border-bottom: 1px solid #B7B7B7;
    */
    height: auto;
  }


  /*
  .header_nav li:nth-of-type(1)  {
    border-top: 1px solid #B7B7B7;
  }
  */

  .header_nav li a{
    font-size: 1.6rem;
    display: block;
    text-align: center;
    color: rgba(244,244,244,1.0);
  }

  .header_nav li .link_li::after{
    margin-left: 2.4rem;
  }

  
  li.menu{
    padding: 4% 0;
  }

  li.menu a{
    padding: 0 10%;
  }

  li.menu a.close{
    padding-bottom: 4%;
  }

  li.menu.aco_moji a{
    padding: 0 4%;
  }

  li.menu ul.child_menu{
    width: 100%;
    padding: 0;
    position: initial;
    background: none;
    opacity: 1;
  }

  /*
  li.menu ul.child_menu:nth-of-type(1){
    border-top: 1px solid #B7B7B7;
  }
  */

  li.menu ul.child_menu > li{
    display: table;
    cursor: pointer;
    /*
    border-bottom: 1px solid #B7B7B7;
    */
    width: 100%;
    padding: 3% 4%;
  }

  li.menu ul.child_menu > li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
  }

  /*————————————————————————
  メール SP
  ————————————————————————*/

  .header_inner.open .mail_form._sp{
    display: block;
  }

  .mail_form._sp{
    margin: 0 auto;
    text-align: center;
    /*padding: 2rem 0;*/
    width: 312px;
    height: 64px;
    color: #FFFFFF;
    background: rgba(246, 173, 60, 0.9);
    margin-top: 3rem;
    border: 1px solid #fff;
    filter: drop-shadow(4px 4px 8px rgba(62,62,62,0.25));
    transition: .4s;
  }

  .mail_form._sp a{
    color: #FFFFFF;
    transition: .4s;
  }

  .mail_form._sp:hover{
    background: rgba(222, 222, 222, 0.9);
  }

  .mail_form._sp:hover a{
    color: #3D3D3D;
  }
  
  /*——————————————————————
  Side Menu-SP
  ——————————————————————*/

  .header_inner.open .button-icon.sp-only{
    display: block;
    /*width: 100%;*/
    margin-top: 1rem;
  }

  .button-icon{
    position: initial;
  }

  .tel-moji{
    color: rgba(244, 244, 244, 1.0);
  }

  .sp-only_01._a{
    position: absolute;
    width: 100%;
    bottom: 5rem;
  }

  .button-icon{
    width: 18.8rem;
  }


  .button-icon._a a{
    font-size: 1.6rem;
  }

  .button-icon._a a::before{
    background-image: none;
  }


  /*ハンバーガーメニューopen時に後ろの要素をスクロールさせない*/
  .noscroll{
    overflow: hidden;
  }


/*——————————————————————
ファーストビューエリア
——————————————————————*/
.tops{
  width: 100%;
  /*height: auto;*/
  flex-flow: column;
  justify-content: center;
}

.top_pic._00{
  width: 100%;
}


.pic._00{
  overflow: hidden;
  width: 100%;
  height: auto;
}

.h1_title._02 p{
  padding-right: 0;
}

.top_pic._01{
  margin: 0 auto;
  width: 80%;
  height: auto;
}


/*——————————————————————
診療案内エリア
——————————————————————*/

.comment._01{
  width: 100%;
}

.add-tel-fax{
  text-align: center;
  line-height: 6rem;
  margin-left: 0;
}

.animal-photo._01{
  justify-content: center;
}

.title-texts a{
  color: rgba(25, 143, 165, 1);
  border-bottom: solid  rgba(25, 143, 165, 1) 1px;
}


/*——————————————————————
当院の特徴内エリア
——————————————————————*/

.features:nth-of-type(n+2) {
  margin-top: 6rem;
}


  /*——————————————————————
  footer_SP
  ——————————————————————*/

footer{
  width: 100%;
}

.f_nav_box._b{
  width: 100%;
}

.f_nav_moji li{
  padding: 1rem 0;
}


.display_flex._foot{
  width: 100%;
}

footer .line {
  margin-bottom: 0;
}

.f_field{
  text-align: center;
}

  .sp_arrow{
    position: fixed;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 9999px;
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    opacity: .8;
    border: 1px solid #3E3E3E;
    filter: drop-shadow(4px 4px 8px rgba(62,62,62,0.25));
    bottom: 2rem;
    right:1.6rem;
    z-index: 999;
  }
  
  /*--------------------------
  display:none
  ---------------------------*/

  .global_menu,.abc_icon.pc-only,.sp-only_02,.mail_form,.pick_up_article,.tower{
    display: none;
  }

  .pc-only{
    display: none !important;
  }


  .h1_title._02 h1{
    justify-content: center;
    font-size: 4.6vw;;
  }

  .ceiter-h3{
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .maru{
    width: 3rem;
    height: 3rem;
  }

  .p_1{
    font-size: 1.6rem;
    padding: 3px;
    left: 0.1rem;
  }

  .quest::before{
    top: 1.3rem;
    width: 2rem;
    right: 1.3rem;
  }
  .quest::after{
    top: 1.3rem;
    right: 1.3rem;
  }

  .quest p{
    font-size: 1.6rem;
  }

  .box{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }


  /*——————————————————————
  ————————————————————————
  お問い合わせ エリア
  ————————————————————————
  ——————————————————————*/

  .contact.-b{
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .contact.-s{
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .form-label{
    font-size: 1.4rem;
  }

  .form-input._a{
    margin: 0rem 0;
  }


  .form-label._a{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-bottom: solid #000 1px;
  }
  .form-input._a input, .form-input._a{
    text-align: center;
  }
  
  .label_aa{
    margin-right: 0rem;
  }

    /*——————————————————————
————————————————————————
ここから下層ページ
————————————————————————
——————————————————————*/
/*——————————————————————
下層ファーストビューエリア
——————————————————————*/

/*——————————————————————
犬の診療・予防エリア
——————————————————————*/

.h2_title{
  justify-content: center;
}

.dog_pho{
  width: 100%;
  margin-left: 0;
}

.sub-pic img{
  width: 100%;
}

}

  

  @media screen and (max-width:635px){
    .sp-only_02{
      display: block;
    }

    .space._06._2rem{
      height: 4rem;
    }

    
  }
  /*——————————————————————————————————————————————————————
  ————————————————————————————————————————————————————————
  以下の文言で幅600以下で一定の条件を満たしたアイテムすべて半分になる
  ————————————————————————————————————————————————————————
  ———————————————————————————————————————————————————————*/
  @media only screen and (max-width: 600px) {
    
    .circles{
      width: 5.6rem;
      height: 5.6rem;
    }
  }

  @media screen and (max-width:571px){

    h2{
      font-size: 2.8rem;
    }

    h2 span{
      font-size: 1.6rem;
    }

    .tab_area li a{
      font-size: 1rem;
    }
    .ceiter-h3{
      margin-top: 2rem;
      font-size: 1.8rem;
    }

    
    .sorter li a{
     font-size: 1.4rem;
    }

    
    .banner._01{
      display: none;
    }

    
  }

  @media screen and (max-width:494px){

    /*——————————————————————
    display: block;
    —————————————————————*/

    .sp-only_02{
      display: block;
    }

    .count-up{
      font-size: 12rem;
    }

    .count{
      font-size: 2.6rem;
      top: 38%;
      height: 14rem;
    }

    .newline{
      line-height: 3.2rem;
      
    }

    /*——————————————————————
    DisplayFlexベーシック-SP
    ——————————————————————*/

    .calc._01 li{
      width: calc(100%);
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      margin-bottom: 4rem;;
    }

    .inner._02{
      padding: 0;
    }


    /*——————————————————————
    ————————————————————————
    お問い合わせ エリア
    ————————————————————————
    ——————————————————————*/

    .contact.-b{
      font-size: 2rem;
      line-height: 3.2rem;
    }

    .contact.-s{
      font-size: 1.6rem;
      line-height: 2.8rem;
    }

    .form-label,.radio-label{
      font-size: 1.4rem;
    }


  }

  @media screen and (max-width:479px){

    html {
      font-size: 50%;
    }



    .sorter li a,.leads{
      font-size: 1rem;
    }

    .ceiter-h3{
      font-size: 1.6rem;
    }

    .calc._02,.calc._03,.blog_calc,.display_flex-s.calc._01 li{
      width: calc(100% / 1);
    }

    .quest p{
      font-size: 1.4rem;
    }
   
  }

  @media screen and (max-width:375px){
      html {
        font-size: 40%;
      }
      input#ha-buy-check{
        transform: scale(1.2);
      }

        /*——————————————————————
    ————————————————————————
    お問い合わせ エリア
    ————————————————————————
    ——————————————————————*/

    .contact.-b{
      font-size: 1.8rem;
      line-height: 3.2rem;
    }

    .contact.-s{
      font-size: 1.3rem;
      line-height: 2.8rem;
    }

    .form-label,.radio-label{
      font-size: 1.4rem;
    }

  }

  