@charset "UTF-8";
/*汎用クラス---------------------*/
/*色*/
/*btn*/
/*ヘッダー---------------------*/
/*トップページ---------------------*/
/*コンテンツ画像*/
/*下層ページ---------------------*/
body {
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体","Yu Gothic",YuGothic,"メイリオ","Hiragino Kaku Gothic ProN", sans-serif; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.2rem; }

h1, h2, h3, h4, h5 {
  color: #604C3F;
  text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5); }

a:hover {
  text-decoration: none;
  color: #604C3F;
  text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5); }

p, ol, td, dd, li, dt, a, address, figcaption {
  font-size: 1rem;
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #604C3F;
  text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5);
  letter-spacing: .1em;
  line-height: 2em; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  border-spacing: 0; }


/* SH ---------------------*/
.information .btn_layout               { background:#F60; border-color:#F60; padding:1em; }
.information .btn_layout a             { text-align:center; padding:1em; font-size:130%; border:solid 1px #fff; background:#ff9933; }
.information .btn_layout a:hover       { color:#FFF; background:#F60; }
.information .btn_layout a:after       { display:none; }
.information .btn_layout:hover a:after { /*background:none;*/ /*background-image:url(../images/icon/arrow-hover-icon-cat.svg); */}

.reserve {
  text-align:center;
  background:#F60; color:#FFF;
  padding:1em; font-size:130%;
}



/*汎用クラス---------------------*/
/*余白*/
.content {
  padding-top: 25% !important;
  padding-bottom: 25% !important; }

.content_pt {
  padding-top: 25% !important; }

.content_pb {
  padding-bottom: 25% !important; }

/*色*/
.text_green {
  color: #A9CD36 !important;
  text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5) !important; }

.text_orenge {
  color: #ce9307 !important;
  text-shadow: 0 0 0.1px rgba(206, 147, 7, 0.5) !important; }

.text_dog {
  color: #86CD00 !important;
  text-shadow: 0 0 0.1px rgba(134, 205, 0, 0.5) !important; }

.text_cat {
  color: #FFCD36 !important;
  text-shadow: 0 0 0.1px rgba(255, 205, 54, 0.5) !important; }

.bg_green {
  background: #A9CD36 !important; }

.bg_dog {
  background: #86CD00 !important; }

.bg_cat {
  background: #FFCD36 !important; }

/*画像サイズ調整（IE用）*/
.object-fit-img {
  font-family: "object-fit: cover;"; }

/*画像hover*/
.opacity:hover {
  opacity: .8; }

/*タイトルレイアウト*/
.title_layout,
.title_layout_thin {
  border-bottom: 3px solid #A9CD36;
  margin: 0 0 1em;
  padding-bottom: .5rem; }

.title_layout_thin {
  border-bottom: 1px solid #A9CD36; }

/*フォントサイズ*/
.fontSmall {
  font-size: .8rem; }

/*波線*/
.wavy {
  text-decoration: underline;
  text-decoration-style: wavy;
  -webkit-text-decoration-style: wavy; }

/*ボタン（ヘッダー、メイン画像部分）*/
.btn_layout {
  background: #A9CD36;
  transition: all 0.4s;
  border: 1px solid #A9CD36; }
  .btn_layout a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    display: block;
    width: 100%; }
    .btn_layout a:hover {
      color: #A9CD36;
      text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5); }
  .btn_layout a {
    position: relative; }
    .btn_layout a::after {
      content: "";
      width: 30px;
      height: 30px;
      display: inline-block;
      background: url(../images/icon/arrow-icon.svg) no-repeat;
      position: absolute;
      bottom: -10px;
      right: -10px; }

/*
  .btn_layout:hover {
    background: #fff; }
*/
    .btn_layout:hover a::after {
      background: url(../images/icon/arrow-hover-icon.svg) no-repeat; }

/*ダウンロードアイコン付きボタン*/
.btn_DLlayout {
  background: #A9CD36;
  transition: all 0.4s;
  background: #fff;
  border: 1px solid #A9CD36; }
  .btn_DLlayout a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    display: block;
    width: 100%; }
    .btn_DLlayout a:hover {
      color: #A9CD36;
      text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5); }
  .btn_DLlayout a {
    color: #604C3F;
    text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5); }
    .btn_DLlayout a:hover {
      color: #fff;
      text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }
  .btn_DLlayout span {
    position: relative;
    padding-right: 20px; }
    .btn_DLlayout span::after {
      content: "";
      width: 30px;
      height: 30px;
      display: inline-block;
      background: url(../images/icon/download-icon.svg) no-repeat;
      position: absolute;
      top: 5px; }
  .btn_DLlayout:hover {
    background: #A9CD36;
    border: 1px solid #fff; }
    .btn_DLlayout:hover span::after {
      background: url(../images/icon/download-hover-icon.svg) no-repeat; }

/* IEのみ調整用*/
.js_isIe .btn_DLlayout a {
  padding-top: 5px; }

/*ボタン横並び*/
.row_layout {
  display: flex;
  justify-content: space-between; }
  .row_layout .row_layout_inner {
    width: 48%; }

/*電話*/
.tel {
  background: #A9CD36;
  transition: all 0.4s;
  background: #fff;
  border: 2px solid #A9CD36;
  font-weight: bold; }
  .tel a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    display: block;
    width: 100%; }
    .tel a:hover {
      color: #A9CD36;
      text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5); }
  .tel a {
    color: #A9CD36; }
    .tel a:hover {
      color: #A9CD36; }
  .tel span {
    font-size: 1.7rem;
    position: relative;
    padding-left: 25px; }
    .tel span::before {
      content: "";
      width: 30px;
      height: 35px;
      display: inline-block;
      background: url(../images/icon/tel-icon.svg) no-repeat;
      background-size: contain;
      position: absolute;
      left: -4px;
      top: 0; }

/*ヘッダー---------------------*/
.page_header {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8); }
  .page_header .btn_layout span {
    font-size: .7rem;
    color: #c00; }
  .page_header .navbar-nav .nav-item:last-child {
    margin-bottom: 300px; }

.logo {
  width: 60%; }

.nav_header {
  position: absolute;
  top: 0;
  z-index: 1000;
  background: rgba(239, 239, 239, 0.9);
  padding: 0;
  width: 100%; }

/*閉じるボタン*/
.nav_button {
  position: relative;
  left: 18px;
  top: 30px;
  border: none;
  width: 1.5rem;
  background: none;
  z-index: 1001; }

.icon-bar {
  display: block;
  width: 2em;
  height: 0.2em;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #A9CD36; }

.icon-bar:first-child {
  top: 13px; }

.icon-bar:nth-child(2) {
  margin-top: -1px;
  top: 50%; }

.icon-bar:last-child {
  bottom: 12px; }

.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
  top: -11px; }

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0; }

.nav_button.move .icon-bar:last-child {
  transform: translateY(-8px) rotate(-45deg);
  bottom: -5px; }

.close_text {
  display: none;
  position: absolute;
  z-index: 1003;
  top: 22px;
  right: -80px;
  font-size: 1.3rem;
  color: #A9CD36; }

/*gnav bootstrap*/
/*定義*/
.navbar-expand-xl .navbar-nav .active > a {
  background: #A9CD36;
  color: #fff !important;
  text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }
  .navbar-expand-xl .navbar-nav .active > a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #A9CD36;
    border-radius: 50%;
    color: #A9CD36;
    background: #A9CD36;
    position: absolute;
    top: 40%;
    left: 28px;
    background: #fff; }
.navbar-expand-xl .navbar-nav .nav-item {
  border-top: 1px solid #fff; }
.navbar-expand-xl .navbar-nav .nav-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 4rem;
  font-size: 1rem;
  position: relative;
  color: #604C3F !important;
  text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5); }
  .navbar-expand-xl .navbar-nav .nav-link::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #A9CD36;
    border-radius: 50%;
    color: #A9CD36;
    background: #A9CD36;
    position: absolute;
    top: 40%;
    left: 28px; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none; }

.dropdown-item {
  font-size: .8rem; }

/*フッター---------------------*/
.page_footer {
  /*電話*/ }
  .page_footer .footer_logo {
    width: 100%; }
  .page_footer .navbar-expand-xl .navbar-nav .active > a {
    background: none;
    color: #604C3F !important;
    text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5); }
    .page_footer .navbar-expand-xl .navbar-nav .active > a::before {
      content: none; }
  .page_footer .tel span::before {
    background: url(../images/icon/footer-tel-icon.svg) no-repeat; }
  .page_footer .copyright {
    background: #604C3F;
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }

/* トップページ
------------------------------------------------------------*/
a.fb_btn {
  display: block;
  max-width: 100%;
  text-align: center;
  border: 2px solid #A9CD36;
  background: #fff; }
a.reservation_btn {
  display: block;
  max-width: 100%;
  text-align: center;
  border: 2px solid #F60;
  background: #F60;
  margin-top:.5em;
  color:#fff; }

/*メイン画像---------------------*/
.main_visual {
  position: relative;
  overflow: hidden; }
  .main_visual .comment {
    position: absolute;
    z-index: 10;
    top: 50%;
    /*本番は50*/
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    text-shadow: 0 2px 10px #000;
    /*テキスト縁取り*/
    -webkit-text-stroke: 0.2px #d1d1d1; }
  .main_visual .start {
    background: #A9CD36;
    transition: all 0.4s;
    border: 2px solid #A9CD36;
    background: #fff;
    height: 60px;
    padding: .5rem;
    margin: 0 auto;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .main_visual .start a {
      color: #fff;
      text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
      display: block;
      width: 100%; }
      .main_visual .start a:hover {
        color: #A9CD36;
        text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5); }
    .main_visual .start p {
      font-size: 1.2rem;
      color: #A9CD36;
      text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5);
      text-align: center;
      line-height: 1em; }
  .main_visual .scroll {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    width: 30%;
    top: 93%;
    left: 50%;
    transform: translate(-25%, -50%); }
    .main_visual .scroll span {
      position: absolute;
      top: -30px;
      left: 13px;
      width: 24px;
      height: 24px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* IEのみ調整用*/
.js_isIe .start p {
  padding-top: 5px; }

/*お知らせ---------------------*/
.section_news {
  background: rgba(169, 205, 54, 0.8);
  color: #fff;
  text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }
  .section_news .list-group-item {
    background: none;
    border: none;
    padding: .5rem 0; }
  .section_news .news_category {
    min-width: 90px; }
  .section_news .news-date {
    padding-right: 2em;
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }
  .section_news a {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }

.news_width {
  padding-top: 3%;
  padding-bottom: 3%; }

.news_height {
  height: 130px;
  overflow: auto; }

/*トムどうぶつ病院について---------------------*/
.about_box {
  padding-top: 30px; }

/*3つのコンテンツ---------------------*/
.content_item .content_box {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .content_item .content_box .staff_img {
    background-image: url(../images/menu_staff.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    background-position: center; }
    .content_item .content_box .staff_img .reduction {
      background: rgba(169, 205, 54, 0.5);
      width: 100%;
      height: 100%; }
  .content_item .content_box .medical_img {
    background-image: url(../images/menu_medical.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    background-position: center; }
    .content_item .content_box .medical_img .reduction {
      background: rgba(77, 77, 77, 0.5);
      width: 100%;
      height: 100%; }
  .content_item .content_box .facilities_img {
    background-image: url(../images/menu_facilities.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    background-position: center; }
    .content_item .content_box .facilities_img .reduction {
      background: rgba(77, 77, 77, 0.5);
      width: 100%;
      height: 100%; }
  .content_item .content_box .access_img {
    background-image: url(../images/menu_access.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    background-position: center; }
    .content_item .content_box .access_img .reduction {
      background: rgba(169, 205, 54, 0.5);
      width: 100%;
      height: 100%; }
  .content_item .content_box .reduction_link {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }

/*お支払い・保険対応について---------------------*/
.flex_img img {
  width: 100px; }

/* 下層ページ
------------------------------------------------------------*/
/*共通部分---------------------*/
/*メイン画像*/
.subvisual {
  background: url(../images/submain-staff-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative; }
  .subvisual h1 {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    font-size: 2rem;
    padding: 0 5px; }

/*表のレイアウト*/
.dl_table dt,
.dl_table_center dt {
  background: #A9CD36;
  color: #fff;
  text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #fff;
  padding: .8em;
  text-align: center; }
  .dl_table dt:last-of-type,
  .dl_table_center dt:last-of-type {
    border-bottom: none; }
.dl_table dd,
.dl_table_center dd {
  border: 1px solid #A9CD36;
  border-bottom: none;
  background: #fff;
  padding: .8em; }
  .dl_table dd:last-child,
  .dl_table_center dd:last-child {
    border-bottom: 1px solid #A9CD36; }

.dl_table dd {
  border-top: none; }

/*見出しがない表のレイアウト*/
/*スタッフ---------------------*/
.page_staff .subvisual {
  background: url(../images/submain-staff-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative;
  background-position: center; }

/*診療内容---------------------*/
.page_medical .subvisual {
  background: url(../images/submain-medical-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative; }

.schedule_table th,
.schedule_table_center th {
  background: #A9CD36;
  color: #fff;
  text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px 0;
  border: 1px solid #A9CD36;
  border-right: 1px solid #fff; }
  .schedule_table th:last-child,
  .schedule_table_center th:last-child {
    border-right: 1px solid #A9CD36; }
.schedule_table td,
.schedule_table_center td {
  text-align: center;
  border: 1px solid #A9CD36;
  padding: 10px 0;
  color: #604C3F;
  text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5);
  width: 100px; }
  .schedule_table td:first-child,
  .schedule_table_center td:first-child {
    width: 30%; }
  .schedule_table td:first-of-type,
  .schedule_table_center td:first-of-type {
    color: #604C3F;
    text-shadow: 0 0 0.1px rgba(96, 76, 63, 0.5);
    background: #f8fbee; }

/*listの●*/
.circle_ul li {
  position: relative;
  margin-left: 15px; }
  .circle_ul li::before {
    content: "●";
    width: 10px;
    height: 10px;
    position: absolute;
    display: inline-block;
    margin-left: -17px; }

/*肉球＋丸背景*/
.bg_circle {
  background: #A9CD36;
  border: 1px solid #A9CD36;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .bg_circle::before {
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    background: url(../images/icon/foot-before-icon.svg) no-repeat;
    background-size: contain;
    top: 0;
    left: -40px; }
  .bg_circle::after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    background: url(../images/icon/foot-after-icon.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    right: -30px; }
  .bg_circle li {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5); }

/*施設・機材---------------------*/
.facilities_box figure {
  margin-bottom: 2rem; }
  .facilities_box figure .cover {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    background: rgba(37, 37, 37, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: .33s; }
  .facilities_box figure a {
    position: relative;
    overflow: hidden;
    display: block; }
    .facilities_box figure a:hover .cover {
      opacity: 1;
      transform: translate3d(0, 0, 0); }

/*犬の飼い主の方へ　猫の飼い主の方へ---------------------*/
/*肉球アイコン*/
.foot_icon {
  position: relative;
  padding-left: 40px; }
  .foot_icon::before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/icon/gnav-icon-hover.svg) no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 0; }

/*犬の飼い主の方へ---------------------*/
/*色の変更*/
.page_to-the-dog-owner main .title_layout {
  border-bottom: 3px solid #86CD00; }

.page_to-the-dog-owner .subvisual {
  background: url(../images/submain-to-the-dog-owner-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative; }
.page_to-the-dog-owner .btn_DLlayout {
  border: 1px solid #86CD00; }
  .page_to-the-dog-owner .btn_DLlayout span::after {
    background: url(../images/icon/download-icon-dog.svg) no-repeat; }
  .page_to-the-dog-owner .btn_DLlayout:hover {
    background: #86CD00;
    border: 1px solid #fff; }
    .page_to-the-dog-owner .btn_DLlayout:hover span::after {
      background: url(../images/icon/download-hover-icon.svg) no-repeat; }
.page_to-the-dog-owner .btn_layout {
  background: #86CD00;
  border: 1px solid #86CD00; }
  .page_to-the-dog-owner .btn_layout:hover {
    background: #fff; }
    .page_to-the-dog-owner .btn_layout:hover a {
      color: #86CD00; }
      .page_to-the-dog-owner .btn_layout:hover a::after {
        background: url(../images/icon/arrow-hover-icon-dog.svg) no-repeat; }

/*猫の飼い主の方へ---------------------*/
.page_to-cat-owner main .title_layout {
  border-bottom: 3px solid #FFCD36; }

.page_to-cat-owner .subvisual {
  background: url(../images/submain-to-cat-owner-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative;
  background-position: center; }
.page_to-cat-owner .btn_DLlayout {
  border: 1px solid #FFCD36; }
  .page_to-cat-owner .btn_DLlayout span::after {
    background: url(../images/icon/download-icon-cat.svg) no-repeat; }
  .page_to-cat-owner .btn_DLlayout:hover {
    background: #FFCD36;
    border: 1px solid #fff; }
    .page_to-cat-owner .btn_DLlayout:hover span::after {
      background: url(../images/icon/download-hover-icon.svg) no-repeat; }
.page_to-cat-owner .btn_layout {
  background: #FFCD36;
  border: 1px solid #FFCD36; }
  .page_to-cat-owner .btn_layout:hover {
    background: #fff; }
    .page_to-cat-owner .btn_layout:hover a {
      color: #FFCD36; }
      .page_to-cat-owner .btn_layout:hover a::after {
        background: url(../images/icon/arrow-hover-icon-cat.svg) no-repeat; }

/*アクセス---------------------*/
.page_access .subvisual {
  background: url(../images/submain-access-sp.jpg) no-repeat;
  background-size: cover;
  height: 270px;
  position: relative; }

/*ペットのために*/
.pet_bnr img {
  width: 100%; }

/*お知らせ記事---------------------*/
.page_news-detail div,
.page_news-detail div span,
.page_news-detail p span {
  /*文字体裁を整える用*/
  font-size: 1rem !important;
  line-height: 1.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
  margin-bottom: 0;
  color: #604C3F;
  text-shadow: 0 0 0.1px rgba(70, 70, 70, 0.5);
  letter-spacing: .1em;
  line-height: 2em; }

.detailUpfile img {
  width: 100%; }
.detailUpfile a {
  border: 2px solid #A9CD36;
  background: #fff;
  transition: all 0.4s;
  font-size: 1.2rem;
  height: 50px;
  color: #A9CD36;
  text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5);
  padding: 1rem; }
  .detailUpfile a:hover {
    color: #fff;
    text-shadow: 0 0 0.1px rgba(255, 255, 255, 0.5);
    background: #A9CD36; }

.newMark {
  color: #e6000a;
  text-shadow: 0 0 0.1px rgba(230, 0, 10, 0.5); }

/* ------------------------------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
/* 幅576px以上　telのリンク非表示
------------------------------------------------------------*/
@media only screen and (min-width: 576px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* iPadサイズ以上（768px）
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  /* リセット
  ------------------------------------------------------------*/
  /* 汎用クラス
  ------------------------------------------------------------*/
  .content {
    padding-top: 5% !important;
    padding-bottom: 5% !important; }

  .content_pt {
    padding-top: 5% !important; }

  .content_pb {
    padding-bottom: 5% !important; }

  	/* ipadのみ調整用
      ------------------------------------------------------------*/
  .iPad .iPad_fontSmall {
    font-size: .8rem; }

  /* 共通部分
  ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  .page_header {
    position: absolute; }
    .page_header .tel {
      border: none;
      background: none; }
    .page_header .navbar-nav .nav-item:last-child {
      margin-bottom: 0; }

  .nav_header {
    position: static;
    width: 100%; }

  /*gnav bootstrap4*/
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    /* 20250327追記 */
    letter-spacing:0; }

  .dropdown-toggle::after {
    display: inline-block; }

  /*閉じるボタン*/
  .close_text {
    top: 25px;
    right: 85px; }

  /*フッター---------------------*/
  .page_footer .footer_logo {
    width: 50%; }
  .page_footer .tel {
    border: none;
    background: none; }
    .page_footer .tel a {
      min-height: auto; }
  .page_footer .ml_md_168 {
    margin-left: 168px; }

  /*トップページ
  --------------------------------------------------*/
  /*メイン画像---------------------*/
  .main_visual .comment {
    font-size: 1.5rem;
    text-shadow: 0 1px 10px #000;
    /*テキスト縁取り*/
    -webkit-text-stroke: 0.1px #d1d1d1; }
  .main_visual .start {
    width: 45%; }

  #toppage {
    /*お知らせ*/ }
    #toppage .page_main {
      position: relative; }
    #toppage .section_news {
      position: absolute;
      top: -120px;
      right: 0; }

  /*お知らせ*/
  .news_width {
    width: 600px;
    margin-left: auto;
    margin-right: auto; }

  .news_height .list-group-item {
    display: flex;
    padding-left: 0; }
    .news_height .list-group-item a {
      width: 50%; }

  /*トムどうぶつ病院について*/
  .about_box {
    padding-top: 180px; }

  /*3つのコンテンツ---------------------*/
  .content_item .content_box .staff_img,
  .content_item .content_box .medical_img,
  .content_item .content_box .facilities_img,
  .content_item .content_box .access_img {
    min-height: 300px; }
    .content_item .content_box .staff_img .reduction,
    .content_item .content_box .medical_img .reduction,
    .content_item .content_box .facilities_img .reduction,
    .content_item .content_box .access_img .reduction {
      transition: .5s; }
  .content_item .content_box .reduction_link {
    font-size: 2rem; }

  /* 下層ページ
  --------------------------------------------------*/
  /*共通部分------------------------------------*/
  .subvisual {
    background: url(../images/submain-staff.jpg) no-repeat center bottom;
    height: 630px; }

  /*スタッフ---------------------*/
  .page_staff .subvisual {
    background: url(../images/submain-staff.jpg) no-repeat center bottom;
    height: 630px;
    background-position: top; }

  /*診療内容*/
  .page_medical .subvisual {
    background: url(../images/submain-medical.jpg) no-repeat center bottom;
    height: 630px;
    background-position: left; }

  .dl_table dd {
    border-top: 1px solid #A9CD36; }

  /*施設・機材---------------------*/
  /*アクセス---------------------*/
  .page_access .subvisual {
    background: url(../images/submain-access.jpg) no-repeat center bottom;
    height: 630px; }

  /*犬の飼い主の方へ---------------------*/
  .page_to-the-dog-owner .subvisual {
    background: url(../images/submain-to-the-dog-owner.jpg) no-repeat center bottom;
    height: 630px;
    background-position: top; }

  /*猫の飼い主の方へ---------------------*/
  .page_to-cat-owner .subvisual {
    background: url(../images/submain-to-cat-owner.jpg) no-repeat center bottom;
    height: 630px;
    background-position: top; }

  /*ペットのために*/
  .pet_bnr {
    max-width: 32%; }

  /*お知らせ記事----------------------*/
  .detailUpfile img {
    width:100%; } }
/* ------------------------------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
	/* PC 普通サイズ css （992pxまで）
    ------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  /* 共通レイアウト
  ------------------------------------------------------------*/
  /* 共通部分
  ------------------------------------------------------------*/
  /*ヘッダー---------------------*/
  /*閉じるボタン*/
  .close_text {
    right: 150px; }

  /*フッター---------------------*/
  /*トップページ
  ------------------------------------------------------------*/
  /*メイン画像---------------------*/
  .main_visual .comment .start {
    width: 30%; }

  /*お知らせ*/
  .news_width {
    width: 800px; }

  /*下層ページ
  ------------------------------------------------------------*/
  /*共通部分*/
  /*スタッフ---------------------*/
  .dl_table_center,
  .schedule_table_center {
    width: 800px; }

  /*アクセス*/
  .width_800 {
    width: 800px; } }
/* ------------------------------------------------------------ */
/* ▼ipad pro以上のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1024px) {
  .slick-slide img {
    height: auto; } }
/* ------------------------------------------------------------ */
/* ▼大きな横幅サイズPC用のデザインとして付け足すデザイン */
/* ------------------------------------------------------------ */
@media only screen and (min-width: 1200px) {
  /*ヘッダー---------------------*/
  .page_header .tel span::before {
    top: 3px; }
  .page_header .navbar-expand-xl .navbar-nav li.active::before {
    content: none; }
  .page_header .navbar-expand-xl .navbar-nav li.active:hover::before {
    content: none; }

  /*gnav bootstrap4*/
  .nav_header {
    padding: 0;
    background: none; }

  .navbar-expand-xl .navbar-nav .active > a::before {
    background: url(../images/icon/gnav-icon-hover.svg) no-repeat;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    top: -40%;
    left: 50%;
    background-size: cover;
    border: none; }
  .navbar-expand-xl .navbar-nav .nav-item {
    border: none; }
  .navbar-expand-xl .navbar-nav .nav-link::before {
    content: none; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(169, 205, 54, 0.15);
    top: 35px;
    min-width: 100%; }
    .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item {
      color: #A9CD36;
      text-shadow: 0 0 0.1px rgba(169, 205, 54, 0.5); }
      .navbar-expand-xl .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #fff;
        background-color: #A9CD36; }
  .navbar-expand-xl .navbar-nav li {
    position: relative; }
    .navbar-expand-xl .navbar-nav li::before {
      content: "";
      width: 10px;
      height: 10px;
      border: 1px solid #A9CD36;
      border-radius: 50%;
      color: #A9CD36;
      background: #A9CD36;
      position: absolute;
      transform: translate(-50%, -50%);
      top: -35%;
      left: 50%; }
    .navbar-expand-xl .navbar-nav li:hover::before {
      content: "";
      background: url(../images/icon/gnav-icon-hover.svg) no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px;
      border: none;
      position: absolute;
      transform: translate(-50%, -50%);
      top: -40%;
      left: 50%; }
    .navbar-expand-xl .navbar-nav li .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem; }

  .nav-item:hover > .dropdown-menu {
    display: block; }

  /*フッター---------------------*/
  .page_footer .schedule_table {
    width: 80%;
    margin: 0 auto; }
  .page_footer .width_80 {
    width: 80%; }

  /*トップページ---------------------*/
  /*メイン画像---------------------*/
  .main_visual .start {
    width: 25%;
    top: 73%; }

  /*お知らせ*/
  .news_width {
    width: 900px; }

  .news_height .list-group-item a {
    width: 70%; }

  /*3つのコンテンツ---------------------*/
  .content_item .content_box .staff_img,
  .content_item .content_box .medical_img,
  .content_item .content_box .facilities_img,
  .content_item .content_box .access_img {
    min-height: 500px; }

    /*下層ページ
	------------------------------------------------------------*/
  /*共通部分------------------------------------*/
  .subvisual h1 {
    top: 60%; } }


/* 20220411 */
.mb-20 { margin-bottom:20px; }
.mb-80 { margin-bottom:80px; }
.dl_table_center, .schedule_table_center { width:100%; }
.wfl-30 { max-width:30%; flex:0 0 30%; }
.wfl-60 { max-width:60%; flex:0 0 60%; }
.jc-sb { justify-content:space-between; }

@media only screen and (max-width: 768px) {
  .wfl-30 ,
  .wfl-60 { max-width:100%; flex:0 0 100%; }
  .wfl-30 img { width:100%;}
}
