/*
Theme Name: 邦学館書店
Theme URI: https://hougakkan.online/books/
Description: 邦学館書店専用のKadence子テーマです。
Author: 株式会社邦学館
Template: kadence
Version: 1.0.0
Text Domain: hougakkan-shoten
*/

:root {
  --shoten-ink: #26342f;
  --shoten-green: #315f52;
  --shoten-green-dark: #24483e;
  --shoten-paper: #f7f3e9;
  --shoten-line: #ded8ca;
  --shoten-accent: #a97832;
}

body {
  color: var(--shoten-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

.site-header,
.site-footer {
  border-color: var(--shoten-line);
}

.entry-content {
  line-height: 1.9;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.site-title {
  color: var(--shoten-ink);
  letter-spacing: 0.02em;
}

.edd-submit,
.edd-submit.button,
.wp-block-button__link {
  background: var(--shoten-green);
  border: 1px solid var(--shoten-green);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 0.8em 1.35em;
}

.edd-submit:hover,
.edd-submit.button:hover,
.wp-block-button__link:hover {
  background: var(--shoten-green-dark);
  border-color: var(--shoten-green-dark);
  color: #fff;
}

.edd_download {
  border: 1px solid var(--shoten-line);
  border-radius: 6px;
  background: #fff;
  padding: 1.25rem;
}

.edd_download_title {
  font-size: 1.2rem;
  line-height: 1.5;
}

.edd_download_image a,
.edd_download_title a {
  color: var(--shoten-green-dark);
  text-decoration: none;
}

.edd_download_image img {
  display: block;
  height: auto;
  width: 100%;
}

.hougakkan-product-detail-link {
  border: 1px solid var(--shoten-green);
  border-radius: 4px;
  color: var(--shoten-green-dark);
  display: block;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
}

.hougakkan-product-detail-link:hover {
  background: var(--shoten-paper);
  color: var(--shoten-green-dark);
}

.hougakkan-video-sample {
  margin: 1.25rem 0 1.5rem;
}

.hougakkan-video-sample video,
.hougakkan-video-frame {
  aspect-ratio: 16 / 9;
  background: #eef8fb;
  border-radius: 8px;
  display: block;
  max-width: 720px;
  overflow: hidden;
  width: 100%;
}

.hougakkan-video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.edd_download_image a,
.edd_download_image img {
  display: block;
  width: 100%;
}

.edd_download_title a {
  color: var(--shoten-green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.hougakkan-product-detail-link {
  background: #fff;
  border: 1px solid var(--shoten-green);
  border-radius: 4px;
  color: var(--shoten-green-dark);
  display: block;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
}

.hougakkan-product-detail-link:hover {
  background: var(--shoten-paper);
  color: var(--shoten-green-dark);
}

.shoten-note {
  background: var(--shoten-paper);
  border-left: 4px solid var(--shoten-accent);
  padding: 1rem 1.25rem;
}

.hougakkan-store-hero {
  background: linear-gradient(135deg, var(--shoten-paper), #fff);
  border: 1px solid var(--shoten-line);
  border-radius: 10px;
  margin-bottom: 2.5rem;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.hougakkan-store-hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.35;
  margin-bottom: 1rem;
}

.hougakkan-store-hero p {
  max-width: 48rem;
}

.hougakkan-store-features {
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.hougakkan-store-features > .wp-block-column {
  background: #fff;
  border: 1px solid var(--shoten-line);
  border-radius: 8px;
  padding: 1.5rem;
}

.hougakkan-store-features h2 {
  font-size: 1.2rem;
  margin-top: 0;
}

@media (max-width: 719px) {
  .entry-content {
    line-height: 1.8;
  }

  .edd-submit,
  .edd-submit.button,
  .wp-block-button__link {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
}

.hougakkan-legal-footer {
  background: #f7f3e9;
  border-top: 1px solid var(--shoten-line);
  color: var(--shoten-ink);
  padding: 1.5rem 1rem;
}

.hougakkan-legal-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.hougakkan-legal-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hougakkan-legal-footer__menu a {
  color: var(--shoten-green-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.hougakkan-legal-footer__copyright {
  font-size: 0.82rem;
  margin: 1rem 0 0;
}
