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

  .site-header a,
  .site-header a:link,
  .site-header a:visited,
  .site-header a:hover,
  .site-header a:focus {
    text-decoration: none;
  }

  .header-top {
    width: min(720px, calc(100% - 32px));
    min-height: 72px;
    grid-template-columns: 150px minmax(20px, 1fr) 360px;
    padding: 10px 0;
  }

  .header-logo img {
    width: 150px;
  }

  .header-tagline,
  .header-access,
  .header-hours,
  .header-closed {
    display: none;
  }

  .header-actions {
    grid-column: 3;
    grid-template-columns: 1.1fr .9fr 1fr;
    height: 40px;
  }

  .header-actions a {
    height: 40px;
    gap: 4px;
    padding: 0 6px;
    font-size: 12px;
  }

  .header-actions img {
    width: 18px;
    height: 18px;
  }

  .header-actions .reserve img {
    height: 17px;
  }

  .header-actions .line img {
    width: 20px;
    height: 20px;
  }

  .header-actions a::before {
    display: none;
  }

  .global-nav ul {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .global-nav a {
    min-height: 54px;
    gap: 0;
    color: var(--osawa-text);
    font-size: 14px;
    text-decoration: none;
  }

  .global-nav a:link,
  .global-nav a:visited {
    color: var(--osawa-text);
  }

  .global-nav li:not(:last-child) a::after {
    top: 18px;
    height: 10px;
  }

  .global-nav small {
    font-size: 10px;
    letter-spacing: 0;
  }

  .hero,
  .hero-slider,
  .osawa-front-page .hero-img {
    height: 580px;
  }

  .hero-slide,
  .hero-img {
    object-position: center top;
  }

  .hero-copy {
    top: 62px;
    font-size: 28px;
    gap: 20px;
  }

  .info-grid,
  .article-grid,
  .feature-grid,
  .greeting-section,
  .footer-access,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .greeting-section {
    min-height: 0;
    overflow: visible;
    background: transparent;
  }

  .greeting-visual {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 24px;
  }

  .greeting-visual img {
    width: 100%;
    display: block;
  }

  .greeting-content {
    padding: 0;
  }

  .doctor-name {
    position: absolute;
    right: 0;
    bottom: -24px;
    width: fit-content;
    margin: 0;
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-card .info-list {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.65;
  }

  .map-card .info-list div {
    grid-template-columns: 1fr;
    gap: 2px;
    margin-bottom: 24px;
  }

  .map-card .access-title {
    margin: 0px 0 0px;
    text-align: center;
    font-size: 20px;
  }

  .map-card .access-buttons {
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
  }

  .map-card .access-buttons a {
    flex: 1;
    min-width: 0;
    min-height: 62px;
    padding: 6px 0px;
    white-space: nowrap;
    color: var(--osawa-main);
  }

  .feature-card:first-child {
    width: auto;
    min-height: 0;
    display: block;
    overflow: visible;
    background: transparent;
  }

  .feature-card:first-child img {
    position: static;
    z-index: auto;
    height: 180px;
  }

  .feature-card div,
  .feature-card:first-child div {
    width: auto;
    min-height: 0;
    margin: 0;
  }

  .treatment-card,
  .intro-card > div {
    padding-left: 44px;
    padding-right: 44px;
  }

  .general-card img {
    margin-left: -44px;
    margin-right: -44px;
    max-width: calc(100% + 88px);
    width: calc(100% + 88px);
  }

  .general-card:not(.dryeye),
  .general-card.dryeye {
    padding-top: 58px;
    border: 0;
  }

  .general-card::before {
    display: none;
  }

  .general-card:not(.dryeye) img,
  .general-card:not(.dryeye) h2,
  .general-card.dryeye img,
  .general-card.dryeye h2 {
    position: static;
    transform: none;
  }

  .general-card:not(.dryeye) img,
  .general-card.dryeye img {
    height: auto;
    margin-left: -44px;
    margin-right: -44px;
    max-width: calc(100% + 88px);
    width: calc(100% + 88px);
  }

  .general-card:not(.dryeye) h2,
  .general-card.dryeye h2 {
    padding: 0;
    background: transparent;
    color: var(--osawa-logo-text);
  }
}

@media screen and (max-width: 767px) {
  .osawa-front-page {
    padding-bottom: 40px;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 2;
  }

  .osawa-front-page :where(img, iframe, table) {
    max-width: 100%;
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: var(--osawa-bg);
    box-shadow: 0 1px 8px rgba(38,38,38,.06);
  }

  .header-top {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: none;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 10px 17px 10px 20px;
  }

  .header-actions {
    display: none;
  }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: rgba(247,246,243,.98);
    box-shadow: 0 10px 22px rgba(38,38,38,0);
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    transition: max-height .32s ease, padding .32s ease, opacity .24s ease, transform .32s ease, visibility .32s ease, box-shadow .32s ease;
  }

  .global-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
  }

  .global-nav a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    border-bottom: 1px solid rgba(169,119,35,.22);
  }

  .global-nav li:not(:last-child) a::after {
    display: none;
  }

  .header-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
  }

  .header-logo img {
    width: 138px;
  }

  .sp-menu-toggle {
    width: 30px;
    height: 24px;
    padding: 0;
    display: grid;
    gap: 8px;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    border: 0;
    background: transparent;
  }

  .sp-menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: var(--osawa-accent-text);
    transition: transform .2s ease, opacity .2s ease;
  }

  .site-header.is-menu-open .sp-menu-toggle span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .site-header.is-menu-open .sp-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .sp-menu-toggle span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .site-header.is-menu-open .global-nav {
    max-height: 520px;
    padding: 12px 20px 0px;
    box-shadow: 0 10px 22px rgba(38,38,38,.12);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .hero,
  .hero-slider {
    height: auto;
    min-height: 0;
    background: var(--osawa-bg);
  }

  .hero-slide + .hero-slide {
    display: none;
  }

  .hero-slide {
    height: auto;
    opacity: 1;
    animation: none;
  }

  .osawa-front-page .hero-img {
    height: auto;
  }

  .hero-img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: center top;
  }

  .hero-copy {
    display: none;
  }

  .hero-banners {
    width: calc(100% - 32px);
    margin: 40px auto 96px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-banners::after {
    margin-top: 26px;
  }

  .clinic-info {
    padding: 56px 16px;
    border-radius: 50% 50% 0 0 / 36px 36px 0 0;
  }

  .section-heading h2,
  .clinic-info .section-heading h2,
  .intro-card h2,
  .treatment-card h2,
  .general-card h2,
  .articles h2 {
    font-size: 30px;
    font-weight: normal;
  }

  .section-heading p {
    font-size: 18px;
  }

  .feature-section .section-heading h2 {
    font-size: 36px;
  }

  th,
  td {
    padding: 7px 3px;
    font-size: 12px;
  }

  .schedule-card th,
  .schedule-card td,
  .schedule-card tbody th {
    min-width: 0;
    padding: 7px 3px;
    font-size: 12px;
  }

  .schedule-card {
    overflow: hidden;
  }

  .schedule-card table {
    width: 100%;
    table-layout: fixed;
  }

  .schedule-card tr > :first-child {
    width: 88px;
    min-width: 88px;
  }

  .schedule-mark {
    font-size: 18px;
  }

  .schedule-note,
  .schedule-sat {
    font-size: 11px;
  }

  .schedule-card .info-list {
    padding-bottom: 6px;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 2px;
    margin: 8px 0 19px;
  }

  .map-card .info-list div:last-child {
    margin-bottom: 12px;
  }

  .contact-buttons a {
    font-size: 24px;
    gap: 23px;
  }

  .intro-card > div > p:not(.lead) {
    line-height: 1.7;
  }

  .access-buttons,
  .button-row {
    flex-direction: column;
    gap: 14px;
  }

  .access-buttons a,
  .button-row a,
  .more-link,
  .detail-link {
    width: 100%;
    min-width: 0;
  }

  .contact-band,
  .intro-section,
  .treatment-section,
  .general-section,
  .news-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-section {
    padding: 0 0 0px;
  }

  .intro-card {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    background: var(--osawa-bg-secondary);
  }

  .intro-card > picture {
    width: 100%;
    max-width: none;
    height: 235px;
    margin: 0;
    display: block;
    transform: none;
  }

  .intro-card > picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .contact-band {
    margin-bottom: 42px;
    padding: 0 0 24px;
    position: relative;
    overflow: hidden;
    border: 4px solid #BAA267;
    background: #fff;
  }

  .contact-band::before,
  .contact-band::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .contact-band::before {
    top: -4px;
    left: -4px;
    width: 46vw;
    aspect-ratio: 278 / 282;
    background-image: url("../images/contact-corner-left.png");
  }

  .contact-band::after {
    right: -4px;
    bottom: -4px;
    width: clamp(150px, 58vw, 240px);
    aspect-ratio: 392 / 199;
    background-image: url("../images/contact-corner-right.png");
  }

  .contact-box p {
    font-size: 16px;
  }

  .notes p {
    font-size: 12px;
  }

  .contact-box,
  .intro-card > div,
  .treatment-card,
  .news-section .section-heading,
  .news-section dl,
  .news-empty {
    padding: 30px 22px;
  }

  .treatment-section.cataract {
    padding-top: 40px;
  }

  .intro-card > div {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    margin: -36px auto 40px;
    padding: 47px 13px 60px;
    border-top: 5px solid var(--osawa-main);
    background: #fff;
    text-align: center;
  }

  .contact-box {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 31px 24px;
  }

  .intro-card h2 {
    white-space: nowrap;
    color: var(--osawa-text);
    margin-bottom: 22px;
    font-size: 33px;
    line-height: 1.55;
    letter-spacing: -1px;
  }

  .intro-card .lead {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 30px;
  }

  .intro-card > div > p:not(.lead) {
    margin: 0;
    font-size: 18px;
    line-height: 1.75;
  }

  .intro-card .more-link {
    font-size: 20px;
    width: min(318px, 100%);
    margin-top: 38px;
    padding: 14px 32px;
  }

  .section-photo {
    margin-bottom: -20px;
  }

  .cataract .section-photo {
    height: auto;
    margin-bottom: -20px;
  }

  .icl .section-photo {
    height: auto;
    margin-bottom: -20px;
  }

  .treatment-title,
  .treatment-title.reverse {
    display: block;
  }

  .cataract .treatment-title h2,
  .cataract .treatment-stat,
  .icl .treatment-title h2,
  .icl .treatment-stat {
    position: static;
  }

  .cataract .treatment-title h2 {
    padding: 0;
    background: transparent;
    color: var(--osawa-logo-text);
  }

  .cataract .treatment-stat {
    width: auto;
    height: auto;
    display: block;
    background: transparent;
  }

  .icl .treatment-title h2 {
    display: block;
  }

  .icl .treatment-title h2 span {
    padding: 0;
    background: transparent;
    color: var(--osawa-logo-text);
  }

  .icl .treatment-title .icl-title-main,
  .icl .treatment-title .icl-title-sub {
    min-width: 0;
    margin: 0;
    font-size: inherit;
  }

  .icl .treatment-stat {
    width: auto;
    height: auto;
    display: block;
    background: transparent;
  }

  .cataract .treatment-card,
  .icl .treatment-card {
    border: 0;
  }

  .icl-card-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .cataract .button-row a,
  .cataract .button-row a:nth-child(2) {
    min-width: 178px;
  }

  .detail-link,
  .icl-card-footer .detail-link,
  .general-card.dryeye .detail-link {
    min-width: 178px;
  }

  .treatment-title.reverse h2 {
    text-align: left;
  }

  .treatment-stat {
    margin-bottom: 20px;
  }

  .general-card img {
    margin: -30px -22px 28px;
    max-width: calc(100% + 44px);
    width: calc(100% + 44px);
  }

  .general-card:not(.dryeye),
  .general-card.dryeye {
    padding-top: 30px;
    border: 0;
  }

  .general-card::before {
    display: none;
  }

  .general-card:not(.dryeye) img,
  .general-card:not(.dryeye) h2,
  .general-card.dryeye img,
  .general-card.dryeye h2 {
    position: static;
    transform: none;
  }

  .general-card:not(.dryeye) img,
  .general-card.dryeye img {
    height: auto;
    margin: -30px -22px 28px;
    max-width: calc(100% + 44px);
    width: calc(100% + 44px);
  }

  .general-card:not(.dryeye) h2,
  .general-card.dryeye h2 {
    padding: 0;
    background: transparent;
    color: var(--osawa-logo-text);
  }

  .treatment-list {
    grid-template-columns: 1fr;
  }

  .treatment-section,
  .general-section {
    padding-right: 0;
    padding-left: 0;
  }

  .general-section {
    background: #F1F7F5;
  }

  .treatment-section {
    background: #F1F7F5;
  }

  .treatment-section {
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .general-section {
    gap: 58px;
    padding-top: 18px;
    padding-bottom: 54px;
  }

  .section-photo,
  .cataract .section-photo,
  .icl .section-photo {
    width: 100%;
    max-width: none;
    height: 182px;
    margin: 0;
    display: block;
    object-fit: cover;
  }

  .cataract .section-photo {
    object-position: 58% center;
  }

  .icl .section-photo {
    object-position: 41% center;
  }

  .treatment-card {
    width: calc(100% - 44px);
    margin: 44px auto 0;
    padding: 58px 18px 36px;
    border: 1px solid rgba(186,162,103,.72);
    background: rgba(245,245,245,.82);
    overflow: visible;
  }

  .cataract .treatment-card,
  .icl .treatment-card {
    border: 1px solid rgba(186,162,103,.72);
  }

  .treatment-card > p,
  .general-card > p {
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.9;
  }

  .cataract .treatment-title h2,
  .icl .treatment-title h2,
  .general-card:not(.dryeye) h2,
  .general-card.dryeye h2 {
    position: absolute;
    z-index: 3;
    width: fit-content;
    margin: 0;
    padding: 7px 17px;
    background: var(--osawa-sub);
    color: var(--osawa-white);
    font-size: 22px;
    font-weight: normal;
    line-height: 1.35;
  }

  .cataract .treatment-title h2 {
    top: -68px;
    left: -23px;
  }

  .cataract .treatment-stat,
  .icl .treatment-stat {
    position: absolute;
    z-index: 4;
    width: 126px;
    height: 126px;
    display: grid;
    place-content: center;
    margin: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: var(--osawa-logo-text);
    line-height: 1.2;
  }

  .cataract .treatment-stat {
    top: -76px;
    left: 60%;
    right: auto;
  }

  .treatment-stat-label {
    font-size: 15px;
  }

  .treatment-stat-number,
  .cataract .treatment-stat-number,
  .icl .treatment-stat-number {
    margin: 3px 0 7px;
    color: var(--osawa-accent-text);
    font-size: 25px;
    font-weight: normal;
  }

  .treatment-stat-note,
  .cataract .treatment-stat-note,
  .icl .treatment-stat-note {
    color: var(--osawa-logo-text);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
  }

  .cataract .button-row {
    margin-top: 34px;
    gap: 20px;
    align-items: center;
  }

  .cataract .button-row a,
  .cataract .button-row a:nth-child(2),
  .detail-link,
  .icl-card-footer .detail-link,
  .general-card.dryeye .detail-link {
    width: min(260px, 100%);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 18px;
    background: #fff;
    font-size: 20px;
    line-height: 1.45;
  }

  .icl .treatment-title h2 {
    top: -67px;
    right: -23px;
    display: grid;
    justify-items: end;
    gap: 8px;
    padding: 0;
    background: transparent;
    text-align: right;
  }

  .icl .treatment-title h2 span {
    padding: 7px 17px;
    background: var(--osawa-sub);
    color: var(--osawa-white);
    font-size: 22px;
  }

  .icl .treatment-title .icl-title-main,
  .icl .treatment-title .icl-title-sub {
    min-width: 66px;
    margin: 0;
    font-size: 22px;
    text-align: center;
  }

  .icl .treatment-stat {
    top: -72px;
    left: 17px;
    width: 118px;
    height: 118px;
  }

  .icl-card-footer {
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
    gap: 44px 16px;
  }

  .icl-card-footer img {
    width: 100%;
  }

  .icl-card-footer .detail-link {
    grid-column: 1 / -1;
  }

  .general-card.treatment-card,
  .general-card:not(.dryeye),
  .general-card.dryeye {
    width: calc(100% - 44px);
    margin: 0 auto;
    padding: 252px 20px 38px;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .general-card::before {
    content: "";
    position: absolute;
    top: 233px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    border: 1px solid rgba(186,162,103,.72);
    background: rgba(245,245,245,.82);
    pointer-events: none;
  }

  .general-card > :not(img):not(h2) {
    position: relative;
    z-index: 2;
  }

  .general-card:not(.dryeye) img,
  .general-card.dryeye img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: calc(100% + 44px);
    max-width: none;
    height: 190px;
    margin: 0;
    object-fit: cover;
    transform: translateX(-50%);
  }

  .general-card:not(.dryeye) img {
    object-position: 58% center;
  }

  .general-card.dryeye img {
    object-position: 42% center;
  }

  .general-card:not(.dryeye) h2 {
    top: 170px;
    left: -22px;
  }

  .general-card.dryeye h2 {
    top: 165px;
    right: -22px;
  }

  .treatment-list {
    margin: 36px 0;
    gap: 0;
  }

  .general-card:not(.dryeye) .treatment-list a {
    min-height: 62px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(186,162,103,.72);
    font-family: "Zen Old Mincho", serif;
    font-size: 17px;
  }

  .general-card:not(.dryeye) .treatment-list a::after {
    content: "→";
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    margin-left: auto;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--osawa-main);
    color: var(--osawa-white);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1;
  }

  .symptoms {
    margin: 48px auto 0;
    padding: 28px 18px;
    background: var(--osawa-white);
    text-align: center;
  }

  .symptoms h3 {
    margin: 0 0 26px;
    color: var(--osawa-main);
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    line-height: 1.7;
  }

  .symptoms p {
    margin: 0;
    line-height: 2.5;
  }

  .articles {
    width: calc(100% - 42px);
    margin: 56px auto;
  }

  .articles h2 {
    margin-bottom: 34px;
    display: block;
    text-align: center;
  }

  .articles h2::before,
  .articles h2::after {
    display: none;
  }

  .article-grid {
    gap: 34px;
  }

  .article-card {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(38,38,38,.16);
  }

  .article-card h3 {
    min-height: 0;
    font-size: 20px;
  }

  .article-card p {
    min-height: 0;
    font-size: 16px;
  }

  .article-card:nth-child(2n + 1)::after {
    display: none;
  }

  .feature-section {
    padding: 64px 21px 78px;
    background-attachment: scroll;
  }

  .feature-grid {
    width: 100%;
    margin-top: 46px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 62px;
    overflow: visible;
  }

  .feature-card {
    position: relative;
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }

  .feature-card:first-child {
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
  }

  .feature-card span {
    top: -38px;
    left: 14px;
    width: 80px;
    height: 80px;
    font-size: 34px;
  }

  .feature-card img,
  .feature-card:first-child img {
    position: static;
    z-index: auto;
    width: calc(100% - 24px);
    max-width: none;
    height: 218px;
    margin: 0;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .feature-card-01 img {
    object-position: 54% center;
  }

  .feature-card-02 img {
    object-position: 50% center;
  }

  .feature-card-03 img {
    object-position: 48% center;
  }

  .feature-card-04 img,
  .feature-card-05 img {
    object-position: center;
  }

  .feature-card div,
  .feature-card:first-child div {
    position: relative;
    z-index: 1;
    width: calc(100% - 28px);
    min-height: 0;
    margin: -20px 0 0 auto;
    padding: 28px 24px 38px;
    background: var(--osawa-white);
  }

  .feature-card h3 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.55;
  }

  .feature-card p {
    font-size: 16px;
    line-height: 1.75;
  }

  .news-section dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .news-section dl {
    max-height: 300px;
    padding: 8px 22px;
  }

  .news-empty {
    padding: 8px 22px 0;
  }

  .greeting-section {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 64px 34px 74px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: visible;
    background: var(--osawa-bg-secondary);
  }

  .greeting-heading {
    grid-column: auto;
    order: 1;
    align-self: auto;
    margin: 0 0 28px;
  }

  .greeting-section .section-heading h2 {
    font-size: 30px;
  }

  .greeting-section .section-heading p {
    font-size: 18px;
  }

  .greeting-visual {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    position: relative;
    width: min(100%, 300px);
    margin: 0 auto 38px;
  }

  .greeting-visual img {
    width: 100%;
    max-width: none;
    display: block;
    margin: 0 auto;
  }

  .greeting-content {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    align-self: auto;
    padding: 0;
  }

  .doctor-name {
    position: absolute;
    right: -8px;
    bottom: -34px;
    left: auto;
    z-index: 2;
    width: fit-content;
    margin: 0;
    padding: 9px 18px;
    background: var(--osawa-white);
    box-shadow: 3px 3px 5px rgba(38,38,38,.16);
    font-size: 18px;
  }

  .greeting-section h3 {
    margin: 0 0 28px;
    color: var(--osawa-accent-text);
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
  }

  .greeting-content p:not(.doctor-name) {
    font-size: 16px;
    line-height: 1.8;
  }

  .greeting-heading p {
    font-size: 18px;
  }

  .greeting-section .more-link {
    width: min(236px, 100%);
    min-width: 0;
    margin: 42px auto 0;
    padding: 12px 18px;
    background: var(--osawa-main);
    border-color: var(--osawa-main);
    color: var(--osawa-white);
    font-size: 18px;
  }

  .footer-inner {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .footer-access {
    width: calc(100% - 32px);
    padding: 48px 0 42px;
  }

  .footer-info {
    font-size: 14px;
  }

  .footer-info strong {
    display: block;
    margin-bottom: 2px;
  }

  .footer-nav {
    grid-template-columns: max-content max-content;
    gap: 16px 44px;
  }

  .footer-nav a:nth-child(-n + 8) {
    grid-column: 1;
  }

  .footer-nav a:nth-child(n + 9) {
    grid-column: 2;
  }

  .footer-nav a:nth-child(9) {
    grid-row: 1;
  }

  .footer-nav a:nth-child(10) {
    grid-row: 2;
  }

  .footer-nav a:nth-child(11) {
    grid-row: 3;
  }

  .copyright {
    text-align: left;
  }

  .sp-fixed-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 49px;
    background: var(--osawa-white);
    box-shadow: none;
  }

  .sp-fixed-actions a {
    --sp-fixed-icon-size: 14px;
    --sp-fixed-icon: url("../images/figma-cataract/icon-web-reservation.svg");
    min-width: 0;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--osawa-accent-text);
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--osawa-sub);
    border-right-width: 0;
  }

  .sp-fixed-actions a::before {
    content: "";
    width: var(--sp-fixed-icon-size);
    height: var(--sp-fixed-icon-size);
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--sp-fixed-icon) center / contain no-repeat;
    mask: var(--sp-fixed-icon) center / contain no-repeat;
  }

  .sp-fixed-actions a:last-child {
    border-right-width: 1px;
  }

  .sp-fixed-actions .sp-fixed-action-tel {
    --sp-fixed-icon: url("../images/header-icon-tel.svg");
    background: var(--osawa-sub);
    color: var(--osawa-white);
  }

  .sp-fixed-actions .sp-fixed-action-reserve {
    background: var(--osawa-white);
    color: #BAA267;
  }

  .sp-fixed-actions .sp-fixed-action-line {
    --sp-fixed-icon: url("../images/figma-cataract/icon-line-reservation.svg");
    --sp-fixed-icon-size: 15px;
    background: var(--osawa-main);
    border-color: var(--osawa-main);
    color: var(--osawa-white);
  }

  .sp-fixed-actions a:hover {
    opacity: .86;
  }
}
