.main.clinic{
  position: relative;
  overflow: hidden;
}
.main.clinic::before {
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    top:0;
    width:120%;
    height:480px;
    border-radius:0 0 50% 50%;
    z-index:-1;
    pointer-events:none;
      background-image:linear-gradient(to bottom, rgb(255 255 255 / 84%), rgb(255 255 255 / 84%)), url(../img/common/first-bg.jpg);
    background-size: cover, cover;
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
  }
  .first-container {
    margin-top: 40px;
  }
.clinic h1 {
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.clinic h1::before {
content: url(../img/clinic/clinichead.png);
display: block;
width: 86px;
height: 32px;
margin: auto;
}
.clinic h1 span:first-child {
    font-size: clamp(1.375rem, 1.101rem + 1.12vw, 2rem);
}
.clinic h1 span:nth-child(2) {
    font-size: 14px;
    letter-spacing: 0.84px;
    color: var(--color-surface);
}
.clinic-excerpt {
    border: 1px solid var(--color-surface);
    padding: 40px 24px;
    font-size: 14px;
    position: relative;
    margin-bottom: 44px;
}
.clinic-excerpt::after {
        content: "";
        width: 1px;
        height: 50px;
        position: absolute;
        right: 50%;
        bottom: -25px;
        display: inline-block;
        background: var(--color-surface);
}
.clinic-excerpt p {
font-size: 14px;
}
.clinic-excerpt p:not(:last-child) {
margin-bottom: 15px;
}
.clinic-info-head {
    margin: 24px 0 clamp(3.25rem, 2.812rem + 1.8vw, 4.25rem);
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem);
    font-weight: 700;
}
.clinic-info-head > span {
    color: var(--color-surface);
    font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
    display: flex;
        align-items: center;
}
.clinic-info-head > span:first-child::before {
content: "●";
margin-right: 10px;
font-size: 10px;
color: var(--color-surface);
}
  h2 {
    font-size: 20px;
}
h3 {
    font-size: clamp(1.125rem, 1.07rem + 0.22vw, 1.25rem);
    margin: 40px 0 24px;
    border-left: 4px solid var(--color-surface);
    padding-left: 12px;
    font-weight: 700;
}
.clinic-sns {
    display: flex;
        gap: 12px;
        justify-content: center;
        margin-top: 4px;
}
.clinic-sns a {
    display: block;
}
.clinic-sns a img {
    height: clamp(1.75rem, 1.64rem + 0.45vw, 2rem);
    width: auto;
}
.hero-sec {
    margin-bottom: clamp(2.5rem, 1.952rem + 2.25vw, 3.75rem);
}
.hero-wrap.hero-slider {
    padding-bottom: 40px;
}
.hero-slider .swiper-pagination {
display: flex;
width: 100%;
justify-content: center;
gap: 20px;
}
.hero-slider .swiper-pagination-bullet {
    border-radius: inherit;
    width: 40px;
    height: 2px;
}
.hero-slider .swiper-pagination-bullet-active {
background: var(--color-brand);
}
.clinic-tabs{
    display:flex; 
      position:sticky;
      top:64px;
       z-index:2;
       background:var(--color-white);
    }
.tab-btn{
flex:1;
border-top: 1.134px solid var(--color-grey);
cursor:pointer;
font-weight:700;
display: flex;
    align-items: anchor-center;
    justify-content: center;
    font-size: clamp(0.75rem, 0.595rem + 0.66vw, 1.125rem);
    padding: 10px 0;
    position: relative;
}
.tab-btn.is-active::before{
    content: "";
    border-top: 2.4px solid var(--color-surface);
    position: absolute;
    top: -1px;
    width: 100%;
}
.tab-btn.is-disabled{background:#eee; color:#999; cursor:not-allowed}
/* パネル */
.tab-panel[hidden]{display:none}
/* サンプルレイアウト(必要に応じて調整) */
.basicInfo {
    overflow: auto;
}
.basicInfo .features-list {
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        row-gap: 10px;
        width: 100%;
}
.basicInfo .features-row {
    display: flex;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid var(--color-surface);
    width: 16%;
    flex-direction: column;
}
.basicInfo .features-row > span {
    padding: 8px 0;
    text-align: center;
}
.basicInfo .clinic-sns {
    justify-content: left;
    margin-top: 0;
}
.feat-label{
    color: var(--color-white);
    background: var(--color-surface);
    font-size: 14px;
}
.feat-mark{
    font-size: 18px;
}
.time-table{width:100%; border-collapse:collapse}
.time-table tr th:not(:first-child) {
    background: var(--color-surface);
    color: var(--color-white);
}
.time-table tr td {
border-bottom: 1px solid var(--color-surface);
}
.time-table tr > *:first-child {
    padding: 8px 24px 8px 0;
    white-space: nowrap;
    max-width: 92px;
}
.time-table tr > *:not(:first-child) {
    padding: 8px 24px;
    text-align: center;
}
.map-table {
    display: flex;
        flex-direction: column;
        gap: 12px;
}
.doctor-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.doctor-card {
    width: 100%;
}
.doctor-first {
    border: 2px solid var(--color-surface);
    width: 100%;
}
.doctor-photo {
    aspect-ratio: 9 / 12;
}
.doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doctor-name-wrap {
    background: var(--color-surface);
    padding: clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem) 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.doctor-name-wrap > div > * {
color: var(--color-white);
}
.doctor-job {
    font-size: clamp(1.125rem, 1.07rem + 0.22vw, 1.25rem);
    font-weight: 900;
}
.doctor-name {
font-size: clamp(1.5rem, 1.39rem + 0.45vw, 1.75rem);
font-weight: 900;
}
.doctor-nickname {
    font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
}
.doctor-sns {
    display: flex;
    gap: 8px;
}
.doctor-sns li {
    margin: 0;
list-style-type: none;
}
.doctor-sns li a {
display: block;
padding: 8px;
background: var(--color-white);
border-radius: 50%;
}
.doctor-sns li a img {
height: 20px;
width: auto;
}
.doctor-ac {
    border: 2px solid var(--color-surface);
}
.doctor-ac .ac-head {
    cursor:pointer;
    padding: 12px 8px;
    position:relative;
    display: flex;
    align-items: center;
    gap: 8px;
  }
.doctor-ac .ac-head.level-1 {
    font-weight: 900;
    justify-content: center;
    --arrow-nudge:0px;
    color: var(--color-surface);
    font-size: 18px;
  }
  .doctor-desc .ac-head.level-2 {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    --arrow-nudge:-1px
}
  /* 右端の丸 */
  .doctor-ac .ac-head > span{
    text-align: center;
    width:24px;
    height:24px;
    border:2px solid #c9a882;
    border-radius:50%;
    box-sizing:border-box;
  }
  .doctor-ac .ac-head > span::after{
    content:"";
    position:absolute;
    top:calc(50% + var(--arrow-nudge));
    width:6px;
    height:6px;
    border-right:2px solid #c9a882;
    border-bottom:2px solid #c9a882;
    transform:translate(-50%, -50%) rotate(45deg); /* 閉時＝下向き */
    transform-origin:50% 50%;
    transition:transform .25s ease, top .25s ease;
    will-change:transform, top;
  }
  
  /* 開いた時：補正値と回転だけ変更 */
  .doctor-ac .ac-head.active{ --arrow-nudge:1px; }
  .doctor-ac .ac-head.active > span::after{
    transform:translate(-50%, -50%) rotate(225deg); /* 上向き */
  }
.doctor-desc > dt:first-child {
border-top: 1px solid var(--color-grey);
}
.doctor-list .ac-content {
    max-height: 0;
    overflow: hidden;
    }
.doctor-list .ac-content.level-2 > * {
    padding: 0 8px 12px;
    }
.doctor-list .ac-content ul li:not(:last-child) {
margin-bottom: 8px;
    }
.doctor-list .ac-content:not(:last-child) {
    border-bottom: 1px solid var(--color-grey);
    }
.doctor-list .ac-content.active {
    max-height: 2000px;
    transition: max-height 0.5s ease;
    }
.ba-grid dt {
margin-bottom: 8px;
font-weight: 700;
font-size: 80%;
}
.ba-grid dd {
    display: flex;
    gap: 2%;
}
.ba-grid dd:not(:last-child) {
margin-bottom: 20px;
}
.ba-grid figure {
    max-width: 50%;
    }
.ba-grid figure figcaption {
    background: var(--color-grey);
    color: var(--color-white);
    text-align: center;
    font-size: 80%;
    padding: 4px;
    }
    .ba-grid figure:first-child figcaption {
    background: var(--color-grey);
    }
    .ba-grid figure:last-child figcaption   {
        background: var(--color-surface);
    }
.ba-grid dd figure img {
width: 100%;
    }
.doctor-desc > dd ul li {
    list-style-type: none;
    margin-left: 0;
}
.clinic-menu-block:not(:last-of-type) {
margin-bottom: 40px;
}
.clinic-menu-block:last-of-type {
margin-bottom: 20px;
}
.clinic-menu-title {
    font-weight: bold;
    margin: 20px 0 12px;
    font-size: 20px;
    color: var(--color-surface);
}
.menu-table {
width: 100%;
}
.menu-table tr {
    display: flex;
    padding: 8px;
    justify-content: space-between;
}
.menu-table tr:nth-child(odd) {
background: #f1f1f1;
}
.menu-table tr td {
font-weight: 700;
}
.review {
    padding:clamp(0.75rem, 0.64rem + 0.45vw, 1rem);
    margin-bottom: 20px;
    border-left: 1px solid var(--color-surface);
    background: #F3F0EC;
}
.review > dt {
display: flex;
    align-items: center;
    gap: clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem);
    flex-wrap: wrap;
    font-weight: normal;
    margin-bottom: 8px;
    font-size: clamp(0.75rem, 0.64rem + 0.45vw, 1rem);
}
.review > dd {
font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
}
.review-name > span:nth-child(2)::before {
content: "/";
padding: 0 8px 0 4px;
}
.googleReviews .note,#panel-menu .note {
font-size: 14px;
}
.googleReviews .note a,#panel-menu .note a {
    color: var(--color-surface);
    text-decoration: underline;
    }
.rating-stars {
font-size: clamp(0.875rem, 0.765rem + 0.45vw, 1.125rem);
display: inline-block;
}
.star {
display: inline-block;
position: relative;
color: #ddd;
}
.star.filled {
color: var(--color-surface);
}
.star.empty {
color: #ddd;
}
.star.half::before {
content: '\2605';
position: absolute;
left: 0;
top: 0;
width: 50%;
overflow: hidden;
color: #ffd700;
}
.map-sec iframe {
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    height: 280px;
}
.cases-grid {
    gap: clamp(1rem, 0.89rem + 0.45vw, 1.25rem);
    display: grid;
}
.cases-grid > li {
border: 1px solid var(--color-grey);
}
h4.case-title {
    font-weight: 600;
    font-size: 18px;
    --arrow-nudge: 0px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    cursor: pointer;
    padding: clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem);
    --arrow-nudge: 0px;
    display: flex;
    gap: 8px;
}
h4.case-title.ac-head span {
    text-align: center;
    width: 24px;
    height: 24px;
    border: 2px solid #c9a882;
    border-radius: 50%;
    box-sizing: border-box;
}
h4.case-title.ac-head span::after{
    content:"";
    position:absolute;
    top:calc(50% + var(--arrow-nudge));
    width:6px;
    height:6px;
    border-right:2px solid #c9a882;
    border-bottom:2px solid #c9a882;
    transform:translate(-50%, -50%) rotate(45deg); /* 閉時＝下向き */
    transform-origin:50% 50%;
    transition:transform .25s ease, top .25s ease;
    will-change:transform, top;
  }
  /* 開いた時：補正値と回転だけ変更 */
  h4.case-title.ac-head.active{ --arrow-nudge:2px; }
  h4.case-title.ac-head.active > span::after{
    transform:translate(-50%, -50%) rotate(225deg); /* 上向き */
  }
h5.case-title {
    padding: 20px 0 12px;
    border-top: 1px solid var(--color-grey);
}
.case-list.ac-content {
margin: 0 20px;
}
.case-list.ac-content {
    max-height: 0;
    overflow: hidden;
    }
    .case-list.ac-content.active {
        max-height: 10000px;
        transition: max-height 0.5s ease;
        }
        .case-list.ac-content > li:last-child {
        margin-bottom: 20px;
            }
.case-list .case-card:not(:first-child) h5.case-title {
border-top: 1px solid var(--color-grey);
margin-top: 20px;
padding-top: 20px;
}
.ba-pair {
    display: flex;
}
.ba-pair figure {
max-width: 50%;
}
.ba-pair figure figcaption {
background: var(--color-grey);
color: var(--color-white);
text-align: center;
padding: 4px;
}
.ba-pair figure:first-child figcaption {
background: var(--color-grey);
}
.ba-pair figure:last-child figcaption   {
    background: var(--color-surface);
}
#toc {
margin: 20px 0;
background: #fff;
padding: 20px clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
#toc > div {
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
#toc > div >span:first-child {
display: block;
font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
line-height: 1;
}
#toc > ol > li:not(:last-child) {
margin-bottom: 10px;
}
#toc > ol > li > span {
display: flex;
}
#toc > ol > li > ol {
padding-left: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
#toc > ol > li > ol > li {
margin-top: 5px;
display: flex;
}
#toc > ol > li > ol > li > span {
flex: none;
}
.content ul > li,
.content ol > li {
margin-left: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
margin-bottom: 10px;
}
.content ul.basicInfo > li ul li {
font-weight: normal;
}
.content ul.basicInfo > li ul li:last-child {
margin-bottom: 0;
}
.content ul > li {
list-style-type: disc;
}
.content ol > li {
list-style-type: decimal;
}
.content ul > li:has(ul),.content ul > li:has(ol) {
font-weight: bold;
margin-left: 0;
margin-bottom: 15px;
list-style-type: none;
}
.content dl {
margin-bottom: 15px;
}
.content dl > dt {
font-weight: bold;
}
.content ol > li:has(ul),.content ol > li:has(ol) {
font-weight: bold;
margin-left: 20px;
margin-bottom: 15px;
}
.content ul > li::marker,
.content ol > li::marker {
color: var(--main-color);
font-weight: bold;
}
/* サブリスト内のリストアイテム */
.content ul:not(.basicInfo) > li > ul,.content ul > li > ol,
.content ol > li > ul,.content ol > li > ol,.content dl > dd > ul,.content dl > dd > ol {
margin-top: 5px;
}
.content ul:not(.basicInfo) > li > ul > li,.content ul > li > ol > li,
.content ol > li > ul > li,.content ol > li > ol > li {
margin-left: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
margin-bottom: 5px;
font-weight: normal;
}
.content .basicInfo {
width: 100%;
}
.content .basicInfo > li {
display: grid;
padding: 10px;
width: 100%;
grid-template-columns: 100px 1fr;
margin: 0;
}
.content .basicInfo > li:not(:last-child) {
border-bottom: 1px solid var(--main-color);
}
.content .basicInfo li > span:first-child {
font-weight: bold;
}
.content .basicInfo .map div {
margin-top: 20px;
}
.content .basicInfo .map iframe {
width: 100%;
}
.content .basicInfo .medicaldepartment ul {
display: flex;
flex-wrap: wrap;
}
.content .basicInfo .medicaldepartment ul li {
list-style-type: none;
margin: 0 8px 0 0px;
}
.content .basicInfo .medicaldepartment ul li:not(:last-child)::after {
content: "、";
}
.basicInfo > table {
border-collapse: collapse;
}
.basicInfo > table > tbody > tr {
    display: grid;
        grid-template-columns: 1fr;
        border-bottom: 1px solid var(--color-grey);
        gap: clamp(0.5rem, 0.39rem + 0.45vw, 0.75rem);
}
.basicInfo > table > tbody > tr > th {
    font-weight: 700;
    font-size: clamp(1rem, 0.945rem + 0.22vw, 1.125rem);
}
.basicInfo > table > tbody > tr:not(:first-child) > th {
    padding-top: clamp(0.75rem, 0.421rem + 1.35vw, 1.5rem);
}
.basicInfo > table > tbody > tr > td {
 padding-bottom: 12px;
}
.vertical-flow ul,.payment-list ul {
    display: flex;
    flex-wrap: wrap;
}
.vertical-flow ul li,.payment-list ul li {
    margin: 0;
    margin-left: 0;
    list-style-type: none;
}
.vertical-flow ul li:not(:last-child)::after {
content: "・";
}
.payment-list ul li:not(:first-child)::before {
content: "/";
margin: 0 8px;
}
.timeremarks {
font-size: 14px;
margin-top: 10px;
white-space: nowrap;
}
.timeremarks > ul > li {
list-style-type: none;
margin-left: 0;
margin-bottom: 5px;
white-space: normal;
}
.blockquote {
position: relative;
padding: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem) clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem) clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
background-color: #ededed;
margin-bottom: 20px;
}
.blockquote::before {
display: inline-block;
position: absolute;
top: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
left: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
width: 30px;
height: 30px;
background-color: var(--main-color); /* ここで色を変更 */
-webkit-mask-image: url("../img/blockquote.svg");
mask-image: url("../img/blockquote.svg");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
content: '';
}
.blockquote figcaption {
color: #737373;
font-size: 14px;
text-align: right;
}
.googleMap {
text-align: center;
margin: 40px 0;
font-weight: bold;
}
.menu-item {
    border: 1px solid var(--color-grey);
    padding: 12px;
    margin-top: 12px;
}
.menu-list {
    display: grid;
    align-items: center;
    gap:4px;
    justify-content: space-between;
}
.menu-list.ac-head {
    cursor: pointer;
}
.menu-name {
    font-size: clamp(1rem, 0.945rem + 0.22vw, 1.125rem);
    font-weight: 700;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.menu-price {
    font-size: clamp(1rem, 0.945rem + 0.22vw, 1.125rem);
    grid-column: 1 / 2;
    grid-row: 2 / 2; 
}
.menu-coupon-hint {
    font-weight: 700;
    font-size: clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
    grid-column: 2 / 2;
    grid-row: 1 / 3;
    display: grid;
    gap: 2px;
    justify-items: center;
    border: 1px solid var(--color-surface);
    padding: 6px 12px;
    --arrow-nudge: -2px;
}
.menu-list .menu-coupon-hint span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--color-surface);
    border-bottom: 1.5px solid var(--color-surface);
    transform: translateY(var(--arrow-nudge)) rotate(45deg);
    transition: transform .25s ease;
    will-change: transform;
}
.menu-list.active .menu-coupon-hint {
    --arrow-nudge: 2px
}
.menu-list.active .menu-coupon-hint span {
    transform: translateY(var(--arrow-nudge)) rotate(225deg);
}
.menu-item .ac-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    }
.menu-item .ac-content.active {
    max-height: 600px;
    transition: max-height 0.5s ease;
    }
.coupon{
    padding: clamp(1.75rem, 1.421rem + 1.35vw, 2.5rem) clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem);
    background-color: var(--color-white);
    background-image: radial-gradient(circle, #e5ddd29c 2px, transparent 2px);
    background-position: 0 0;
    background-size: 8px 8px;
    margin-top: 12px;
    }
    .coupon > dt{
      display: grid;
        gap: 4px;
        text-align: center;
        line-height: 1;
    }
      .coupon > dt span:first-child{
        color: var(--color-surface);
        font-size: clamp(1rem, 0.945rem + 0.22vw, 1.125rem);
        font-weight: 700;
    
      }
      .coupon > dt span:last-child{
        font-size: clamp(1.25rem, 1.031rem + 0.9vw, 1.75rem);
        font-weight: 700;
      }
      .coupon > dd > a,.coupon > dd > div {
        overflow: hidden;
        border-radius: 24px;
        box-shadow: 8px 4px 8px var(--color-grey);
        display: block;
        margin: 24px auto;
        max-width: 640px;
        width: 100%;
    }
    .coupon-ticket dl {
      display: flex;
    }
    .coupon-ticket dl dt {
      color:#fff;
      display:flex; align-items:center; justify-content:center;
      /* ★ 上層=白い円(左0%/中央50%)、下層=紫面 */
      background:radial-gradient(circle at calc(-6% + 1px) 50%, transparent 0 20px, #5D37C5 21px)rgba(255, 255, 255, 0);
      background-repeat:no-repeat;
      background-size:100% 100%;
      padding: clamp(1.25rem, 0.702rem + 2.25vw, 2.5rem) clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem) clamp(1.25rem, 0.702rem + 2.25vw, 2.5rem) clamp(1.25rem, 1.031rem + 0.9vw, 1.75rem);
    }
    /* 縦書き */
    .coupon-ticket dl dt span{
      writing-mode:vertical-rl;
      transform:rotate(180deg);
      letter-spacing:3.2px;
      font-weight:700;
      font-size:clamp(1rem, 0.562rem + 1.8vw, 2rem);
      color: var(--color-white);
    }
    .coupon-ticket dl dd {
      display: flex;
        flex: 1;
        padding: clamp(1.25rem, 0.702rem + 2.25vw, 2.5rem) clamp(0.75rem, 0.531rem + 0.9vw, 1.25rem);
        background-color: var(--color-white);
        flex-direction: column;
        gap: clamp(0.5rem, 0.281rem + 0.9vw, 1rem);
    }
    .lead { 
      font-weight:700; 
      color:#3a31a6;
      font-size:clamp(0.75rem, 0.586rem + 0.67vw, 1.125rem); 
    }
    .off{
      font-weight:900;
      font-size:clamp(2.25rem, 1.702rem + 2.25vw, 3.5rem);
      line-height: 1.2;
    }
    .desc{
      font-weight:700; 
      font-size:clamp(0.875rem, 0.82rem + 0.22vw, 1rem);
    }
      .coupon-note {
        font-size: clamp(1rem, 0.945rem + 0.22vw, 1.125rem);
        text-align: center;
        font-weight: 600;
      }
@media screen and (max-width: 768px) {
    .main.clinic::before {
        height: 340px;
    }
    .first-container {
        margin-top: 20px;
      }
    .clinic h1 {
        gap: 0;
    }
.clinic-excerpt {
    padding: 20px 12px;
    margin-bottom: 34px;
}
.clinic-excerpt::after {
        height: 28px;
        bottom: -14px;
}
.tab-btn{
    padding: 10px 4px;
}
.content .basicInfo > li {
grid-template-columns: 1fr;
}
.content .basicInfo > li:first-child {
padding: 0 0 10px;
}
.content .basicInfo > li:not(:first-child) {
padding: 10px 0;
}
.content .basicInfo > li > span:first-child {
margin-bottom: 8px;
}
.content .basicInfo .map div {
margin-top: 10px;
}
.time-table tr > *:first-child {
    padding: 4px 0;
}
.time-table tr > *:not(:first-child) {
    padding: 4px 8px;   
    font-size: 14px;
}
.basicInfo .features-row {
    width: 25%;
}
.feat-label{
    font-size: 12px;
}
.feat-mark{
    font-size: 16px;
}
.doctor-list {
    grid-template-columns: 1fr;
}
}