/* けやき動物病院 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789");

/* windows Chrome対策 */
.l-body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
}

/* 変数 */
body {
  --font-main: "FP-ヒラギノUD丸ゴ StdN W5", serif;
  --font-en: "Nunito", serif;
}

/* 右端のページへ戻るを角丸 */
.c-page-top {
  border-radius: 50%;
}

/* テキスト均等揃え */
.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* コピーライトの色を変更 */
.l-footer .c-copyright {
  background-color: #956134;
  color: #fff;
  text-align: center;
}

/* フッターの色を変更 */
.l-footer {
  border-top: none;
}
.l-footer-widget-area {
  padding-top: 30px;
  background-color: #fff8eb;
}

/* フェードイン設定 編集画面でセクションが見えない場合はここを一時的に消す */
.fadein {
  opacity: 0;
  transition: all 1500ms;
  transform: translate(0, 100px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* グローバルメニュー */
.global-menu-area {
  position: fixed;
  top: 50%;
  right: 5vw;
  z-index: +1;
  width: 140px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 5px 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.menu-list {
  padding-left: 0 !important;
  list-style: none !important;
}
.menu-top-icon-area {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.menu-top-icon {
  width: 80px;
  height: 80px;
}
.menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
}
.menu-icon {
  margin-bottom: 2px;
  width: 50px;
  height: 50px;
}
.menu-tile {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: var(--font-main);
  line-height: 1.2em;
}
.menu-en {
  color: #727171;
  font-size: 12px;
  font-family: serif;
}
.menu-link {
  text-decoration: none;
}
.menu-nav:hover {
  opacity: 0.7;
}
.menu-top-icon:hover {
  opacity: 0.7;
}

/* フッターCTA デザイン変更 */
.p-footer-cta__close-btn {
  display: none !important;
}
.c-btn {
  font-weight: 600;
  font-size: 16px !important;
}
.c-btn--full {
  padding: 8px 0 !important;
}
.p-footer-cta__primary-btn {
  border-radius: 0;
}
.p-footer-cta__primary-btn::before {
  content: "\f095";
  vertical-align: -1px;
  font-family: iconfont;
}
.p-footer-cta__secondary-btn {
  border-radius: 0;
}
.p-footer-cta__secondary-btn::before {
  content: "\f015";
  vertical-align: -1px;
  font-family: iconfont;
}
.p-footer-cta .c-row + .c-row,
.p-footer-cta > .c-container {
  padding: 0 !important;
}
.c-row--margin-s > .c-row__col {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0 !important;
  color: #6aa1d6;
}

/* トップスライダー下のセクション */
.top-sec-back {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* テーブル設定 */
table,
td {
  border: none !important;
  border-collapse: collapse !important;
}
.access-data-area td {
  border-bottom: solid 0.5px silver !important;
}
th {
  border: none !important;
  background-color: #956134 !important;
  color: white !important;
  text-align: center !important;
  line-height: 1.2em;
}
.tm-area td {
  border-bottom: solid 0.5px silver !important;
}
.tm-price {
  text-align: center;
}
.price-area td {
  border-bottom: solid 0.5px silver !important;
}

/* トリミングホテル料金表 */
.tm-area,
.price-area {
  display: flex;
  justify-content: center;
}
.price-area > .wp-block-table {
  background-color: #fff;
}
.price-menu,
.price-yen {
  padding: 10px 50px !important;
}

/* アニメーション設定 */
@keyframes slideTextFade {
  0%,
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ギャラリー奇数の最後の画像を大きくしない */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

/* 病院案内 ギャラリー */
figure.wp-block-image figcaption {
  position: absolute;
  top: -8px;
  left: 20px !important;
  display: inline-block !important;
  padding: 8px 20px 0 20px !important;
  width: auto !important;
  height: 30px !important;
  border-radius: 0 0 5px 5px;
  background: #ed6c00 !important;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 1em;
}
.wp-block-gallery figure.wp-block-image {
  position: relative;
  border-radius: 15px;
}

/* ギャラリーの間隔の調整 */
.wp-block-gallery {
  --wp--style--unstable-gallery-gap: 25px !important;
  gap: 25px !important;
}

/* 求人リストをドットからかっこに変更 */
.job-data ol > li {
  list-style-type: none;
  counter-increment: cnt;
}
.job-data ol > li::before {
  content: counter(cnt) "）";
  margin-left: -1em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
}
.job-li-left {
  margin-left: -0.5em;
}

/* グローバルメニューと重ならない場合   1501px以上●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1501px) {
  /* 重なる時のグローバルメニューを非表示 */
  .drawer-menu {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .check {
    display: none;
  }
} /* PC終了 */

/* グローバルメニューと重なる時   1500px以下●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 1500px) {
  .global-menu-pc {
    display: none;
  }

  /* メニューと本文が重なる時 ハンバーガーメニュー  */
  .drawer-menu {
    position: fixed;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px; /* 横線の幅 */
    height: 2px; /* 横線の太さ */
    background: #fff; /* ボタンの色 */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 15px;
    opacity: 1;
  }
  .bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .menu-btn {
    position: fixed;
    top: 20px; /* ボタンの場所。右上にしたければtop: 10px */
    right: 20px;
    z-index: 2147483647; /* 重なり順を一番上に */
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
  }
  .menu-btn::after {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #f39939;
    content: " ";
  }

  .check:checked ~ .drawer-menu {
    z-index: 2147483646;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked ~ .menu-btn .bar.bottom {
    top: 40px;
    width: 56px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .check:checked ~ .close-menu {
    z-index: 2147483647; /* 重なり順を一番上に */
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .menu-btn:hover .bar {
    background: #fff;
  }
  .menu-btn:hover .menu-btn__text {
    color: #fff;
  }
  .menu-btn__text {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    display: block;
    visibility: visible;
    margin: auto;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .check {
    display: none;
  }
} /* スマホ終了 */

/* PC ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1024px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* フッターCTA PC時では消す */
  .p-footer-cta {
    display: none;
  }

  /* ホームボタン */
  .c-site-branding__title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-site-branding__title::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 350px;
    height: 340px;
    background-image: url(/wp-content/uploads/2022/03/top-home-flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  .custom-logo {
    position: relative;
    top: 80px;
    left: 60px;
  }

  /* ギャラリー画像の縦幅をそろえる */
  .info-gallery > .wp-block-image {
    height: 340px !important;
  }

  /* 共通--------------- */

  /* 固定ページのデフォルトファイキャッチ画像の幅を変える */
  .c-page-header[data-has-image="true"] {
    min-height: 350px;
    max-height: 500px;
    height: 40vh !important;
  }

  /* 固定ページのタイトルを変える・下げる */
  .c-page-header__title {
    text-indent: 0.3em;
    text-shadow: 2px 2px 20px #f39800, -2px 2px 20px #f39800,
      2px -2px 20px #f39800, -2px -2px 20px #f39800;
    white-space: nowrap; /* サファリで最後の一文字がずれる対策 */
    letter-spacing: 0.3em;
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* 見出し */
  h1.title-h1 {
    position: relative;
    margin-bottom: 40px !important;
    color: #956134;
    text-align: center;
    font-family: var(--font-main);
    font-size: 38px;
    padding-left: 1.2em;
  }
  h1.title-h1::after {
    position: relative;
    top: -25px;
    right: 18px;
    display: inline-block;
    width: 50px;
    height: 37px;
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  h1.title-h1::first-letter {
    color: #ed6c00;
  }
  h2.title-main {
    position: relative;
    padding: 16px 0 16px 20px;
    background-color: #f4e8d1;
    color: #956134;
    font-size: 24px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  h2.title-main::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #c9a063 #c9a063;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
  }
  h3.title-sub {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px !important;
    color: #956134 !important;
    text-align: center;
    text-indent: 0.1em; /*中心揃えの場合ずれる時*/
    letter-spacing: 0.1em; /*中心揃えの場合ずれる時*/
    font-size: 26px;
    font-family: var(--font-main);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .title-main-margin-top {
    margin-top: 80px !important;
  }

  /* タイトル */
  .title-area {
    display: flex;
    flex-wrap: wrap;
  }
  .title-en {
    position: relative;
    color: #956134;
    font-size: 80px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .title-en::first-letter {
    color: #ed6c00;
  }
  .title-jp {
    width: 100%;
    color: #727171;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-family: var(--font-main);
  }
  .title-en::after {
    position: absolute;
    top: -20px;
    right: -40px;
    display: inline-block;
    width: 70px;
    height: 52px;
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  .title-margin-top {
    margin-top: 100px !important;
  }

  /*トップ スライダー*/
  .top-img-area {
    position: relative;
    margin-top: 0;
    padding: 0 50px 50px 50px;
    height: 100vh;
    background-color: #fff8eb;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
  }
  .top-img-photo {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;

    object-fit: cover;
  }
  .top-img-photo-sf {
    display: none;
  }
  .top-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 10px #f39800, -2px 2px 10px #f39800,
      2px -2px 10px #f39800, -2px -2px 10px #f39800;
    letter-spacing: 0.1em;
    font-size: 2.5vw;
    font-family: var(--font-main);
    line-height: 1.4em;
    -webkit-transform: translateY(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: slideTextFade 8s ease 0s 1 normal;
  }
  .top-img-logo {
    position: absolute;
    right: 3vw;
    bottom: 30px;
    width: 15vw;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    animation: slideTextFade 8s ease 0s 1 normal;
  }

  /*トップ スクロールボタン*/
  .scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding-top: 50px;
    color: #595757;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--font-en);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    box-sizing: border-box;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    margin: -15px 0 0 -10px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #595757;
    border-left: 2px solid #595757;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .scroll span:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* トップ インフォ */
  .top-open-info {
    margin-bottom: 80px;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    font-family: var(--font-main);
  }
  .top-open-info-txt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    font-family: sans-serif;
  }

  /* トップ 挨拶 */
  .media-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .media-img-area {
    position: relative;
  }
  .media-img {
    width: 350px;
    height: 350px;
    border-radius: 10px;

    object-fit: cover;
  }
  .media-text {
    width: 620px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 17px;
    line-height: 2em;
  }
  .media-text > p {
    margin-bottom: 2em;
  }
  .media-tag {
    position: absolute;
    right: -20px;
    bottom: -20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f39939;
    color: #fff;
  }
  .media-dr {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #fff;
    color: #f39939;
    font-weight: 600;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1em;
  }
  .media-name {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* トップ ガイド */
  .top-guide-area {
    display: grid;
    margin: 50px auto 80px auto !important;

    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .top-guide-sec {
    position: relative;
  }
  .top-guide-no {
    position: absolute;
    top: -60px;
    left: 10px;
    color: #ed6c00;
    font-size: 60px;
    font-family: var(--font-en);
  }
  .top-guide-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;

    object-fit: cover;
  }
  .top-guide-sub {
    position: absolute;
    bottom: 0;
    padding: 10px 80px 10px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  .top-guide-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  .top-guide-link {
    text-decoration: none;
  }
  .top-guide-link:hover {
    opacity: 0.8;
  }

  /* 病院案内 院長プロフィール */
  .prof-dr {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f39800;
    color: #fff;
    vertical-align: 5px;
    font-weight: 600;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 1em;
  }
  .prof-name-area {
    margin-bottom: 20px;
  }
  .prof-name {
    font-size: 32px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .prof-name-en {
    font-style: italic;
    font-size: 16px;
    font-family: serif;
  }
  .prof-career {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5em;
  }
  .prof-year {
    position: relative;
    padding: 5px 0 5px 16px !important;
    width: 180px;
    vertical-align: top;
  }
  .prof-job {
    padding: 5px 0 !important;
  }
  .prof-year::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f39800;
    content: " ";
  }

  /*保険会社バナー*/
  .bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .bnr-link:hover {
    opacity: 0.8;
  }
  .bnr-img {
    margin: 0 10px;
  }
  .bnr-pet {
    margin: 0 10px;
  }

  /* 診療案内イメージ */
  .guidance-img {
    border-radius: 20px;
  }

  /*診療案内 動物アイコン*/
  .info-animal-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .info-animal-sec {
    margin: 0 30px;
    width: 150px;
    text-align: center;
    font-size: 24px;
    font-family: var(--font-main);
  }
  .info-animal-icon {
    width: 150px;
    height: 150px;
  }

  /*診療案内 診療項目*/
  .info-sbj-area {
    display: grid;
    width: 800px;

    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .info-sbj-li {
    padding: 10px 0;
    border: solid 2px #956134;
    border-radius: 5px;
    background-color: #fff;
    color: #956134;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
  }

  /* トリミング */
  .trimming-day {
    margin: 1em 0;
    font-weight: 600;
    font-size: 24px;
  }
  .trimming-sale {
    margin: -25px 0 30px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #e60012;
  }

  /* アクセス */
  .access-hospital-img {
    margin-bottom: 30px;
    width: 100%;
    height: 500px;
    border-radius: 20px;

    object-fit: cover;
  }
  .access-map-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .access-map {
    width: 480px;
    height: 480px;
    border-radius: 10px;
  }
  .access-data-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 60px 0;
  }
  .access-logo {
    width: 300px;
    height: 245px;
  }
  .access-data-area > table.wp-block-table {
    width: 600px;
  }
  .access-data-title {
    margin-bottom: 20px;
    color: #f39939;
    text-align: center;
    font-size: 30px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .access-google-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-radius: 20px;
  }
  .access-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* アクセス Googleマップ 色変更 PCのみ */
  .access-google-map iframe,
  .access-google-map object,
  .access-google-map embed {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;

    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
  .access-google-map iframe:hover,
  .access-google-map object:hover,
  .access-google-map embed:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);

    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }

  /* 求人・インスタ バナー */
  .job-bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-bnr-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

    gap: 20px 20px;
  }
  .job-bnr-epark {
    margin-top: 30px;
    width: 280px;
    height: 74px;
  }
  .job-line-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 20px;
    width: 800px;
    border-radius: 10px;
    background-color: #f0f7ed;
  }
  .job-line-img {
    width: 280px;
    height: 109px;
  }
  .job-line-txt {
    width: 450px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .job-line-txt-sf,
  .job-line-txt-tab {
    display: none;
  }
  body:not(.page-id-10):not(.page-id-59) .job-bnr-top-margin {
    margin-top: 80px !important;
  }
  .job-bnr-img:hover,
  .job-bnr-epark:hover {
    opacity: 0.8;
  }
  .l-front-page-widget-area__item > .c-section {
    padding-top: 0 !important;
  }

  /* 求人テーブル */
  .job-area > table,
  .job-lead {
    border: solid 1px silver !important;
  }
  .job-area > table,
  .job-data {
    border: solid 1px silver !important;
  }
  .job-lead {
    background-color: #f0f7ed;
  }
  .job-area > .wp-block-table {
    margin: 0 auto;
    width: 100%;
  }
  .job-tel-area {
    text-align: center;
    margin-top: 45px;
    font-size: 18px;
  }
  .job-tel-title {
    color: #e60012;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .job-margin-b {
    margin-bottom: 80px !important;
  }

  /* フッター */
  .footer-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-logo {
    width: 220px;
    height: 146px;
  }
  .footer-data-area {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-address-sec {
    margin-right: 40px;
  }
  .footer-title {
    margin-bottom: -5px;
    color: #956134;
    font-size: 32px;
    font-family: var(--font-en);
  }
  .footer-tel {
    margin-bottom: 5px;
    font-size: 36px;
    font-family: var(--font-en);
    line-height: 1.5em;
  }
  .footer-tel:hover {
    opacity: 0.8;
  }
  .footer-tel-icon {
    margin-right: 3px;
    font-size: 24px;
  }
  .footer-link {
    text-decoration: none;
  }
  .footer-link:hover {
    opacity: 0.8;
  }
  .footer-time {
    width: 400px;
    height: 105px;
  }
  .footer-time-note {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-menu-area {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-menu {
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }
  .footer-menu:hover {
    color: #ed6c00;
  }
  .footer-menu:nth-of-type(-n + 3) {
    border-right: solid 1px #000;
  }
} /* PC終了 */

/* タブレット ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 520px) and (max-width: 1023px) {
  /* スノーモンキーのハンバーガーメニューを消す */
  .l-header__content {
    display: none;
  }

  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* ギャラリー画像の縦幅をそろえる */
  .info-gallery > .wp-block-image {
    height: 340px !important;
  }

  /* 共通--------------- */

  /* 固定ページのデフォルトファイキャッチ画像の幅を変える */
  .c-page-header[data-has-image="true"] {
    min-height: 250px;
    max-height: 350px;
    height: 25vh !important;
  }

  /* 固定ページのタイトルを変える・下げる */
  .c-page-header__title {
    text-indent: 0.3em;
    text-shadow: 2px 2px 20px #f39800, -2px 2px 20px #f39800,
      2px -2px 20px #f39800, -2px -2px 20px #f39800;
    white-space: nowrap; /* サファリで最後の一文字がずれる対策 */
    letter-spacing: 0.3em;
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* 見出し */
  h1.title-h1 {
    position: relative;
    margin-bottom: 40px !important;
    color: #956134;
    text-align: center;
    font-family: var(--font-main);
    font-size: 38px;
    padding-left: 1.2em;
  }
  h1.title-h1::after {
    position: relative;
    top: -25px;
    right: 18px;
    display: inline-block;
    width: 50px;
    height: 37px;
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  h1.title-h1::first-letter {
    color: #ed6c00;
  }
  h2.title-main {
    position: relative;
    padding: 18px 0 18px 20px;
    background-color: #f4e8d1;
    color: #956134;
    font-size: 24px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  h2.title-main::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #c9a063 #c9a063;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
  }
  h3.title-sub {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-bottom: 5px !important;
    margin-bottom: 20px !important;
    color: #956134 !important;
    text-align: center;
    text-indent: 0.2em; /*中心揃えの場合ずれる時*/
    letter-spacing: 0.2em; /*中心揃えの場合ずれる時*/
    font-size: 26px;
    font-family: var(--font-main);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .title-main-margin-top {
    margin-top: 80px !important;
  }

  /* タイトル */
  .title-area {
    display: flex;
    flex-wrap: wrap;
  }
  .title-en {
    position: relative;
    color: #956134;
    font-size: 80px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .title-en::first-letter {
    color: #ed6c00;
  }
  .title-jp {
    width: 100%;
    color: #727171;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-family: var(--font-main);
  }
  .title-en::after {
    position: absolute;
    top: -20px;
    right: -40px;
    display: inline-block;
    width: 70px;
    height: 52px;
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  .title-margin-top {
    margin-top: 80px !important; /*変更*/
  }

  /*トップ スライダー*/
  .top-img-area {
    position: relative;
    margin-top: 0;
    padding: 0 30px 30px 30px; /*変更*/
    height: 50vh; /*変更*/
    background-color: #fff8eb;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
  }
  .top-img-photo {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 30px;

    object-fit: cover;
  }
  .top-img-photo-sf {
    display: none;
  }
  .top-img-text {
    position: absolute;
    top: 3vh; /*変更*/
    left: 15vw; /*変更*/
    color: #fff;
    -ms-writing-mode: tb-rl;
    text-shadow: 2px 2px 10px #f39800, -2px 2px 10px #f39800,
      2px -2px 10px #f39800, -2px -2px 10px #f39800;
    letter-spacing: 0.1em;
    font-size: 3.5vw; /*変更*/
    font-family: var(--font-main);
    line-height: 1.4em;
    animation: slideTextFade 8s ease 0s 1 normal;

    writing-mode: vertical-rl;
  }
  .top-img-logo {
    position: absolute;
    right: 3vw;
    bottom: 30px;
    width: 15vw;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    animation: slideTextFade 8s ease 0s 1 normal;
  }

  /*トップ スクロールボタン*/
  .scroll {
    display: none;
  }

  /* トップ インフォ */
  .top-open-info {
    margin-bottom: 50px; /*変更*/
    text-align: center;
    font-weight: 600;
    font-size: 4vw; /*変更*/
    font-family: var(--font-main);
  }
  .top-open-info-txt {
    margin-top: 20px;
    font-weight: 400;
    font-size: 15px; /*変更*/
    font-family: sans-serif;
  }

  /* トップ 挨拶 */
  .media-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
    margin: 0 auto;
    width: 100%;
  }
  .media-img-area {
    position: relative;
  }
  .media-img {
    margin-bottom: 60px; /*追加*/
    width: 350px;
    height: 350px;
    border-radius: 10px;

    object-fit: cover;
  }
  .media-text {
    width: 90%; /*変更*/
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 17px;
    line-height: 2em;
  }
  .media-text > p {
    margin-bottom: 2em;
  }
  .media-tag {
    position: absolute;
    right: -20px;
    bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f39939;
    color: #fff;
  }
  .media-dr {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #fff;
    color: #f39939;
    font-weight: 600;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1em;
  }
  .media-name {
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* トップ ガイド */
  .top-guide-area {
    display: grid;
    margin: 50px auto 70px auto !important; /*変更*/

    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .top-guide-sec {
    position: relative;
  }
  .top-guide-no {
    position: absolute;
    top: -60px;
    left: 10px;
    color: #ed6c00;
    font-size: 60px;
    font-family: var(--font-en);
  }
  .top-guide-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;

    object-fit: cover;
  }
  .top-guide-sub {
    position: absolute;
    bottom: 0;
    padding: 10px 80px 10px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  .top-guide-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  .top-guide-link {
    text-decoration: none;
  }
  .top-guide-link:hover {
    opacity: 0.8;
  }

  /* 病院案内 院長プロフィール */
  .prof-area-mobile {
    display: flex; /*追加*/
    justify-content: center; /*追加*/
  }
  .prof-dr {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f39800;
    color: #fff;
    vertical-align: 5px;
    font-weight: 600;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 1em;
  }
  .prof-name-area {
    margin-bottom: 20px;
  }
  .prof-name {
    font-size: 32px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .prof-name-en {
    font-style: italic;
    font-size: 16px;
    font-family: serif;
  }
  .prof-career {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.5em;
  }
  .prof-year {
    position: relative;
    padding: 5px 0 5px 16px !important;
    width: 180px;
    vertical-align: top;
  }
  .prof-job {
    padding: 5px 0 !important;
  }
  .prof-year::before {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f39800;
    content: " ";
  }

  /*保険会社バナー*/
  .bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .bnr-link:hover {
    opacity: 0.8;
  }
  .bnr-img {
    margin: 0 10px 10px 10px; /*変更*/
  }
  .bnr-pet {
    margin: 0 10px 10px 10px; /*変更*/
  }

  /* 診療案内イメージ */
  .guidance-img {
    border-radius: 20px;
  }

  /*診療案内 動物アイコン*/
  .info-animal-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .info-animal-sec {
    margin: 0 30px;
    width: 150px;
    text-align: center;
    font-size: 24px;
    font-family: var(--font-main);
  }
  .info-animal-icon {
    width: 150px;
    height: 150px;
  }

  /*診療案内 診療項目*/
  .info-sbj-area {
    display: grid;
    width: 100%; /*変更*/

    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr; /*変更*/
  }
  .info-sbj-li {
    padding: 10px 0;
    border: solid 2px #956134;
    border-radius: 5px;
    background-color: #fff;
    color: #956134;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
  }

  /* トリミング */
  .trimming-day {
    margin: 1em 0;
    font-weight: 600;
    font-size: 24px;
  }
  .trimming-sale {
    margin: -25px 0 40px; /*変更*/
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #e60012;
  }

  /* アクセス */
  .access-hospital-img {
    margin-bottom: 20px;
    width: 100%;
    height: 400px; /*変更*/
    border-radius: 20px;

    object-fit: cover;
  }
  .access-map-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .access-map {
    width: 45vw; /*変更*/
    height: 45vw; /*変更*/
    border-radius: 10px;
  }
  .access-data-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 60px; /*変更*/
  }
  .access-logo {
    width: 250px; /*変更*/
    height: 204px; /*変更*/
  }
  .access-data-area > table.wp-block-table {
    width: calc(100vw - 370px); /*変更*/
  }
  .access-data-title {
    margin-bottom: 20px;
    color: #f39939;
    text-align: center;
    font-size: 30px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .access-google-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-radius: 20px;
  }
  .access-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 求人・インスタ バナー */
  .job-bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-bnr-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

    gap: 20px 20px;
  }
  .job-bnr-epark {
    margin-top: 30px;
    width: 280px;
    height: 74px;
  }
  .job-line-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 20px;
    width: 800px;
    border-radius: 10px;
    background-color: #f0f7ed;
  }
  .job-line-img {
    width: 280px; /*変更*/
    height: 78px; /*変更*/
  }
  .job-line-txt {
    width: calc(100% - 300px); /*変更*/
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .job-line-txt-pc,
  .job-line-txt-sf {
    display: none;
  }

  body:not(.page-id-10):not(.page-id-59) .job-bnr-top-margin {
    margin-top: 80px !important;
  }
  .job-bnr-img:hover,
  .job-bnr-epark:hover {
    opacity: 0.8;
  }
  .l-front-page-widget-area__item > .c-section {
    padding-top: 0 !important;
  }

  /* 求人テーブル */
  .job-area > table,
  .job-lead {
    border: solid 1px silver !important;
  }
  .job-area > table,
  .job-data {
    border: solid 1px silver !important;
  }
  .job-lead {
    background-color: #f0f7ed;
  }
  .job-area > .wp-block-table {
    margin: 0 auto;
  }
  .job-tel-area {
    text-align: center;
    margin-top: 45px;
    font-size: 18px;
  }
  .job-tel-title {
    color: #e60012;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .job-margin-b {
    margin-bottom: 80px !important;
  }

  /* フッター */
  .footer-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
  }
  .footer-logo {
    margin-bottom: 20px; /*追加*/
    width: 220px;
    height: 146px;
  }
  .footer-data-area {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-address-sec {
    margin-right: 40px;
  }
  .footer-title {
    margin-bottom: -5px;
    color: #956134;
    font-size: 32px;
    font-family: var(--font-en);
  }
  .footer-tel {
    margin-bottom: 5px;
    font-size: 36px;
    font-family: var(--font-en);
    line-height: 1.5em;
  }
  .footer-tel:hover {
    opacity: 0.8;
  }
  .footer-tel-icon {
    margin-right: 3px;
    font-size: 24px;
  }
  .footer-link {
    text-decoration: none;
  }
  .footer-link:hover {
    opacity: 0.8;
  }
  .footer-time {
    width: 400px;
    height: 105px;
  }
  .footer-time-note {
    font-size: 15px;
    margin-top: 10px;
  }
  .footer-menu-area {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-menu {
    padding: 0 20px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
  }
  .footer-menu:hover {
    color: #ed6c00;
  }
  .footer-menu:nth-of-type(-n + 3) {
    border-right: solid 1px #000;
  }
} /* タブレット終了 */

/* スマホ ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 519px) {
  /* 重なる時のグローバルメニューを非表示 */
  .drawer-menu {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .check {
    display: none;
  }

  /* モバイルメニューの天地 */
  .l-header__content {
    padding-top: 3px !important;
    padding-bottom: 4px !important;
  }

  /* ホームボタン */
  .custom-logo {
    visibility: hidden;
  }
  .custom-logo-link::before {
    position: absolute;
    top: 13px;
    left: 10px;
    display: inline-block;
    width: 160px;
    height: 22px;
    background: url("/wp-content/uploads/2022/03/top-home-logo-sf.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }

  /* ハンバーガーメニューをベタ抜きにする */
  .c-hamburger-btn {
    position: relative;
    right: 3px;
  }
  .c-hamburger-btn::after {
    position: absolute;
    top: -7px;
    right: -12px;
    z-index: -1;
    display: inline-block;
    width: 48.39px;
    height: 48.39px;
    background-color: #f39939;
    content: " ";
  }
  .c-hamburger-btn__label {
    color: #fff;
  }

  /* スマホ時に改行をなくす */
  .br_pc {
    display: none;
  }

  /* グローバルメニュー */
  .global-menu-area {
    display: none;
  }

  /* 診察表幅 */
  .time-width {
    width: 90% !important;
    height: auto !important;
  }

  /* ギャラリー画像の縦幅をそろえる */
  .info-gallery > .wp-block-image {
    height: 250px !important; /*変更*/
  }

  /* トリミング ホテル料金表 */
  .tm-dog {
    padding: 10px 0 !important; /*追加*/
    width: 100px;
    text-align: center;
    font-size: 14px !important; /*追加*/
    line-height: 1.2em; /*追加*/
  }
  .tm-area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
  }
  .tm-price {
    padding: 5px 0 !important; /*追加*/
    font-size: 15px; /*追加*/
  }
  .tm-area th {
    font-size: 15px;
  }
  .tm-area .wp-block-table {
    width: 93vw;
  }

  /* 共通--------------- */

  /* 固定ページのデフォルトファイキャッチ画像の幅を変える */
  .c-page-header[data-has-image="true"] {
    height: 30vh !important;
  }

  /* 固定ページのタイトルを変える・下げる */
  .c-page-header__title {
    text-indent: 0.3em;
    text-shadow: 2px 2px 20px #f39800, -2px 2px 20px #f39800,
      2px -2px 20px #f39800, -2px -2px 20px #f39800;
    white-space: nowrap; /* サファリで最後の一文字がずれる対策 */
    letter-spacing: 0.3em;
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* 見出し */
  h1.title-h1 {
    margin-bottom: 30px !important; /*変更*/
    color: #956134;
    text-align: center;
    font-family: var(--font-main);
  }
  h1.title-h1::after {
    position: relative;
    top: -20px; /*変更*/
    right: 16px; /*変更*/
    display: inline-block;
    width: 40px; /*変更*/
    height: 30px; /*変更*/
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  .title-h1-sf-size1 {
    font-size: 8vw; /*追加*/
    padding-left: 1em; /*追加*/
  }
  .title-h1-sf-size2 {
    font-size: 6.6vw; /*追加*/
  }

  h1.title-h1::first-letter {
    color: #ed6c00;
  }
  h2.title-main {
    position: relative;
    padding: 13px 0 13px 15px; /*変更*/
    background-color: #f4e8d1;
    color: #956134;
    font-size: 21px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  h2.title-main::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-width: 0 17px 17px 0; /*変更*/
    border-style: solid;
    border-color: #fff #fff #c9a063 #c9a063;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    content: "";
  }
  h3.title-sub {
    position: relative;
    left: 50%;
    display: inline-block;
    margin-bottom: 5px !important;
    margin-bottom: 20px !important;
    color: #956134 !important;
    text-align: center;
    font-size: 24px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em; /*追加*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .title-main-margin-top {
    margin-top: 80px !important;
  }

  /* タイトル */
  .title-area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px !important; /*追加*/
  }
  .title-en {
    position: relative;
    color: #956134;
    font-size: 15vw; /*変更*/
    font-family: var(--font-en);
    line-height: 1em;
  }
  .title-en::first-letter {
    color: #ed6c00;
  }
  .title-jp {
    width: 100%;
    color: #727171;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    font-size: 4.5vw; /*変更*/
    font-family: var(--font-main);
  }
  .title-en::after {
    position: absolute;
    top: -15px; /*変更*/
    right: -35px; /*変更*/
    display: inline-block;
    width: 60px; /*変更*/
    height: 45px; /*変更*/
    background-image: url(/wp-content/uploads/2022/03/icon-guide-foot.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
  }
  .title-margin-top {
    margin-top: 70px !important; /*変更*/
  }

  /*トップ スライダー*/
  .top-img-area {
    position: relative;
    margin-top: 0;
    padding: 0 20px 20px 20px; /*変更*/
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    height: 100%; /*変更*/
    background-color: #fff8eb;
  }
  .top-img-photo {
    display: none;
  }
  .top-img-photo-sf {
    width: 100%;
    height: 60%; /*変更*/
    border-radius: 0 0 20px 20px; /*変更*/

    object-fit: cover;
  }
  .top-img-text {
    position: absolute;
    top: 3vh; /*変更*/
    left: 15vw; /*変更*/
    height: 100%; /*追加*/
    color: #fff;
    -ms-writing-mode: tb-rl;
    text-shadow: 2px 2px 10px #f39800, -2px 2px 10px #f39800,
      2px -2px 10px #f39800, -2px -2px 10px #f39800;
    letter-spacing: 0.1em;
    font-size: 5vw;
    font-family: var(--font-main);
    line-height: 1.4em;
    animation: slideTextFade 8s ease 0s 1 normal;

    writing-mode: vertical-rl;
  }
  .top-img-logo {
    position: absolute;
    right: 3vw;
    bottom: 30px;
    width: 15vw;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    animation: slideTextFade 8s ease 0s 1 normal;
  }
  @keyframes slideTextFade {
    0%,
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*トップ スクロールボタン*/
  .scroll {
    display: none;
  }

  /* トップ インフォ */
  .top-open-info {
    margin-bottom: 60px !important; /*変更*/
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .top-open-info-txt {
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 400;
    font-size: 15px; /*変更*/
    font-family: sans-serif;
  }

  /* トップ 挨拶 */
  .media-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
    margin: 0 auto;
    width: 100%;
  }
  .media-img-area {
    position: relative;
  }
  .media-img {
    margin-bottom: 50px; /*追加*/
    width: 75vw; /*変更*/
    height: 75vw; /*変更*/
    border-radius: 10px;

    object-fit: cover;
  }
  .media-text {
    width: 90%; /*変更*/
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 17px;
    line-height: 2em;
  }
  .media-text > p {
    margin-bottom: 2em;
  }
  .media-tag {
    position: absolute;
    right: -20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 130px; /*変更*/
    height: 130px; /*変更*/
    border-radius: 50%;
    background-color: #f39939;
    color: #fff;
  }
  .media-dr {
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #fff;
    color: #f39939;
    font-weight: 600;
    font-size: 15px; /*変更*/
    font-family: sans-serif;
    line-height: 1em;
  }
  .media-name {
    width: 100%;
    text-align: center;
    font-size: 24px; /*変更*/
    font-family: var(--font-main);
    line-height: 1em;
  }

  /* トップ ガイド */
  .top-guide-area {
    display: grid;
    margin: 50px auto 50px auto !important; /*変更*/
    width: 80vw; /*変更*/

    grid-template-columns: 1fr; /*変更*/
    gap: 40px; /*変更*/
  }
  .top-guide-sec {
    position: relative;
  }
  .top-guide-no {
    position: absolute;
    top: -50px; /*変更*/
    left: 10px;
    color: #ed6c00;
    font-size: 15vw; /*変更*/
    font-family: var(--font-en);
  }
  .top-guide-img {
    width: 100%;
    height: 250px; /*変更*/
    border-radius: 10px;

    object-fit: cover;
  }
  .top-guide-sub {
    position: absolute;
    bottom: 0;
    padding: 10px 18vw 10px 0; /*変更*/
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: right;
    letter-spacing: 0.1em;
    font-size: 5vw; /*変更*/
    font-family: var(--font-main);
    line-height: 1em;
  }
  .top-guide-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 15vw; /*変更*/
    height: 15vw; /*変更*/
  }
  .top-guide-link {
    text-decoration: none;
  }
  .top-guide-link:hover {
    opacity: 0.8;
  }

  /* 病院案内 院長プロフィール */
  .prof-dr {
    margin-bottom: 15px; /*追加*/
    padding: 5px 0;
    width: 70px; /*追加*/
    border-radius: 5px;
    background-color: #f39800;
    color: #fff;
    vertical-align: 5px;
    text-align: center; /*追加*/
    font-weight: 600;
    font-size: 17px;
    font-family: sans-serif;
    line-height: 1em;
  }
  .prof-name {
    font-size: 30px; /*変更*/
    font-family: var(--font-main);
    line-height: 0.8em; /*変更*/
  }
  .prof-name-en {
    margin-top: 5px; /*追加*/
    width: 100%; /*追加*/
    text-align: center; /*追加*/
    font-style: italic;
    font-size: 15px; /*変更*/
    font-family: serif;
  }
  .prof-career {
    margin-top: 10px; /*追加*/
    font-size: 15px; /*追加*/
    line-height: 1.5em;
  }
  .prof-year {
    position: relative;
    padding: 5px 0 5px 16px !important;
    width: 150px; /*変更*/
    vertical-align: top;
  }
  .prof-job {
    padding: 5px 0 !important;
  }
  .prof-year::before {
    position: absolute;
    top: 11px; /*変更*/
    left: 0;
    display: inline-block;
    width: 11px; /*変更*/
    height: 11px; /*変更*/
    border-radius: 50%;
    background-color: #f39800;
    content: " ";
  }

  /*保険会社バナー*/
  .bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .bnr-link:hover {
    opacity: 0.8;
  }
  .bnr-img {
    margin: 0 0 15px 0; /*変更*/
  }
  .bnr-pet {
    width: 235px; /*変更*/
    height: 44px; /*変更*/
  }

  /* 診療案内イメージ */
  .guidance-img {
    width: 100%; /*追加*/
    height: 250px; /*追加*/
    border-radius: 10px; /*変更*/

    object-fit: cover;
  }

  /*診療案内 動物アイコン*/
  .info-animal-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .info-animal-sec {
    margin: 10px 20px; /*変更*/
    width: 30vw; /*変更*/
    text-align: center;
    font-size: 20px; /*変更*/
    font-family: var(--font-main);
  }
  .info-animal-icon {
    width: 30vw; /*変更*/
    height: 30vw; /*変更*/
  }

  /*診療案内 診療項目*/
  .info-sbj-area {
    display: grid;
    width: 100%; /*変更*/

    gap: 10px;
    grid-template-columns: 1fr 1fr; /*変更*/
  }
  .info-sbj-li {
    padding: 10px 0;
    border: solid 2px #956134;
    border-radius: 5px;
    background-color: #fff;
    color: #956134;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
  }

  /* トリミング */
  .trimming-day {
    margin: 0.8em 0;
    font-weight: 600;
    font-size: 22px;
    text-align: center; /*追加*/
  }
  .trimming-sale {
    margin: -25px 0 30px;
    font-weight: 600;
    font-size: 20px; /*変更*/
    text-align: center;
    color: #e60012;
  }

  /* アクセス */
  .access-hospital-img {
    margin-bottom: 10px; /*変更*/
    width: 100%;
    height: 50vw; /*変更*/
    border-radius: 10px; /*変更*/

    object-fit: cover;
  }
  .access-map-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
    margin-bottom: 60px; /*変更*/
  }
  .access-map {
    margin-bottom: 20px; /*追加*/
    width: 80vw; /*変更*/
    height: 80vw; /*変更*/
    border-radius: 10px;
  }
  .access-data-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
    margin: 30px 0 50px 0; /*変更*/
  }
  .access-logo {
    margin-bottom: 50px; /*追加*/
    width: 180px; /*変更*/
    height: 147px; /*変更*/
  }
  .access-data-area > table.wp-block-table {
    width: 92vw; /*追加*/
    font-size: 14px; /*追加*/
  }
  .access-data-title {
    margin-bottom: 18px; /*変更*/
    color: #f39939;
    text-align: center;
    font-size: 30px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .access-google-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 60vh; /*変更*/
    border-radius: 20px;
  }
  .access-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access-menu {
    padding-left: 0 !important; /*追加*/
  }

  /* 求人・インスタ バナー */
  .job-bnr-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .job-bnr-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

    gap: 20px 20px;
  }
  .job-bnr-img {
    width: 280px; /*追加*/
    height: 88px; /*追加*/
  }
  .job-bnr-epark {
    margin-top: 30px;
    width: 250px; /*変更*/
    height: 66px; /*変更*/
  }
  .job-line-area {
    display: flex;
    flex-wrap: wrap; /*追加*/
    justify-content: center; /*変更*/
    margin-top: 30px; /*変更*/
    padding: 20px;
    border-radius: 10px;
    background-color: #f0f7ed;
  }
  .job-line-img {
    margin-bottom: 20px; /*追加*/
    width: 240px; /*変更*/
    height: 67px; /*変更*/
  }
  .job-line-txt {
    width: 100%; /*変更*/
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .job-line-txt-pc,
  .job-line-txt-tab {
    display: none;
  }

  body:not(.page-id-10):not(.page-id-59) .job-bnr-top-margin {
    margin-top: 80px !important;
  }
  .job-bnr-img:hover,
  .job-bnr-epark:hover {
    opacity: 0.8;
  }
  .l-front-page-widget-area__item > .c-section {
    padding-top: 0 !important;
  }

  /* 求人テーブル */
  .job-area {
    font-size: 15px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: none !important;
  }
  .job-area > .wp-block-table {
    width: 100vw;
  }
  .job-lead {
    border: solid 1px silver !important;
    border-left: none !important;
    width: 7em;
  }
  .job-data {
    border: solid 1px silver !important;
    border-right: none !important;
  }
  .job-lead {
    background-color: #f0f7ed;
  }
  td.job-lead,
  td.job-data {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .job-tel-area {
    width: 100vw; /*変更*/
    text-align: center;
    margin: 45px auto 0 auto; /*変更*/
    font-size: 18px;
  }
  .job-tel-title {
    color: #e60012;
    font-size: 7vw; /*変更*/
    margin-bottom: 10px;
  }
  .job-margin-b {
    margin-bottom: 50px !important;
  }

  /* フッター */
  .footer-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*変更*/
  }
  .footer-logo {
    margin-bottom: 20px; /*追加*/
    width: 220px;
    height: 146px;
  }
  .footer-data-area {
    display: flex;
    flex-wrap: wrap;
    text-align: center; /*追加*/
  }
  .footer-address-sec {
    width: 100%; /*追加*/
  }
  .footer-title {
    margin-bottom: -5px;
    color: #956134;
    text-align: center; /*追加*/
    font-size: 32px;
    font-family: var(--font-en);
  }
  .footer-tel {
    margin-bottom: 5px;
    font-size: 36px;
    font-family: var(--font-en);
    line-height: 1.5em;
  }
  .footer-tel:hover {
    opacity: 0.8;
  }
  .footer-tel-icon {
    margin-right: 3px;
    font-size: 24px;
  }
  .footer-link {
    text-decoration: none;
  }
  .footer-link:hover {
    opacity: 0.8;
  }
  .footer-time {
    width: 100%; /*変更*/
    height: auto; /*変更*/
  }
  .footer-time-note {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5em;
    text-align: left;
  }
  .footer-menu-area {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-menu {
    padding: 0 5px /*変更*/;
    color: #000;
    text-decoration: none;
    font-size: 3vw; /*変更*/
  }
  .footer-menu:hover {
    color: #ed6c00;
  }
  .footer-menu:nth-of-type(-n + 3) {
    border-right: solid 1px #000;
  }
} /* スマホ終了 */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "iconfont";
  src: url("/../../../fonts/iconfont.eot?xupado");
  src: url("/../../../fonts/iconfont.eot?xupado#iefix")
      format("embedded-opentype"),
    url("/../../../fonts/iconfont.ttf?xupado") format("truetype"),
    url("/../../../fonts/iconfont.woff?xupado") format("woff"),
    url("/../../../fonts/iconfont.svg?xupado#iconfont") format("svg");

  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  text-transform: none;
  font-weight: normal;
  /* speak: never; */
  font-style: normal;
  font-variant: normal;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-telegram:before {
  content: "\f2c6";
}
