@charset "utf-8";
/*——————————————————————
base
——————————————————————*/
html{
  font-size: 10px;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #3E3E3E;
    margin: auto;
    
  }
  *
  {
    margin: 0;
    padding: 0;
  }

  a,
  a:link,
  a:visited,
  a:active {
    text-decoration: none;
    color: rgba(62, 62, 62, 1);
  }

  * {
  box-sizing: border-box;
  }
  

.body_wrapper{
  overflow: hidden;
}


/*——————————————————————
————————————————————————
全体設定
————————————————————————
——————————————————————*/


.display_flex,.display_flex-s{
  display: flex;
}

.display_flex.space-between{
  justify-content: space-between;
}

.photo_ti{
  font-size: 1.6rem;
  font-weight: 500;
}

.photo_ti._01{
  width: 31rem;
  height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
}

.space._00{
  height: 0.4rem;
}

.space._01{
  height: 1rem;
}

.space._02{
  height: 2rem;
}

.space._03{
  height: 3rem;
}

.space._04{
  height: 4rem;
}

.space._06{
  height: 6rem;
}

.space._08{
  height: 8rem;
}

.space._16{
  height: 16rem;
}

.left-00,.left-01{
  position: absolute;
  width: 114rem;
  margin: 0 auto;
  right: 0;
  left: 0;
}



/*——————————————————————
hタグフォント指定講習
hタグは基本そのままで使うこと
hタグの前にclass名をつけない
——————————————————————*/

h1{
  font-size: 3.2rem;
  font-weight: bold;
}

h1 p{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
}

h2{
  font-size: 2.4rem;
  font-weight: 600;
}


h3{
  font-size: 2rem;
  line-height: 3.5rem;
  
}

h3 span{
  line-height: 3rem;
}

h3 p{
  display: inline;
  font-size: 1.3rem;;
}

h4{
  font-size: 1.6rem;
}

h4 p{
  font-weight: 600;
}

/*——————————————————————
tableの基礎設定
——————————————————————*/

.tables_item td{
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1.6rem;
}

.tables_item._01 td,.tables_item._02 td{
  border-bottom: solid #B7B7B7 1px;
}
/*表組の一番上に線 (複数下線をborder-bottomで指定している場合 border-topの場合はすべて逆指示+last-childに)*/
.tables_item._02 td:first-child{
  border-top: solid #B7B7B7 1px;
}

/*——————————————————————
メインBOX指定
——————————————————————*/


/*-----------------------------
fieldはセンター配置指示のみ
field基本幅指定のみで使用する
幅等の支持は._00〜を付与し指定すること
-----------------------------*/

.field{
  margin: 0 auto;
}

.field._01{
  position: relative;
}

/*
.field._01._ex{
  width: 136rem;
}
*/


.field._02{
  width: 136rem;
}

/*ここまで*/

.field._04{
  position: relative;
}

/*-------------------------------------------
.entry,.innerは.field._01等で指示した幅(高)に対し
色・写真等の配置、paddingの指定をする
-------------------------------------------*/


.entry{
  margin: 0 auto;
}

.entry._01{
  width: 120rem;
  margin: 0 auto;
}

.entry._01._c{
  position: relative;
  background: transparent;
  padding: 0;
}

.entry._02{
  width: 114rem;
  margin: 0 auto;
  background: none;
}


.inner._01{
  margin: 0 auto;
  width: 100rem;
}


.inner._03{
  padding: 6rem 4rem;
  background: #fff;
}

.inner._04{
  padding: 6rem 4rem;
  background: #fff;
}

.inner._05{
  justify-content: space-between;
}

.inner._06{
  background: #fff;
}

.inner._07{
  margin: 0 auto;
  width: 64rem;
}

/*————————————————————————————————
border設定 ※基本的にmarginは入れない
————————————————————————————————*/

.border{
  height: 0.2rem;
  background: #E2E2E2;
}

.border._01{
  width: 4.8rem;
}

.border._01._a{
  background: #3E3E3E;
}


.border._02{
  width: 4.8rem;
  margin: 2.2rem 0;
}

.border._03{
  display: block;
  width: 100%;
  height: 1px;
  margin: 6rem 0;
  background: #E2E2E2;
  align-items: start;
}

.border._04{
  width: 100%;
  background: rgba(25, 143, 165, 1);
  height: 0.1rem;
}


/*———————————————————————————————————————
fadeInアクションの一例
translateの()内で縦軸・横軸の
移動量を指示する(.is-showのclass付与)でJQ発動
.inBoxはjQ発動前の位置
————————————————————————————————————————*/


.fadeIn_up{
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.inBox {
  margin: 2.2rem 0;
}


/*——————————————————————
scroll_down 設定の一例
——————————————————————*/
.scroll_down{
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 10rem;
    background-color: #3E3E3E;
    left: 50%;
    bottom: 0;
  }
  
  .scroll_down p{
    margin: 0 auto;
    margin-left: -18px;
    margin-top: -16px;
  }
  
  .scroll_down span {
    position: absolute;
    top: 8px;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /*-webkit-animation: sdb 2s infinite;*/
    animation: sdb 2s infinite;
    border: 1px solid #3E3E3E;
  }
  
  
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-68px, 68px);
      opacity: 0;
    }
  }
  /*scroll_down一例 ここまで*/



/*——————————————————————
ナビメニュー
——————————————————————*/

.fs-logo{
  width: 100%;
  height: auto;
}

.logo{
  position: relative;
  top: 0rem;
  left: 0.4rem;
}

.logo img{
  width: 20rem;
  height: auto;
}



.header_inner{
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(4px 4px 8px rgba(62,62,62,0.25));
  z-index: 1;
}

.navArea{
  position: relative;
  width: 120rem;
  margin: 0 auto;
  margin-top: 1rem;
  align-items: center;
  height: 8rem;
  padding: 0rem 1.6rem;
}

.global_menu{
  position: absolute;
  min-width: 70%;
  right: 0rem;
  top: 0;
  bottom: 0;
}

.header_nav{ 
  align-items: center;
}

.menu{
  display: block;
  height: 8rem;
}

.navArea,.header_nav{
  justify-content: space-between;
}

.header_nav ul li {
  /*height: 80px;*/
  padding: 1.1rem 0;
  text-align: center;
}

/*
.header_nav li{
  height: 8rem;
  text-align: center;
}
*/

.header_nav li a{
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 1.6em;
  font-weight:500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3E3E3E;
  transition: .4s;
  cursor: pointer;
}


.header_nav li a:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #34AACD;
  transform: scale(0,1);
  transition: .4s;
}


/*========================
マウスオーバーで青文字と
トップラインの仕様
==========================*/

.header_nav li a:hover{
  color: #0058A6;
}


.header_nav li a.active{
  color: #0058A6;
}

.header_inner.is-hidden,.baba_icon.pc-only.is-hidden{
  visibility: hidden;
  opacity: 0;
}


/*——————————————————————
ドロワーメニュー
——————————————————————*/

.link_li::after{
  content: '';
    --icon_color: currentColor;
    --icon_size: 0.43em;
    --border_width: 2px;
    display: inline-block;
    width: var(--icon_size);
    height: var(--icon_size);
    border: solid var(--border_width) var(--icon_color);
    border-top: 0;
    border-left: 0;
    transform: translateY(-25%) rotate(45deg);
    margin-left: 0.52em;
    margin-top: -1px;
}



/*——————————————————————
Mega Menu
——————————————————————*/
li.menu ul.child_menu{
  position: absolute;
  display: none;
  width: 16rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.6rem;
  top: 7.4rem;
}

ul.child_menu{
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

li.menu:hover ul.child_menu{
  visibility: visible;
  opacity: 1;
}


li.menu ul.child_menu > li {
  /*
  border-bottom: solid rgba(225, 224, 224, 1) 1px;
  */
}

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

/*——————————————————————————————————————
Mail Form 静的ではメールフォームプロCGIを使用
——————————————————————————————————————*/
/*Box全体にhoverを効かせるにはaタグに直に幅高さを指定する事*/
.button-icon{
  display: block;
  margin: 0 auto;
  background: rgba(250, 137, 50, 0.9);
  border-radius: 1.6rem;
  width: 16.8rem; 
  padding: 0.2rem;
  /*2重罫の書き方*/
  outline: solid rgba(255, 255, 255, 1) 1px;
  outline-offset: -0.4rem;
  transition: .4s;
}

.button-icon a{
  position: relative;
  left: 0.8rem;
  padding: 0.4rem 0; 
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .4s;
}

.button-icon a::before{
  position: absolute;
  content: '';
  background-image: url("../img/common/tel-mark-01.png");
  left: 1.6rem;
  background-size: cover;
  width: 1.3rem;
  height: 1.8rem;
  transition: .4s;
}


.tel-moji{
  text-align: center;
  padding-top: 0.4rem;

}



/*——————————————————————
Side Menu
——————————————————————*/
.baba_icon{
  position: fixed;
  z-index: 999;
}

.baba_icon.pc-only{
  right: -1rem;
  bottom: 11rem;
}

.baba_icon_in{
  width: 6.4rem;
  height: 14.4rem;
  background: rgba(250, 137, 50, 1);
  border-radius: 2.4rem 0 0 2.4rem ;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: solid rgba(255, 255, 255, 1) 1px;
  outline-offset: -0.6rem;
  transition: .4s;
}

.baba_icon_in a{
  position: absolute;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  width: 14rem;
  color: rgba(255, 255, 255, 1);
  transform: rotate(-90deg);
  transition: .4s;
}

.baba_icon_in:hover a,.button-icon:hover a{
  color: rgba(250, 137, 50, 1);
}


.button-icon:hover a::before{
  background-image: url("../img/common/tel-mark-02.png");
}

.baba_icon_in.change{
  display: none;
}

/*——————————————————————————————————
詳細はこちらbutton指示
——————————————————————————————————*/


.san-button{
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: .4s;
}

.san-button.-b{
  position: relative;
  margin: 0 auto;
  width: 33rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  background: rgba(250, 137, 50, 1);
  /*———内罫の指示———*/
  outline: solid rgba(255, 255, 255, 1) 1px;
  outline-offset: -0.8rem;
}

/*—————————右揃え————————*/
.san-button.-c{
  right: 0;
}

.arrow{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  transition: .4s;
}


.san-button.-b:hover,.baba_icon_in:hover,.button-icon:hover{
  background: rgba(255, 255, 255, 1);
  border: solid rgba(250, 137, 50, 1)1px;
  outline: solid rgba(250, 137, 50, 1) 1px;
}

.san-button.-b:hover .arrow{
  color: rgba(250, 137, 50, 1);
}
/*——————————————ここまで—————————————*/


/*———————————————————————————
画面いっぱいfirst-view 設定の一例
———————————————————————————*/

#first-view_bg{
  position: relative;
  /*
  width: 100%;
  height: 100vh;
  */
  background: linear-gradient(0deg,rgba(223,240,242,0.9),rgba(255,255,255,0.9));
}

.tops{
  position: relative;
  margin: 0 auto;
  width: 120rem;
  height: 100vh;
  justify-content: space-between;
}

.baba-sliders{
  width:50%;
}

.top_pic._00{
  width: 38%;
  justify-content: center;
}

.fukidasi{
  width: 33.6rem;
}

/*
.picts{
  width: 100%;
  display: flex;
  align-items: center;
}
*/
.swiper{
  z-index: 0;
  margin-left: 0;
  margin-right: 0;
}

.swiper-slides{
  position: absolute;
  bottom: 2rem;
} 
.baba-sliders img{
  width: 52rem;
  vertical-align: bottom;
  border-radius: 20px; 
}


.top_pic._01._a{
  width: 50%;
}

.baba-slider{
  width:100%;
  /*height: 53%;*/
}

.swiper-slide{
  border-radius: 2rem;   
}

.baba-slider img{
  width: 100%;
}

/*——————————————————————
メインタイトル
——————————————————————*/

.top_pic{
  align-items: center;
}


.fukidasi img{
  width: 100%;
}


.picts img{
  width: 17.6rem;
  transform: rotate(7deg);
}


.h1_title h1{
  line-height: 3.6rem;
  line-height: 5.6rem;
}

.h1_title._01 h1 img{
  width: 115rem;
  height: auto;
}

.h1_title._02 h1{
  justify-content: flex-start;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-left: 1.4rem;
}


.aba{
  position: relative;
  width: 100%;
  justify-content: center;
}


.arrowss {
  width: 0;
  height: 40px;
  border: 1px solid rgba(24, 142, 164, 1);
  position: absolute;
  bottom: 1rem;
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
}
.arrowss::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
    border-top: 10px solid rgba(24, 142, 164, 1);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}


@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}

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

.h1-sab{
  font-size: 3.2rem;
  font-weight: 600;
  margin-left: 2.6rem;
}

.comment{
  margin: 0 auto;
  font-size: 1.6rem;
}

.comment._01{
  line-height: 2.8rem;
  width: 77rem;
  
}

.picts._a{
  width: auto;
}

.picts._a img{
  transform: rotate(330deg);
}

.text-box{
  border: solid rgba(25, 143, 165, 1)1px;
  padding: 3rem;
  border-radius: 3.2rem;
}

.animal-photo{
  position: relative;
  height: 7.2rem;
}

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

.animal-photo img{
  position: absolute;
  right: 0;
  width: 19.8rem;
}


/*———————————テキストの冒頭にアイコン テキストあたま揃え——————————*/

.text-line{
  position: relative;
  font-size: 1.6rem;
  margin-top: 1.6rem;
  padding-left: 1.5em;
}

.text-line::before{
  position: absolute;
  left: 0;
  content: "";
  background-image: url("../img/top/footprints.png");
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
}

.text-line:first-child{
  margin-top: 0rem;
}

.text-line._a{
  line-height: 2.4rem;
}

.add-tel-fax{
  margin-left: 4rem;
  flex-flow: column;
  justify-content: space-between;
}


.title-texts{
  font-size: 2rem;
  font-weight: 600;
  color: rgba(25, 143, 165, 1);
}

.add-tel-text{
  font-size: 1.6rem;
  line-height: 2.8rem;
}



/*——————————————————————
当院の特徴エリア
——————————————————————*/
.main-box{
  justify-content: space-between;
  flex-wrap: wrap;
}

.h1_title._02._a h1{
  position: relative;
}

.animal-photo._a{
  position: absolute;
  top: 0;
  right: 10rem;
}

.number-box{
  position: absolute;
  top: 0;
  right: 0;
  width: 6.4rem;
  height: 6.4rem;
  background: rgba(25, 143, 165, 1);
  border-radius: 1.6rem 1.6rem 1.6rem 0;
  font-size: 3.2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.features{
  position: relative;
  margin: 0 auto;
  width: 46.2rem;
  height: 37rem;
  flex-wrap: wrap;
}

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

.features-box{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45rem;
  height: 34.4rem;
  border: solid rgba(25, 143, 165, 1);
  border-radius: 3.2rem;
  padding: 4rem;
  flex-flow: column;
  justify-content: space-between;
}

.features-icon img{
  width: auto;
  height: 7.2rem;
}

.h1-sab._a{
  margin-left: 0rem;
}

.comment._02{
  line-height: 2.8rem;
}


/*——————————————————————
————————————————————————
診療についてエリア
————————————————————————
——————————————————————*/

.pets-line{
  margin: 0 auto;
  width: 24rem;
  height: 24rem;
  background: rgba(223, 240, 424, 1);
  border-radius: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.pets-icon{
  position: relative;
  width: 22rem;
  height: 22rem;
  border-radius: 11rem;
  overflow: hidden;
}


.pets-icon img{
  width: 22rem;
  height: 22rem;
  border-radius: 11rem;
}

.baba-icon{
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: rgba(25, 143, 165, 0.8);
  font-size: 2.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.thumb{
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: rgba(25, 143, 165, 1);
}

.treatment:hover .baba-icon{
  top:0%;
}

.subject{
  height: 17rem;
}

.subject_border{
  position: relative;
  border: solid rgba(25, 143, 165, 1) 1px;
  border-left: 0;
  border-right: 0;
  padding: 1.6rem 10.3rem 1.6rem 5.5rem;
}

.subject_main{
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: rgba(25, 143, 165, 1);
}

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

.animal-photo._b{
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}

.animal-photo._b img{
  right: 0;
  bottom: 0;
  width: 8.6rem;
}

.informa img{
  width: 100%;
}


/*——————————————————————————————————
swiper --- スクロールボタン + ドットナビ
——————————————————————————————————*/



/*——————————————————————————————————
————————————————————————————————————
お知らせエリア 
————————————————————————————————————
——————————————————————————————————*/

.info-item{
  position: relative;
  height: 7.2rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  border-top: solid rgba(25, 143, 165, 0.8) 1px;
}

.info-item-inner{
  position: absolute;
  justify-content: space-between;
  padding: 0 4rem;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: .4s;
}

.info-item:last-child{
  border-bottom: solid rgba(25, 143, 165, 1) 1px;
}


.animal-photo._c{
  position: absolute;
  bottom: -2.5rem;
  right: 10rem;
}

.animal-photo._c img{
  width: 6rem;
}


.date{
  font-weight: 500;
  color: rgba(62, 62, 62, 1);
}


.info_texts{
  width: 68rem;
  text-align: left;
}

.entry._01._c{
  padding: 3rem 0;
  text-align: center;
  color: rgba(255,255,255,1);
}

.info-item-inner::before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 7.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(234,245,245,1.0);
  z-index: -1;
  transition: .4s;
}
.info-item:hover .info-item-inner::before{
  opacity: 1;
}

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

.field._01._a{
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(25, 143, 165, 0.8);
  transition: .4s;
}

.field._01._a:hover{
  opacity: 0.4;
}

.content{
  width: 100%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  padding: 1.6rem 0;
  border-top: solid rgba(255,255,255,1.0) 1px;
  border-bottom: solid rgba(255,255,255,1.0) 1px;
}

/*
.content._a{
  height: 15rem;  
}
*/

.thumb._a{
  position: relative;
  width: 33.2rem;
  width: 100%;
  color: rgba(255,255,255,1);
}

.subject_sub._a{
  text-align: center;
  color: rgba(255,255,255,1);
}

.content._b{
  display: block;
  height: 8rem;
  background: rgba(250, 137, 50, 1.0);
  border: solid rgba(250, 137, 50, 1.0) 1px;
  margin: 0 auto;
  transition: .4s;
}

.content._b:hover{
  background: rgba(255, 255, 255, 1.0);
}

.thumb._b{
  position: relative;
  width: 37.8rem;
  margin: 0 auto;
  color: rgba(255,255,255,1);
  transition: .4s;
}

.content._b:hover .thumb._b{
  color: rgba(250, 137, 50, 1.0);
}


.thumb._b::before{
  position: absolute;
  left: 0;
  top: -0.5rem;
  content: "";
  background-image: url("../img/top/animal_picts01.png");
  background-size: cover;
  width: 3.8rem;
  height: 3.2rem;
  transition: .4s;
}




.text-line::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url(../img/top/footprints.png);
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
}

.content._b:hover .thumb._b::before{
  background-image: url("../img/top/animal_picts02.png");
}



/*——————————————————————————————————
————————————————————————————————————
footerベーシック
————————————————————————————————————
——————————————————————————————————*/


.f_field{
  width: 100%;
  background: linear-gradient(0deg,rgba(223,240,242,1.0),rgba(255,255,255,0.9));
}

.f_nav{
  margin: auto;
  width: 100rem;
  /*height: 28rem;*/
  flex-flow: column;
  align-items: center;
}

.f_nav_box._a{
  width: 100%;
  text-align: center;
}

.f_nav_box._b{
  width: 60%;
  /*height: 6.6rem;*/
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  flex-flow: column;
  justify-content: space-between;
}

.f_nav_moji{
  justify-content: space-between;
}

.Copyright{
  padding: 1.3rem;
  text-align: center;
  background: rgba(175, 184, 184, 1.0);
}

.Copyright p{
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1.0);
}



/*——————————————————————————————————
page_topアイコン指示
——————————————————————————————————*/

.page_top{
  position: fixed;
  font-size: 1.6rem;
  color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
  bottom: 5rem;
  right: 0.5rem;
  z-index: 2;
  opacity: 1;
  cursor: pointer;

  /*filter: drop-shadow(0 0 6px rgba(80,80,80,0.9));
  transform: translateY(100px);*/
}

.page_top img{
  width: 4.8rem;
}




/*-----------jQのclass付与指示------------*/
.change{
  color: #fff;
  background: #fff;;
}

.abc_icon.pc-only.change{
  background: none;
}

.page_top.pc-only.change span::before,
.page_top.pc-only.change span::after {
  background: none;
}

/*——————————————————————————————————
footer_corporation
——————————————————————————————————*/


.f_info_wrap{
  margin: 0 auto;
}

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

.corporation{
  font-size: 4rem;
}

.f_info a,.f_bottom_inner a{
  color: #fff;
}

.fax{
  display: inline-block;
  margin-left: 4rem;
}

.f_bottom{
  position: relative;
  height: auto;
}

.f_bottom_inner{
  width: 97.6rem;
  margin: 0 auto;
  font-size: 1.3rem;
}


.privacypolicy{
  justify-content: space-between;
  margin-top: 1rem;
}

.privacypolicy li, .copyright{
  font-size: 1.3rem;
}

.privacypolicy li:not(:last-of-type){
  border-right: 1px solid #fff;
  padding-right: 1.6rem;
}

.copyright{
  position: absolute;
  bottom: 0.8rem;
  right: 0;
}


/*——————————————————————
————————————————————————
ここから下層ページ
————————————————————————
——————————————————————*/

/*——————————————————————
————————————————————————
下層ファーストビュー エリア
————————————————————————
——————————————————————*/

#first-view_bg._under{
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-size: cover;
  height: 32rem;
  overflow: hidden;
}

#first-view_bg._under._01{
  background-image: url("../img/examination/first-view_under_01.jpg");
}

#first-view_bg._under._02{
  background-image: url("../img/contact/first-view_under_02.jpg");
}

.icon-foot{
  width: 4rem;
  height: auto;
}

.top_pic._02{
  position: absolute;
  width: 100%;
  height: 6.4rem;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.h1_title._01{
  margin: 0 auto;
  width: 100rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
}

.h1_title._01 h1{
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}



.h1_title._01 h1 img{
  width: 3rem;
  height: 3.2rem;
  margin-right: 1rem;
}


.h2_title {
  align-items: center;
}


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

.backgraund-g{
  position: relative;
  height: 24rem;
  background: linear-gradient(180deg,rgba(223,240,242,0.9),rgba(255,255,255,0.9));
  flex-flow: column;
  align-items: center;
}

.h1-sab._01,.inner._01._a{
  margin-left: 0;
}

.h2-main{
  color: rgba(25, 143, 165, 1);
}

.tab_dog {
  position: absolute;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
}

.tab_dog-nav{
  border-right: solid rgba(25, 143, 165, 1) 1px;
  padding: 0 2rem;
}

.tab_dog-nav:last-child{
  border: none;
}

.picts._a._01 img{
  width: 10rem;
}

.comment._03{
  width: 100%;
  line-height: 2.8rem;
  /*margin-left: 2.4rem;*/
}

.comment._03 span{
  color: rgba(226, 0, 0, 1);
}

.dog_pho{
  width: 48%;
  margin-left: 3rem;
}

.dog_pho img{
  width: 100%;
}

.subject{
  border: solid rgba(25, 143, 165, 1) 1px;
  border-radius: 3.2rem;
  padding: 2rem;
  height: auto;
}

.sub-pic{
  width: 16rem;
  margin: 0 auto;
  padding: 1rem 3rem 1rem 1rem;
  flex-flow: column;
  justify-content: center;
}


.check-point._a{
  display: flex;
  align-items: center;
}

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

.check-box{
  background: rgba(234, 245, 245, 1.0);
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: rgba(25, 143, 165, 1);
}

/*
チェックボックスのチェック後の色変更
input typeにclass名をつけ(例：accented)以下のように
チエックボックスの罫線自体の色変更は不可能。
デフォルトを消して(input[type="submit"] {display:none})新たに作成が必要
souse:https://web-camp.io/magazine/archives/89385
*/
.accented{
  accent-color: #198FA5;
}


.text-box p{
  font-size: 2rem;
  font-weight: 600;
  color: rgba(25, 143, 165, 1);
}


.text-box._a{
  border: none;
  padding: 0;
}

.vaccine{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgba(25, 143, 165, 1);
  background: rgba(234, 245, 245, 1);
  padding: 0.6rem 2rem;
  border-radius: 1.8rem;
  margin: 1rem 2rem 1rem 0rem;
  float: left;
}



/*——————————チェックボックス設定————————————*/

.form-label{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

.radio-label{
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin: 2rem 0 4rem;*/
  font-size: 1.6rem;
  font-weight: 600;
}

.label_01{
  margin-right: 4rem;
}

.ha-check-button{
  display: block;
  text-align: center;
}

.form-label.____check{
  display: flex;
  justify-content: center;
}

input#ha-buy-check{
  transform: scale(1.8);
  margin-right: 1.2em;
}

.div-ha-buy-button{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.3rem;
  margin-top: 1.6rem;
  width: 36rem;
  height: 5rem;
  transition: .4s;
}

.form-label a{
  color: rgba(25, 143, 165, 1);
  border-bottom: solid rgba(0, 88, 166, 1) 0.1rem;
}


.div-ha-buy-button{
  background: rgba(250, 137, 50, 1);
  outline: solid rgba(255, 255, 255, 1) 1px;
  outline-offset: -0.6rem;
  border-radius: 3.2rem;
}

.div-ha-buy-button::after{
  position: absolute;
  content: "";
  display: block;
  transition: .4s;
}

input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}


input[type="submit"]:disabled {
  color: #fff;
  background: #eee;
  height: 100%;
  border-radius: 3.2rem;
}

.div-ha-buy-button:hover{
  opacity: 0.5;
}

/*—————————————————————————————————————————————————
———————————————————————————————————————————————————
WEB予約受付・お問い合わせエリア
———————————————————————————————————————————————————
—————————————————————————————————————————————————*/

.san-button.-b._01{
  background: rgba(25, 143, 165, 1);
}


.san-button.-b._01._01:hover{
  background: rgba(255, 255, 255, 1);
  border: solid rgba(25, 143, 165, 1)1px;
  outline: solid rgba(25, 143, 165, 1) 1px;
}

.san-button.-b._01:hover .arrow{
  color: rgba(25, 143, 165, 1);
}

.h3-main{
  font-weight: 600;
  color: rgba(25, 143, 165, 1);
  text-align: center;
}

.backgraund-g._a{
  height: auto;
}

/*——————————メールフォーム 設定————————————*/

.form-sasahara{
  position: relative;
}

.form-label{
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

.form-require{
  padding: 0.1rem 1.6rem 0.3rem 1.6rem;
  background: rgba(25, 143, 165, 1);
  color: #fff;
  border-radius: 4px;
  margin-left: 1rem;
}

.form-input{
  width: 100%;
  border: solid rgba(47, 47, 47, 1)1px;
  margin: 2rem 0 4rem;
  font-size: 1.6rem;
  line-height: 1.5rem;
}

.form-input input,.form-input,.form-input textarea{
  width: 100%;
  padding: 0.8rem;
}

.radio-label{
  display: flex;
  /*justify-content: space-between;*/
  margin: 2rem 0 4rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.ha-check-button{
  display: block;
  text-align: center;
}

.form-label._check{
  display: flex;
  justify-content: center;
}

input#ha-buy-check{
  transform: scale(1.8);
  margin-right: 1.2em;
}

.div-ha-buy-button{
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.3rem;
  margin-top: 1.6rem;
  width: 32rem;
  height: 6.4rem;
  transition: .4s;
}

.form-label a{
  color: rgba(0, 88, 166, 1);
  border-bottom: solid rgba(0, 88, 166, 1) 0.1rem;
}


.div-ha-buy-button{
  background: rgba(255, 158, 60, 1);
  /*border: 1px solid #fff;*/
}

.div-ha-buy-button::after{
  position: absolute;
  content: "";
  display: block;
  transition: .4s;
}



input[type="submit"] {
  font-size: 1.6rem;
  display: block;
  color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  /*padding: 0 2rem 0 0;*/
}

input[type="submit"]:disabled {
  /*position: absolute;*/
  color: #fff;
  background: #eee;
  height: 100%;
}


/*
.arrow{
  position: absolute;
  display: flex;
  transition: .4s;
  right: 6rem;
  bottom: 2.2rem;
  color: #fff;
}


.lines{
  position: relative;
  width: 4rem;
  height: 0.1rem;
  background: #fff;
  transition: .4s;
}

.lines::after {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 0.1rem;
  transform: rotate(42deg);
  background: #fff;
  transition: .4s;
  bottom: 0.3rem;
  right: 0;
}
*/

.div-ha-buy-button._a{
  background: rgba(25, 143, 165, 1);
}

.div-ha-buy-button:hover{
  opacity: 0.5;
}

.div-ha-buy-button:hover .arrow{
  right: 5rem;
}

.div-ha-buy-button._a:hover{
  background: rgba(255, 255, 255, 1);
  border: solid rgba(25, 143, 165, 1)1px;
  outline: solid rgba(25, 143, 165, 1) 1px;
}

.div-ha-buy-button._a:hover input[type="submit"]{
  color: rgba(25, 143, 165, 1);
}

.mfp_element_textarea {
  width: 100% !important;
  height: 100% !important;
}



/*—————例文内の文字の濃さ—————*/
::placeholder{
  opacity: 0.3;
}
/*お問い合わせ内容の枠を広げられるアイコンを消す*/
textarea{
  resize: none;
}


/*——————————メール確認 設定————————————*/

.h3-main._a{
  height: 20rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.form_baba._a{
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid rgba(25, 143, 165, 1) 1px;
}

.form_baba._a:first-of-type{
  border-top: solid rgba(25, 143, 165, 1) 1px;
}

.form-label._a{
  width: 25rem;
  padding: 1.2rem;
}

.form-input._a{
  border: none;
  padding: 0;
  margin: 2rem 0;
}

.label_aa{
  margin-right: 6rem;
  font-size: 1.6rem;
}

.div-ha-buy-button._01{
  background: rgba(25, 143, 165, 1);
}

.div-ha-buy-button._02{
  /*border: solid rgba(47, 47, 47, 1)1px;*/
  background: rgba(175, 184, 184, 1);
}

.div-ha-buy-button._02 input[type="submit"]{
  color: rrgba(255, 255, 255, 1);
}

.div-ha-buy-button._02 .lines,
.div-ha-buy-button._02 .lines::after{
  background: rgba(47, 47, 47, 1);
}


/*——————————送信完了 設定————————————*/

.field._03 .stripe._d{
  top: 8rem;
}

.comment._03._b{
  text-align: center;
}

.animal-photo._d{
  display: flex;
  justify-content: center;
}

.animal-photo._d img{
  width: 6rem;
  height: auto;
  right: inherit;
}









/*——————————————————————
display: none
——————————————————————*/
/* 
<br class>などに対して
基本的に (max-width:767px)は sp-only
(max-width:767px)以下 sp-only_02で使用すること
*/
.abc_icon._02,.form3,.leads._02,.sp-only,.sp-only_01,.sp-only_02,.icon-e{
  display: none;
}
