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

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
    color: rgba(61, 61, 61,1.0);
    margin: auto;
  }
  *
  {
    margin: 0;
    padding: 0;
  }

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

  * {
  box-sizing: border-box;
  }

.body_wrapper{
  overflow: hidden;
}

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

.display_flex{
  display: flex;
}

.display_flex-s{
  display: flex;
}

.display_flex._01{
  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._001{
  height: 0.1rem;
}

.space._005{
  height: 0.5rem;
}

.space._01{
  height: 1rem;
}

.space._02{
  height: 2rem;
}

.space._03{
  height: 3rem;
}

.space._04{
  height: 4rem;
}

.space._05{
  height: 5rem;
}

.space._06{
  height: 6rem;
}

.space._08{
  height: 8rem;
}

.space._10{
  height: 10rem;
}

.space._16{
  height: 10rem;
}

.space._16{
  height: 16rem;
}

.left-00,.left-01{
  position: absolute;
  right: 0;
}

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

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

h1 span{
  font-size: 2rem;
  font-weight: 400;
}

h2{
  width: 100%;
  font-size: 2.8rem;
  line-height: 4rem;
  letter-spacing: 2.2rem;
}

h2::after{
  content: "";
  margin-left: -2.2rem;
}

.h2_white{
  color: rgba(255, 255, 255, 1.0);
}

.h2_title{
  width: 100%;
  text-align: center;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
}

.sub_head{
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.6rem;
}

.sub_head::before{
  content: "";
  display: block;
  background-color: rgba(47,47,47,1.0);
  flex-grow: 1;
  width: 2.4rem;
  height: 1.6px;
  margin-right: 1.2rem;
}

.sub_head::after{
  content: "";
  display: block;
  background-color: rgba(47,47,47,1.0);
  flex-grow: 1;
  width: 2.4rem;
  height: 1.6px;
  margin-left: 1.2rem;
}

.sub_head::after{
  content: "";
  display: block;
  background-color: rgba(47,47,47,1.0);
  flex-grow: 1;
  width: 2.4rem;
  height: 1.6px;
  margin-left: 1.2rem;
}

.h2_white::before,.h2_white::after{
  background-color: rgba(255, 255, 255, 1.0);
}

/*——————————————————————
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 rgba(184, 184, 184,1.0) 1px;
}
/*表組の一番上に線 (複数下線をborder-bottomで指定している場合 border-topの場合はすべて逆指示+last-childに)*/
.tables_item._02 td:first-child{
  border-top: solid rgba(184, 184, 184,1.0) 1px;
}

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


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

.field{
  margin: 0 auto;
}

/*以下は特殊な書き方。基本fieldにはwudthは入れない*/
.field._02{
  width: 100%;
  background-image: url(../img/top/features_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.field._03{
  width: 100%;
  background-image: url(../img/common/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.field._04{
  width: 100%;
  background-color: #EBEBEB;
}
/*ここまで*/

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

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

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

.entry._02{
  width: 96rem;
  height: 55rem;
  margin: 0 auto;
  border-radius: 5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry._03{
  width: 46rem;
  margin: 0 auto;
  background: rgba(255, 255, 255,1.0);
  border-radius: 5rem 5rem 0 0;
  text-align: center;
}

.entry._04{
  margin: 0 auto;
  width: 89rem;
}

.entry._05{
  margin: 0 auto;
  width: 74rem;
}

.inner._02{
  width: 96rem;
  height: 55rem;
  position: relative;
  background-image: url(../img/top/hl_check_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.inner._03{
  padding: 0 4rem;
}

.inner._04{
  width: 74rem;
  margin: 0 auto;
  justify-content: space-between;
}

.inner._05{
  width: 50rem;
  margin: 0 auto;
}

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

.border{
  height: 0.1rem;
  background: rgba(26, 19, 17, 1.0);
  /*
  border-bottom: 1px solid rgba(26, 19, 17, 1.0);
  background: rgba(26, 19, 17, 1.0);
*/}

.border._01{
  height: 9.6rem;
  width: 1px;
  background: rgba(255, 255, 255,1.0);
}

.border._03{
  display: block;
  width: 100%;
  height: 1px;
  margin: 6rem 0;
  background: rgba(227, 227, 227,1.0);
  align-items: start;
}


/*———————————————————————————————————————
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: 50px 0;
}

/*——————————————————————
scroll_down 設定の一例
——————————————————————*/
.sc_box{
  position: absolute;
  width: 100%;
  bottom: 3rem;
  justify-content: center;
}

.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255,255,255,1.0);
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  &::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid rgba(255,255,255,1.0);
    border-bottom: 2px solid rgba(255,255,255,1.0);
    transform: rotate(-45deg);
  }
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
/*scroll_down一例 ここまで*/

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

.fs-logo{
  width: 30rem;
  height: auto;
}

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

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

.header_inner{
  position: fixed;
  width: 100%;
  z-index: 1;
  background: rgba(241, 241, 241, 1.0);
}

.navArea{
  position: relative;
  max-width: 136rem;
  margin: 0 auto;
  align-items: center;
  height: 12rem;
  padding: 0rem 3rem;
  filter: drop-shadow(4px 4px 8px rgba(62,62,62,0.25));
}

.global_menu{
  /*position: absolute;
  min-width: 56%;
  right: 0rem;
  top: 0;
  bottom: 0;*/
  width: fit-content;
}

.header_nav{ 
  align-items: center;
}

.menu{
  height: 8rem;
  margin: 0 2rem;
}

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

.header_nav li a{
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  font-weight:500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgba(61, 61, 61,1.0);
  transition: .4s;
  cursor: pointer;
  text-align: center;
}

/*
.header_nav li a:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: rgba(51, 168, 204,1.0);
  transform: scale(0,1);
  transition: .4s;
}*/

.menu_moji{
  font-size: 1.4rem;
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.link_link{
  margin-top: 0.75rem;
}

.menu_arrow{
  margin-top: 0.5rem;
}

/*——————————————————————
Mega Menu * 今回はホバー表示
——————————————————————*/
/*
li.menu:hover ul.child_menu{
  visibility: visible;
  opacity: 1;
}
*//*
li.menu ul.child_menu > li {
  display: inline-block;
  padding: 0 1.3rem;
  border: none;
}*/

.dropdown{
  position: relative;
}

.child_menu{
  position: absolute;
  left: -14.5rem;
  top: 10rem;
  width:auto;
  padding: 1.5rem 0;
  text-align: center;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2rem;
  border: 1px solid rgba(47, 47, 47, 1.0);
  transition: .3s;
  opacity: 0;
  visibility:hidden;
}

.child_list{
  width: 12rem;
}

.dropdown:hover .child_menu{
  visibility: visible;
  opacity: 1;
}

/*アイコンホバー時の動き*/
.header_icon,.inner_icon{
  position:relative;
  top:0;
  transition: .2s;
}

.menu:hover .header_icon{
  top:-0.8rem;
}

/*ホバーで矢印回転*/
.shinsatu::after{
  content: '';
  display: block;
  margin-top: 0.5rem;
  /*矢印の形状*/    
  width: 10px;
  height: 10px;
  border-top: 1.5px solid rgba(26,19,17,1.0);
  border-right: 1.5px solid rgba(26,19,17,1.0);
  transform: rotate(135deg);
  /*アニメーションの指定*/    
  transition: .2s;
}

/*矢印hoverした際のアニメーション*/
.dropdown:hover .shinsatu::after{
  transform: rotate(-45deg);
}

/*——————————————————————————————————————
Mail Form 静的ではメールフォームプロCGIを使用
——————————————————————————————————————*/
/*Box全体にhoverを効かせるにはaタグに直に幅高さを指定する事*/
.mail_form._pc{
  right: 0;
}

.mail_form._pc a{
  display: block;
  width: 8rem; 
  padding: 3.3rem 0; 
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1.0);
  background: rgba(246, 173, 60, 0.9);
  transition: .3s;
}

.mail_form._pc a:hover{
  background: rgba(202, 202, 202, 0.9);
  color:rgba(61, 61, 61,1.0);
}

/*——————————————————————
Side Menu
——————————————————————*/
.abc_icon{
  position: fixed;
  z-index: 999;
  right: 0rem;
}

.abc_icon.pc-only{
  bottom: 0rem;
}

.abc_icon_in._a{
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  right: -7rem;
  background: rgba(230, 77, 14, 1.0);
  bottom: 12rem;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_arrow{
  margin-left: 1rem;
}

.abc_icon_in._a:hover{
  right: -4rem;
}

.abc_icon a{
  writing-mode: vertical-lr ;
  color: rgba(255, 255, 255, 1.0);
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
} 

.reserved{
  letter-spacing: 0.6rem;
}

.icon_icon._a{
  margin: 0 0.5rem;
}


/*———————————————————————————
詳細ボタン---BeProHPで使用した物
———————————————————————————*/

.btn_base{
  width: 26rem;
  height: 4.4rem;
  margin: 0 auto;
  padding-right: 1.8rem;
  display: block;
  /*文字数が増えても以下の数値を増やせば調整可能*/
  background: rgba(189, 190, 189, 1.0);
  border-radius: 9999rem;
  transition: .4s;
}

.btn_inner::after{
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  padding-right: 1.8rem;
  display: block;
  background-image: url(../img/common/arrow_icon_w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_inner{
  width: 100%;
  justify-content: space-between;
}

.btn_text{
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1.0);
  font-size: 1.6rem;
  margin-left: 2.4rem;
}

.btn_mini{
  width: 18rem;
  transition: .4s;
}

.entry._02:hover .btn_mini,
.btn_info:hover {
  background: rgba(230, 77, 14, 1.0);
}

.info_button{
  width: 32rem;
  height: 6.6rem;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 19, 17, 1.0);
  padding-right: 0;
  text-align: center;
  display: flex;
  transition: .4s;
}

.info_button:hover{
  opacity: .6;
}

.head_button{
  width: 16rem;
  height: 2.8rem;
  background: rgba(26, 19, 17, 1.0);
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
  transition: .4s;
}

.head_button:hover{
  opacity: .6;
}

.head_number{
  color: rgba(255, 255, 255, 1.0);
  font-size: 1.8rem;
}

.tel_icon_white{
  height: auto;
}

.head_text{
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  text-align: center;
}

.orenge{
  background: rgba(230, 77, 14, 1.0);
}

.orenge:hover{
  opacity: .6;
}

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

#first-view_bg{
  position: relative;
  width: 100%;
  height: 60rem;
}

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

/*ファーストビュー に画面いっぱいの画像を配置する場合、以下を使用*/

.top_pic{
  position: absolute;
  width: 100%;
  padding: 0 10.8rem;
  height: 60rem;
  top: 0;
  left: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

/*下層-犬の診療トップ*/
.top_pic._00{
  background-image: url("../img/consul/top_visual.jpg");
}

/*下層-お問い合わせ*/
.top_pic._01{
  background-image: url("../img/contact/top_visual.jpg");
}

.h1_title h1{
  text-align: center;
  line-height: 3.6rem;
}

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

.h1_title._02 h1{
  font-size: 3.6rem;
  line-height: 4.8rem;;
  font-weight: 400;
  text-align: left;
}

.h1_title._02 p{
  font-size: 1.3rem;
  line-height: 2.2rem;
}

/*下層メインタイトル*/

.under-h1-title{
  font-size: 3.2rem;
  letter-spacing: 1rem;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 9.4rem;
}

.con_h2{
  line-height: 6rem;
  font-weight: lighter;
  filter: drop-shadow(0 0 7px rgba(26,19,17,1));
}

.con_icon01{
  display: block;
  margin: 0 auto;
}

.c_name{
  font-size: 1.6rem;
  letter-spacing: 1.5rem!important;
  text-align: center;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(47,47,47,1);
  border-bottom: 1px solid rgba(47,47,47,1);
}

.form_con{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.2rem;
  letter-spacing: 0.3rem;
}

.c_check{
  justify-content: center;
  flex-wrap: wrap;
}

.c_label{
  margin-left: 2rem;
}

.c_etc{
  margin-top: 5.6rem;
}

.c_etc:first-of-type{
  margin-top: 0;
}

.c_check_last{
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(47,47,47,1);
}

.c_requ{
  width: fit-content;
}

.c_label_2{
  font-size: 2rem;
  margin-bottom: 1rem;
}

.c_form_l{
  justify-content: flex-start;
}

.c_form_input{
  width: 100%;
  height: 6.6rem;
  border: 1px solid rgba(47,47,47,1);
  background: rgba(255,255,255,1);;
}

.c_form_input.hoge{
  width: 100%!important;
  height: auto;
}

.c_form_text{
  width: 100%;
  height: 39.6rem;
  background: rgba(255,255,255,1);;

  border: 1px solid rgba(47,47,47,1);
}
.c_hoge{
  padding: 1rem!important;
}

.c_agree{
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  margin-left: 1rem;
}

.agree_link{
  border-bottom: 1px dotted rgba(47,47,47,1);;
}

.ha-buy-contact{
  width: 100%;
  margin-top: 2rem;
  height: 4.4rem;
  background: rgba(224, 34, 15, 1);
  border: 1px solid rgba(224, 34, 15, 1);
  text-align: center;
  font-size: 1.6rem;
  color:rgba(255, 255, 255,1);
  transition: .4s;
}

.ha-buy-contact:hover{
  opacity: .6;
}

/*——————————————————————
————————————————————————
swiper-sliderエリア
————————————————————————
——————————————————————*/
.swiper{
  z-index: 0;
  width: 100%;
}

/*縦方向のスライダー用*/
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: rgba(247, 247, 247,1.0);
  --color-theme: rgba(250, 185, 82,1.0);
}

::-moz-selection {
  background: var(--color-theme);
}

::selection {
  background: var(--color-theme);
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section {
  border-top: 1px solid rgba(238,238,238,1.0);
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv03 {
  position: relative;
}

.mv03 .l-inner {
  padding-bottom: 0;
}

.mv03 .swiper-area {
  position: relative;
}

.mv03 .swiper-main {
  height: 100vh;
  margin-right: min(40rem, 25vw);
}

.mv03 .slide {
  display: grid;
  height: 100%;
  padding: 0 4rem;
  text-align: center;
  color: rgba(255, 255, 255,1.0);
}

.mv03 .slide-media {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255,1.0);
}

.mv03 .slide-content {
  -webkit-transition: 3s 0.5s var(--easing);
  transition: 3s 0.5s var(--easing);
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  opacity: 0;
}

.mv03 .slide-title {
  font-size: 3.6rem;
  line-height: 8rem;
  text-align: left;
  letter-spacing: 0.8rem;
  color: rgba(255, 255, 255 , 1.0);
  font-weight: 600;
  position: absolute;
  bottom: 22rem;
  left: 4rem;
}

.mv03 .swiper-slide[class*=-active] .slide-content {
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
  opacity: 1;
}

/*——————————————————————
————————————————————————
tab項目エリア
————————————————————————
——————————————————————*/
/*.entry._01._a{
  position: relative;
}
*/
.ceiter-h3{
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

.tab_menu{
  background-color: rgba(61, 61, 61, 1.0);
  color: rgba(255, 255, 255,1.0);
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}

/*タイトルタブ(タブ項目)設定*/
.tab_area{
  justify-content: space-between;
  width:60rem;
  /*タブボタンと広告エリアを離したい場合は タブボタン指示htmlの下にスペースdiv*/
}

.tab_area li{
  width: calc((100% - 1rem) / 5);
  padding: 1.1rem;
  background:rgba(227, 227, 227, 1.0);
  border-radius: 1.2rem 1.2rem 0 0;
  text-align: center;
  transition: .4s;
}

.tab_area li a{
  display: block;
  font-size: 1.3rem;
}

/*各タブ項目の色等を同じにしたい場合は以下のバックグラウンドカラー指定のみでOK*/
/*
.tab_area li.active{
  background: rgba(61, 61, 61,1.0);
}
*/

.tab_area li.active a{
  color: rgba(255, 255, 255, 1.0);
}

/*各タブ項目の色等を変えたい場合はクラス名(_00)を使って指定*/
.tab_area ._01.active{
  background: rgba(61, 61, 61, 1.0);
}

.tab_area ._02.active{
  background: rgba(92, 92, 92,1.0);
}

.tab_area ._03.active{
  background: rgba(62, 62, 62, 1.0);
}

.tab_area ._04.active{
  background: rgba(92, 92, 92, 1.0);
}

.tab_area ._05.active{
  background: rgba(61, 61, 61,1.0);
}

/*ここまで*/

/*——————————————————————
tab項目 タブ台紙の設定
——————————————————————*/

/*エリアの表示非表示と形状*/
.area{
	display: none;/*はじめは非表示*/
}

/*areaにis-activeというクラスがついた時の形状*/
/*各タブ台紙の色等を統一したい場合は以下にバックグラウンドカラー指定のみでOK*/
.area.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*各タブ台紙の色等を変えたい場合は各クラス名を使って指定*/
.area.tabarea-back-a.is-active{
  background: rgb(61, 61, 61);
  padding: 1rem;
}

.area.tabarea-back-b.is-active{
  background: rgb(93, 93, 93);
  padding: 1rem;
}
/*ここまで*/

/*——————————————————————
tab項目 tableの設定
——————————————————————*/

.tables_item._01 tr{
  width: 100%;
}
/*下2行を消すと天地左右中央設定解除*/
.tables_item._01 .item_left{
  width: 30%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tables_item._01 .item_right{
  table-layout: fixed;
  line-height: 150%;
}

.tables_item._02 .item_center{
  width: 84rem;
  text-align: center;
}

/*——————————————————————
Sorter --静的環境用--
——————————————————————*/
.display_flex-s.sorter{
  position: relative;
}

.display_flex.group-item{
  justify-content: space-between;
  flex-wrap: wrap;
}

.display_flex.group-item::after{
  display: block;
  content: '';
  width: calc((100% - 11rem) / 3);
}

.under-line{
  position: absolute;
  bottom: 0;
  height: 1.4px;
  background-color:rgba(61, 61, 61,1.0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sorter li{
  width: 8rem;
  text-align: center;
  padding-bottom: 1rem;
}

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

.calc._02{
  width: calc((100% - 11rem) / 3);
}

.pict_box span{
  position: fixed;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 1.0);
  border: solid 1px rgba(61, 61, 61,1.0);
}


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

.calc._01{
  justify-content: space-between;
  flex-wrap: wrap;
}

.calc._01 li{
  width: calc((100% - 13rem) / 3);
  /*以下3行は上下にspace-between(天地揃え)させたい場合に使用*/
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 4rem;;
}

.calc._01::after{
  display: block;
  content: '';
  width: calc((100% - 13rem) / 3);
}

.displayFlex_p{
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*以下は制限する行数*/
  -webkit-line-clamp: 3;
}

.big_dotted{
  /*線の高さスペース*/
  height: 4rem;
  /*線の太さ*/
  background-size: 4rem 4rem;
  /*ドット線の色・間隔・丸み*/
  background-image : radial-gradient(rgba(255, 255, 255,1.0) 70%, transparent 50%);
  /*線の位置*/
  background-position: top; 
  margin-bottom: -6rem;
  /*親要素のpaddingを無効にする場合*/
  margin-left: -4rem;
  margin-right: -4rem;
}

/*——————————————————————————————————
診察時間
——————————————————————————————————*/
.consul_number{
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 1rem;
}

.consul_text{
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.number_box{
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.tel_icon{
  margin-bottom: 0.5rem;
}

/*各セクションごとの設定*/
/*——————————————————————————————————
診療案内・診察・予防
——————————————————————————————————*/

.circle_btn{
  width: 30rem;
  height: 30rem;
  position: relative;
  padding: 1rem;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.circle_btn_inner{
  width: 28rem;
  height: 28rem;
  position: absolute;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px dotted rgba(47, 47, 47, 1);
}

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

.circle_bg{
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  transition: .4s;
}

.circle_labels{
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  height: 22rem;
}

.circle_btn_head{
  font-weight: bold;
}

.labels_head{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  transition: .3s;
}

.labels_bottom p{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.labels_top{
  text-align: center;
}

.labels_bottom{
  margin-bottom: auto;
}

/*circle_btnホバー時の動き*/
.circle_btn:hover .circle_bg{
  transform: scale(1.1);;
}

.circle_btn:hover .circle_btn_head{
  color: rgba(0, 88, 166, 1);
}

.circle_btn:hover .sub_head::before,
.circle_btn:hover .sub_head::after{
  background: rgba(0, 88, 166, 1);
}


/*——————————————————————————————————
健康診断
——————————————————————————————————*/

.wrap_circle{
  position: absolute;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.check_text{
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}

.entry._02:hover .health_bg{
  transform: scale(1.1);
}

/*——————————————————————————————————
当院の特徴
——————————————————————————————————*/
.f_container{
  justify-content: space-between;
}

.circle_point{
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.90);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle_back{
  width: 6rem;
  height: 6rem;
  background: rgba(250, 185, 80, 1.0);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.point_icon{
  width: 75%;
  height: 75%;
  object-fit: contain;
  transition: .3s;
}

.labels_text{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
  transition: .3s;
}

.circle_point:hover .labels_text{
  opacity: .6;
}

.circle_point:hover .point_icon{
  transform: scale(0.85);
}

/*——————————————————————————————————
INFORMATIONベーシック お知らせ
——————————————————————————————————*/

.date_box{
  flex-wrap: wrap;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.info_inner{
  transition: .4s;
}

.y_m{
  width: 100%;
  font-size: 1rem;
}

.date{
  font-size: 3.6rem;
}

.info_text{
  width: 18rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-left: 1.8rem;
}

.info_box:hover .info_inner{
  opacity: .6;
}

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

.f_text{
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.f_tel{
  font-weight: 600;
}

.tel_head{
  font-size: 1.2rem;
}

.tel_number{
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.f_tel p{
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.f_nav{
  margin: auto;
}

.f_nav_inner{
  width: fit-content;
  justify-content: space-between;
  margin: 0 auto;
}

.f_list{
  display: block;
  flex-grow:1;
  font-size: 1.2em;
  transition: .4s;
  border-left: 1px solid rgba(26, 19, 17, 1.0);
  padding: 0 0.6rem;
}

.f_list:hover{
  opacity: .4;
}

.f_nav_inner li:last-child{
  border-right: 1px solid rgba(26, 19, 17, 1.0);
}

.privacy li:last-child{
  border-right: none;
}

.privacy li:first-child{
  border-left: none;
}

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

.page_top{
  position: fixed;
  bottom: 2rem;
  right: 4rem;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
}


/*-----------jQのclass付与指示------------*/
.change{
  color: rgba(255, 255, 255, 1.0);
  background: rgba(255, 255, 255, 1.0);;
}
v
.page_top.change{
  background: none;
}

.copyright{
  font-size: 1.2rem;
}

/*=======================各下層ページの指定ここから=======================*/

/*パンくずリスト*/
.br_list{
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.br_name{
  transition: .4s;
}

.br_name:hover{
  opacity: .6;
}

.br_item:not(:first-child)::before{
  content: '';
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 1rem;
  margin-right: 1rem;
  background-image: url(../img/common/pan_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------犬の診療--------------*/

  .text_box{
    width: 36rem;
    font-size: 1.6rem;
    line-height: 3.6rem;;
  }

  /*アンカーリンク*/
  .page_anchor{
    width: 56rem;
    margin: 0 auto;
  }

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

  .p_menu{
    width: auto;
    height: 3rem;
    padding: 0.5rem 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .4s;
  }

  .m_link{
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    font-weight: bold;
    display: block;
  }

  .p_menu._01{
    background-image: url(../img/consul/anchor_01.png);
  }

  .p_menu._02{
    background-image: url(../img/consul/anchor_02.png);
  }

  .p_menu._03{
    background-image: url(../img/consul/anchor_03.png);
  }

  .p_menu._04{
    background-image: url(../img/consul/anchor_04.png);
  }

  .p_menu:hover .m_link{
    color:rgb(255, 255, 255)
  }

  .p_menu._01:hover{
    background-image: url(../img/consul/anchor_01_bk.png);
  }

  .p_menu._02:hover{
    background-image: url(../img/consul/anchor_02_bk.png);
  }

  .p_menu._03:hover{
    background-image: url(../img/consul/anchor_03_bk.png);
  }

  .p_menu._04:hover{
    background-image: url(../img/consul/anchor_04_bk.png);
  }

  /*診察チェック*/

  .head_o{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 5.6rem;
    letter-spacing: 0.5rem;
    text-align: center;
    color: rgba(230, 77, 14, 1);
  }

  .form_head{
    margin-bottom: 4rem;
  }

  .sick_name{
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.8rem;
  }

  .form-require{
    margin-left: 2rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(224, 34, 15, 1);
    padding: 0.2rem 0.9rem;
    border-radius: 0.6rem;
  }

  .f_line{
    flex-grow: 1;
    position: relative;
    margin: 0 1rem;
  }

  .f_line::after{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(26, 19, 17, 1);
  }

  .form_etc{
    margin-top: 2.4rem;
  }

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

  .form_text{
    width: 36rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
  }

  .form_etc{
    width:30rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: 0.3rem;
  }

  #ha-buy-check,
  .label_01 input{
    margin-right: 0.5rem;
    -moz-transform: scale(1.2);
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
  }

  ._check{
    justify-content: center;
    align-items: center;
  }

  .f_kakunin{
    font-size: 2rem;
  }

  .f_btn{
    display: flex;
  }

  .f_attention{
    font-size: 1.4rem;
    line-height: 2rem;
  }

  /*ワクチン以下*/

  .v_sub_head{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.6rem;
  }

  .v_attention{
    width: 42rem;
    background: rgba(212, 213, 213, 1);
    padding: 3rem;
  }

  .vaccine{
    width: 100%;
  }

  .ill_name{
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .ill_m{
    margin-bottom: 2rem;
  }

  .ill_m:last-of-type{
    margin-bottom: 0;
  }

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

  .p_menu._05{
    background-image: url(../img/consul/anchor_05.png);
  }

  .p_menu._06{
    background-image: url(../img/consul/anchor_06.png);
  }

  .p_menu._07{
    background-image: url(../img/consul/anchor_07.png);
  }

  .p_menu._08{
    background-image: url(../img/consul/anchor_08.png);
  }

  .p_menu._09{
    background-image: url(../img/consul/anchor_09.png);
  }

  .p_menu._10{
    background-image: url(../img/consul/anchor_10.png);
  }

  .p_menu._11{
    background-image: url(../img/consul/anchor_11.png);
  }

  .p_menu:hover .m_link{
    color:rgb(255, 255, 255)
  }

  .p_menu._01:hover{
    background-image: url(../img/consul/anchor_01_bk.png);
  }

  .p_menu._02:hover{
    background-image: url(../img/consul/anchor_02_bk.png);
  }

  .p_menu._03:hover{
    background-image: url(../img/consul/anchor_03_bk.png);
  }

  .p_menu._04:hover{
    background-image: url(../img/consul/anchor_04_bk.png);
  }

  .a_head,
  .attention_icon{
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .a_head{
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-top: 0.5rem;
  }

  .v_text{
    font-size: 1.4rem;
    line-height: 3.2rem;
  }

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

  .filaria_text{
    width: 56rem;
    font-size: 1.6rem;
    line-height: 3.8rem;
  }

  .pug{
    display: block;
    margin-top: auto;
  }

  .f_attention{
    width: 24rem;
    margin: 0 auto;
  }

  /*--------------診察予約│お問い合わせ--------------*/

  .con_head{
    font-size: 2.6rem;
    letter-spacing: 0.3rem;
    line-height: 6rem;
  }

  .c_sub_head{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: 0.3rem;
  }

  /*メールフォームプロ打ち消し用*/
  
  .mfp_element_all {
    max-width: none!important;
  }

  .mfp_element_text,.mfp_element_number,
  .mfp_element_select-one,.mfp_element_email,
  .mfp_element_tel, .mfp_element_textarea,
  .mfp_element_date, .mfp_element_password {
    border: none;
    border-radius: 0;
    box-shadow: none!important;
    padding: 0;
    margin: 0;
    vertical-align: initial;
  }

  .mfp_element_submit, .mfp_element_reset, 
  .mfp_element_button, button.mfp_next, 
  button.mfp_prev {
    border-radius: 0;
    padding: 0;
    border: none;
    background: rgba(224, 34, 15, 1);
    text-shadow: none; 
    font-size: 1.6rem;
    cursor: pointer;
    outline: none;
  }
  
  .mfp_element_submit:hover, .mfp_element_reset:hover, 
  .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
    background: rgba(224, 34, 15, 1);
    box-shadow: none;
    opacity: .6;
  }

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

  /*確認画面用-------------------------------*/
  #mfp_phase_confirm h4{
    font-size: 2rem!important;
    font-weight: bold;
    margin-bottom: 4rem;
  }

  table #mfp_confirm_table tr th, 
  table#mfp_confirm_table tr td {
    padding: 1.8rem 1rem!important;
  }

  .mfp_buttons {
    margin-top: 4rem;
  }

  .mfp_element_submit, .mfp_element_reset, 
  .mfp_element_button, button.mfp_next, 
  button.mfp_prev {
    padding: 1rem 2rem;
    color: rgba(255, 255, 255, 1);
  }

  #mfp_button_cancel.mfp_element_button{
    margin-left: 1rem!important;
  }

  #mfp_confirm_table th{
    padding: 1.8rem 1rem!important;
  }


/*==================================================================*/

/*——————————————————————
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,.toggle_btn,.aco_sp,.aco_open {
  display: none;
}
