@charset "UTF-8";
/* -------------------------------------------------------
   症例写真 詳細ページ
   ------------------------------------------------------- */
#contents .case-title {
	font-size: 38px;
	line-height: 1.5;
}
.p-case-single {
  padding: 60px 0 100px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 767px) {
	#contents .case-title {
		font-size: 22px;
		line-height: 1.5;
	}
  .p-case-single {
    padding: 24px 0 70px;
  }
  #contents .lower__kv.case-kv {
    background-size: 100% auto;
    padding: 16vw 0 8vw;
    position: relative;
    background-position: center top -65px;
  }
}
.p-case-single .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-case-single .inner {
    padding: 0 5.333vw;
  }
}
.p-case-single {
  /* セクション見出し */
}
.p-case-single__section-title {
  font-size: 22px;
  color: #1D4964;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #1D4964;
}
@media only screen and (max-width: 767px) {
  .p-case-single__section-title {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
}
.p-case-single {
  /* ---- ヒーロー 2カラム ---- */
}
.p-case-single__hero {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-case-single__hero {
    margin-bottom: 50px;
  }
}
.p-case-single__hero-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-case-single__hero-inner {
    flex-direction: column;
    gap: 5.333vw;
  }
}
.p-case-single__gallery {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .p-case-single__gallery {
    width: 100%;
  }
}
.p-case-single__gallery-item {
  position: relative;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.p-case-single__gallery-img {
  width: 100%;
  height: auto;
  display: block;
}
.p-case-single__gallery-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-case-single__gallery-caption {
    font-size: 3.2vw;
    padding: 1.6vw 3.733vw;
  }
}
.p-case-single__meta {
  flex: 1;
  min-width: 0;
}
.p-case-single__title {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .p-case-single__title {
    font-size: 5.067vw;
    margin-bottom: 4.267vw;
  }
}
.p-case-single__block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.p-case-single__block:last-child {
  border-bottom: none;
}
.p-case-single__block--risk {
  background-color: #fdf8f5;
  border: 1px solid #f0e0d0;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.p-case-single__block--risk .p-case-single__label {
  color: #C4A186;
}
.p-case-single__block p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .p-case-single__block p {
    font-size: 3.467vw;
  }
}
.p-case-single__label {
  font-size: clamp(14px, 3vw, 17px);
  color: #1D4964;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-case-single__price-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.p-case-single__price-note {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
}
.p-case-single__price {
  font-size: 18px;
  color: #1D4964;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-case-single__price {
    font-size: 4.267vw;
  }
}
.p-case-single {
  /* ---- 担当スタッフ（右カラム内） ---- */
}
.p-case-single__staff {
  margin-top: 8px;
}
.p-case-single__staff-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.p-case-single__staff-block:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.p-case-single__staff-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 12px;
}
.p-case-single__staff-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-case-single__staff-thumb {
    flex: 0 0 14.667vw;
    width: 14.667vw;
    height: 14.667vw;
  }
}
.p-case-single__staff-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-case-single__staff-noimg {
  font-size: 9px;
  color: #aaa;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .p-case-single__staff-noimg {
    font-size: 2.133vw;
  }
}
.p-case-single__staff-info {
  flex: 1;
  min-width: 0;
}
.p-case-single__staff-info .p-case-card__label {
  display: inline-block;
  margin-bottom: 4px;
}
.p-case-single__staff-name {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .p-case-single__staff-name {
    font-size: 3.733vw;
  }
}
.p-case-single__staff-furigana {
  font-size: 11px;
  color: #999;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-case-single__staff-furigana {
    font-size: 2.667vw;
  }
}
.p-case-single__staff-bio {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .p-case-single__staff-bio {
    font-size: 3.2vw;
  }
}
.p-case-single__nurse-note {
  margin-top: 16px;
  font-size: 11px;
  color: #888;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-case-single__nurse-note {
    font-size: 2.667vw;
  }
}
.p-case-single {
  /* ---- 料金表 ---- */
}
.p-case-single__price-table {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .p-case-single__price-table {
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
#contents .p-case-single__price-table .btn__type12__ttl,
.p-case-single__price-table .btn__type12__ttl {
  padding: 0;
  margin-bottom: 16px;
}
.p-case-single__price-table .p-case-single__price-block + .p-case-single__price-block {
  margin-top: 48px;
}
.p-case-single {
  /* ---- 関連症例 ---- */
}
.p-case-single__related {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .p-case-single__related {
    margin-top: 10.667vw;
    padding-top: 8vw;
  }
}
.p-case-single__related .p-case-archive__list {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-case-single__related .p-case-archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-case-archive__list .p-case-card a {
	box-shadow: 6.84px 18.794px 35px 0px rgba(83,82,78,.1);
}

/* KV カテゴリータグ */
#contents .lower__kv__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  #contents .lower__kv__cats {
    margin-top: 10px;
    gap: 6px;
  }
}

#contents .lower__kv__cat {
  display: inline-block;
  font-size: 14px;
  color: #1D4964;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #1D4964;
  border-radius: 2px;
  padding: 4px 12px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #contents .lower__kv__cat {
    font-size: 3.2vw;
    padding: 3px 10px;
  }
}

/* -------------------------------------------------------
   症例写真 料金表テーブル
   ------------------------------------------------------- */
.p-case-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table {
    font-size: 3.2vw;
  }
}
.p-case-price-table th,
.p-case-price-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table th,
  .p-case-price-table td {
    padding: 2.667vw 2.667vw;
  }
}
.p-case-price-table th {
  background-color: #1D4964;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-case-price-table th span {
  font-size: 11px;
  font-weight: normal;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table th span {
    font-size: 2.4vw;
  }
}
.p-case-price-table td:first-child {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table td:first-child {
    width: 55%;
  }
}
.p-case-price-table__cat {
  font-size: 11px;
  color: #5B92BB;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table__cat {
    font-size: 2.4vw;
  }
}
.p-case-price-table__name {
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.p-case-price-table__caution {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table__caution {
    font-size: 2.4vw;
  }
}
.p-case-price-table__prices {
  text-align: right;
}
.p-case-price-table__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 6px;
  color: #333;
}
.p-case-price-table__row:last-child {
  margin-bottom: 0;
}
.p-case-price-table__row--normal {
  font-weight: bold;
  color: #1D4964;
}
.p-case-price-table__tag {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #5B92BB;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .p-case-price-table__tag {
    font-size: 2.4vw;
  }
}
.p-case-price-table__tag--normal {
  background-color: #1D4964;
}

/* -------------------------------------------------------
   症例写真アーカイブ KV
   ------------------------------------------------------- */
.p-case-kv {
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/wp/wp-content/uploads/2026/08/case_header_bg.jpg) no-repeat center top;
  background-color: #F5F5F5;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-case-kv {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(/wp/wp-content/uploads/2026/08/case_header_bg.jpg) no-repeat center top;
    background-color: #F5F5F5;
    background-position: center;
    background-size: 100% auto;
  }
}
.p-case-kv__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-case-kv__inner {
    min-height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .p-case-kv__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-case-kv__text {
  flex: 0 0 38%;
  max-width: 38%;
  box-sizing: border-box;
  padding: 100px 40px 100px 20px;
}
@media only screen and (max-width: 767px) {
  .p-case-kv__text {
    flex: none;
    max-width: 100%;
    padding: 16vw 6.667vw 8vw;
  }
}
.p-case-kv__text .lower__kv__title {
  margin: 0;
}
.p-case-kv__lead {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .p-case-kv__lead {
    margin-top: 4.8vw;
    font-size: 3.467vw;
  }
}
.p-case-kv__collage {
  position: relative;
  flex: 1 1 62%;
  height: 460px;
  align-self: stretch;
}
@media print, screen and (min-width: 768px) {
  .p-case-kv__collage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38%;
    right: min(0px, calc((1240px - 100vw) / 2));
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-case-kv__collage {
    flex: none;
    height: 60vw;
  }
}
.p-case-kv__collage-img {
  position: absolute;
  overflow: hidden;
}
.p-case-kv__collage-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-case-kv__collage-img--01 {
  top: 0;
  left: 0;
  width: 47.5%;
  height: 58%;
  clip-path: polygon(0 0, 100% 0, 80.5% 100%, 0 100%);
  z-index: 1;
}
.p-case-kv__collage-img--01 img {
  object-position: left;
}
.p-case-kv__collage-img--02 {
  top: 0;
  left: 38%;
  right: 0;
  height: 62%;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.p-case-kv__collage-img--02 img {
  object-position: bottom;
}
.p-case-kv__collage-img--03 {
  left: 14%;
  right: 0;
  top: 38%;
  bottom: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
/* -------------------------------------------------------
   症例写真アーカイブ
   ------------------------------------------------------- */
.p-case-archive {
  padding: 60px 0 100px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-case-archive {
    padding: 40px 0 70px;
  }
}
.p-case-archive {
  /* フィルター */
}
.p-case-archive__filter {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto 50px;
  padding: 28px 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 6.84px 18.794px 35px 0px rgba(83, 82, 78, 0.12);
}
@media only screen and (max-width: 767px) {
  .p-case-archive__filter {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    padding: 5.333vw 5.333vw;
  }
}
.p-case-archive {
  /* カードグリッド */
}
.p-case-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.p-case-archive__list.is-swapping {
  opacity: 0;
  transform: scale(0.92);
}
@media only screen and (max-width: 767px) {
  .p-case-archive__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.333vw 2.667vw;
    padding: 0 5.333vw;
  }
}
.p-case-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #999;
  padding: 60px 0;
  font-size: 14px;
}
.p-case-archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1280px;
  margin: 48px auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-case-archive__pagination {
    gap: 6px;
    margin-top: 5.333vw;
    padding: 0 5.333vw;
  }
}
.p-case-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  color: #53524e;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.p-case-archive__pagination .page-numbers.prev,
.p-case-archive__pagination .page-numbers.next {
  min-width: 0;
  height: auto;
  padding: 0 4px;
  border: none;
  background: none;
  transition: opacity 0.2s ease;
}
.p-case-archive__pagination a.page-numbers:hover {
  background-color: #eef2f5;
  border-color: #1D4964;
  color: #1D4964;
}
.p-case-archive__pagination a.page-numbers.prev:hover,
.p-case-archive__pagination a.page-numbers.next:hover {
  background: none;
  border-color: transparent;
  color: #53524e;
  opacity: 0.6;
}
.p-case-archive__pagination .page-numbers.current {
  background-color: #1D4964;
  border-color: #1D4964;
  color: #fff;
  font-weight: 700;
}
.p-case-archive__pagination .page-numbers.dots {
  border: none;
  background: none;
  color: #a3a19a;
}
@media only screen and (max-width: 767px) {
  .p-case-archive__pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
}

/* -------------------------------------------------------
   フィルター各項目
   ------------------------------------------------------- */
.p-case-filter__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .p-case-filter__item {
    min-width: 100%;
  }
}
.p-case-filter__item label {
  font-size: 12px;
  color: #1D4964;
  letter-spacing: 0.08em;
}
.p-case-filter__item select {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media print, screen and (min-width: 768px) {
  .p-case-filter__item select {
    transition: border-color ease 0.3s;
  }
  .p-case-filter__item select:hover, .p-case-filter__item select:focus {
    border-color: #5B92BB;
    outline: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-case-filter__item select {
    font-size: 3.467vw;
    padding: 2.4vw 2.667vw;
  }
}

/* -------------------------------------------------------
   症例カード
   ------------------------------------------------------- */
.p-case-card a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-case-card a {
    transition: opacity ease 0.4s, transform ease 0.4s;
  }
  .p-case-card a:hover {
    opacity: 0.85;
    transform: translateY(-4px);
  }
}
.p-case-card__thumb {
  overflow: hidden;
  aspect-ratio:135/89;
  background: #f5f5f5;
}
.p-case-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-case-card__thumb img {
    transition: transform ease 0.4s;
  }
}
@media print, screen and (min-width: 768px) {
  a:hover .p-case-card__thumb img {
    transform: scale(1.04);
  }
}
.p-case-card__body {
  padding: 14px 16px 18px;
}
@media only screen and (max-width: 767px) {
  .p-case-card__body {
    padding: 2.4vw 2.667vw 3.2vw;
  }
}
.p-case-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.p-case-card__cat {
  font-size: 11px;
  color: #1D4964;
  border: 1px solid #1D4964;
  border-radius: 2px;
  padding: 4px 8px 2px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-case-card__cat {
    font-size: 2.667vw;
  }
}
.p-case-card__title {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .p-case-card__title {
    font-size: 3.733vw;
    margin-bottom: 1.6vw;
  }
}
.p-case-card__staff {
  display: flex;
  align-items: center;
  gap: 6px;
}
.p-case-card__label {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-case-card__label {
    font-size: 2.4vw;
  }
}
.p-case-card__label--doctor {
  background-color: #1D4964;
}
.p-case-card__label--nurse {
  background-color: #C4A186;
}
.p-case-card__staff-name {
  font-size: 12px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .p-case-card__staff-name {
    font-size: 2.933vw;
  }
}/*# sourceMappingURL=case-photo.css.map */