@charset "UTF-8";
/* CSS Document */
.single-case .h3-box:after{
 content: none;
}
.single-case .h3-box > h3{
 color: #ac9a86;
 text-align: left;
 font-size: 27px;
 line-height: 1.6;
}
.single-case .lower-fv{
 background-image: url(../img/case/fv-img.webp);
}
/* .single-case .column-list-wrapper{
 height: auto;
} */
.single-case .column-single-contents > h3{
 font-family: var(--font-noto);
 letter-spacing: 0.2rem;
 margin: 0;
}
.single-case .column-single-contents > p{
 color: #474747;
 font-family: var(--font-noto);
 letter-spacing: 0.1rem;
 background: #fff;
 padding: 20px 30px;
}
.single-case .banner-list {
    padding: 50px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	margin: 0 auto;
}
.single-case .banner-list ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 0;
}
.menu-outer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-outer .menu-content {
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.single-case .sec-column-main-area{
	padding: 15px 10%;
}

@media screen and (max-width: 750px) {
 .single-case .h3-box > h3{
  font-size: 24px;
 }
}
/*スクロール調整*/

/*追加css*/
.add-imgs img {
	margin-bottom: 10px;
}
.doctor_box {
	align-items: flex-start !important;
}
.case_list .column-list-item > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: auto;
	aspect-ratio: auto;
}
.case_list .column-list-item > figure > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.case_list .column-list-item > .term {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 5px;
	background: #fff;
	font-family: var(--font-noto);
	font-size: 13px;
}
.case_list .column-list-item > .term::before,
.case_list .column-list-item > .term::after {
  content: "";
  position: absolute;
  border: 2px solid #dec5b6;
}
.case_list .column-list-item > .term::before {
	width: 12px;
  height: 100%;
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.case_list .column-list-item > .term::after {
	width: 12px;
  height: 100%;
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.single_doctor_icon {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.doctor_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.doctor_icon img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
}
.doctor_icon_name {
	font-family: var(--font-noto);
	font-size: 14px;
	color: #6b5251;
}
/* ===== CASE 絞り込みフォーム */
.case-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 16px 0 24px;
}

.case-filter__row{
  flex: 1 1 0%;
  min-width: 0;
}

.case-filter select{
  width: 100%;
  min-height: 44px;
  font-size: 11px;
  color: #1f2937;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  padding: 10px 40px 10px 12px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%239aa0a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.case-filter select:hover   { border-color: #d1d5db; }
.case-filter select:focus   {
  border-color: #dec5b6;
  box-shadow: 0 0 0 3px rgba(222,197,182,.25);
}

.case-filter__actions{
  display: flex;
  gap: 5px;
  flex: 0 0 auto;
}
.case-filter__actions button{
  min-height: 42px;
  padding: 0 13px;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg,#ac9a86 0%, #6b5251 100%);
  transition: filter .15s ease, transform .06s ease;
}
.case-filter__actions button:hover { filter: brightness(1.05); }
.case-filter__actions button:active{ transform: translateY(1px); }

/* リセットリンク） */
.case-filter__reset{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
}
.case-filter__reset:hover{
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151;
}

/* 長い文言の食い込み防止 */
#filter-treatment, #filter-doctor{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* ===== CASE ページネーション（丸ボタン） ===== */
.case-pagination { margin: 50px 0 25px; text-align: center; }
.case-pagination ul.page-numbers{
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 共通（番号/現在/前後） */
.case-pagination .page-numbers li a,
.case-pagination .page-numbers li span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  background: #e8e1da;
  color: #6b5251;
  text-decoration: none;
	font-family: var(--font-noto);
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  transition: transform .06s ease, background-color .15s ease, border-color .15s ease;
}

/* 番号ホバー */
.case-pagination .page-numbers li a:hover{
  background: #dec5b6;
  color: #fff;
}

/* 現在ページ */
.case-pagination .page-numbers li span.current{
  background: #dec5b6;
  color: #fff;
}

/* 前へ/次へは少し大きめの記号に（記号のみを想定） */
.case-pagination .page-numbers li a.prev,
.case-pagination .page-numbers li a.next{
  font-size: 18px;      /* 記号を少し大きく */
  font-weight: 700;
}

/* 省略（…） */
.case-pagination .page-numbers li span.dots{
  border-color: transparent;
  background: transparent;
  color: #6b5251;
  font-weight: 400;
}

.case_link_btn {
	display: inline-block;
	margin-top: 30px;
	padding: 5px 30px;
	background-color: #988685;
	border-radius: 30px;
	color: #ffffff;
}
