@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document - ところ動物病院 */
/* ===== color ===== */
/* ===== font family ===== */
/* cubic-bezier */
/* ===== layout ===== */
.f_base {
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* ===== container ===== */
.l-container {
  position: relative;
  width: 914px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .l-container {
    width: auto;
    padding: 0 1.5rem;
  }
}

.l-full {
  position: relative;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* =========================================================
   font
   カンプ指定: Yu Gothic Pr6N / weight 600
   → Web では system の 游ゴシック系でマッピング
   ※ Morisawa "Yu Gothic Pr6N" を完全一致させる場合は
     ライセンス webfont の差し込みが必要
========================================================= */
body {
  margin: 0;
  color: #000000;
  background: #F5F3F2;
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1000px) {
  body {
    min-width: 100%;
  }
}

main {
  width: 100%;
  display: block;
}

figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

nav {
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 1000px) {
  a, button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
}
button {
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  background: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
  line-height: 1;
}

i {
  font-style: normal;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1000px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mt15 {
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .sp_u-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp_u-mb-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1000px) {
  .pc_u-mb80 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1000px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .sp_u-ta-l {
    text-align: left !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.pc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .pc_flex {
    display: block;
  }
}

/* object（共通コンポーネント） */
/* もっと見る等の丸アイコン付きリンク */
.c-morelink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-size: 0.875rem;
  line-height: 1;
}
.c-morelink::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #847341;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
/* =========================================================
   header  （カンプ: 高さ84px / ロゴ 左32 上24 / ナビ右 / 固定）
========================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 1150;
  pointer-events: none;
}
.l-header > * {
  pointer-events: auto;
}
.l-header .logo {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 222px;
  height: 31px;
}
.l-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: color 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.l-header .gnav {
  position: absolute;
  top: 0;
  right: 32px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28px;
}
.l-header .gnav ul li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1000px) {
  .l-header .gnav {
    display: none;
  }
}

/* お問い合わせ 固定タブ（カンプ: 右下・茶背景・電話16px白） */
.c-contacttab {
  position: fixed;
  right: 0;
  top: 704px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
  background: #847341;
  color: #FFFFFF;
  padding: 12px 24px 12px 20px;
}
.c-contacttab a {
  color: #FFFFFF;
}
.c-contacttab .label {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.c-contacttab .tel {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1000px) {
  .c-contacttab {
    display: none;
  }
}

/* ハンバーガー（SP） */
.toggle_menu_wrap {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 1300;
}
@media (min-width: 1000px) {
  .toggle_menu_wrap {
    display: none;
  }
}
.toggle_menu_wrap .toggle_menu {
  position: relative;
  display: block;
  height: 100%;
}
.toggle_menu_wrap .toggle_menu .icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.toggle_menu_wrap .toggle_menu .icon:nth-child(1) {
  top: 0;
}
.toggle_menu_wrap .toggle_menu .icon:nth-child(2) {
  top: 11px;
}
.toggle_menu_wrap .toggle_menu .icon:nth-child(3) {
  top: 22px;
}

.is-drawer-open .toggle_menu_wrap .toggle_menu .icon {
  background: #FFFFFF;
}
.is-drawer-open .toggle_menu_wrap .toggle_menu .icon:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-drawer-open .toggle_menu_wrap .toggle_menu .icon:nth-child(2) {
  opacity: 0;
}
.is-drawer-open .toggle_menu_wrap .toggle_menu .icon:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* SPドロワー（フルスクリーン・上からフェード） */
.l-drawer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #BCA17A;
  color: #FFFFFF;
  z-index: 1100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 152px;
  padding-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1), transform 0.4s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 1000px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer__menu-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 119px;
  height: 41px;
  border-radius: 21px;
  border: 1px solid #000000;
  background: #F5F3F2;
  color: #000000;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.l-drawer__nav {
  width: 100%;
  padding: 0 24px;
}
.l-drawer__nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.l-drawer__nav ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-drawer__nav ul li a {
  display: block;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.l-drawer__tel {
  margin-top: auto;
  text-align: center;
}
.l-drawer__tel a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.is-drawer-open .l-drawer {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* ドロワー開放中：ロゴ白化（ヘッダーがドロワーの上に表示されるため） */
.is-drawer-open .l-header .logo a {
  color: #FFFFFF;
}

/* SP: ヘッダー調整 */
@media (max-width: 1000px) {
  .l-header {
    height: 64px;
  }
  .l-header .logo {
    top: 18px;
    left: 16px;
    width: auto;
    height: auto;
  }
  .l-header .logo a {
    font-size: 1.125rem;
  }
  .c-contacttab {
    display: none;
  }
}
/* footer は診療時間・アクセス帯内にコピーライトを配置（parts/info.php）。
   個別のフッターバーは無し。 */
/* fade-in */
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}

.js-fade.is-active {
  opacity: 1;
}

/* =========================================================
   TOP ページ  ところ動物病院
   ※数値はカンプ実測ベース。写真は支給待ちのためスロット表示
========================================================= */
/* ---- 写真プレースホルダー（支給待ち） ---- */
.ph {
  position: relative;
  background: #d9d5cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.ph .ph__note {
  position: absolute;
  z-index: 0;
  background: #FFF33F;
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 8px 12px;
  text-align: center;
  white-space: nowrap;
}

/* ---- 見出し（セクション中央見出し） ---- */
.c-heading {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* ---- HERO ---- */
.h-hero {
  position: relative;
  width: 100%;
}
.h-hero .h-hero__img {
  width: 100%;
  height: 668px;
  margin-top: 84px;
}

/* ---- 当院について ---- */
.h-about {
  position: relative;
  padding-top: 128px;
  padding-bottom: 120px;
}
.h-about .h-about__inner {
  position: relative;
  width: 946px;
  max-width: 100%;
  min-height: 430px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .h-about .h-about__inner {
    width: auto;
    min-height: 0;
    padding: 0 1.5rem;
  }
}
.h-about__body {
  position: relative;
  z-index: 2;
}
.h-about__label {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #BCA17A;
  margin-bottom: 20px;
}
.h-about__catch {
  font-size: 1.3125rem;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #BCA17A;
  margin-bottom: 35px;
}
.h-about__text {
  width: 473px;
  max-width: 100%;
}
.h-about__text p {
  font-size: 0.875rem;
  line-height: 30px;
}
.h-about__more {
  margin-top: 30px;
}
.h-about__photo {
  position: absolute;
  top: 24px;
  right: 0;
  width: 400px;
  height: 300px;
  z-index: 1;
}
.h-about__animal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 150px;
  z-index: 1;
  pointer-events: none;
}

/* ---- 2カード（飼い主さまへ / 診療案内） ---- */
.h-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.h-cards__item {
  position: relative;
  width: 50%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 0;
  color: #FFFFFF;
}
.h-cards__item .h-cards__ph {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.h-cards__item .ph__note {
  top: 24px;
  left: 24px;
}
.h-cards__btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.92);
  color: #FFFFFF;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.h-cards__desc {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1000px) {
  .h-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .h-cards__item {
    width: 100%;
  }
}

/* ---- お知らせ ---- */
.h-news {
  padding: 96px 0 100px;
}
.h-news__inner {
  width: 914px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .h-news__inner {
    width: auto;
    padding: 0 1.5rem;
  }
}
.h-news__head {
  margin-bottom: 40px;
}
.h-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  padding: 18px 4px;
  border-bottom: 1px solid #d8d2c8;
}
.h-news__row:first-child {
  border-top: 1px solid #d8d2c8;
}
.h-news__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #BCA17A;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.h-news__cat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 76px;
  text-align: center;
  background: #847341;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px 4px;
}
.h-news__title {
  font-size: 0.875rem;
  line-height: 1.4;
}
.h-news__more {
  margin-top: 32px;
  text-align: right;
}

/* ---- 写真スライドショー（帯） ---- */
.h-slideshow {
  width: 100%;
}
.h-slideshow .h-slideshow__img {
  width: 100%;
  height: 560px;
}

/* =========================================================
   SP（〜1000px）
========================================================= */
@media (max-width: 1000px) {
  .h-hero .h-hero__img {
    height: 62vh;
    min-height: 360px;
    margin-top: 64px;
  }
  .h-about {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .h-about .h-about__inner {
    min-height: 0;
  }
  .h-about__catch {
    font-size: 1.1875rem;
    line-height: 34px;
  }
  .h-about__text {
    width: 100%;
  }
  .h-about__photo {
    position: static;
    width: 100%;
    height: 220px;
    margin-top: 32px;
  }
  .h-about__animal {
    position: static;
    width: 200px;
    height: 120px;
    margin: 24px auto 0;
  }
  .h-cards__item {
    height: 260px;
  }
  .h-news {
    padding: 56px 0 64px;
  }
  .h-news__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
    padding: 14px 0;
  }
  .h-news__title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .h-slideshow .h-slideshow__img {
    height: 300px;
  }
  .h-info {
    padding: 48px 0;
  }
  .h-info .c-hours th, .h-info .c-hours td {
    font-size: 0.75rem;
    padding: 8px 2px;
  }
  .h-info .c-hours .time {
    font-size: 0.6875rem;
  }
  .h-info__acchead {
    margin-top: 8px;
  }
}
/* ---- 診療時間・お支払い・アクセス ---- */
.h-info {
  background: #BCA17A;
  color: #FFFFFF;
  padding: 72px 0 40px;
}
.h-info__inner {
  width: 946px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 48px;
}
@media (max-width: 1000px) {
  .h-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: auto;
    padding: 0 1.5rem;
    gap: 40px 0;
  }
}
.h-info__left {
  width: 460px;
  max-width: 100%;
}
.h-info__right {
  width: 420px;
  max-width: 100%;
}
.h-info__ttl {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
.h-info {
  /* 診療時間テーブル */
}
.h-info .c-hours {
  width: 100%;
}
.h-info .c-hours th, .h-info .c-hours td {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.h-info .c-hours th {
  font-weight: 600;
}
.h-info .c-hours thead th:first-child {
  width: 96px;
}
.h-info .c-hours thead th {
  border-bottom: none;
}
.h-info .c-hours .time {
  font-size: 0.8125rem;
  white-space: nowrap;
  text-align: left;
}
.h-info .c-hours .mark {
  font-size: 0.875rem;
}
.h-info .c-hours .time2 {
  font-size: 0.6875rem;
}
.h-info__closed {
  margin-top: 12px;
  font-size: 0.8125rem;
  line-height: 1;
}
.h-info__note {
  margin-top: 16px;
}
.h-info__note p {
  font-size: 0.8125rem;
  line-height: 22px;
}
.h-info__pay {
  margin-top: 28px;
}
.h-info__pay .h-info__subttl {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 12px;
}
.h-info__pay p {
  font-size: 0.8125rem;
  line-height: 24px;
}
.h-info {
  /* アクセス */
}
.h-info__acchead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.h-info .c-map {
  width: 100%;
  height: 300px;
}
.h-info .c-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.h-info__addr {
  margin-top: 16px;
  font-size: 0.8125rem;
  line-height: 24px;
  text-align: right;
}
.h-info__addr a {
  color: #FFFFFF;
  text-decoration: underline;
}
.h-info__copy {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 48px;
}

/* =========================================================
   下層ページ共通
========================================================= */
/* 下層ヒーロー（全幅写真） */
.p-hero {
  width: 100%;
}
.p-hero .p-hero__img {
  width: 100%;
  height: 480px;
  margin-top: 84px;
}

/* セクション共通 */
.p-section {
  padding: 96px 0;
}
.p-section__inner {
  width: 946px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-section__inner {
    width: auto;
    padding: 0 1.5rem;
  }
}
.p-section__head {
  text-align: center;
  margin-bottom: 48px;
}
.p-section.is-tan {
  background: #BCA17A;
  color: #000000;
}

/* 病院紹介（キャッチ＋本文＋写真） */
.p-intro {
  position: relative;
  min-height: 320px;
}
.p-intro__body {
  position: relative;
  z-index: 2;
}
.p-intro__catch {
  font-size: 1.3125rem;
  line-height: 40px;
  letter-spacing: 0.04em;
  color: #BCA17A;
  margin-bottom: 30px;
}
.p-intro__text {
  width: 473px;
  max-width: 100%;
}
.p-intro__text p {
  font-size: 0.875rem;
  line-height: 30px;
}
.p-intro__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 300px;
  z-index: 1;
}

/* ご挨拶（写真＋名前＋本文） */
.p-greet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
}
@media (max-width: 1000px) {
  .p-greet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px 0;
  }
}
.p-greet__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: 380px;
}
@media (max-width: 1000px) {
  .p-greet__photo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.p-greet__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-greet__role {
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 10px;
}
.p-greet__name {
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 24px;
}
.p-greet__name small {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 8px;
  color: #847341;
}
.p-greet__text p {
  font-size: 0.875rem;
  line-height: 30px;
}

/* 施設案内グリッド */
.p-facility__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}
@media (max-width: 1000px) {
  .p-facility__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-facility__item .ttl {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 14px;
}
.p-facility__item .img {
  width: 100%;
  height: 180px;
  margin-bottom: 14px;
}
.p-facility__item .desc {
  font-size: 0.8125rem;
  line-height: 24px;
}

/* 病院情報テーブル */
.p-hospital__table {
  width: 100%;
}
.p-hospital__table th, .p-hospital__table td {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 16px 8px;
  border-bottom: 1px solid #d8d2c8;
  vertical-align: top;
}
.p-hospital__table th {
  width: 140px;
  font-weight: 600;
}
.p-hospital__table tr:first-child th, .p-hospital__table tr:first-child td {
  border-top: 1px solid #d8d2c8;
}

/* 中央リード文 */
.p-lead {
  text-align: center;
  font-size: 0.875rem;
  line-height: 30px;
  max-width: 720px;
  margin: 0 auto;
}

/* 事前準備（リスト＋写真） */
.p-prep {
  position: relative;
  min-height: 300px;
}
.p-prep__body {
  width: 473px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.p-prep__list li {
  font-size: 0.875rem;
  line-height: 30px;
}
.p-prep__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 260px;
  z-index: 1;
}

/* 待合室でのマナー（犬/猫アイコン＋写真） */
.p-manner {
  position: relative;
}
.p-manner__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 260px;
}
.p-manner__body {
  width: 473px;
  margin-left: auto;
}
.p-manner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  margin-bottom: 24px;
}
.p-manner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
.p-manner__row .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #847341;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
}
.p-manner__row .txt {
  font-size: 0.875rem;
  line-height: 24px;
}
.p-manner__note {
  font-size: 0.875rem;
  line-height: 30px;
}

/* 診療の流れ（番号ステップ） */
.p-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 32px 0;
  border-bottom: 1px solid #d8d2c8;
}
.p-flow__step:first-child {
  border-top: 1px solid #d8d2c8;
}
.p-flow__num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.375rem;
  line-height: 1;
  color: #BCA17A;
  width: 32px;
}
.p-flow__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow__ttl {
  font-size: 1.0625rem;
  line-height: 1;
  margin-bottom: 14px;
}
.p-flow__desc {
  font-size: 0.875rem;
  line-height: 28px;
}
.p-flow__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  height: 150px;
}
.p-flow__note {
  text-align: center;
  margin: 40px 0 24px;
  font-size: 0.875rem;
  line-height: 28px;
}

/* 汎用ボタン（ピル・中央） */
.c-btn {
  display: block;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 18px 24px;
  border: 1px solid #847341;
  border-radius: 999px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* 対象動物（円） */
.p-targets__sub {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.p-targets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
.p-targets__item {
  text-align: center;
}
.p-targets__item .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 16px;
}
.p-targets__item .name {
  font-size: 0.9375rem;
  line-height: 1;
}

/* 診療科目（4列グリッド） */
.p-services__sub {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
.p-services__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}
@media (max-width: 1000px) {
  .p-services__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-services__item .img {
  width: 100%;
  height: 140px;
  margin-bottom: 14px;
}
.p-services__item .ttl {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 12px;
}
.p-services__item .desc {
  font-size: 0.8125rem;
  line-height: 22px;
}

/* メッセージ帯（見出し＋テキスト＋写真） */
.p-message__ttl {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.p-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .p-message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 24px 0;
  }
}
.p-message__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  height: 260px;
}
@media (max-width: 1000px) {
  .p-message__photo {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
.p-message__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-message__text p {
  font-size: 0.875rem;
  line-height: 30px;
}

/* よくある質問 */
.p-faq__item {
  border-bottom: 1px solid #d8d2c8;
  padding: 20px 4px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-faq__item:first-child {
  border-top: 1px solid #d8d2c8;
}
.p-faq__item .q {
  color: #BCA17A;
  margin-right: 8px;
}

/* FAQページ（Q&Aアコーディオン） */
.p-qa {
  max-width: 800px;
  margin: 0 auto;
}
.p-qa__item {
  border-bottom: 1px solid #d8d2c8;
}
.p-qa__item:first-child {
  border-top: 1px solid #d8d2c8;
}
.p-qa__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
  width: 100%;
  text-align: left;
  padding: 22px 40px 22px 4px;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  background: none;
  cursor: pointer;
}
.p-qa__q .mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #BCA17A;
  font-size: 1rem;
}
.p-qa__q::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-qa__q.is-open::after {
  -webkit-transform: translateY(-30%) rotate(225deg);
          transform: translateY(-30%) rotate(225deg);
}
.p-qa__a {
  display: none;
  padding: 0 4px 24px 32px;
  font-size: 0.875rem;
  line-height: 28px;
}
.p-qa__a .mark {
  color: #847341;
  margin-right: 8px;
}
.p-qa__item.is-open .p-qa__a {
  display: block;
}

/* お知らせ一覧 */
.p-newslist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  padding: 20px 4px;
  border-bottom: 1px solid #d8d2c8;
}
.p-newslist__row:first-child {
  border-top: 1px solid #d8d2c8;
}
.p-newslist__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #BCA17A;
  font-size: 0.8125rem;
  line-height: 1;
}
.p-newslist__cat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 76px;
  text-align: center;
  background: #847341;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px 4px;
}
.p-newslist__title {
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  margin-top: 48px;
}
.c-pager a, .c-pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  border: 1px solid #d8d2c8;
}
.c-pager .current {
  background: #847341;
  color: #FFFFFF;
  border-color: #847341;
}

/* お知らせ詳細 */
.p-article {
  max-width: 800px;
  margin: 0 auto;
}
.p-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-bottom: 16px;
}
.p-article__date {
  color: #BCA17A;
  font-size: 0.8125rem;
  line-height: 1;
}
.p-article__cat {
  background: #847341;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1;
  padding: 6px 10px;
}
.p-article__title {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d8d2c8;
}
.p-article__body {
  font-size: 0.875rem;
  line-height: 30px;
}
.p-article__body p {
  margin-bottom: 24px;
  line-height: 30px;
}
.p-article__body img {
  margin: 16px 0;
}
.p-article__body h2, .p-article__body h3 {
  line-height: 1.5;
  margin: 32px 0 16px;
}
.p-article__back {
  text-align: center;
  margin-top: 56px;
}

/* =========================================================
   SP（〜1000px）
========================================================= */
@media (max-width: 1000px) {
  .p-hero .p-hero__img {
    height: 300px;
    margin-top: 64px;
  }
  .p-prep {
    min-height: 0;
  }
  .p-prep__body {
    width: 100%;
  }
  .p-prep__photo {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: 24px;
  }
  .p-targets__list {
    gap: 0 32px;
  }
  .p-targets__item .circle {
    width: 120px;
    height: 120px;
  }
  .p-newslist__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
  }
  .p-newslist__title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-article__title {
    font-size: 1.25rem;
  }
  .p-manner__photo {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: 24px;
  }
  .p-manner__body {
    width: 100%;
  }
  .p-flow__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
  .p-flow__photo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 200px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-section {
    padding: 56px 0;
  }
  .p-section__head {
    margin-bottom: 32px;
  }
  .p-intro {
    min-height: 0;
  }
  .p-intro__catch {
    font-size: 1.1875rem;
    line-height: 34px;
  }
  .p-intro__text {
    width: 100%;
  }
  .p-intro__photo {
    position: static;
    width: 100%;
    height: 220px;
    margin-top: 28px;
  }
  .p-greet__photo {
    height: 300px;
  }
  .p-hospital__table th, .p-hospital__table td {
    display: block;
    width: 100%;
    border: none;
    padding: 4px 0;
  }
  .p-hospital__table th {
    padding-top: 14px;
  }
  .p-hospital__table tr {
    display: block;
    border-bottom: 1px solid #d8d2c8;
    padding: 10px 0;
  }
}