@charset "UTF-8";
/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
/* ホバーで透過するボタンアニメーション（京都院） */
:root {
  scroll-padding: 100px;
}

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

body {
  margin: 0;
  color: #06140f;
  font-family: "Shippori Mincho", serif;
  line-height: 1.7;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
  cursor: pointer;
}

/* ----------------------------------------
header pc

font-size: clamp(12px, 1vw, 16px);
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(0, 0, 0, .2);
}

.header__inner {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 1000px) {
  .header__inner {
    padding: 0.90625rem 0.8125rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}

.header__nav-search.--pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .header__nav-search.--pc {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .header__data-wrap {
    display: none;
  }
}

.header__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 242px;
  max-width: 15.125rem;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .header__data {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 1000px) {
  .header__data {
    display: none;
  }
}

.header__data-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.header__data-title {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__data-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 68px;
  max-width: 4.25rem;
  gap: 4px;
  gap: 0.25rem;
}

.header.page-header .header__data-button {
  display: none;
}

.header__data-address {
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.2;
}

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 1000px) {
  .header__nav-wrap {
    z-index: 1000;
    position: relative;
    margin-top: 0rem;
  }
}

.header__logo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__logo-flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 5px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header__logo-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  gap: 1.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .header__logo-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.header__logo-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: clamp(120px, 13.1vw, 180px);
}
@media screen and (max-width: 1320px) {
  .header__logo-item {
    max-width: 7.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo-item {
    max-width: 6.25rem;
  }
}

.header__nav-list {
  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;
}

.header__nav-item {
  color: #fff;
  position: relative;
  font-size: clamp(11px, 0.97vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  margin-right: 20px;
}
@media screen and (max-width: 1320px) {
  .header__nav-item {
    font-size: 0.6875rem;
  }
}

.header__nav-item:last-child {
  margin-right: 0px;
}

#g-nav-sp.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  height: 482px;
  background: #fff;
  max-width: 328px;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  background: #fff;
  max-width: 328px;
  height: 438px;
  top: 50px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
}

.circle-bg.circleactive {
  opacity: 1;
  pointer-events: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 328px;
  margin-right: 0;
  margin-left: auto;
  right: 0;
}

#g-nav-sp-list {
  display: none;
  position: relative;
  z-index: 999;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  padding: 24px 24px 30px;
  padding: 1.5rem 1.5rem 1.875rem;
}

#g-nav-sp.panelactive #g-nav-sp-list {
  display: block;
}

/*ナビゲーション*/
#g-nav-sp ul.g-nav-sp__wrap {
  opacity: 0;
  position: relative;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 1000px) {
  #g-nav-sp ul.g-nav-sp__wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
    height: auto;
    height: initial;
    max-width: 41.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#g-nav-sp.panelactive ul.g-nav-sp__wrap {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-nav-sp__item {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(225, 143, 119, .5);
  list-style: none;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.g-nav-sp__item:first-child {
  padding-top: 0;
}

.g-nav-sp__item-link {
  color: #554C36;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .g-nav-sp__item-link {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.openbtn1 {
  position: fixed;
  top: 0px;
  top: 0rem;
  right: 0px;
  right: 0rem;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  background-color: #023825;
  gap: 3px;
  gap: 0.1875rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1000px) {
  .openbtn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.openbtn1:after {
  content: "MENU";
  font-family: "Baskervville SC", serif;
  top: 33px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #fff;
}

.openbtn1.active:after {
  content: "Close";
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1.32px;
  color: #fff;
  background: #fff;
  width: 20px;
  width: 1.25rem;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.openbtn1 span:nth-of-type(1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 13px;
}

.openbtn1 span:nth-of-type(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 21px;
}

.openbtn1.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) translateX(-10px) rotate(-35deg);
          transform: translateY(4px) translateX(-10px) rotate(-35deg);
  width: 21px;
}

.openbtn1.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) translateX(-9px) rotate(35deg);
          transform: translateY(-4px) translateX(-9px) rotate(35deg);
  width: 21px;
}

.header-sp__list-item {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  position: relative;
}

.header-sp__list-item:before {
  content: "";
  position: absolute;
  bottom: -16px;
  bottom: -1rem;
  left: 0;
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
  height: 1px;
  background: #AEC0BA;
}

.header-sp__list-item:first-child {
  margin-top: 0px;
  padding-top: 0;
}

.header-sp__list-item:last-child:before {
  content: none;
}

/* ============================================
   京都院トップ共通（front-page2.php）
   固定 width による横スクロールを防ぐベース
   ============================================ */
.kyoto-fv,
.kyoto-about,
.kyoto-case,
.kyoto-menu,
.kyoto-info,
.kyoto-guide,
.kyoto-philosophy,
.kyoto-reason,
.kyoto-faq,
.kyoto-treat,
.kyoto-doctor,
.kyoto-group {
  overflow-x: clip;
}

[class^=kyoto-][class$=__inner],
[class*=" kyoto-"][class$=__inner] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ============================================
   京都院トップ 共通CTAボタン（parts/kyoto-cta2.php）
   ============================================ */
.kyoto-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.kyoto-cta--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kyoto-cta--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.kyoto-cta--row .kyoto-cta__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .kyoto-cta--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kyoto-cta__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  height: 100px;
  height: 6.25rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border: 2px solid;
  border-radius: 0.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-cta__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-cta__btn {
    height: 74px;
  }
}

.kyoto-cta__btn--line {
  border-color: #06c755;
}

.kyoto-cta__btn--web {
  border-color: #7f3033;
}

.kyoto-cta__btn--tel {
  border-color: #9f851b;
}

.kyoto-cta__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  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;
  border-radius: 0.25rem;
}

.kyoto-cta__icon--line {
  border-radius: 0;
}
.kyoto-cta__icon--line img {
  width: 100%;
  height: 100%;
}

.kyoto-cta__icon--web {
  background-color: #7f3033;
}

.kyoto-cta__icon--tel {
  background: -webkit-gradient(linear, right top, left top, from(#957c35), to(#b8973a));
  background: linear-gradient(to left, #957c35, #b8973a);
}

.kyoto-cta__icon--web img,
.kyoto-cta__icon--tel img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-cta__main {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-cta__sub {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-cta__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  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;
}
.kyoto-cta__arrow img {
  width: 11px;
  width: 0.6875rem;
  height: auto;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.kyoto-cta__arrow--line {
  background-color: #06c755;
}

.kyoto-cta__arrow--web {
  background-color: #7f3033;
}

.kyoto-cta__tel {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-cta__tel {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 374px) {
  .kyoto-cta__tel {
    font-size: 1.625rem;
  }
}

/* ============================================
   京都院ヘッダー（header-2.php）
   Figma: Frame 29（node 173:8412）
   ============================================ */
.header--kyoto {
  background: rgba(255, 255, 255, .5);
}

.header--kyoto .header__inner {
  padding: 16px;
  padding: 1rem;
}

.header--kyoto .header__nav-wrap {
  margin-top: 0;
}

.header--kyoto .header__logo {
  gap: 12px;
  gap: 0.75rem;
}

.header--kyoto .header__logo-item {
  max-width: 208px;
  max-width: 13rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header--kyoto .header__logo-item {
    max-width: 10rem;
  }
}

.header--kyoto .header__logo-item-img {
  display: block;
  width: 100%;
  height: auto;
}

.header--kyoto .header__data {
  max-width: 238px;
  max-width: 14.875rem;
  color: #242423;
  opacity: 0.6;
}

.header--kyoto .header__data-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-style: normal;
}

.header--kyoto .header__data-post {
  display: block;
}

.header--kyoto .header__data-title {
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.header--kyoto .header__nav-item {
  color: #242423;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.header--kyoto .header__nav-item a {
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header--kyoto .header__nav-item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1320px) {
  .header--kyoto .header__data-wrap {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .header--kyoto .header__logo-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 3.125rem);
  }
}
.header--kyoto .openbtn1 {
  background-color: #9f851b;
}

/* 375px Figma SP 基準 — 600px 以下で viewport 幅に比例スケール */
/* ============================================
   京都院トップ ファーストビュー（front-page2.php）
   Figma PC: TOP 173:6716（パネル 173:8411 / コピー 173:8427）
   Figma SP: TOP sp 173:8769（写真 173:8773 / パネル 173:8774 / コピー 173:9459）
   ギャラリー PC 270×338 / SP 132×165（375基準・左右ピーク）
   ============================================ */
.kyoto-fv {
  position: relative;
  background-color: #f9f8f5;
}

/* ---- ステージ（写真＋パネル＋CTA帯を重ねる領域） ---- */
.kyoto-fv__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/768;
  overflow: hidden;
}

.kyoto-fv__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 75.62%;
  height: 100%;
}

.kyoto-fv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---- 左コピーパネル（質感背景） ---- */
.kyoto-fv__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 47.44%;
  height: 73.96%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background-image: url(../img/kyoto-fv-panel.webp);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 10px 10px 28px rgba(57, 51, 27, .15);
          box-shadow: 10px 10px 28px rgba(57, 51, 27, .15);
}

.kyoto-fv__panel-inner {
  width: 38.21vw;
  padding: 0;
  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;
  gap: 2.93vw;
}

/* ---- キャッチコピー ---- */
.kyoto-fv__catch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(26px, 2.93vw, 48px);
  font-size: clamp(1.625rem, 2.93vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0.24em;
}

.kyoto-fv__catch-line {
  display: block;
  white-space: nowrap;
}

.kyoto-fv__catch-line--2 {
  margin-top: 2.2vw;
  margin-left: 6.22vw;
}

/* ---- 実績テキスト＋タグ ---- */
.kyoto-fv__lead {
  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;
  gap: 1.17vw;
  width: 100%;
}

.kyoto-fv__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.318vw, 22px);
  font-size: clamp(0.875rem, 1.318vw, 1.375rem);
  line-height: 1.21;
  letter-spacing: 0.06em;
}

.kyoto-fv__stat-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}

.kyoto-fv__stat-suffix {
  white-space: nowrap;
}

.kyoto-fv__stat-num {
  font-weight: 400;
  font-size: clamp(22px, 2.05vw, 34px);
  font-size: clamp(1.375rem, 2.05vw, 2.125rem);
  letter-spacing: 0.04em;
  margin: 0 0.07em;
}

.kyoto-fv__subtitle {
  color: #242423;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.83vw, 30px);
  font-size: clamp(1.125rem, 1.83vw, 1.875rem);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.kyoto-fv__tags {
  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;
  gap: 0.44vw;
  width: 100%;
  max-width: 508px;
  max-width: 31.75rem;
}

.kyoto-fv__tags-set {
  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;
  gap: inherit;
  width: 100%;
}

.kyoto-fv__tags-set--sp {
  display: none;
}

.kyoto-fv__tags-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.44vw;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kyoto-fv__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.29vw 1.17vw;
  border: 1px solid #e9e7dd;
  border-radius: 999px;
  background-color: #fff;
  color: #7e6500;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(11px, 0.952vw, 15px);
  font-size: clamp(0.6875rem, 0.952vw, 0.9375rem);
  line-height: 1.4;
  white-space: nowrap;
}

/* PC〜タブレット（601px〜）：パネル幅に合わせてタグを2行（4+3）で収める */
@media screen and (min-width: 601px) and (max-width: 1300px) {
  .kyoto-fv__tags {
    max-width: 100%;
  }
  .kyoto-fv__tag {
    padding: clamp(0.125rem, 0.25vw, 0.25rem) clamp(0.375rem, 0.75vw, 0.75rem);
    font-size: clamp(0.5625rem, 0.78vw, 0.75rem);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .kyoto-fv__panel-inner {
    width: 42vw;
  }
}
/* ---- CTA帯（LINE / WEB / TEL） ---- */
/* ページ読込時から固定表示 */
/* PC: 右下 / SP: 画面下部フル幅（Figma 173:9849） */
.kyoto-fv__bnr {
  position: fixed;
  right: 6px;
  right: 0.375rem;
  bottom: 6px;
  bottom: 0.375rem;
  left: auto;
  width: auto;
  max-width: calc(100% - 0.75rem);
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="8" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, .16));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, .16));
  z-index: 999;
  /* フッター最下部で消える（PCのみ・JSで .is-hidden 付与） */
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* PC：フッター最下部までスクロールしたらフェードアウト */
@media screen and (min-width: 1001px) {
  .kyoto-fv__bnr.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.kyoto-fv__bnr-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.59vw;
  padding: 0.73vw 1.17vw 0.73vw 0.73vw;
  border: 2px solid #d0c289;
  border-left-width: 0;
  background-color: #fff;
  color: #242423;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-fv__bnr-item:hover {
    opacity: 0.85;
  }
}

.kyoto-fv__bnr-item:first-child {
  border-left-width: 2px;
  border-radius: 0.5rem 0 0 0.5rem;
}

.kyoto-fv__bnr-item:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

.kyoto-fv__bnr-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 3.22vw;
  height: 3.22vw;
  border-radius: 0.25rem;
  overflow: hidden;
}

.kyoto-fv__bnr-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kyoto-fv__bnr-icon--line {
  border-radius: 0;
}

.kyoto-fv__bnr-icon--web {
  background-color: #7f3033;
}

.kyoto-fv__bnr-icon--tel {
  background-image: -webkit-gradient(linear, right top, left top, from(#957c35), to(#b8973a));
  background-image: linear-gradient(to left, #957c35, #b8973a);
}

.kyoto-fv__bnr-icon--web img,
.kyoto-fv__bnr-icon--tel img {
  width: 50%;
  height: 50%;
}

.kyoto-fv__bnr-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  gap: 0.15vw;
  text-align: center;
}

.kyoto-fv__bnr-sub {
  font-family: "A-OTF Ryumin Pro", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(9px, 0.732vw, 12px);
  font-size: clamp(0.5625rem, 0.732vw, 0.75rem);
  line-height: 1.1;
  white-space: nowrap;
}

.kyoto-fv__bnr-sub--deco {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.44vw;
}

.kyoto-fv__bnr-sub--deco::before,
.kyoto-fv__bnr-sub--deco::after {
  content: "";
  width: 1px;
  height: 0.6em;
  background-color: currentColor;
}

.kyoto-fv__bnr-sub--deco::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.kyoto-fv__bnr-sub--deco::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.kyoto-fv__bnr-main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(12px, 1.098vw, 18px);
  font-size: clamp(0.75rem, 1.098vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

.kyoto-fv__bnr-tel {
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 400;
  font-size: clamp(16px, 1.464vw, 24px);
  font-size: clamp(1rem, 1.464vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* PC: 追従CTA（.kyoto-fv__bnr）と toTOP ボタンの重なり回避 */
@media screen and (min-width: 1001px) {
  body:has(.kyoto-fv__bnr) .smooth-back-to-top-button.btn-right-side {
    right: 1rem !important;
    -webkit-transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, -webkit-transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, -webkit-transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, transform 200ms linear;
    transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear, visibility 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
  }
  body:has(.kyoto-fv__bnr) .smooth-back-to-top-button.btn-right-side {
    bottom: var(--kyoto-fv-btt-bottom) !important;
  }
}
/* ============================================
   タブレット（601〜1000px）：PCレイアウトを維持しつつ縮小調整
   ============================================ */
@media screen and (max-width: 1000px) and (min-width: 601px) {
  .kyoto-fv {
    overflow-x: clip;
  }
  .kyoto-fv__stage {
    overflow: hidden;
  }
  .kyoto-fv__panel {
    width: 52%;
    height: auto;
    min-height: 74%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kyoto-fv__panel-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 clamp(0.75rem, 4vw, 2.5rem);
    gap: clamp(0.75rem, 2.5vw, 2.5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kyoto-fv__catch {
    font-size: clamp(1.125rem, 3.4vw, 2.5rem);
    letter-spacing: 0.12em;
  }
  .kyoto-fv__catch-line {
    white-space: normal;
  }
  .kyoto-fv__catch-line--2 {
    margin-top: clamp(0.5rem, 1.8vw, 1.875rem);
    margin-left: clamp(1rem, 4vw, 5.3125rem);
  }
  .kyoto-fv__lead {
    gap: clamp(0.5rem, 1.2vw, 1rem);
  }
  .kyoto-fv__stat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: clamp(0.75rem, 1.6vw, 1.125rem);
  }
  .kyoto-fv__stat-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: normal;
  }
  .kyoto-fv__stat-suffix {
    white-space: normal;
  }
  .kyoto-fv__stat-num {
    font-size: clamp(1.125rem, 2.6vw, 1.75rem);
  }
  .kyoto-fv__subtitle {
    font-size: clamp(0.8125rem, 1.9vw, 1.5625rem);
    letter-spacing: 0.06em;
    white-space: normal;
    line-height: 1.5;
  }
  .kyoto-fv__tags {
    max-width: 100%;
    gap: clamp(0.1875rem, 0.5vw, 0.375rem);
  }
  .kyoto-fv__tags-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: clamp(0.1875rem, 0.5vw, 0.375rem);
  }
  .kyoto-fv__tag {
    padding: clamp(0.125rem, 0.35vw, 0.25rem) clamp(0.375rem, 1vw, 0.75rem);
    font-size: clamp(0.5625rem, 1.05vw, 0.75rem);
    line-height: 1.35;
    white-space: nowrap;
  }
}
/* ============================================
   SP（〜600px）：Figma TOP sp（173:8769）準拠
   写真右寄せ＋下段パネル重ね／テキスト左寄せ
   ============================================ */
@media screen and (max-width: 600px) {
  .kyoto-fv__stage {
    aspect-ratio: auto;
    height: 177.86667vw;
    overflow: visible;
  }
  .kyoto-fv__photo {
    position: absolute;
    top: 0;
    left: 10.13333vw;
    right: 0;
    width: calc(100% - 10.13333vw);
    height: 113.06667vw;
  }
  .kyoto-fv__photo img {
    width: 100%;
    height: 100%;
    aspect-ratio: 337/424;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .kyoto-fv__panel {
    position: absolute;
    top: 95.73333vw;
    left: 0;
    width: 95.46667vw;
    max-width: 100%;
    height: 82.13333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 3.46667vw;
  }
  .kyoto-fv__panel-inner {
    width: 100%;
    max-width: 89.33333vw;
    margin: 0;
    padding: 0;
    gap: 1.86667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kyoto-fv__catch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    font-size: 6.4vw;
    text-align: left;
    letter-spacing: 0.24em;
  }
  .kyoto-fv__catch-line {
    white-space: nowrap;
  }
  .kyoto-fv__catch-line--2 {
    margin-top: 2.13333vw;
    margin-left: 19.2vw;
  }
  .kyoto-fv__lead {
    gap: 3.2vw;
    width: 100%;
  }
  .kyoto-fv__stat {
    -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;
    gap: 2.13333vw;
    font-size: 4vw;
    letter-spacing: 0.06em;
  }
  .kyoto-fv__stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyoto-fv__stat + .kyoto-fv__subtitle {
    margin-top: -2.13333vw;
  }
  .kyoto-fv__stat-num {
    font-size: 6.4vw;
    letter-spacing: 0.04em;
  }
  .kyoto-fv__subtitle {
    font-size: 4.53333vw;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .kyoto-fv__tags {
    gap: 1.06667vw;
    max-width: 80vw;
    margin-inline: auto;
  }
  .kyoto-fv__tags-set--pc {
    display: none;
  }
  .kyoto-fv__tags-set--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.06667vw;
  }
  .kyoto-fv__tags-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.06667vw;
  }
  .kyoto-fv__tag {
    padding: 1.06667vw 2.66667vw;
    font-size: 2.66667vw;
  }
}
/* ============================================
   CTA帯 SP（〜1000px）：Figma 173:9849 準拠
   画面下部フル幅・ページ読込時から表示
   ============================================ */
@media screen and (max-width: 1000px) {
  .kyoto-fv__bnr {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) minmax(0, 1fr);
    gap: 2px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #9f851b;
    -webkit-filter: none;
            filter: none;
  }
  .kyoto-fv__bnr-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    gap: 0.5625rem;
    height: 3.5rem;
    padding: 0 1rem 0 0.5rem;
    border: 2px solid #9f851b;
    border-left-width: 2px;
    border-radius: 0.375rem;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyoto-fv__bnr-item:first-child {
    width: 3.5rem;
    padding: 0;
    border-width: 2px;
    border-radius: 0.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kyoto-fv__bnr-item:first-child .kyoto-fv__bnr-text {
    display: none;
  }
  .kyoto-fv__bnr-item:nth-child(2) .kyoto-fv__bnr-sub:not(.kyoto-fv__bnr-sub--deco) {
    display: none;
  }
  .kyoto-fv__bnr-item:last-child {
    border-radius: 0.375rem;
  }
  .kyoto-fv__bnr-item:last-child .kyoto-fv__bnr-sub {
    display: none;
  }
  .kyoto-fv__bnr-icon {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .kyoto-fv__bnr-icon--line img {
    width: 100%;
    height: 100%;
  }
  .kyoto-fv__bnr-text {
    min-width: 0;
    gap: 0.125rem;
  }
  .kyoto-fv__bnr-sub {
    font-size: 0.625rem;
    line-height: 1.1;
    max-width: 100%;
    white-space: nowrap;
  }
  .kyoto-fv__bnr-sub--deco {
    gap: 0.375rem;
  }
  .kyoto-fv__bnr-main {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0;
    max-width: 100%;
    white-space: nowrap;
  }
  .kyoto-fv__bnr-tel {
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
    max-width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) and (max-width: 374px) {
  .kyoto-fv__bnr-tel {
    font-size: 0.6875rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 1000px) {
  body:has(.kyoto-fv__bnr) {
    padding-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0px));
  }
}
/* ============================================
   画像ギャラリー（スライダー）
   Figma: Frame 68 (173:6723) / Frame 1991 ページネーション
   ============================================ */
.kyoto-fv__gallery {
  margin-top: 0;
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f9f8f5;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery {
    padding: 1.875rem 0 0.75rem;
  }
}

.kyoto-fv__gallery-swiper {
  overflow: hidden;
}

.kyoto-fv__gallery-swiper .swiper-slide {
  width: 270px;
  width: 16.875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-swiper .swiper-slide {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
  }
}

.kyoto-fv__gallery-item {
  width: 270px;
  width: 16.875rem;
  max-width: 270px;
  max-width: 16.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-item {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
  }
}

.kyoto-fv__gallery-link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-fv__gallery-link:hover {
    opacity: 0.7;
  }
}

.kyoto-fv__gallery-item img,
.kyoto-fv__gallery-link img {
  display: block;
  width: 100%;
  max-width: 270px;
  max-width: 16.875rem;
  height: auto;
  aspect-ratio: 270/338;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-item img,
  .kyoto-fv__gallery-link img {
    max-width: none;
    height: auto;
    aspect-ratio: 104/130;
  }
}

.kyoto-fv__gallery-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  height: 10px;
  height: 0.625rem;
}
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-pagination {
    gap: 1.25rem;
    margin-top: 0.9375rem;
  }
}

.kyoto-fv__gallery-dot {
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d0c289;
  cursor: pointer;
  -webkit-transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}
.kyoto-fv__gallery-dot.is-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #9f851b;
}

/* ============================================
   アンカーリンクナビ（5列×2行）
   ============================================ */
.kyoto-anchor-nav {
  max-width: 1120px;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .kyoto-anchor-nav {
    margin-top: 2.5rem;
  }
}

.kyoto-anchor-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__list {
    gap: 0.5rem;
  }
}

.kyoto-anchor-nav__item {
  width: calc(20% - 0.5rem);
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__item {
    width: calc(50% - 0.25rem);
  }
}

.kyoto-anchor-nav__link {
  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: 100%;
  min-height: 70px;
  min-height: 4.375rem;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  border: 1px solid #ded8bd;
  border-radius: 0.5rem;
  background-color: #e9e7dd;
  color: #242423;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .kyoto-anchor-nav__link {
    min-height: 3.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
  }
}

.kyoto-anchor-nav__link:hover {
  opacity: 0.8;
}

.kyoto-anchor-nav__link.--active {
  border-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(50%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 50%, #bfa32d 100%);
  color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 25, 19, .3);
          box-shadow: 0 0 30px rgba(0, 25, 19, .3);
}

/* ギャラリーカード: PC max 330px / aspect-ratio 1080/1350 */
.kyoto-fv__gallery-swiper .swiper-slide {
  width: 330px;
  width: 20.625rem;
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
}

.kyoto-fv__gallery-item {
  width: 330px;
  width: 20.625rem;
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
}

.kyoto-fv__gallery-item img,
.kyoto-fv__gallery-link img {
  max-width: 330px;
  max-width: 20.625rem;
  height: auto;
  aspect-ratio: 1080/1350;
}

/* SP: 375px 基準 132px 幅・左右ピーク表示（Figma Frame 68） */
@media screen and (max-width: 600px) {
  .kyoto-fv__gallery-swiper .swiper-slide,
  .kyoto-fv__gallery-item {
    width: 35.2vw;
    max-width: 35.2vw;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .kyoto-fv__gallery-item img,
  .kyoto-fv__gallery-link img {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 104/130;
  }
}
/* ============================================
   京都院トップ 症例セクション（front-page2.php）
   見出し（Case / 症例）＋治療カテゴリタブ（.kyoto-anchor-nav）＋
   カテゴリごとの症例カードスライダー（parts/top-case-card2.php）＋ドット。
   ============================================ */
.kyoto-case {
  background-color: #fff;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-case {
    padding: 3.125rem 0 0;
  }
}

/* ---- 共通セクション見出し（En＋和文） 既定は左寄せ ---- */
.kyoto-sec-head {
  text-align: left;
}

.kyoto-sec-head--center {
  text-align: center;
}

.kyoto-sec-head__en {
  font-family: "Taviraj", serif;
  font-weight: 100;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #bda958;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head__en {
    font-size: 2.125rem;
  }
}

.kyoto-sec-head__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}
.kyoto-sec-head__ja::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #bda958;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head__ja {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.kyoto-sec-head--center .kyoto-sec-head__ja {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--center .kyoto-sec-head__ja {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    max-width: 100%;
  }
}

/* ---- About / Menu セクション見出し修飾子 ---- */
.kyoto-sec-head--about .kyoto-sec-head__en,
.kyoto-sec-head--menu .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__en,
  .kyoto-sec-head--menu .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-sec-head--about .kyoto-sec-head__en {
  color: #242423;
}

.kyoto-sec-head--menu .kyoto-sec-head__en {
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  color: #9f851b;
}

.kyoto-sec-head--about .kyoto-sec-head__ja {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__ja {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .kyoto-sec-head--about .kyoto-sec-head__ja::before {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #d0c289;
  }
}

.kyoto-sec-head--menu .kyoto-sec-head__ja {
  gap: 16px;
  gap: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-sec-head--menu .kyoto-sec-head__ja {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
  }
}

.kyoto-sec-head--menu .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

/* ---- 症例セクション見出し（SP） ---- */
@media screen and (max-width:767px) {
  .kyoto-case .kyoto-sec-head__en {
    color: #9f851b;
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

@media screen and (max-width:767px) {
  .kyoto-case .kyoto-sec-head__ja {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
  .kyoto-case .kyoto-sec-head__ja::before {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #d0c289;
  }
}

/* ---- 治療カテゴリタブ（症例セクション内に配置するため余白を調整） ---- */
.kyoto-case .kyoto-anchor-nav {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-case .kyoto-anchor-nav {
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case .kyoto-anchor-nav {
    margin-top: 1.25rem;
  }
}

/* ---- SP：プルダウン選択（PC はグリッドボタン） ---- */
.kyoto-case__select {
  display: none;
}
@media screen and (max-width:767px) {
  .kyoto-case__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 1rem;
  }
}

.kyoto-case__select-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

select.kyoto-case__select-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 290px;
  max-width: 18.125rem;
  padding: 12px 40px 12px 16px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #e9e7dd;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.875%209.625L11.625%2014.875L6.375%209.625%22%20stroke%3D%22%23BDA958%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-position: right 0.5rem center;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  .kyoto-case .kyoto-anchor-nav__list {
    display: none;
  }
}

/* ---- 症例カテゴリパネル（タブ切替でスライダーごと入れ替え） ---- */
.kyoto-case__panels {
  max-width: 1120px;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .kyoto-case__panels {
    margin-top: 2rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case__panels {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
  }
}

.kyoto-case__panel {
  display: none;
}
.kyoto-case__panel.active {
  display: block;
}

/* ---- 症例カードスライダー（カテゴリごとに1つ） ---- */
.kyoto-case__slider {
  width: 100%;
}
.kyoto-case__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kyoto-case__slider .slick-slide {
  height: auto;
}
.kyoto-case__slider .slick-dots {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  width: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width:767px) {
  .kyoto-case__slider .slick-dots {
    margin-top: 1.875rem;
  }
}
.kyoto-case__slider .slick-dots li {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  line-height: 0;
}
.kyoto-case__slider .slick-dots li button {
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ded8bd;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.kyoto-case__slider .slick-dots li.slick-active button {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #bfa32d;
}

/* スライド（slick-slide）になるラッパー。カード間の余白はここで作る。 */
.kyoto-case-card-wrap {
  height: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-card-wrap {
    padding: 0;
  }
}

/* ============================================
   症例カード（parts/top-case-card2.php）
   ============================================ */
.kyoto-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 24px 24px;
  padding: 1.25rem 1.5rem 1.5rem;
  border: 2px solid #bda958;
  border-radius: 0.5rem;
  background-color: #f9f8f5;
}
@media screen and (max-width:767px) {
  .kyoto-case-card {
    padding: 1rem 1.25rem 1.25rem;
  }
}

.kyoto-case-card__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #7e6500;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__catch {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
}

/* ---- Before / After ---- */
.kyoto-case-card__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__ba {
    margin-top: 0.75rem;
  }
}

.kyoto-case-card__ba-item {
  position: relative;
  width: 50%;
}

.kyoto-case-card__ba-label {
  position: absolute;
  top: 0;
  left: 0;
  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;
  min-width: 72px;
  min-width: 4.5rem;
  padding: 8px 8px 6px;
  padding: 0.5rem 0.5rem 0.375rem;
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  color: #5b5b5b;
  background-color: #e9e7dd;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__ba-label {
    min-width: 3.0625rem;
    padding: 0.5rem 0.5rem 0.375rem;
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}

.kyoto-case-card__ba-label--after {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
}

.kyoto-case-card__ba-img {
  display: block;
  width: 100%;
  aspect-ratio: 241/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.kyoto-case-card__ba-img--placeholder {
  background-color: #b5b5b5;
}

.kyoto-case-card__ba-img--after {
  background-color: #d8d8d8;
}

/* ---- 執刀医＋コメント吹き出し ---- */
.kyoto-case-card__doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__doctor {
    gap: 0.625rem;
    margin-top: 0.75rem;
  }
}

.kyoto-case-card__avatar {
  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;
  gap: 2px;
  gap: 0.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  width: 4.6875rem;
  text-align: center;
}

.kyoto-case-card__avatar-circle {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border-radius: 50%;
  background-color: #8a8a8a;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__avatar-circle {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.kyoto-case-card__avatar-role {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #bda958;
}

.kyoto-case-card__avatar-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__avatar-name {
    font-size: 0.6875rem;
    line-height: 1.5;
    letter-spacing: 0.0275rem;
  }
}

.kyoto-case-card__bubble {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
  min-height: 6rem;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  background-color: #e9e7dd;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__bubble {
    min-height: 4.75rem;
    padding: 0.75rem 1rem;
  }
}
.kyoto-case-card__bubble::before {
  content: "";
  position: absolute;
  top: 36px;
  top: 2.25rem;
  left: -9px;
  left: -0.5625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 9px 7px 0;
  border-width: 0.4375rem 0.5625rem 0.4375rem 0;
  border-color: transparent #e9e7dd transparent transparent;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__bubble::before {
    top: 1.625rem;
  }
}
.kyoto-case-card__bubble p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__bubble p {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}

/* ---- 治療内容・費用・期間・副作用 ---- */
.kyoto-case-card__detail {
  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;
  gap: 1rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__detail {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.kyoto-case-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #242423;
}

.kyoto-case-card__line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4px;
  width: 0.25rem;
  height: 18px;
  height: 1.125rem;
  background-color: #bda958;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__line {
    width: 0.1875rem;
    height: 0.875rem;
    border-radius: 0.125rem;
  }
}

.kyoto-case-card__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-case-card__text {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}
.kyoto-case-card__text strong {
  font-weight: 700;
}

.kyoto-case-card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.kyoto-case-card__col {
  width: calc(50% - 0.5rem);
}

.kyoto-case-card__alert {
  padding: 6px 16px 16px;
  padding: 0.375rem 1rem 1rem;
  background-color: #e9e7dd;
}

.kyoto-case-card__alert-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #7e6500;
}
.kyoto-case-card__alert-title img {
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.kyoto-case-card__alert-text {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #242423;
}

/* ---- フッターリンク ---- */
.kyoto-case-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.kyoto-case-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-case-card__link-arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

/* ============================================
   京都院トップ About us（front-page2.php）
   PC: インナー 1366px / 2行グリッド
   SP: Figma 375px 縦積み（テキスト→院長→補足→写真）
   ============================================ */
.kyoto-about {
  position: relative;
  isolation: isolate;
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-about {
    padding: 3rem 0 0;
  }
}

/* Figma: 塗り #F9F8F5 + ノイズ（モノ / サイズ 0.8 / 密度 100% / #D8D4BF 50%） */
.kyoto-about::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"%3E%3Cfilter id="grain" x="0" y="0" width="100%25" height="100%25"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch" result="noise"/%3E%3CfeColorMatrix in="noise" type="saturate" values="0" result="mono"/%3E%3C/filter%3E%3Crect width="256" height="256" fill="%23D8D4BF" filter="url(%23grain)"/%3E%3C/svg%3E');
  background-size: 10rem 10rem;
  background-color: #f9f8f5;
}

.kyoto-about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 30.625rem);
  grid-template-rows: auto auto;
  -webkit-column-gap: 5.6875rem;
     -moz-column-gap: 5.6875rem;
          column-gap: 5.6875rem;
  row-gap: 113px;
  row-gap: 7.0625rem;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 143px;
  padding-left: 8.9375rem;
  padding-right: 90px;
  padding-right: 5.625rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-about__inner {
    padding-left: 3.75rem;
    padding-right: 2.5rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
    row-gap: 4.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 26.25rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-about__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 38%);
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.875rem;
    max-width: none;
    padding: 0 1.09375rem;
  }
}

.kyoto-about__text {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}
@media screen and (max-width:767px) {
  .kyoto-about__text {
    grid-column: 1;
    grid-row: 1;
  }
}

.kyoto-about__doctor {
  grid-column: 2;
  grid-row: 1;
  -ms-flex-item-align: end;
      align-self: end;
  width: 100%;
  max-width: 490px;
  max-width: 30.625rem;
}
@media screen and (max-width:767px) {
  .kyoto-about__doctor {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 21.25rem;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.kyoto-about__bottom {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 41px;
  gap: 2.5625rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__bottom {
    gap: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }
}

.kyoto-about__photos {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 649px;
          flex: 0 1 649px;
  -ms-flex: 0 1 40.5625rem;
      flex: 0 1 40.5625rem;
  min-width: 0;
  max-width: calc(50% + 8.9375rem);
  margin-left: -143px;
  margin-left: -8.9375rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5rem;
            flex: 0 1 32.5rem;
    max-width: 54%;
    margin-left: -3.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
    max-width: 44%;
    margin-left: -1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__photos {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% + 2.1875rem);
    max-width: none;
    margin-left: -1.09375rem;
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .kyoto-about__photos-pc {
    display: none;
  }
}

.kyoto-about__photos-pc img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-about__photos-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .kyoto-about__photos-sp {
    display: block;
  }
}

.kyoto-about__photos-sp img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-about__sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 530px;
  max-width: 33.125rem;
  padding-top: 33px;
  padding-top: 2.0625rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__sub {
    max-width: none;
    padding-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__sub {
    padding-top: 0;
  }
}

.kyoto-about__title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #242423;
}
@media screen and (max-width: 1000px) {
  .kyoto-about__title {
    font-size: 1.75rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-about__title {
    margin-top: 1.875rem;
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.13rem;
  }
}

.kyoto-about__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width:767px) {
  .kyoto-about__body {
    margin-top: 1.875rem;
  }
}

.kyoto-about__body p,
.kyoto-about__sub p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-about__body p + p,
.kyoto-about__sub p + p {
  margin-top: 1.4em;
}

/* ---- 院長写真（名前・装飾バー込み合成画像） ---- */
.kyoto-about__doctor-photo {
  width: 100%;
}

.kyoto-about__doctor-photo picture {
  display: block;
  width: 100%;
}

.kyoto-about__doctor-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-about__doctor-photo img {
    height: 17.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}

/* ============================================
   京都院トップ Signature Eye Treatments（メニュー）
   Figma 2011:1749 — 背景ぼかし＋横長メニューカード3枚
   ============================================ */
.kyoto-menu {
  position: relative;
  padding: 0 0 100px;
  padding: 0 0 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu {
    padding-bottom: 3.75rem;
  }
}

/* ---- 背景演出（写真 → グラデ → フロスト） ---- */
.kyoto-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kyoto-menu__bg {
    height: 25rem;
  }
}

.kyoto-menu__bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(../img/kyoto-menu-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.kyoto-menu__bg-effect {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(84.067%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 84.067%);
  backdrop-filter: blur(5px);
  backdrop-filter: blur(0.3125rem);
}

.kyoto-menu__bg-frost {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, .6);
  backdrop-filter: blur(10px);
  backdrop-filter: blur(0.625rem);
}

.kyoto-menu__inner {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  margin: 0 auto;
  padding: 120px 143px 0;
  padding: 7.5rem 8.9375rem 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu__inner {
    padding: 5rem 1.25rem 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-menu__inner {
    padding-top: 3.75rem;
  }
}

.kyoto-menu__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-menu__lead {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.kyoto-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  max-width: 1080px;
  max-width: 67.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-menu__list {
    max-width: none;
    gap: 10px;
  }
}

/* ---- メニューカード（二重枠 4px） ---- */
.kyoto-menu-card {
  border-radius: 0.5rem;
  background-color: #e9e7dd;
  padding: 4px;
  padding: 0.25rem;
}

.kyoto-menu-card__inner {
  padding: 36px;
  padding: 2.25rem;
  border-radius: 0.375rem;
  background-color: #f9f8f5;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__inner {
    padding: 1.5rem 1.25rem;
  }
}

.kyoto-menu-card__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.kyoto-menu-card__head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 307px;
  width: 100%;
  height: 2px;
  background-color: #bda958;
}
.kyoto-menu-card__head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #e0dcc8;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
    padding-bottom: 0.625rem;
  }
  .kyoto-menu-card__head::after {
    height: 2px;
  }
  .kyoto-menu-card__head::before {
    height: 2px;
    max-width: 30%;
    width: 100%;
  }
}

.kyoto-menu-card__title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #242423;
  white-space: nowrap;
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__title {
    font-size: 1.5rem;
    letter-spacing: 0.09375rem;
    white-space: normal;
  }
  .kyoto-menu-card__title::after {
    display: none;
  }
}

.kyoto-menu-card__head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__head-right {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.kyoto-menu-card__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__subtitle {
    font-size: 0.9375rem;
  }
}

.kyoto-menu-card__subtitle-mark {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  vertical-align: 1px;
  vertical-align: 0.0625rem;
}

.kyoto-menu-card__note {
  margin-top: 6px;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

.kyoto-menu-card__head-line {
  display: none;
}

.kyoto-menu-card:first-child .kyoto-menu-card__subtitle {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.68px;
  letter-spacing: 0.0425rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card:first-child .kyoto-menu-card__subtitle {
    font-size: 0.9375rem;
  }
}

.kyoto-menu-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.kyoto-menu-card__left {
  width: 42%;
}
@media screen and (max-width:767px) {
  .kyoto-menu-card__left {
    width: 100%;
  }
}

.kyoto-menu-card__right {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* 術前・術後 */
.kyoto-menu-card__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyoto-menu-card__ba-item {
  width: 50%;
}

.kyoto-menu-card__ba-img {
  display: block;
  width: 100%;
  aspect-ratio: 216/140;
  -o-object-fit: cover;
     object-fit: cover;
}

.kyoto-menu-card__ba-img--placeholder {
  background-color: #b5b5b5;
}

.kyoto-menu-card__ba-img--after {
  background-color: #d8d8d8;
}

/* 治療内容テーブル */
.kyoto-menu-card__table {
  padding: 20px;
  padding: 1.25rem;
  background-color: #fff;
}

.kyoto-menu-card__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}

.kyoto-menu-card__table-row + .kyoto-menu-card__table-row {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.kyoto-menu-card__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
}

.kyoto-menu-card__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.7;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

/* 右カラム本文 */
.kyoto-menu-card__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-menu-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.kyoto-menu-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.kyoto-menu-card__link:hover {
  opacity: 0.7;
}

.kyoto-menu-card__link-arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

/* ============================================
   京都院トップ Information（front-page2.php）
   診療時間＋住所/アクセス＋地図＋CTA。
   ============================================ */
.kyoto-info {
  position: relative;
  background-image: url(../img/infomation-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-info {
    padding: 3.125rem 0 3.75rem;
  }
}

.kyoto-info__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .kyoto-info__inner {
    padding: 0 0.9375rem;
  }
}

.kyoto-info .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  color: #9f851b;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info .kyoto-sec-head__en {
    font-size: 2.5rem;
  }
}

.kyoto-info .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info .kyoto-sec-head__ja {
    font-size: 0.9375rem;
  }
}

.kyoto-info .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}

.kyoto-info__arrow {
  display: block;
  width: 13px;
  width: 0.8125rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ---- 新着情報（full のみ） ---- */
.kyoto-info__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  gap: 3.75rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 50px 50px;
  padding: 2.5rem 3.125rem 3.125rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}

.kyoto-info__news-head {
  width: 100%;
  max-width: 136px;
  max-width: 8.5rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%;
    gap: 1rem;
  }
}

.kyoto-info__news-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news-title {
    font-size: 1.5rem;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-info__news-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-info__news-more .kyoto-info__arrow,
.kyoto-info__news-link .kyoto-info__arrow,
.kyoto-info__map-link .kyoto-info__arrow {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-info__news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 784px;
  max-width: 49rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kyoto-info__news-item:not(:last-child) {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ded8bd;
}

.kyoto-info__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  color: #242423;
}

.kyoto-info__news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-info__news-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  color: #242423;
}

.kyoto-info__news-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .kyoto-info__news-text {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.kyoto-info__news-link .kyoto-info__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ---- 診療時間・住所・地図 ---- */
.kyoto-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  gap: 4.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.kyoto-info__news + .kyoto-info__body {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .kyoto-info__news + .kyoto-info__body {
    margin-top: 2.5rem;
  }
}

.kyoto-info__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 550px;
  max-width: 34.375rem;
}

.kyoto-info__hours-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.kyoto-info__left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__hours-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

/* 診療時間テーブル */
.kyoto-info__hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.kyoto-info__hours-col-label {
  width: 131px;
  width: 8.1875rem;
}

.kyoto-info__hours-col-day {
  width: 52px;
  width: 3.25rem;
}

.kyoto-info__hours thead th {
  padding: 8px 0;
  padding: 0.5rem 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__hours thead th:not(.kyoto-info__hours-label) {
  text-align: center;
}

.kyoto-info__hours-label,
.kyoto-info__hours-time {
  text-align: left !important;
  white-space: nowrap;
}

.kyoto-info__hours tbody th {
  padding: 20px 0 14px;
  padding: 1.25rem 0 0.875rem;
  font-family: "Trajan Pro 3", "Taviraj", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.72px;
  letter-spacing: 0.045rem;
  color: #242423;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__hours tbody td {
  padding: 20px 0 14px;
  padding: 1.25rem 0 0.875rem;
  text-align: center;
  border-bottom: 1px solid #BDA958;
}

.kyoto-info__mark {
  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;
  line-height: 1;
}

.kyoto-info__mark--o {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #9f851b;
}

.kyoto-info__mark--star {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  color: #7f3033;
}

.kyoto-info__mark--x {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__hours-col-label {
    width: 4.125rem;
  }
  .kyoto-info__hours-col-day {
    width: 2rem;
  }
  .kyoto-info__hours thead th {
    padding: 0.375rem 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
  .kyoto-info__hours tbody th {
    padding: 0.75rem 0 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
  .kyoto-info__hours tbody td {
    padding: 0.75rem 0 0.625rem;
    vertical-align: middle;
  }
  .kyoto-info__hours-time {
    vertical-align: middle;
  }
  .kyoto-info__mark--o {
    width: 0.875rem;
    height: 0.875rem;
  }
  .kyoto-info__mark--star {
    font-size: 1.25rem;
  }
  .kyoto-info__mark--x {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.0625rem;
  }
}
.kyoto-info__hours-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.kyoto-info__hours-note {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  color: #242423;
}

.kyoto-info__hours-note-star {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7f3033;
  margin-right: 4px;
  margin-right: 0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
}

/* 休診日・医院名・電話番号・住所・アクセス */
.kyoto-info__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-info__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kyoto-info__table-row {
    gap: 0.3125rem;
  }
}

.kyoto-info__table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78px;
  width: 4.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .kyoto-info__table dt {
    width: 3.875rem;
  }
}

.kyoto-info__table-divider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1px;
  background-color: #BDA958;
}

.kyoto-info__table-row--short .kyoto-info__table-divider {
  height: 24px;
  height: 1.5rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.kyoto-info__table-row--tall .kyoto-info__table-divider {
  height: 46px;
  height: 2.875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.kyoto-info__table dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-info__table dd a {
  color: inherit;
  text-decoration: none;
}

.kyoto-info__access-list {
  list-style: disc;
  padding-left: 22px;
  padding-left: 1.375rem;
}

/* SNS（full のみ・PC: 2列×2行 / SP: 縦積み） */
.kyoto-info__sns {
  display: grid;
  grid-template-columns: 21.625rem auto;
  gap: 8px;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 552px;
  max-width: 34.5rem;
  min-width: 0;
}

.kyoto-info__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-info__sns-link:hover {
    opacity: 0.7;
  }
}

.kyoto-info__sns-link--wide {
  width: 100%;
}

.kyoto-info__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  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;
}
.kyoto-info__sns-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.kyoto-info__sns-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
  min-width: 0;
}

.kyoto-info__sns-name {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  color: #242423;
  white-space: nowrap;
}

.kyoto-info__sns-type {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.28px;
  letter-spacing: 0.0175rem;
  white-space: nowrap;
}

.kyoto-info__sns-type--insta {
  color: #c13584;
}

.kyoto-info__sns-type--line {
  color: #06c755;
}

.kyoto-info__sns-type--youtube {
  color: #ff0302;
}

@media screen and (max-width:767px) {
  .kyoto-info__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    max-width: 100%;
  }
  .kyoto-info__sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.5rem;
    padding: 0.75rem;
    min-height: 4rem;
  }
  .kyoto-info__sns-link--wide {
    width: 100%;
  }
  .kyoto-info__sns-name,
  .kyoto-info__sns-type {
    white-space: normal;
  }
}
/* 地図 */
.kyoto-info__map {
  width: 100%;
  max-width: 458px;
  max-width: 28.625rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__map {
    max-width: none;
  }
}

.kyoto-info__map-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 458/458;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .kyoto-info__map-img img {
    aspect-ratio: 16/10;
  }
}

.kyoto-info__map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

@media screen and (max-width:767px) {
  .kyoto-info__news-more .kyoto-info__arrow,
  .kyoto-info__news-link .kyoto-info__arrow,
  .kyoto-info__map-link .kyoto-info__arrow {
    width: 0.676875rem;
    height: 0.390625rem;
  }
}
/* ---- CTA ボタン（共通パーツ kyoto-cta2 を使用） ---- */
.kyoto-info__cta-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.kyoto-info__cta-wrap .kyoto-cta {
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-info__cta-wrap .kyoto-cta {
    gap: 0.625rem;
  }
}

@media screen and (max-width:767px) {
  .kyoto-info__cta-wrap .kyoto-cta__btn {
    height: 4.625rem;
    padding: 0.625rem 1.25rem;
    gap: 0.875rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__btn--tel {
    padding: 0.9375rem 1.25rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__body {
    gap: 0.125rem;
  }
  .kyoto-info__cta-wrap .kyoto-cta__main {
    line-height: 1.6;
  }
  .kyoto-info__cta-wrap .kyoto-cta__sub {
    font-size: 0.8125rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .kyoto-info__cta-wrap .kyoto-cta__tel {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.065rem;
  }
}
/* ============================================
   京都院トップ Guidance（front-page2.php）
   Figma 173:6978 — 暗色オーバーレイ＋左：見出し/リンク/CTA / 右：院内写真。
   ============================================ */
.kyoto-guide {
  position: relative;
  min-height: 1018px;
  min-height: 63.625rem;
  padding: 72px 0 0;
  padding: 4.5rem 0 0;
  overflow: hidden;
  color: #f9f8f5;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide {
    min-height: 0;
    padding: 3.125rem 0 0;
  }
}

.kyoto-guide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.kyoto-guide__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kyoto-guide__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .6);
}
.kyoto-guide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3a3a39;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.kyoto-guide__inner {
  position: relative;
  z-index: 1;
  max-width: 1366px;
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 0 143px;
  padding: 0 8.9375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__inner {
    padding: 0 20px;
  }
}

.kyoto-guide .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #f9f8f5;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-guide .kyoto-sec-head__en {
    font-size: 2.5rem;
  }
}

.kyoto-guide .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9f8f5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-guide .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width: 767px) {
  .kyoto-guide .kyoto-sec-head__ja {
    font-size: 0.9375rem;
  }
}

.kyoto-guide__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.kyoto-guide__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 713px;
  max-width: 44.5625rem;
  margin-top: 32px;
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #f9f8f5;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__lead {
    max-width: none;
    margin-top: 0;
  }
}

.kyoto-guide__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    margin-top: 2.5rem;
  }
}

.kyoto-guide__left {
  width: 100%;
  max-width: 347px;
  max-width: 21.6875rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__left {
    max-width: none;
  }
}
.kyoto-guide__left .kyoto-cta {
  max-width: 346px;
  max-width: 21.625rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__left .kyoto-cta {
    max-width: none;
  }
}

.kyoto-guide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.kyoto-guide__links-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  gap: 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #f9f8f5;
}

.kyoto-guide__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

.kyoto-guide__photo-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: -143px;
  margin-right: -8.9375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__photo-wrap {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-guide__photo-wrap {
    width: calc(100% + 1.25rem);
    margin-right: -1.25rem;
  }
}

.kyoto-guide__photo {
  margin-left: auto;
  max-width: 765px;
  max-width: 47.8125rem;
}
.kyoto-guide__photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 765/801;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__photo {
    margin-left: 0;
    max-width: none;
  }
  .kyoto-guide__photo img {
    min-height: 0;
    aspect-ratio: 16/11;
  }
}

.kyoto-guide__dots {
  position: absolute;
  top: 50%;
  right: 40px;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-guide__dots {
    display: none;
  }
}

.kyoto-guide__dots-item {
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(249, 248, 245, .5);
}
.kyoto-guide__dots-item.is-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #d0c289;
}

/* ============================================
   京都院トップ About Our Group（理念・暗背景）
   Figma node 173:7090 — インナー幅 1279px
   Figma SP node 193:1736 / 173:9456 — 下段：本文 → 診察写真（216×284）
   ============================================ */
.kyoto-philosophy {
  background-color: #3f3a35;
  padding: 120px 0 93px;
  padding: 7.5rem 0 5.8125rem;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy {
    padding: 2.5rem 0 1.25rem;
  }
}

.kyoto-philosophy__inner {
  width: 100%;
  max-width: 1366px;
  max-width: 85.375rem;
  margin: 0 auto;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 47px;
  padding-right: 2.9375rem;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__inner {
    max-width: none;
    padding-left: 1.125rem;
    padding-right: 1.0625rem;
  }
}

.kyoto-philosophy .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #f9f8f5;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-philosophy .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f9f8f5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-philosophy .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy .kyoto-sec-head__ja {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}

/* ---- 上段 ---- */
.kyoto-philosophy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  gap: 3rem;
  padding-left: 105px;
  padding-left: 6.5625rem;
}
@media screen and (max-width: 1280px) {
  .kyoto-philosophy__top {
    padding-left: 3.75rem;
    gap: 2.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .kyoto-philosophy__top {
    padding-left: 2.5rem;
    gap: 1.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding-left: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__top {
    gap: 1.875rem;
  }
}

.kyoto-philosophy__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 555px;
  max-width: 34.6875rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__intro {
    max-width: none;
  }
}

.kyoto-philosophy__title {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-philosophy__lead {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #ffffff;
}

.kyoto-philosophy__photos {
  width: 100%;
  max-width: 523px;
  max-width: 32.6875rem;
  min-width: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos {
    max-width: 21rem;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-philosophy__photos {
    max-width: 21rem;
  }
}

.kyoto-philosophy__photos-pc {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos-pc {
    display: none;
  }
}

.kyoto-philosophy__photos-pc img {
  display: block;
  width: 100%;
  height: auto;
}

.kyoto-philosophy__photos-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__photos-sp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 21rem;
    height: 14.75rem;
    margin: 0 auto;
    background-color: #3f3a35;
  }
}

.kyoto-philosophy__photos-sp-reception {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 118px;
  width: 7.375rem;
  height: 156px;
  height: 9.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.kyoto-philosophy__photos-sp-doctor {
  position: absolute;
  top: 0;
  left: 106px;
  left: 6.625rem;
  z-index: 1;
  width: 230px;
  width: 14.375rem;
  height: 175px;
  height: 10.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ---- 下段 ---- */
.kyoto-philosophy__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-top: 2.5rem;
  min-width: 0;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__bottom {
    gap: clamp(0.75rem, 2.5vw, 2rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.kyoto-philosophy__exam {
  width: 100%;
  max-width: 496px;
  max-width: 31rem;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 496px;
          flex: 0 1 496px;
  -ms-flex: 0 1 31rem;
      flex: 0 1 31rem;
  margin-right: 54px;
  margin-right: 3.375rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.kyoto-philosophy__exam picture {
  display: block;
  width: 100%;
}
.kyoto-philosophy__exam img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__exam {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 clamp(7.5rem, 26vw, 31rem);
            flex: 0 1 clamp(7.5rem, 26vw, 31rem);
    max-width: clamp(7.5rem, 26vw, 31rem);
    width: auto;
    margin-right: clamp(0.625rem, 2.5vw, 3.375rem);
  }
  .kyoto-philosophy__exam picture {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
  }
  .kyoto-philosophy__exam img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 216/284;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__exam {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 13.5rem;
    max-width: 13.5rem;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    line-height: 0;
  }
  .kyoto-philosophy__exam picture {
    display: block;
    width: 13.5rem;
    height: 17.75rem;
    overflow: hidden;
    line-height: 0;
  }
  .kyoto-philosophy__exam img {
    display: block;
    width: 13.5rem;
    max-width: none;
    height: 17.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.kyoto-philosophy__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 459px;
          flex: 0 1 459px;
  -ms-flex: 0 1 28.6875rem;
      flex: 0 1 28.6875rem;
  min-width: 0;
  margin-right: 47px;
  margin-right: 2.9375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-right: clamp(0.625rem, 2vw, 2.9375rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
  }
}

.kyoto-philosophy__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p {
    margin: 0;
  }
}

.kyoto-philosophy__body p + p {
  margin-top: 1.7em;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p + p {
    margin-top: 1.7em;
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__body p + p:last-child {
    margin-bottom: 0;
  }
}

.kyoto-philosophy__vertical {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  gap: 1.25rem;
  width: 124px;
  width: 7.75rem;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical {
    width: auto;
  }
}

.kyoto-philosophy__vertical--pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical--pc {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    gap: clamp(0.5rem, 1.5vw, 1.25rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical--pc {
    display: none;
    margin: 0;
  }
}

.kyoto-philosophy__vertical--sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 15.25rem;
    margin: 1.875rem auto 0;
    gap: 1.5rem;
  }
}

.kyoto-philosophy__vertical p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  width: 1.75rem;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) and (min-width: 1001px) {
  .kyoto-philosophy__vertical p {
    width: auto;
    font-size: clamp(0.8125rem, 2.4vw, 1.625rem);
    line-height: 1.2;
    letter-spacing: clamp(0.0375rem, 0.15vw, 0.13rem);
  }
}
@media screen and (max-width: 1000px) {
  .kyoto-philosophy__vertical p {
    width: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.22;
    letter-spacing: 0.1rem;
  }
}

/* ============================================
   京都院トップ Reason（選ばれる理由 01〜03）
   PC: Figma node 2028:3952 — インナー幅 1086px
   SP: Figma node 2017:3921 — 375px（インナー padding 内で全幅）
   ============================================ */
.kyoto-reason {
  position: relative;
  background-color: #f9f8f5;
  padding: 120px 0 100px;
  padding: 7.5rem 0 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason {
    padding: 2.5rem 0 2.5rem;
  }
}

.kyoto-reason::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image: url(../img/kyoto-reason-bg-texture.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width:767px) {
  .kyoto-reason::before {
    background-image: url(../img/kyoto-reason-bg-texture-sp.webp);
  }
}

.kyoto-reason__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1126px;
  max-width: 70.375rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width:767px) {
  .kyoto-reason__inner {
    padding: 0 1.125rem;
  }
}

/* ---- セクション見出し ---- */
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head {
    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;
    gap: 0.5rem;
    text-align: center;
  }
}

.kyoto-reason .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 200;
  color: #9f851b;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head__en {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}

.kyoto-reason .kyoto-sec-head__ja {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #242423;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .kyoto-reason .kyoto-sec-head__ja {
    margin-top: 0;
    line-height: 1.6;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.kyoto-reason .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}

.kyoto-reason__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__item {
    margin-top: 1.25rem;
  }
}

.kyoto-reason__item + .kyoto-reason__item {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__item + .kyoto-reason__item {
    margin-top: 3.75rem;
  }
}

/* ---- REASON ラベル行 ---- */
.kyoto-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  min-height: 62px;
  min-height: 3.875rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bda958;
}
@media screen and (max-width:767px) {
  .kyoto-reason__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    min-height: auto;
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__head::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bda958;
  }
}

.kyoto-reason__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-reason__label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.1875rem;
  }
}

.kyoto-reason__label-en {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 1.04px;
  letter-spacing: 0.065rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__label-en {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.04rem;
  }
}

.kyoto-reason__num {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__num {
    font-size: 2.25rem;
    letter-spacing: 0.045rem;
  }
}

.kyoto-reason__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-reason__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__title br {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__item:nth-child(3) .kyoto-reason__title {
    line-height: 1.6;
  }
}

.kyoto-reason__text,
.kyoto-reason__r01-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

.kyoto-reason__text + .kyoto-reason__text {
  margin-top: 1.7em;
}

/* ---- REASON 01 ---- */
/* 横並び: 769px〜 / 668:370 で比率維持して縮小 / 768px以下で縦積み */
.kyoto-reason__r01-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(24px, 4.42vw, 48px);
  gap: clamp(1.5rem, 4.42vw, 3rem);
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .kyoto-reason__r01-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r01-top {
    gap: 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__photos {
  display: block;
  -webkit-box-flex: 668;
      -ms-flex: 668 1 0px;
          flex: 668 1 0;
  min-width: 0;
  max-width: 668px;
  max-width: 41.75rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .kyoto-reason__photos {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
  }
}

.kyoto-reason__photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 668/414;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .kyoto-reason__photos img {
    aspect-ratio: 700/438;
  }
}

.kyoto-reason__r01-body {
  -webkit-box-flex: 370;
      -ms-flex: 370 1 0px;
          flex: 370 1 0;
  min-width: 0;
  padding-top: clamp(28px, 4.6vw, 50px);
  padding-top: clamp(1.75rem, 4.6vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .kyoto-reason__r01-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r01-body {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__r01-body p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-reason__stats {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__stats {
    margin-top: 2rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats {
    margin-top: 1.875rem;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}

/* 福岡院 top-achievements-tab 構造を京都カラーで上書き */
.kyoto-reason__stats .top-achievements-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.kyoto-reason__stats .top-achievements-tab__list {
  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-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  -ms-flex: 0 0 8.25rem;
      flex: 0 0 8.25rem;
  list-style: none;
  gap: 1px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
            flex: 0 0 4.375rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__item {
  min-height: 92px;
  min-height: 5.75rem;
  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;
  cursor: pointer;
  background: #e9e7dd;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Taviraj", serif;
  color: #7e6500;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.9375rem;
    min-height: 7.125rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 4px;
  margin-top: 7px;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__item span {
    font-size: 0.625rem;
    margin-top: 4px;
  }
}

.kyoto-reason__stats .top-achievements-tab__item.active {
  background: #9f851b;
  color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(69, 55, 0, .3);
          box-shadow: 0 0 15px rgba(69, 55, 0, .3);
}

.kyoto-reason__stats .top-achievements-tab__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px;
  padding: 0.125rem;
  background: #9f851b;
  z-index: 2;
}

.kyoto-reason__stats .top-achievements-tab__panel {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  padding: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  height: 100%;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .top-achievements-tab__panel {
    padding: 1.25rem;
  }
}

.kyoto-reason__stats .top-achievements-tab__panel.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kyoto-reason__stats .panel__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kyoto-reason__stats .panel__left {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__left {
    gap: 0.75rem;
  }
}

.kyoto-reason__stats .panel__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
}
@media screen and (max-width: 1200px) {
  .kyoto-reason__stats .panel__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__right {
    display: none;
  }
}

.kyoto-reason__stats .panel__graph-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

.kyoto-reason__stats .panel__graph-img-wrap {
  position: relative;
}

.kyoto-reason__stats .panel__graph-img-wrap.--sp {
  display: none;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-wrap.--sp {
    display: block;
  }
}

.kyoto-reason__stats .panel__graph-img-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kyoto-reason__stats .panel__graph-img-content-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-title {
    font-size: 0.8125rem;
  }
}

.kyoto-reason__stats .panel__graph-img-content-text {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  font-family: "Taviraj", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-text {
    font-size: 1.25rem;
  }
}

.kyoto-reason__stats .panel__graph-img-content-text-num {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-left: 6px;
  margin-left: 0.375rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__graph-img-content-text-num {
    font-size: 0.8125rem;
    margin-left: 0.125rem;
  }
}

.kyoto-reason__stats .panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #7e6500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__title {
    font-size: 1.125rem;
    letter-spacing: 0.02rem;
  }
}

.kyoto-reason__stats .panel__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__link {
    font-size: 0.8125rem;
  }
}

.kyoto-reason__stats .panel__link:after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  background-image: url(../img/arrow-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.kyoto-reason__stats .panel__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .panel__stats {
    margin-left: auto;
    margin-right: auto;
  }
}

.kyoto-reason__stats .panel__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.kyoto-reason__stats .panel__stat:first-child {
  margin-top: 0;
}

.kyoto-reason__stats .stat__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.kyoto-reason__stats .stat__name--small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .stat__name--small {
    font-size: 0.625rem;
  }
}

.kyoto-reason__stats .stat__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.kyoto-reason__stats .stat__dot--1 {
  background: #9f851b;
}

.kyoto-reason__stats .stat__dot--2 {
  background: #bda958;
}

.kyoto-reason__stats .stat__dot--3 {
  background: #d0c289;
}

.kyoto-reason__stats .stat__dot--4 {
  background: #ded8bd;
}

.kyoto-reason__stats .stat__dot--5 {
  background: #f9f8f5;
  border: 1px solid #ded8bd;
}

.kyoto-reason__stats .stat__dot--6 {
  background: #7f3033;
}

.kyoto-reason__stats .stat__value {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  font-family: "Taviraj", serif;
}
@media screen and (max-width:767px) {
  .kyoto-reason__stats .stat__value {
    font-size: 1.25rem;
  }
}

.kyoto-reason__stats .stat__value span {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-left: 6px;
  margin-left: 0.375rem;
}

/* ---- REASON 02 ---- */
.kyoto-reason__r02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 91px;
  gap: 5.6875rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__r02-left {
  width: 100%;
  max-width: 535px;
  max-width: 33.4375rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 535px;
          flex: 1 1 535px;
  -ms-flex: 1 1 33.4375rem;
      flex: 1 1 33.4375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-left {
    display: contents;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}

.kyoto-reason__subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 2.08px;
  letter-spacing: 0.13rem;
  color: #242423;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__subtitle {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-left .kyoto-reason__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-left .kyoto-reason__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.kyoto-reason__r02-sub {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-sub {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-sub {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}

.kyoto-reason__r02-sub img {
  display: block;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-sub img {
    width: 12.3125rem;
    height: 7.6875rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.kyoto-reason__r02-right {
  width: 100%;
  max-width: 460px;
  max-width: 28.75rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 460px;
          flex: 1 1 460px;
  -ms-flex: 1 1 28.75rem;
      flex: 1 1 28.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r02-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 28.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 16.875rem;
    margin-left: 4.375rem;
    margin-right: auto;
  }
}

.kyoto-reason__r02-right img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 460/540;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r02-right img {
    width: 100%;
    max-width: 16.875rem;
    height: 12.5rem;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 25%;
       object-position: center 25%;
  }
}

/* ---- REASON 03 ---- */
.kyoto-reason__r03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 94px;
  gap: 5.875rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03 {
    -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;
    gap: 1.875rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.kyoto-reason__r03-left {
  width: 100%;
  max-width: 534px;
  max-width: 33.375rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 534px;
          flex: 1 1 534px;
  -ms-flex: 1 1 33.375rem;
      flex: 1 1 33.375rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 33.375rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-left {
    width: 100%;
  }
}

.kyoto-reason__r03-left img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-left img {
    aspect-ratio: 1068/910;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.kyoto-reason__r03-right {
  width: 100%;
  max-width: 458px;
  max-width: 28.625rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 458px;
          flex: 1 1 458px;
  -ms-flex: 1 1 28.625rem;
      flex: 1 1 28.625rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .kyoto-reason__r03-right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-reason__r03-right {
    width: 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

@media screen and (max-width:767px) {
  .kyoto-reason__r03-right .kyoto-reason__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

/* ============================================
   京都院トップ 院内CG画像帯 ＋ FAQ
   ============================================ */
.kyoto-cg-band {
  width: 100%;
  overflow: hidden;
}
.kyoto-cg-band img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1366/400;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .kyoto-cg-band img {
    aspect-ratio: 375/178;
  }
}

.kyoto-faq {
  background-color: #ffffff;
  padding: 90px 0 100px;
  padding: 5.625rem 0 6.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq {
    padding: 2.25rem 0 3.75rem;
  }
}

.kyoto-faq__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  gap: 3rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}

.kyoto-faq__head {
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-faq__head {
    max-width: none;
  }
}

.kyoto-faq__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-faq__item {
  background-color: transparent;
}

.kyoto-faq__item[open] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  background-color: #f9f8f5;
}

.kyoto-faq__item + .kyoto-faq__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.kyoto-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  border-bottom: 1px solid #e9e7dd;
  cursor: pointer;
  list-style: none;
}
.kyoto-faq__q::-webkit-details-marker {
  display: none;
}

.kyoto-faq__item[open] .kyoto-faq__q {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.kyoto-faq__item:not([open]) .kyoto-faq__a {
  display: none;
}

.kyoto-faq__mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Taviraj", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.52px;
  letter-spacing: 0.0325rem;
  color: #9f851b;
}

.kyoto-faq__mark--a {
  color: #7f3033;
}

.kyoto-faq__q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-faq__q-text {
    font-size: 1.0625rem;
  }
}

.kyoto-faq__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.kyoto-faq__toggle img {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-faq__item[open] .kyoto-faq__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kyoto-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  padding: 0 12px 12px;
  padding: 0 0.75rem 0.75rem;
}

.kyoto-faq__a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}

/* ============================================
   京都院トップ Treatment（診療内容一覧）
   ============================================ */
.kyoto-treat {
  background-color: #f9f8f5;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-treat {
    padding: 3.5rem 0;
  }
}

.kyoto-treat__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.kyoto-treat__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #242423;
}
@media screen and (max-width: 767px) {
  .kyoto-treat__lead {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.kyoto-treat__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 900px) {
  .kyoto-treat__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px) {
  .kyoto-treat__list {
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
}

/* ---- カード ---- */
.kyoto-treat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.kyoto-treat-card:hover {
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(159, 133, 27, .15);
          box-shadow: 0 0.5rem 1.5rem rgba(159, 133, 27, .15);
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}
@media screen and (max-width:767px) {
  .kyoto-treat-card {
    gap: 0.5rem;
  }
  .kyoto-treat-card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}

.kyoto-treat-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  padding: 16px;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.365%, #9f851b), color-stop(50.481%, #dac673), to(#dcba30));
  background: linear-gradient(to right, #9f851b 3.365%, #dac673 50.481%, #dcba30 100%);
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__head {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
    row-gap: 0.375rem;
    width: 100%;
    padding: 0.375rem 0.5rem;
  }
}

.kyoto-treat-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
.kyoto-treat-card__icon img {
  display: block;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__icon {
    grid-row: 2;
    grid-column: 1;
    width: 2.5rem;
    height: 2.5rem;
  }
  .kyoto-treat-card__icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.kyoto-treat-card__head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  min-width: 0;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__head-text {
    display: contents;
  }
}

.kyoto-treat-card__catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__catch {
    grid-row: 1;
    grid-column: 1/-1;
    justify-self: center;
    font-size: 0.625rem;
    white-space: nowrap;
  }
}

.kyoto-treat-card__name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__name {
    grid-row: 2;
    grid-column: 2;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

.kyoto-treat-card__body {
  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;
  gap: 1rem;
  padding: 16px 30px 30px;
  padding: 1rem 1.875rem 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__body {
    gap: 0.5rem;
    width: 100%;
    padding: 0 0.625rem 0.625rem;
  }
}

.kyoto-treat-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__desc {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0.0125rem;
  }
}

.kyoto-treat-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}
.kyoto-treat-card__link img {
  width: 13px;
  width: 0.8125rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .kyoto-treat-card__link {
    gap: 0.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.0625rem;
  }
  .kyoto-treat-card__link img {
    width: 0.676875rem;
    height: 0.416875rem;
  }
}

/* ============================================
   京都院トップ Doctor Profile（ドクター紹介）
   Figma node 2002:3890 / 2002:3891
   ============================================ */
.kyoto-doctor {
  position: relative;
  background-color: #f9f8f5;
  padding: 100px 0;
  padding: 6.25rem 0;
  z-index: 0;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor {
    padding: 2.5rem 0;
  }
}

.kyoto-doctor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image: url(../img/kyoto-doctor-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.kyoto-doctor__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- セクション見出し（Doctor Profile / ドクター紹介）Figma 173:7301 ---- */
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head {
    text-align: left;
  }
}

.kyoto-doctor .kyoto-sec-head__en {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  color: #9f851b;
}
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head__en {
    font-size: 2.5rem;
    letter-spacing: 0.05rem;
  }
}

.kyoto-doctor .kyoto-sec-head__ja {
  gap: 8px;
  gap: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor .kyoto-sec-head__ja::before {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #d0c289;
}
@media screen and (max-width:767px) {
  .kyoto-doctor .kyoto-sec-head__ja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}

.kyoto-doctor__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}

/* 1人目：テキスト 626px・写真との間を詰める（Figma 2003:3901） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__main {
  gap: 0;
}

.kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 626px;
          flex: 1 1 626px;
  -ms-flex: 1 1 39.125rem;
      flex: 1 1 39.125rem;
  max-width: 626px;
  max-width: 39.125rem;
  min-width: 0;
}

.kyoto-doctor__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 2.5px;
  letter-spacing: 0.15625rem;
  color: #242423;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__title {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-doctor__title-1,
.kyoto-doctor__title-2 {
  display: block;
}

.kyoto-doctor__title-2 {
  text-align: right;
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title-1 {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title-2 {
    text-align: right;
  }
}

.kyoto-doctor__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  color: #242423;
}
.kyoto-doctor__body p + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}

/* 1人目：見出し 624px / 下2段落 530px（バッジと被らない） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title {
  max-width: 624px;
  max-width: 39rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(-n+4) {
  max-width: 624px;
  max-width: 39rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(n+5) {
  max-width: 530px;
  max-width: 33.125rem;
}

@media screen and (max-width: 1000px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__main {
    gap: 2rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: none;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__title,
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(-n+4),
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__body p:nth-child(n+5) {
    max-width: none;
  }
}
/* ---- 写真＋名前バッジ ---- */
/* Figma 外枠 504×611（写真 381×560 + バッジはみ出し余白） */
.kyoto-doctor__figure {
  position: relative;
  width: 100%;
  max-width: 504px;
  max-width: 31.5rem;
  min-width: 0;
  height: 611px;
  height: 38.1875rem;
  margin-left: 0;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__figure {
    max-width: 24.8125rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__figure {
    max-width: 16.25rem;
    height: 19.75rem;
  }
}

/* Figma: 373×486 wrapper 内に 486×373 pill を rotate(-90deg) — top 74px で頭部が pill 外に出る */
.kyoto-doctor__photo-bg {
  position: absolute;
  z-index: 0;
  top: 74px;
  top: 4.625rem;
  left: 4px;
  left: 0.25rem;
  width: 373px;
  width: 23.3125rem;
  height: 486px;
  height: 30.375rem;
  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;
  pointer-events: none;
}

.kyoto-doctor__photo-bg::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 486px;
  width: 30.375rem;
  height: 373px;
  height: 23.3125rem;
  background-color: #ded8bd;
  border-radius: 17.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* 1人目：写真を figure 右寄せ（バッジ左はみ出し用スペース確保） */
.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
  left: auto;
  right: 4px;
  right: 0.25rem;
}

@media screen and (max-width: 1000px) {
  .kyoto-doctor__photo-bg {
    top: 3.625rem;
    left: 0.1875rem;
    width: 18.3125rem;
    height: 23.9375rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.1875rem;
  }
  .kyoto-doctor__photo-bg::before {
    width: 23.875rem;
    height: 18.125rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__photo-bg {
    top: 3rem;
    left: 0.125rem;
    width: 15.9375rem;
    height: 20.75rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.125rem;
  }
  .kyoto-doctor__photo-bg::before {
    width: 20.75rem;
    height: 15.9375rem;
  }
}
.kyoto-doctor__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 381px;
  width: 23.8125rem;
  height: 560px;
  height: 35rem;
  -webkit-mask-image: url(../img/kyoto-doctor-photo-mask.svg);
  mask-image: url(../img/kyoto-doctor-photo-mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__photo {
    width: 18.75rem;
    height: 27.5625rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__photo {
    width: 16.25rem;
    height: 23.875rem;
  }
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo {
  left: auto;
  right: 0;
}

.kyoto-doctor__photo img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.kyoto-doctor__badge {
  position: absolute;
  z-index: 2;
  left: 20px;
  left: 1.25rem;
  top: 363px;
  top: 22.6875rem;
  width: 248px;
  width: 15.5rem;
  height: 248px;
  height: 15.5rem;
  border-radius: 50%;
  background-color: rgba(126, 101, 0, .7);
  color: #ffffff;
  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;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge {
    left: -0.5rem;
    top: 17.8125rem;
    width: 12.5rem;
    height: 12.5rem;
    padding: 1rem;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor__badge {
    left: -0.375rem;
    top: 15.5rem;
  }
}

@media screen and (max-width:767px) {
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__badge {
    left: 0;
  }
}

.kyoto-doctor__badge-role {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.44px;
  letter-spacing: 0.0275rem;
  text-align: left;
}

.kyoto-doctor__badge-name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge-name {
    font-size: 2rem;
    letter-spacing: 0.15625rem;
  }
}

.kyoto-doctor__badge-en {
  font-family: "Baskervville SC", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__badge-en {
    font-size: 0.875rem;
  }
}

/* ---- 経歴・資格カード ---- */
.kyoto-doctor__card {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #ffffff;
  padding: 40px 120px;
  padding: 2.5rem 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__card {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__card {
    padding: 1.25rem;
    gap: 1.25rem;
  }
}

.kyoto-doctor__sub {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  color: #7e6500;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #7e6500;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__sub {
    font-size: 1.125rem;
    letter-spacing: 0.0225rem;
  }
}

.kyoto-doctor__sub--light {
  border-bottom-color: #ded8bd;
}

.kyoto-doctor__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.kyoto-doctor__history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  gap: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  color: #242423;
}
.kyoto-doctor__history-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  width: 56px;
  width: 3.5rem;
}
.kyoto-doctor__history-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__history-row {
    gap: 0.875rem;
  }
}

.kyoto-doctor__quals {
  list-style: disc;
  padding-left: 21px;
  padding-left: 1.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kyoto-doctor__quals li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  color: #242423;
}

.kyoto-doctor__quals--inline {
  margin-bottom: 0;
}

/* ---- 2人目（鹿嶋・写真左）Figma 173:7154 / 173:7255 ---- */
.kyoto-doctor--rev {
  background-color: #f4ebde;
  padding: 100px 0;
  padding: 6.25rem 0;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev {
    padding: 1.25rem 0 2.5rem;
  }
}

.kyoto-doctor--rev::before {
  opacity: 0.6;
  background-image: url(../img/kyoto-doctor-rev-bg.webp);
  background-size: cover;
  background-position: center top;
}

.kyoto-doctor--rev .kyoto-doctor__main {
  margin-top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

/* 写真幅 381px 基準（バッジは右にはみ出し）— テキストを写真直傍に */
.kyoto-doctor--rev .kyoto-doctor__figure {
  width: 100%;
  max-width: 381px;
  max-width: 23.8125rem;
  min-width: 0;
  height: 611px;
  height: 38.1875rem;
  margin: 0;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__figure {
    max-width: 18.75rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767px) {
  .kyoto-doctor--rev .kyoto-doctor__figure {
    max-width: 21.25rem;
    height: 26.9375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.kyoto-doctor--rev .kyoto-doctor__photo {
  left: 0;
  right: auto;
}

.kyoto-doctor--rev .kyoto-doctor__photo-bg {
  top: 74px;
  top: 4.625rem;
  left: 0;
  right: auto;
}

.kyoto-doctor--rev .kyoto-doctor__photo-bg::before {
  background-color: #f9f8f5;
}

.kyoto-doctor--rev .kyoto-doctor__photo img {
  width: 438px;
  width: 27.375rem;
  height: 596px;
  height: 37.25rem;
  left: -41px;
  left: -2.5625rem;
  top: -12px;
  top: -0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__photo img {
    width: 21.5625rem;
    height: 29.375rem;
    left: -2rem;
    top: -0.5625rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__badge {
  left: 249px;
  left: 15.5625rem;
  top: 363px;
  top: 22.6875rem;
  right: auto;
  background-color: rgba(90, 58, 10, .7);
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__badge {
    left: 6.25rem;
    top: 17.8125rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__badge-role {
  max-width: 192px;
  max-width: 12rem;
}

.kyoto-doctor--rev .kyoto-doctor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 676px;
  max-width: 42.25rem;
  padding-top: 110px;
  padding-top: 6.875rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  gap: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__text {
    max-width: none;
    padding-top: 0;
    gap: 1.5rem;
  }
}

.kyoto-doctor__title--rev {
  text-align: left;
  width: 100%;
  max-width: 676px;
  max-width: 42.25rem;
  margin-bottom: 0;
}

.kyoto-doctor--rev .kyoto-doctor__title-2 {
  text-align: left;
  white-space: nowrap;
  letter-spacing: 2.56px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__title-2 {
    white-space: normal;
    letter-spacing: 0.09375rem;
  }
}

.kyoto-doctor__body--rev {
  width: 100%;
  max-width: 534px;
  max-width: 33.375rem;
  margin-left: auto;
  margin-right: 0;
}
.kyoto-doctor__body--rev p + p {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor__body--rev {
    max-width: none;
    margin-left: 0;
  }
}

.kyoto-doctor--rev .kyoto-doctor__card {
  max-width: 1078px;
  max-width: 67.375rem;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  padding: 2.5rem 7.5rem;
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    padding: 1.25rem;
    gap: 1.25rem;
    margin-top: 2rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__history-row dt {
  width: 80px;
  width: 5rem;
}

.kyoto-doctor--rev .kyoto-doctor__history-row--lg {
  gap: 60px;
  gap: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor--rev .kyoto-doctor__history-row--lg dt {
  width: auto;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}
.kyoto-doctor--rev .kyoto-doctor__history-row--lg dd {
  max-width: 569px;
  max-width: 35.5625rem;
}

.kyoto-doctor--rev .kyoto-doctor__more {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kyoto-doctor--rev .kyoto-doctor__more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  padding: 8px 8px 8px 20px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #ded8bd;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .16);
  font-family: "Taviraj", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-doctor--rev .kyoto-doctor__more-btn:hover {
    opacity: 0.7;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more-icon {
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::before, .kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #242423;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::before {
  width: 12px;
  width: 0.75rem;
  height: 1.5px;
  height: 0.09375rem;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  width: 1.5px;
  width: 0.09375rem;
  height: 12px;
  height: 0.75rem;
}

/* ============================================
   SP（スマホ）写真合成 Figma 2020:3889 / 2021:3925
   医師1: 見出し直下に写真（右）＋バッジ（左）／医師2: 写真（左）＋バッジ（右）
   ============================================ */
@media screen and (max-width:767px) {
  /* 写真ブロックを全幅・縦サイズを Figma 比率に統一 */
  .kyoto-doctor__figure,
  .kyoto-doctor--rev .kyoto-doctor__figure {
    width: 100%;
    max-width: 21.25rem;
    height: 26.9375rem;
    margin: 0 auto;
    overflow: visible;
  }
  .kyoto-doctor__photo {
    width: 17.0625rem;
    height: 25.125rem;
    top: 0;
  }
  .kyoto-doctor__photo img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  /* 楕円ピル（回転）— 下端を photo（402px）に合わせる Figma 2021:3925 */
  .kyoto-doctor__photo-bg {
    top: 3.3125rem;
    width: 16.75rem;
    height: 21.8125rem;
  }
  .kyoto-doctor__badge {
    width: 11.5rem;
    height: 11.5rem;
    top: 15.4375rem;
    padding: 3rem 2rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .kyoto-doctor__badge-role,
  .kyoto-doctor--rev .kyoto-doctor__badge-role {
    max-width: 7.5rem;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    text-align: left;
    white-space: normal;
  }
  .kyoto-doctor__badge-name {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.13rem;
    margin-top: 0.25rem;
    text-align: left;
    white-space: nowrap;
  }
  .kyoto-doctor__badge-en {
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.025rem;
    margin-top: 0.125rem;
    text-align: left;
    white-space: nowrap;
  }
  /* バッジ（直径184・Figma 173:9298 / 173:9421） */
  .kyoto-doctor__photo-bg::before {
    width: 21.8125rem;
    height: 16.75rem;
  }
  /* --- 医師1（藤本・写真右／バッジ左）写真を見出し直後へ --- */
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0.5rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo {
    left: auto;
    right: 0;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__photo-bg {
    left: auto;
    right: 0.125rem;
  }
  .kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__badge {
    left: 0;
    right: auto;
  }
  /* --- 医師2（鹿嶋・写真左／バッジ右） --- */
  .kyoto-doctor--rev .kyoto-doctor__photo {
    left: 0;
    right: auto;
    top: 20px;
  }
  .kyoto-doctor--rev .kyoto-doctor__photo-bg {
    left: 0;
    right: auto;
  }
  .kyoto-doctor--rev .kyoto-doctor__photo img {
    width: 19.625rem;
    height: 26.75rem;
    left: -1.8125rem;
    top: -0.25rem;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .kyoto-doctor--rev .kyoto-doctor__badge {
    left: 9.75rem;
    right: auto;
    top: 15.4375rem;
  }
}
/* kyoto-doctor__card 追加スタイル Figma 173:7272 / 2048:1735 */
.kyoto-doctor__card-wrap {
  position: relative;
  max-width: 1078px;
  max-width: 67.375rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__card-wrap {
    margin-top: 2rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__card-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card-wrap {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}

.kyoto-doctor__card {
  margin-top: 0;
}

.kyoto-doctor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  width: 100%;
}

.kyoto-doctor__sub {
  margin-bottom: 0;
}

.kyoto-doctor__history {
  gap: 0;
}

.kyoto-doctor__history-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kyoto-doctor__history-row dt {
  width: 80px;
  width: 5rem;
}
.kyoto-doctor__history-row dd {
  max-width: 622px;
  max-width: 38.875rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__history-row dt {
  width: 56px;
  width: 3.5rem;
}

.kyoto-doctor:not(.kyoto-doctor--rev) .kyoto-doctor__history-row dd {
  max-width: none;
}

.kyoto-doctor__link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.kyoto-doctor__quals {
  margin-bottom: 0;
}

.kyoto-doctor__activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
}

.kyoto-doctor__activity-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__activity-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.kyoto-doctor__activity-year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor__activity-year {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}

.kyoto-doctor__activity-row .kyoto-doctor__quals {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 569px;
  max-width: 35.5625rem;
}

.kyoto-doctor--rev .kyoto-doctor__detail-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.kyoto-doctor--rev .kyoto-doctor__detail-body.is-open {
  max-height: 4000px;
  max-height: 250rem;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}

.kyoto-doctor__demo-notice {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d0c289;
  border-radius: 0.25rem;
  background-color: rgba(208, 194, 137, .12);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.52px;
  letter-spacing: 0.0325rem;
  color: #8a7a3a;
}

.kyoto-doctor--rev .kyoto-doctor__card {
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .kyoto-doctor--rev .kyoto-doctor__card {
    gap: 1.25rem;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width:767px) {
  .kyoto-doctor--rev .kyoto-doctor__more {
    bottom: -4px;
  }
}

.kyoto-doctor--rev .kyoto-doctor__more-btn {
  font-weight: 300;
  line-height: 1;
  color: #242423;
}
.kyoto-doctor--rev .kyoto-doctor__more-btn .btn-label {
  line-height: 1;
  color: #242423;
}

.kyoto-doctor--rev .kyoto-doctor__more-btn.is-open .kyoto-doctor__more-icon::after {
  opacity: 0;
}

.kyoto-doctor--rev .kyoto-doctor__more-icon::before, .kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  background-color: #d0c289;
}
.kyoto-doctor--rev .kyoto-doctor__more-icon::after {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* ============================================
   京都院トップ Group（グループ医院紹介）
   ============================================ */
.kyoto-group {
  position: relative;
  isolation: isolate;
  background-color: #ffffff;
  padding: 100px 0 110px;
  padding: 6.25rem 0 6.875rem;
  overflow-x: clip;
}
@media screen and (max-width: 1000px) {
  .kyoto-group {
    padding: 0 0 2.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .kyoto-group {
    /* PC：左ベージュ（ビューポート左端〜画像カラム）— セクション全体の高さに適用 */
  }
  .kyoto-group::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #f9f8f5;
  }
  .kyoto-group {
    /* PC：右白（情報カラム〜ビューポート右端） */
  }
  .kyoto-group::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1222px) {
  .kyoto-group::before {
    width: calc(64vw - 0.35rem);
  }
  .kyoto-group::after {
    left: calc(64vw - 0.35rem);
  }
}
@media screen and (min-width: 1223px) {
  .kyoto-group::before {
    width: calc(50vw - 611.5px + 48.57rem);
  }
  .kyoto-group::after {
    left: calc(50vw - 611.5px + 48.57rem);
  }
}

.kyoto-group__inner {
  position: relative;
  z-index: 1;
  max-width: 1223px;
  margin: 0 auto;
  padding: 0 20px;
}

.kyoto-group__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.kyoto-group__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 64%;
          flex: 1 1 64%;
  max-width: 64%;
  min-width: 0;
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__images {
    position: relative;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 100%;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .kyoto-group__images::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    width: 80vw;
    background-color: #f9f8f5;
  }
}

.kyoto-group__head {
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__head {
    padding-right: 0;
    padding-top: 2.5rem;
  }
}

.kyoto-group .kyoto-sec-head__en {
  color: #242423;
}

.kyoto-sec-head__ja--plain::before {
  display: none;
}

.kyoto-group__intro {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 551px;
  max-width: 34.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #242423;
}

.kyoto-group__image-wrap {
  position: relative;
  aspect-ratio: 785/760;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__image-wrap {
    display: none;
  }
}

.kyoto-group__image-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kyoto-group__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.kyoto-group__image-item.is-active {
  opacity: 1;
  visibility: visible;
}

.kyoto-group__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 40px 20px 40px 40px;
  padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__list {
    padding: 0 0 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .kyoto-group__nav {
    position: relative;
    margin: 0;
    padding: 1.25rem 0;
  }
  .kyoto-group__nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: -1.25rem;
    left: calc(50% - 50vw);
    width: 80vw;
    background-color: #f9f8f5;
  }
  .kyoto-group__item-top-img {
    position: relative;
    z-index: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
    aspect-ratio: 375/240;
    overflow: hidden;
  }
  .kyoto-group__item-top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kyoto-group__item-body,
  .kyoto-group__facilities {
    position: relative;
    z-index: 0;
    margin: 0 calc(50% - 50vw);
    padding: 1.25rem calc(50vw - 50%) 2rem;
  }
  .kyoto-group__item-body::before,
  .kyoto-group__facilities::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #ffffff;
  }
  .kyoto-group__facilities {
    padding-top: 0;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
  }
}
.kyoto-group__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 20px;
  gap: 0.75rem 1.25rem;
  margin: 0;
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__nav {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.kyoto-group__nav-item {
  margin: 0;
  padding: 0;
}

.kyoto-group__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 72px;
  width: 4.5rem;
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  background: none;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.39px;
  letter-spacing: 0.024375rem;
  color: #242423;
  text-align: left;
  text-decoration: none;
}

.kyoto-group__nav-label {
  text-decoration: underline;
  text-decoration-thickness: 1.5%;
  text-underline-offset: 2px;
  text-underline-offset: 0.125rem;
}

.kyoto-group__nav-btn img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.kyoto-group__item-wrap {
  padding-top: 52px;
  padding-top: 3.25rem;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__item-wrap {
    padding-top: 0;
  }
}

.kyoto-group__item-top-img {
  display: none;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__item-top-img {
    display: block;
  }
}

.kyoto-group__item {
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
  scroll-margin-top: 6.25rem;
}
.kyoto-group__item:last-child {
  padding-bottom: 0;
}

.kyoto-group__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.kyoto-group__ja {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}

.kyoto-group__en {
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #9f851b;
}

.kyoto-group__detail {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.kyoto-group__cname {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  color: #242423;
}

.kyoto-group__addr {
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
}

.kyoto-group__rows {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.kyoto-group__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
}
.kyoto-group__row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  width: 3.125rem;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9f851b;
  padding-top: 1px;
  padding-top: 0.0625rem;
}
.kyoto-group__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.kyoto-group__tel {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  gap: 0.375rem;
  font-family: "Taviraj", serif;
}
.kyoto-group__tel span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #242423;
}
.kyoto-group__tel a {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #242423;
}

.kyoto-group__link {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
}
.kyoto-group__link img {
  width: 13px;
  width: 0.8125rem;
  height: auto;
}

.kyoto-group__map {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.kyoto-group__map img {
  display: block;
  width: 220px;
  width: 13.75rem;
  max-width: 100%;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__map img {
    margin: 0 auto;
  }
}

/* SPのみ：提携施設一覧ボタン（Figma 224:8574） */
.kyoto-group__facilities {
  display: none;
  margin: 20px 0 20px;
  margin: 1.25rem 0 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .kyoto-group__facilities {
    display: block;
    margin-bottom: 0;
  }
}

.kyoto-group__facilities-btn {
  position: relative;
  z-index: 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  min-height: 64px;
  min-height: 4rem;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  background-color: #ffffff;
  border: 2px solid #9f851b;
  border: 0.125rem solid #9f851b;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 1rem rgba(0, 0, 0, .16);
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #242423;
  text-decoration: none;
}

.kyoto-group__facilities-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: left;
}

.kyoto-group__facilities-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #bda958;
}

.kyoto-group__facilities-icon img {
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

/* kyoto-group 詳細情報（Figma 173:7331 準拠） */
.kyoto-group__detail {
  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;
  gap: 1rem;
}

.kyoto-group__cname {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.kyoto-group__addr {
  margin-top: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.kyoto-group__rows {
  margin-top: 0;
  gap: 16px;
  gap: 1rem;
}

.kyoto-group__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
}

.kyoto-group__row--access {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.kyoto-group__row dt {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  width: 3.125rem;
  padding: 0 4px 1px;
  padding: 0 0.25rem 0.0625rem;
  background-color: #bda958;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #ffffff;
  text-align: center;
}

.kyoto-group__row--access dt {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 0;
}

.kyoto-group__row--hours dt {
  width: auto;
  min-width: 50px;
  min-width: 3.125rem;
}

.kyoto-group__row dd {
  margin: 0;
}

.kyoto-group__tel {
  margin-top: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.kyoto-group__tel span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
}

.kyoto-group__tel a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.kyoto-group__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 16px;
  gap: 1rem;
  line-height: 1.5;
}

.kyoto-group__link img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

/* ============================================
   京都院フッター（footer-2.php）
   Figma: Group 1955（node 173:8611）
   ============================================ */
.kyoto-footer {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(101, 64, 0, .3)), color-stop(69.59%, rgba(183, 149, 10, .3))), -webkit-gradient(linear, left bottom, left top, from(rgba(113, 83, 0, .2)), to(rgba(113, 83, 0, .2))), url(../img/kyoto-footer-bg.webp);
  background-image: linear-gradient(180deg, rgba(101, 64, 0, .3) 0%, rgba(183, 149, 10, .3) 69.59%), linear-gradient(0deg, rgba(113, 83, 0, .2), rgba(113, 83, 0, .2)), url(../img/kyoto-footer-bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.kyoto-footer__inner {
  max-width: 1318px;
  max-width: 82.375rem;
  margin: 0 auto;
  padding: 61px 24px 24px;
  padding: 3.8125rem 1.5rem 1.5rem;
}

/* ---- サイトマップ + 右バナー ---- */
.kyoto-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11.5rem;
  gap: 72px 28px;
  gap: 4.5rem 1.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.kyoto-footer__sitemap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px;
  gap: 2.5rem 1.75rem;
}

.kyoto-footer__col {
  min-width: 0;
}

.kyoto-footer__col--wide {
  grid-column: span 1;
}

.kyoto-footer__col-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.kyoto-footer__col-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.kyoto-footer__col-mark::before {
  content: "";
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background-color: #7e6500;
}

.kyoto-footer__col-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.kyoto-footer__col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  list-style: none;
}

.kyoto-footer__col-list a {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kyoto-footer__col-list a:hover {
  opacity: 0.75;
}

.kyoto-footer__treat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  gap: 1.25rem;
}

/* ---- 右バナー列 ---- */
.kyoto-footer__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.kyoto-footer__bnr {
  position: relative;
  display: block;
  width: 184px;
  width: 11.5rem;
  height: 64px;
  height: 4rem;
  border-radius: 0.125rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(96, 96, 96, .2);
          box-shadow: 0 0.125rem 0.25rem rgba(96, 96, 96, .2);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kyoto-footer__bnr:hover {
  opacity: 0.88;
}

.kyoto-footer__bnr-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kyoto-footer__bnr::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
  pointer-events: none;
}

.kyoto-footer__bnr-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  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;
  padding: 8px;
  padding: 0.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, .3);
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, .3);
}
@media screen and (max-width:767px) {
  .kyoto-footer__bnr-text {
    font-size: 0.5625rem;
  }
}

/* ---- 運営方針 ---- */
.kyoto-footer__policy {
  margin-top: 80px;
  margin-top: 5rem;
}

.kyoto-footer__policy-inner {
  max-width: 1080px;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 52px 60px;
  padding: 3.25rem 3.75rem;
  background: rgba(126, 101, 0, .7);
}

.kyoto-footer__policy-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #f1f5f4;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.kyoto-footer__policy-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #f1f5f4;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}

.kyoto-footer__policy-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.kyoto-footer__policy-links a {
  color: #f1f5f4;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kyoto-footer__policy-links a:hover {
  opacity: 0.75;
}

/* ---- 法務リンク ---- */
.kyoto-footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}

.kyoto-footer__legal a {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.kyoto-footer__legal a:hover {
  opacity: 0.75;
}

/* ---- 下部（タグライン + ロゴ + コピーライト） ---- */
.kyoto-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #e9e7dd;
}

.kyoto-footer__tagline {
  font-family: "A-OTF Ryumin Pro", "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(24px, 2.78vw, 38px);
  font-size: clamp(1.5rem, 2.78vw, 2.375rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.kyoto-footer__brand {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  gap: 1.25rem;
}

.kyoto-footer__logo {
  display: block;
  width: 273px;
  width: 17.0625rem;
  height: auto;
}

.kyoto-footer__copy {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: -0.015em;
}

/* ============================================
   SP
   ============================================ */
@media screen and (max-width: 1000px) {
  .kyoto-footer__inner {
    padding: 2.5rem 1.25rem 1.5rem;
  }
  .kyoto-footer__main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .kyoto-footer__sitemap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .kyoto-footer__treat {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .kyoto-footer__aside {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .kyoto-footer__bnr {
    width: 100%;
  }
  .kyoto-footer__policy {
    margin-top: 3rem;
  }
  .kyoto-footer__policy-inner {
    padding: 2rem 1.25rem;
  }
  .kyoto-footer__legal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    margin-top: 1.75rem;
  }
  .kyoto-footer__legal a {
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.025rem;
    white-space: nowrap;
  }
  .kyoto-footer__bottom {
    -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;
    text-align: center;
  }
  .kyoto-footer__tagline {
    white-space: normal;
  }
  .kyoto-footer__brand {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kyoto-footer__logo {
    width: min(100%, 13.75rem);
  }
}
/* ============================================
   症例アーカイブ／タクソノミー／シングル
   （archive-case.php / taxonomy-*.php / single-case.php）
   京都トップのカラー（ゴールド＋クリーム）に合わせた下層シェル。
   症例カード本体（.kyoto-case-card）は front-kyoto01-case.scss を流用。
   ============================================ */
.kyoto-case-archive {
  background-color: #fff;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-archive {
    padding-bottom: 3.75rem;
  }
}

/* ---- ページ上部：見出しバンド（福岡院 page-common-head を参考）
   ・背景バンド＋白文字
   ・H1 タイトルは中央 760px の範囲
   ・パンくずは中央 900px の範囲（横スクロール可）
   ---- */
.kyoto-page-head {
  position: relative;
  background-color: #242423;
  background-image: url(../img/kyoto-footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* H1 タイトルが表示される範囲：中央 760px */
.kyoto-page-head__inner {
  max-width: 760px;
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 80px 20px 24px;
  padding: 5rem 20px 1.5rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__inner {
    padding: 4.25rem 16px 1rem;
  }
}

.kyoto-page-head__en {
  font-family: "Taviraj", serif;
  font-weight: 100;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  color: #e8dca6;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__en {
    font-size: 1.875rem;
  }
}

.kyoto-page-head__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  letter-spacing: 0.09375rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .kyoto-page-head__title {
    font-size: 1.25rem;
  }
}

/* パンくずが表示される範囲：中央 900px（横スクロール） */
.kyoto-page-head__breadcrumb {
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0 20px 20px;
  padding: 0 20px 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.kyoto-page-head__breadcrumb::-webkit-scrollbar {
  display: none;
}

.kyoto-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.kyoto-breadcrumb__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kyoto-breadcrumb__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -16px;
  left: -1rem;
  top: 50%;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #d0c289;
  border-right: 2px solid #d0c289;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.kyoto-breadcrumb__item a {
  color: #fff;
  -webkit-box-shadow: 0 0.5px 0 rgba(255, 255, 255, .7);
          box-shadow: 0 0.5px 0 rgba(255, 255, 255, .7);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.kyoto-breadcrumb__item span {
  color: #fff;
}

.kyoto-case-categories__inner,
.kyoto-case-search__inner,
.kyoto-case-list-sec__inner,
.kyoto-case-related__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 共通見出し（施術内容から探す / 症例を絞り込む / 関連症例）
   福岡院：中央寄せ＋下線区切り */
.kyoto-case-categories__heading,
.kyoto-case-search__heading,
.kyoto-case-related__heading {
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9f851b;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  color: #242423;
  text-align: center;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__heading,
  .kyoto-case-search__heading,
  .kyoto-case-related__heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* ---- 施術内容から症例を探す（5列ボタングリッド：福岡院レイアウト） ---- */
.kyoto-case-categories {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories {
    padding: 2.5rem 0;
  }
}

.kyoto-case-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__list {
    gap: 0.75rem;
  }
}

.kyoto-case-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 0.8rem);
          flex: 0 0 calc(20% - 0.8rem);
}
@media screen and (max-width: 1200px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(25% - 0.75rem);
        flex-basis: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 900px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(33.33333% - 0.66667rem);
        flex-basis: calc(33.33333% - 0.66667rem);
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__item {
    -ms-flex-preferred-size: calc(50% - 0.375rem);
        flex-basis: calc(50% - 0.375rem);
  }
}

.kyoto-case-categories__button {
  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: 100%;
  min-height: 56px;
  min-height: 3.5rem;
  padding: 8px 30px 8px 14px;
  padding: 0.5rem 1.875rem 0.5rem 0.875rem;
  position: relative;
  border: 1px solid #bda958;
  border-radius: 0.25rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  /* 右向き矢印のあしらい */
}
.kyoto-case-categories__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #9f851b;
  border-right: 2px solid #9f851b;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-case-categories__button:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
    background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
    border-color: transparent;
    color: #fff;
  }
  .kyoto-case-categories__button:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-categories__button {
    min-height: 3rem;
    padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  }
}

/* ---- 症例を絞り込む（2カラムグリッド＋チップラベル：福岡院レイアウト） ---- */
.kyoto-case-search {
  padding: 60px 0;
  padding: 3.75rem 0;
  background-color: #f9f8f5;
}
@media screen and (max-width:767px) {
  .kyoto-case-search {
    padding: 2.5rem 0;
  }
}

.kyoto-case-search__inner {
  max-width: 920px;
}

.kyoto-case-search__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  gap: 1.25rem 1.5rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__form {
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.kyoto-case-search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.5rem;
  }
}

.kyoto-case-search__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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: 150px;
  min-width: 9.375rem;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .kyoto-case-search__label {
    min-width: 0;
    font-size: 0.75rem;
    min-height: 2.25rem;
  }
}

.kyoto-case-search__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  min-width: 0;
}
.kyoto-case-search__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-right: 2px solid #9f851b;
  border-bottom: 2px solid #9f851b;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.kyoto-case-search__select {
  width: 100%;
  min-height: 40px;
  min-height: 2.5rem;
  padding: 8px 36px 8px 14px;
  padding: 0.5rem 2.25rem 0.5rem 0.875rem;
  border: 1px solid #e0dccb;
  border-radius: 0.25rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #242423;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.kyoto-case-search__select:focus {
  outline: 2px solid #bda958;
  outline-offset: 1px;
}

.kyoto-case-search__actions {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.kyoto-case-search__submit {
  display: block;
  margin: 0 auto;
  min-width: 240px;
  min-width: 15rem;
  padding: 14px 48px;
  padding: 0.875rem 3rem;
  text-align: center;
  border: none;
  border-radius: 0.25rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .kyoto-case-search__submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .kyoto-case-search__submit {
    min-width: 0;
    width: 100%;
    font-size: 0.875rem;
    padding: 0.75rem 2.25rem;
  }
}

/* ---- 症例一覧グリッド ---- */
.kyoto-case-list-sec {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-list-sec {
    padding-top: 2.5rem;
  }
}

.kyoto-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.kyoto-case-list__item {
  /* .kyoto-case-card がそのまま入る。スライダー用の左右padカードラッパは無効化 */
}
.kyoto-case-list__item .kyoto-case-card-wrap {
  padding: 0;
  height: 100%;
}

.kyoto-case-list__empty {
  padding: 40px 0;
  padding: 2.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  color: #6f6f68;
}

/* ---- ページネーション ---- */
.kyoto-pagination {
  margin-top: 56px;
  margin-top: 3.5rem;
}
.kyoto-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}
.kyoto-pagination .page-numbers {
  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: 44px;
  min-width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  border: 1px solid #e0dccb;
  border-radius: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #242423;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.kyoto-pagination .page-numbers.current {
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
  border-color: transparent;
  color: #fff;
}
.kyoto-pagination .page-numbers:not(.current):hover {
  background-color: #e9e7dd;
}

/* ---- 関連症例 ---- */
.kyoto-case-related {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width:767px) {
  .kyoto-case-related {
    padding-top: 3.125rem;
  }
}

.kyoto-case-related__heading {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

/* ---- シングル本文 ---- */
.kyoto-case-single__body {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 20px 0;
  padding: 3.5rem 20px 0;
}
@media screen and (max-width:767px) {
  .kyoto-case-single__body {
    padding-top: 2.25rem;
  }
}

.kyoto-case-single__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #242423;
}
.kyoto-case-single__content p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* ============================================
   症例カード：表示タイプ別（2枚ずつ / YouTube / YouTube Before-After）
   基本カード（.kyoto-case-card）は front-kyoto01-case.scss を流用。
   ============================================ */
/* 画像2枚ずつ：各サイド（Before/After）に画像を縦積み */
.kyoto-case-card__ba--double .kyoto-case-card__ba-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.kyoto-case-card__ba--double .kyoto-case-card__ba-img + .kyoto-case-card__ba-img {
  margin-top: 0;
}

/* YouTube 動画（16:9） */
.kyoto-case-card__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.kyoto-case-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.kyoto-case-card__ba--video .kyoto-case-card__ba-item {
  position: relative;
}

/* YouTube 単一（Before/Afterラベル無し・全幅） */
.kyoto-case-card__ba--single .kyoto-case-card__ba-item {
  width: 100%;
}

/* ============================================
   新着症例スライダー（.archive-case-slider）
   JS: script.js の .archive-case-slider__track を slick 初期化。
   ============================================ */
.archive-case-slider {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 60px 0 48px;
  padding: 3.75rem 0 3rem;
  background-color: #f9f8f5;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .archive-case-slider {
    margin-top: 3.125rem;
    padding: 2.5rem 0 2rem;
  }
}

.archive-case-slider--top {
  /* 症例TOPでのみ使用：上マージン無し・背景を少し濃く */
  margin-top: 0;
  background-color: #e7e2d2;
}

.archive-case-slider__inner {
  width: 100%;
  margin: 0 auto;
}

.archive-case-slider__heading {
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  padding: 0 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  color: #242423;
  text-align: center;
}
@media screen and (max-width:767px) {
  .archive-case-slider__heading {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

.archive-case-slider__track {
  margin: 0;
}

.archive-case-slider__item {
  width: 640px;
  width: 40rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .archive-case-slider__item {
    width: 20rem;
    padding: 0 0.5rem;
  }
}

.archive-case-slider__track .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.archive-case-slider__track .slick-slide {
  height: auto;
}
.archive-case-slider__track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

/* dots */
.archive-case-slider__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 32px;
  margin-top: 2rem;
}
.archive-case-slider__dots li {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 999px;
  background-color: #ded8bd;
  cursor: pointer;
}
.archive-case-slider__dots li button {
  display: none;
}
.archive-case-slider__dots li.slick-active {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-color: #bda958;
}

/* 矢印 */
.archive-case-slider__track .slick-prev,
.archive-case-slider__track .slick-next {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: 2;
}
.archive-case-slider__track .slick-prev::before,
.archive-case-slider__track .slick-next::before {
  font-size: 28px;
  font-size: 1.75rem;
  color: #9f851b;
  opacity: 1;
}
.archive-case-slider__track .slick-prev {
  left: 16px;
  left: 1rem;
}
.archive-case-slider__track .slick-next {
  right: 16px;
  right: 1rem;
}

/* ============================================
   case-base カード（福岡院 parts/case-card 踏襲）
   新着症例スライダー／絞り込み結果・ターム別一覧で使用。
   カラーは京都パレット（ゴールド＋クリーム）に調整。
   ============================================ */
.case-base__card {
  width: 100%;
  background: #fff;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #ece7d5;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 16px rgba(6, 20, 15, .06);
          box-shadow: 0 0 16px rgba(6, 20, 15, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .case-base__card {
    padding: 1rem;
  }
}

.case-base__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width:767px) {
  .case-base__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.case-base__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
}

.case-base__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.case-base__before-after,
.case-base__before-after.--add {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.case-base__before-after--single {
  grid-template-columns: 1fr;
}

.case-base__ba-item {
  position: relative;
}

.case-base__ba-label {
  position: relative;
  z-index: 1;
  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: 100%;
  padding: 6px;
  padding: 0.375rem;
  background: #e9e7dd;
  font-family: "Taviraj", serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #5b5b5b;
}

.case-base__ba-label--after {
  background-image: -webkit-gradient(linear, left top, right top, from(#9f851b), color-stop(45%, #bda958), to(#bfa32d));
  background-image: linear-gradient(90deg, #9f851b 0%, #bda958 45%, #bfa32d 100%);
  color: #fff;
}

.case-base__ba-img {
  display: block;
}
.case-base__ba-img img {
  width: 100%;
  aspect-ratio: 348/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-base__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 348/196;
  background: #000;
}
.case-base__video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.case-base__section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #242423;
}
@media screen and (max-width:767px) {
  .case-base__section-heading {
    font-size: 0.875rem;
  }
}
.case-base__section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  width: 0.1875rem;
  height: 14px;
  height: 0.875rem;
  background: #bda958;
  border-radius: 0.125rem;
}
.case-base__section-heading a {
  color: inherit;
}
.case-base__section-heading a:hover {
  text-decoration: underline;
}

.case-base__section-body {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  color: #242423;
}

.case-base__info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.case-base__info-table tr {
  border-bottom: 1px solid #ece7d5;
}
.case-base__info-table th {
  width: 90px;
  width: 5.625rem;
  padding: 4px 0 8px;
  padding: 0.25rem 0 0.5rem;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  color: #9f851b;
}
.case-base__info-table td {
  padding: 4px 0 8px 16px;
  padding: 0.25rem 0 0.5rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #242423;
}

.case-base__alert-box {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px 16px 14px;
  padding: 0.5rem 1rem 0.875rem;
  background: #e9e7dd;
}

.case-base__alert-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #9f851b;
}

.case-base__alert-content > * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.case-base__doctor-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.case-base__doctor-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.case-base__doctor-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  -ms-flex: 0 0 3.5rem;
      flex: 0 0 3.5rem;
}
.case-base__doctor-img img {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-base__doctor-role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #5b5b5b;
}

.case-base__doctor-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #242423;
}

.case-base__doctor-name-link {
  color: #9f851b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.case-base__doctor-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-base__doctor-sns img {
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.case-base__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  margin-top: 1rem;
}

.top-case__footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.6px;
  letter-spacing: 0.0375rem;
  color: #9f851b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .top-case__footer-link:hover {
    opacity: 0.7;
  }
}
.top-case__footer-link::after {
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  border-top: 2px solid #9f851b;
  border-right: 2px solid #9f851b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* スライダー内：カードを高さいっぱいに */
.archive-case-slider__track .slick-slide > div {
  height: 100%;
}

.archive-case-slider__item .case-base__card {
  width: 100%;
}

/* case-base の縦積みリスト（絞り込み結果・ターム別一覧） */
.kyoto-case-list--base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
.kyoto-case-list--base .kyoto-case-list__item {
  width: 100%;
}
/*# sourceMappingURL=kyoto-style.css.map */
