:root {
  --amuro-orange: #ef7a00;
  --amuro-orange-dark: #d86d00;
  --amuro-cream: #fff8f0;
  --amuro-soft: #fffbf7;
  --amuro-mint: #f0f7f4;
  --amuro-text: #333333;
  --amuro-muted: #666666;
  --amuro-border: #eadfd5;
  --amuro-shadow: 0 18px 48px rgba(98, 72, 44, 0.12);
}

.amuro-page main {
  color: var(--amuro-text);
}

.amuro-page {
  background:
    linear-gradient(180deg, #fffaf5 0%, #ffffff 38%, #ffffff 100%);
}

.amuro-hero {
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 108px min(6vw, 76px) 64px;
  background:
    linear-gradient(110deg, rgba(255,255,255,0.98) 0%, rgba(255,248,240,0.92) 48%, rgba(240,247,244,0.9) 100%),
    radial-gradient(circle at 84% 18%, rgba(239,122,0,0.16), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(82,148,126,0.14), transparent 30%);
  position: relative;
  overflow: hidden;
}

.amuro-hero::after {
  content: "";
  position: absolute;
  right: min(5vw, 56px);
  bottom: -120px;
  width: min(48vw, 560px);
  height: min(48vw, 560px);
  border: 1px solid rgba(239, 122, 0, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.amuro-hero-copy {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.amuro-kicker,
.amuro-section-label {
  display: block;
  color: var(--amuro-orange);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.amuro-hero h1 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.18;
  margin: 0 0 22px;
  color: #25211e;
  max-width: 820px;
}

.amuro-hero-logo-title img {
  display: block;
  width: min(100%, 760px);
  height: auto;
}

.amuro-clinic-name,
.amuro-branch-name,
.amuro-hero-subtitle {
  display: block;
}

.amuro-clinic-name,
.amuro-branch-name {
  white-space: nowrap;
}

.amuro-branch-name {
  color: #25211e;
}

.amuro-hero-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.35;
  margin-top: 18px;
  color: var(--amuro-orange-dark);
}

.amuro-lead {
  font-size: 1.1rem;
  line-height: 1.9;
  margin: 0 0 22px;
  max-width: 620px;
  color: #4c4641;
}

.amuro-hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 30px;
  max-width: 620px;
}

.amuro-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(216, 109, 0, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #5b4a3e;
  font-size: 0.88rem;
  font-weight: 700;
}

.amuro-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 620px;
}

.amuro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--amuro-orange), #f39a2d);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(216, 109, 0, 0.22);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.amuro-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(216, 109, 0, 0.26);
}

.amuro-button.secondary {
  background: #fff;
  color: var(--amuro-orange-dark);
  border: 1px solid var(--amuro-orange);
  box-shadow: none;
}

.amuro-hero-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  box-shadow: var(--amuro-shadow);
  padding: clamp(22px, 3vw, 34px);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(8px);
}

.amuro-panel-logo {
  display: grid;
  place-items: center;
  padding: clamp(14px, 2.4vw, 22px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(234, 223, 213, 0.85);
  border-radius: 8px;
}

.amuro-panel-logo img {
  width: min(100%, 380px);
  height: auto;
  display: block;
}

.amuro-panel-status {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #2f3f3a 0%, #3f5a51 100%);
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

.amuro-panel-status span,
.amuro-panel-status small,
.amuro-quick-list span {
  display: block;
}

.amuro-panel-status span {
  font-size: 0.82rem;
  color: #ffd2a0;
  font-weight: 700;
  margin-bottom: 6px;
}

.amuro-panel-status strong {
  display: block;
  font-size: clamp(1.18rem, 1.9vw, 1.72rem);
  line-height: 1.3;
  margin-bottom: 8px;
  white-space: nowrap;
}

.amuro-panel-status small {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.amuro-quick-list {
  display: grid;
  gap: 0;
  text-align: left;
  border-top: 1px solid var(--amuro-border);
  border-bottom: 1px solid var(--amuro-border);
}

.amuro-quick-list div {
  padding: 16px 0;
  border-bottom: 1px solid var(--amuro-border);
}

.amuro-quick-list div:last-child {
  border-bottom: none;
}

.amuro-quick-list span {
  color: var(--amuro-orange-dark);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.amuro-quick-list strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.55;
}

.amuro-quick-list a {
  color: inherit;
  text-decoration: none;
}

.amuro-hero-panel dl,
.amuro-info-list {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  gap: 10px 16px;
  margin: 0;
}

.amuro-hero-panel dt,
.amuro-info-list dt {
  color: var(--amuro-orange-dark);
  font-weight: 700;
}

.amuro-hero-panel dd,
.amuro-info-list dd {
  margin: 0;
  line-height: 1.7;
}

.amuro-section {
  padding: 72px min(5vw, 56px);
}

/* トップページの期間限定のお知らせ */
.amuro-important-notice {
  padding: 24px min(5vw, 56px) 0;
  background: #fff;
}

.amuro-notice-card {
  overflow: hidden;
  border: 2px solid rgba(216, 109, 0, 0.35);
  border-radius: 10px;
  background: #fffaf5;
  box-shadow: 0 8px 24px rgba(116, 64, 14, 0.08);
}

.amuro-notice-card summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  color: #3d342d;
  cursor: pointer;
  list-style: none;
}

.amuro-notice-card summary::-webkit-details-marker {
  display: none;
}

.amuro-notice-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--amuro-orange);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.amuro-notice-title {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
}

.amuro-notice-toggle {
  color: var(--amuro-orange-dark);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.amuro-notice-toggle::after {
  content: "＋";
  margin-left: 6px;
}

.amuro-notice-card[open] .amuro-notice-toggle::after {
  content: "－";
}

.amuro-notice-body {
  padding: 0 22px 20px;
  border-top: 1px solid rgba(216, 109, 0, 0.18);
}

.amuro-notice-body p {
  margin: 14px 0 0;
  line-height: 1.8;
}

.amuro-notice-body strong {
  color: #b25100;
}

.amuro-section.soft {
  background: var(--amuro-soft);
}

.amuro-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.amuro-heading {
  text-align: center;
  margin-bottom: 36px;
}

.amuro-heading h1,
.amuro-heading h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.amuro-intro-strip {
  background: #fff;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid rgba(234, 223, 213, 0.72);
  border-bottom: 1px solid rgba(234, 223, 213, 0.72);
}

.amuro-strip-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
  text-align: left;
}

.amuro-strip-grid h2 {
  margin: 0;
  color: #2a241f;
  text-align: left;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.amuro-strip-grid p {
  margin: 0;
  color: #5d554f;
  line-height: 1.9;
  font-size: 1.02rem;
}

.amuro-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.amuro-medical-page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amuro-exam-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amuro-card {
  background: #fff;
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  padding: 26px;
  line-height: 1.8;
  text-align: left;
  box-shadow: 0 10px 30px rgba(106, 76, 45, 0.06);
}

.amuro-card h3 {
  color: var(--amuro-orange-dark);
  margin-top: 0;
}

.amuro-about-message {
  text-align: center;
}

.amuro-about-message p {
  margin: 0;
}

.amuro-doctor-message p + p {
  margin-top: 1em;
}

.amuro-doctor-message h3 {
  margin: 0 0 18px;
  color: var(--amuro-orange-dark);
  font-size: 1.22rem;
  line-height: 1.5;
}

.amuro-message-sign {
  margin-top: 1.5em;
  font-weight: 700;
  text-align: right;
}

.amuro-text-link {
  color: var(--amuro-orange-dark);
  font-weight: 700;
  text-decoration: none;
}

.amuro-text-link:hover {
  text-decoration: underline;
}

.amuro-symptom-list ul {
  margin: 0;
  padding-left: 1.25em;
}

.amuro-symptom-list li + li {
  margin-top: 0.45em;
}

.amuro-medical-grid .amuro-card {
  min-height: 210px;
  position: relative;
  overflow: hidden;
}

.amuro-medical-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amuro-medical-grid .amuro-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(239, 122, 0, 0.08);
}

.amuro-card-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--amuro-cream);
  color: var(--amuro-orange-dark);
  font-weight: 700;
  margin-bottom: 18px;
}

.amuro-placeholder {
  min-height: 250px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff3e5, #ffffff 58%, #f3f8f6);
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  color: var(--amuro-muted);
  text-align: center;
  line-height: 1.7;
  padding: 24px;
}

.amuro-exterior-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f0eb;
  box-shadow: 0 10px 28px rgba(106, 76, 45, 0.08);
}

.amuro-exterior-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.amuro-photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.amuro-photo-gallery figure,
.amuro-home-photo-strip {
  margin: 0;
}

.amuro-photo-gallery figure {
  position: relative;
  min-height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f0eb;
  box-shadow: 0 10px 28px rgba(106, 76, 45, 0.08);
}

.amuro-photo-gallery .amuro-photo-main {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 456px;
}

.amuro-photo-gallery img,
.amuro-home-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.amuro-photo-gallery figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--amuro-orange-dark);
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.amuro-clinic-photos-section {
  background: #fff;
  border-top: 1px solid rgba(234, 223, 213, 0.72);
}

.amuro-home-photo-strip {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 16px;
}

.amuro-home-photo-strip img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(106, 76, 45, 0.08);
}

.amuro-schedule {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 0.96rem;
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(106, 76, 45, 0.07);
}

.amuro-schedule th,
.amuro-schedule td {
  border: 0;
  border-right: 1px solid var(--amuro-border);
  border-bottom: 1px solid var(--amuro-border);
  padding: 16px 14px;
  text-align: center;
  vertical-align: top;
  line-height: 1.75;
}

.amuro-schedule thead th {
  background: linear-gradient(180deg, #f08a16 0%, var(--amuro-orange-dark) 100%);
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.amuro-schedule tbody th {
  width: 5.5em;
  background: var(--amuro-cream);
  color: var(--amuro-orange-dark);
  font-size: 1.04rem;
  vertical-align: middle;
}

.amuro-schedule tbody td {
  color: #3f3832;
  font-weight: 600;
}

.amuro-schedule tbody tr:nth-child(even) td {
  background: #fffaf5;
}

.amuro-schedule tbody tr:hover td {
  background: #fff3e5;
}

.amuro-schedule th:last-child,
.amuro-schedule td:last-child {
  border-right: none;
}

.amuro-schedule tbody tr:last-child th,
.amuro-schedule tbody tr:last-child td {
  border-bottom: none;
}

.amuro-schedule td br {
  display: block;
  content: "";
  margin-bottom: 4px;
}

.amuro-hours-table {
  min-width: 860px;
}

.amuro-hours-table thead th:first-child,
.amuro-hours-table tbody th {
  width: 8.5em;
}

.amuro-hours-table tbody th span {
  display: block;
  color: var(--amuro-muted);
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 3px;
}

.amuro-hours-table td {
  font-size: 0.9rem;
}

.amuro-hours-table .closed {
  color: #b5442f;
  font-weight: 700;
}

.amuro-hours-table .schedule-split {
  padding: 12px 10px;
}

.amuro-hours-table .schedule-split span {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 3px;
  line-height: 1.45;
}

.amuro-hours-table .schedule-split strong {
  color: #3f3832;
  font-size: 0.9rem;
  font-weight: 700;
}

.amuro-hours-table .schedule-split span + span {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px dashed rgba(216, 109, 0, 0.24);
}

.amuro-hours-table .schedule-split small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6em;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--amuro-cream);
  color: var(--amuro-orange-dark);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.amuro-hours-cards {
  display: none;
}

.schedule-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4em;
  margin: 0 0 3px;
  padding: 1px 6px;
  border-radius: 999px;
  background: var(--amuro-cream);
  color: var(--amuro-orange-dark);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
}

.schedule-doctor {
  display: block;
  margin-bottom: 8px;
}

.schedule-doctor:last-child {
  margin-bottom: 0;
}

.amuro-note {
  color: var(--amuro-muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: 16px;
  text-align: center;
}

.amuro-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.amuro-access-band {
  background: linear-gradient(180deg, #fff 0%, var(--amuro-mint) 100%);
}

.amuro-map {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--amuro-shadow);
}

.amuro-contact-box {
  background: #fff;
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  padding: 28px;
  text-align: left;
  box-shadow: var(--amuro-shadow);
}

.amuro-contact-box .tel {
  font-size: 1.6rem;
  color: var(--amuro-orange-dark);
  font-weight: 700;
  margin: 0 0 8px;
}

.amuro-footer-tile {
  min-height: 118px;
  height: 100%;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  padding: 22px 24px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--amuro-border);
  border-radius: 8px;
  text-align: left;
  color: var(--amuro-text);
  overflow: hidden;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.amuro-footer-tile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--amuro-orange);
}

.amuro-footer-tile::after {
  content: "→";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--amuro-orange-dark);
  font-size: 1.35rem;
  line-height: 1;
}

.amuro-page .footer-banner .item::after {
  display: none;
}

.footer-banner .item:hover .amuro-footer-tile {
  transform: translateY(-2px);
  border-color: rgba(239, 122, 0, 0.38);
  box-shadow: 0 12px 26px rgba(98, 72, 44, 0.12);
}

.amuro-footer-tile span {
  display: block;
  color: var(--amuro-orange);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: none;
  text-transform: uppercase;
}

.amuro-footer-tile strong {
  display: block;
  padding-right: 28px;
  font-size: 1.08rem;
  line-height: 1.35;
  text-shadow: none;
}

.contact-form .field {
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--amuro-border);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
  box-sizing: border-box;
}

.contact-form button {
  border: 0;
  border-radius: 6px;
  background: var(--amuro-orange);
  color: #fff;
  padding: 13px 30px;
  font-weight: 700;
  cursor: pointer;
}

.contact-page .amuro-contact-box,
.contact-page .amuro-card,
.contact-page .amuro-note {
  text-align: center;
}

.contact-page .contact-form,
.contact-page .contact-form .field,
.contact-page .contact-form label,
.contact-page .contact-form input:not([type="checkbox"]),
.contact-page .contact-form textarea {
  text-align: left;
}

.contact-page .contact-form input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}

.contact-page .contact-form .agree label {
  display: inline-block;
  max-width: 680px;
}

.req,
.opt {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.req {
  background: var(--amuro-orange);
  color: #fff;
}

.opt {
  background: #eee;
  color: #555;
}

@media (max-width: 900px) {
  .amuro-hero,
  .amuro-map-grid,
  .amuro-strip-grid {
    grid-template-columns: 1fr;
  }

  .amuro-hero {
    padding-top: 40px;
  }

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

  .amuro-photo-gallery,
  .amuro-home-photo-strip {
    grid-template-columns: 1fr;
  }

  .amuro-photo-gallery .amuro-photo-main {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .amuro-photo-gallery figure {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .amuro-important-notice {
    padding: 16px 16px 0;
  }

  .amuro-notice-card summary {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    padding: 16px;
  }

  .amuro-notice-label {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .amuro-notice-body {
    padding: 0 16px 18px;
  }

  .amuro-section {
    padding: 44px 16px;
  }

  .amuro-hero {
    min-height: auto;
    padding: 42px 16px 44px;
  }

  .amuro-hero h1 {
    font-size: clamp(1.72rem, 8.8vw, 2rem);
  }

  .amuro-actions .amuro-button {
    flex: 1 1 100%;
  }

  .amuro-hero-panel dl,
  .amuro-info-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .amuro-schedule {
    font-size: 0.82rem;
    min-width: 620px;
  }

  .amuro-schedule th,
  .amuro-schedule td {
    padding: 11px 8px;
  }

  .amuro-schedule tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 1px 0 0 var(--amuro-border);
  }

  .amuro-hours-scroll {
    display: none;
  }

  .amuro-hours-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0.25rem;
  }

  .amuro-hours-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }

  .amuro-hours-card .schedule-card-day {
    margin: 0;
    padding: 0.6rem 1rem;
    background: var(--amuro-orange);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }

  .amuro-hours-card .schedule-card-row {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #f0e8e0;
  }

  .amuro-hours-card .schedule-card-row:last-child {
    border-bottom: none;
  }

  .amuro-hours-card .schedule-card-time {
    color: var(--amuro-orange-dark);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px dashed #ffd7b6;
  }

  .amuro-hours-card .schedule-card-doc {
    color: #3f3832;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0.15rem 0;
    text-align: center;
  }

  .amuro-hours-card .schedule-card-doc span {
    display: inline;
    color: #888;
    font-size: 0.78rem;
    font-weight: 600;
    margin-left: 0.3rem;
  }

  .amuro-hours-card .closed {
    color: #b5442f;
    font-weight: 700;
  }

  .amuro-footer-tile {
    min-height: 96px;
    padding: 18px 18px;
  }

  .amuro-footer-tile::after {
    right: 16px;
    font-size: 1.1rem;
  }

  .amuro-footer-tile strong {
    padding-right: 22px;
    font-size: 0.96rem;
  }
}
