/* 古着衛門 営業時間・臨時休業ページ v1.0.0 */
body.he-subpage--hours .outline { padding-top:38px; }
.he-hours-page { width:min(1080px,100%); margin:0 auto; }

.he-hours-hero {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  overflow:hidden;
  border:1px solid #d7d7d7;
  border-top:9px solid var(--he-red);
  background:#fff;
  box-shadow:var(--he-shadow);
}
.he-hours-hero-copy { padding:44px 42px 40px; }
.he-hours-kicker,.he-hours-section-head>p,.he-hours-visit>div>p {
  margin:0 0 9px;
  color:var(--he-red-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}
.he-hours-hero h1 {
  margin:0;
  color:var(--he-ink);
  font-size:clamp(37px,4.8vw,56px);
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.045em;
}
.he-hours-hero h1 span { display:block; }
.he-hours-lead { margin:20px 0 0; color:var(--he-text); font-size:17px; line-height:1.85; }

.he-hours-facts { display:grid; gap:8px; margin-top:22px; }
.he-hours-facts div {
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:12px 14px;
  border-left:5px solid var(--he-red);
  background:#f6f6f6;
}
.he-hours-facts strong { color:#111; font-size:20px; font-weight:950; }
.he-hours-facts span { color:#555; font-size:13px; }

.he-hours-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.he-hours-button {
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:11px 20px;
  border:2px solid #111;
  border-radius:4px;
  font-weight:900;
  text-decoration:none;
}
body.he-subpage .outline .he-hours-button-red { border-color:var(--he-red); background:var(--he-red); color:#fff; }
body.he-subpage .outline .he-hours-button-dark { border-color:#111; background:#111; color:#fff; }
body.he-subpage .outline .he-hours-button-light { border-color:#fff; background:#fff; color:#111; }
body.he-subpage .outline .he-hours-button-outline { border-color:#fff; background:transparent; color:#fff; }

.he-hours-hero-visual {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:500px;
  padding:30px;
  background:linear-gradient(145deg,#f1f1f1,#dedede);
}
.he-hours-hero-visual figure { margin:0; width:100%; }
.he-hours-hero-visual figure img {
  display:block;
  width:100%;
  height:auto;
  border:7px solid #fff;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}
.he-hours-hero-visual figcaption { margin-top:10px; color:#666; font-size:12px; text-align:center; }
.he-hours-character {
  position:absolute;
  right:14px;
  bottom:14px;
  width:88px !important;
  max-width:88px !important;
  height:auto !important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.22));
}

.he-hours-local-nav {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:18px;
  border:1px solid #d7d7d7;
  background:#fff;
}
body.he-subpage .outline .he-hours-local-nav a {
  display:flex;
  min-height:72px;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border-right:1px solid #e2e2e2;
  color:#222;
  text-decoration:none;
}
body.he-subpage .outline .he-hours-local-nav a:last-child { border-right:0; }
.he-hours-local-nav span { color:var(--he-red); font-size:12px; font-weight:900; }

.he-hours-section {
  margin-top:24px;
  padding:36px 38px;
  border:1px solid #d7d7d7;
  background:#fff;
  box-shadow:0 5px 18px rgba(0,0,0,.045);
  scroll-margin-top:90px;
}
.he-hours-section-alt { background:#f8f8f8; }
.he-hours-section-head { margin-bottom:26px; }
.he-hours-section-head h2,.he-hours-visit h2 {
  margin:0;
  color:#171717;
  font-size:clamp(27px,3.5vw,40px);
  font-weight:950;
  line-height:1.25;
  letter-spacing:-.03em;
}
.he-hours-section-head>span,.he-hours-visit>div>span { display:block; margin-top:8px; color:#555; line-height:1.8; }

.he-hours-main-time {
  padding:34px;
  border:2px solid #111;
  background:#111;
  color:#fff;
  text-align:center;
}
.he-hours-main-time span { display:block; color:#ffd42a; font-weight:900; }
.he-hours-main-time strong { display:block; margin-top:4px; font-size:clamp(42px,7vw,72px); font-weight:950; }

.he-hours-wed-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.he-hours-wed-grid article { padding:28px; border:1px solid #ddd; background:#fff; }
.he-hours-wed-grid article:first-child { border-top:6px solid var(--he-red); text-align:center; }
.he-hours-wed-grid article>span { color:var(--he-red-dark); font-size:13px; font-weight:900; }
.he-hours-wed-grid article>strong { display:block; margin-top:5px; font-size:34px; font-weight:950; }
.he-hours-wed-grid h3 { margin:0; font-size:24px; font-weight:950; }
.he-hours-wed-grid p { margin:8px 0 0; color:#555; line-height:1.7; }
body.he-subpage .outline .he-hours-wed-grid a,
body.he-subpage .outline .he-hours-note a { color:var(--he-red-dark); font-weight:900; }
.he-hours-wed-grid a { display:inline-block; margin-top:12px; }

.he-hours-holiday-card {
  padding:28px;
  border:2px solid var(--he-red);
  background:#fff;
}
.he-hours-holiday-label { margin:0; color:var(--he-red-dark); font-size:13px; font-weight:950; }
.he-hours-holiday-card strong { display:block; margin-top:8px; color:#171717; font-size:26px; font-weight:950; }
.he-hours-holiday-card p:last-child { margin:10px 0 0; color:#555; line-height:1.75; }

.he-hours-note {
  margin:18px 0 0;
  padding:13px 15px;
  border-left:5px solid var(--he-red);
  background:#f5f5f5;
  color:#555;
  font-size:13px;
  line-height:1.75;
}

.he-hours-visit { margin-top:24px; padding:38px; background:#111; color:#fff; }
.he-hours-visit h2 { color:#fff; }
.he-hours-visit>div>span { color:#ddd; }
.he-hours-visit dl { display:grid; gap:9px; margin:24px 0 0; }
.he-hours-visit dl div {
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:14px;
  padding-bottom:9px;
  border-bottom:1px solid #444;
}
.he-hours-visit dt { color:#ccc; font-weight:900; }
.he-hours-visit dd { margin:0; font-weight:700; }

@media (max-width:900px) {
  .he-hours-hero { grid-template-columns:1fr; }
  .he-hours-hero-visual { min-height:0; }
}

@media (max-width:640px) {
  body.he-subpage--hours .outline { padding-top:18px; }
  .he-hours-hero-copy,.he-hours-section,.he-hours-visit { padding:25px 20px; }
  .he-hours-hero-visual { padding:20px; }
  .he-hours-local-nav,.he-hours-wed-grid { grid-template-columns:1fr; }
  body.he-subpage .outline .he-hours-local-nav a {
    min-height:56px;
    border-right:0;
    border-bottom:1px solid #e2e2e2;
  }
  body.he-subpage .outline .he-hours-local-nav a:last-child { border-bottom:0; }
  .he-hours-facts div { grid-template-columns:1fr; gap:3px; }
  .he-hours-actions { flex-direction:column; }
  .he-hours-button { width:100%; }
  .he-hours-character {
    right:8px;
    bottom:8px;
    width:66px !important;
    max-width:66px !important;
  }
  .he-hours-visit dl div { grid-template-columns:1fr; gap:3px; }
}
