@charset "UTF-8";
/*
 Theme Name: Furuko Style
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.3
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* 里山社に近い、ニュートラルなゴシックをサイト全体の基準にする。 */
:root { --furuko-base-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif; }
body, button, input, select, textarea { font-family: var(--furuko-base-font); }

/* Furuko Style はサイドバーを使わず、本文を常に1カラムで表示する。 */
#inner-content > #main {
  width: 100%;
  max-width: none;
  float: none;
}

/* 全ページの外寸は1060px、左右30pxを除く本文幅は最大1000px。 */
#inner-content.wrap {
  width: 100%;
  max-width: 1060px;
  padding-right: 30px;
  padding-left: 30px;
}

/* 固定ページはサイドバー用の右余白を持たず、本文を中央に置く。 */
.page:not(.no-bg) #inner-content.wrap {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
.page:not(.no-bg) #inner-content > #main {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
}

/* 既存の入れ子余白193pxを見込み、最終本文幅を550pxにする。 */
body.furuko-narrow-page #content {
  width: 100%;
  max-width: 743px;
  margin-right: auto;
  margin-left: auto;
}

/* 書籍検索（固定ページと検索結果）も案内ページと同じ最終本文幅にそろえる。 */
body.page-id-338 #content,
body.search #content {
  width: 100%;
  max-width: 743px;
  margin-right: auto;
  margin-left: auto;
}

/* 固定ページのタイトル */
.page .page-title {
  margin: 1.4em 0 0;
  padding: .7em 1em;
  border-top: 3px double #b8a99a;
  border-bottom: 3px double #b8a99a;
  background: #f2f1ef;
  color: #3d2d25;
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: center;
}

/* カテゴリ一覧：本文の幅は保ち、見出しだけを細く中央に置く。 */
body.category .archive_header {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 3em;
  padding: 0;
  background: transparent;
  border: 0 !important;
  box-shadow: none;
}
body.category .archive_header h1 {
  margin: 0;
  padding: .7em 1em;
  border-top: 3px double #b8a99a;
  border-bottom: 3px double #b8a99a;
  background: #f2f1ef;
  color: #3d2d25;
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: center;
}
body.date .furuko-news-date-header {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 3em;
  padding: 0;
  background: transparent;
  border: 0 !important;
  box-shadow: none;
}
body.date .furuko-news-date-header h1 {
  margin: 0;
  padding: .7em 1em;
  border-top: 3px double #b8a99a;
  border-bottom: 3px double #b8a99a;
  background: #f2f1ef;
  color: #3d2d25;
  font-size: 1.2rem;
  line-height: 1.45;
  text-align: center;
}
body.category .archive_header .cat_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35em .9em;
  margin: 1.2em 0 0;
  padding: 0;
}
body.category .archive_header .cat-item {
  display: block;
  margin: 0;
  padding: 3px 7px;
  border-radius: 0;
  background: #f2f1ef;
  box-shadow: none;
  font-size: .75rem;
}
body.category .archive_header .cat-item:hover {
  box-shadow: none;
}
body.category .archive_header .cat-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.category .archive_header .cat-item a:hover {
  text-decoration: underline;
}

/* おしらせ詳細 */
.furuko-news-detail__header {
  margin-bottom: 0;
  padding: 0 !important;
}
.furuko-news-detail__category-header {
  width: 100%;
  max-width: 150px;
  margin: 2em auto 3em;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}
.furuko-news-detail__category-title {
  margin: 0;
  padding: .4em .6em;
  background: #f2f1ef;
  color: #3d2d25;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.auther-header { margin-bottom: 0; padding: 0 !important; }
.furuko-author-detail__category-header {
  width: 100%;
  max-width: 150px;
  margin: 2em auto 3em;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none;
}
.furuko-author-detail__category-title {
  margin: 0;
  padding: .4em .6em;
  background: #f2f1ef;
  color: #3d2d25;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.auther-header .single-title,
.auther-header .wad_yomi { text-align: center; }
.furuko-news-detail__category-header .cat_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35em .9em;
  margin: 1.2em 0 0;
  padding: 0;
}
.furuko-news-detail__category-header .cat-item {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .88rem;
}
.furuko-news-detail__category-header .cat-item a { color: inherit; text-decoration: none; }
.furuko-news-detail__category-header .cat-item a:hover { text-decoration: underline; }
.furuko-news-detail__title-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px 16px;
}
.furuko-news-detail__title-block .entry-meta {
  margin: 0 0 .45em;
  padding: 0;
  color: inherit;
  font-size: .72rem;
  line-height: 1.4;
}
.furuko-news-detail__title-block time.pubdate::before { display: none; }
.furuko-news-detail__title-block .single-title {
  margin: 0;
  padding: 0;
  color: #3d2d25;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.55;
}
.furuko-news-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  align-items: start;
}
.furuko-news-single-layout__main { min-width: 0; }
.single .furuko-news-single-layout .furuko-news-archive-nav { display: block; padding-top: 100px; }
.furuko-news-single-layout .furuko-news-detail__title-block {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.furuko-news-single-layout__main > .entry-content {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 680px) {
  .furuko-news-detail__category-header { margin-bottom: 2.2em; }
  .furuko-news-detail__title-block { padding: 0 25px 12px; }
  .furuko-news-single-layout { grid-template-columns: 1fr; gap: 32px; padding: 0 25px; }
  .single .furuko-news-single-layout .furuko-news-archive-nav { padding-top: 0; }
}

/* 詳細ページのSNSボタンは、デザイン調整まで非表示にする。 */
.single .sns-btn,
.single .fab-btn,
.single #fab__contents,
.single .fab__close-cover {
  display: none !important;
}

/* 書店さまへ：取引ルートの案内 */
.entry-content .furuko-bookstore-order { color: inherit; font-size: .94rem; line-height: 1.9; }
.entry-content .furuko-bookstore-order p { margin: 0 0 1.2em; }
.entry-content .furuko-bookstore-order__lead { margin-bottom: 1.65em; font-family: var(--furuko-base-font); font-size: 1.08rem; line-height: 2; }
.entry-content .furuko-bookstore-order__notice { margin-bottom: 2.8em; color: inherit; font-size: .88rem; text-align: center; }
.entry-content .furuko-bookstore-order__notice a {
  display: inline-block;
  padding: .65em 1em;
  border: 1px solid #b8a99a;
  background: #f2f1ef;
  color: #3d2d25;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
.entry-content .furuko-bookstore-order__notice a:hover {
  background: #3d2d25;
  color: #fff;
  text-decoration: none;
}
.entry-content .furuko-bookstore-order__route { margin: 0; padding: 32px 0 38px; border-top: 1px solid #d9d4ce; }
.entry-content .furuko-bookstore-order__route:last-of-type { border-bottom: 1px solid #d9d4ce; }
.entry-content .furuko-bookstore-order__label { margin-bottom: .65em; color: inherit; font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.entry-content .furuko-bookstore-order h2 { margin: 0 0 .5em; padding: 0; border: 0; color: inherit; font-family: var(--furuko-base-font); font-size: 1.45rem; line-height: 1.45; }
.entry-content .furuko-bookstore-order__summary { margin-bottom: 1.5em; padding: .8em 1em; border-left: 3px solid #b8a99a; background: #f7f5f2; font-weight: 700; line-height: 1.75; }
.entry-content .furuko-bookstore-order h3 { margin: 1.8em 0 .65em; padding: 0; border: 0; color: inherit; font-size: .88rem; line-height: 1.6; }
.entry-content .furuko-bookstore-order ul { margin: 0 0 1.45em; padding: 0; list-style: none; }
.entry-content .furuko-bookstore-order li { position: relative; margin: .38em 0; padding-left: 1.1em; }
.entry-content .furuko-bookstore-order li::before { position: absolute; left: 0; color: #a99a8b; content: "・"; }
.entry-content .furuko-bookstore-order__note { color: inherit; font-size: .84rem; }
.entry-content .furuko-bookstore-order__direct-note { margin-top: 1.8em; padding: 1em 1.15em; background: #f2eee8; font-size: .88rem; line-height: 1.8; }
.entry-content .furuko-bookstore-order__contact { margin-top: 38px; text-align: right; }
.entry-content .furuko-bookstore-order__contact p { margin: 0; }
.entry-content .furuko-bookstore-order__contact-name { margin-top: .45em !important; font-family: var(--furuko-base-font); font-size: 1.05rem; }
@media (max-width: 680px) {
  .entry-content .furuko-bookstore-order { font-size: .9rem; }
  .entry-content .furuko-bookstore-order__route { padding: 28px 0 32px; }
  .entry-content .furuko-bookstore-order h2 { font-size: 1.3rem; }
}

/* 会社案内 */
.entry-content .furuko-company-profile { color: inherit; font-size: .94rem; line-height: 1.9; }
.entry-content .furuko-company-profile__lead { margin: 0 0 3.2em; font-family: var(--furuko-base-font); font-size: 1.12rem; line-height: 2.05; letter-spacing: .03em; }
.entry-content .furuko-company-profile__details { margin: 0; border-top: 1px solid #d9d4ce; }
.entry-content .furuko-company-profile__details > div { display: grid; grid-template-columns: 5.5em minmax(0, 1fr); gap: 1em; padding: 1em 0; border-bottom: 1px solid #e7e2dc; }
.entry-content .furuko-company-profile dt { color: inherit; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.entry-content .furuko-company-profile dd { margin: 0; }
.entry-content .furuko-company-profile__award { margin-top: 3.2em; padding-top: 28px; border-top: 1px solid #d9d4ce; }
.entry-content .furuko-company-profile h2 { margin: 0 0 1em; padding: 0; border: 0; color: inherit; font-family: var(--furuko-base-font); font-size: 1.35rem; line-height: 1.45; }
.entry-content .furuko-company-profile__award-year { margin: 0 0 .45em; color: inherit; font-size: .8rem; }
.entry-content .furuko-company-profile__book-title { margin: 0 0 .45em; font-weight: 700; line-height: 1.7; }
.entry-content .furuko-company-profile__authors { margin: 0; color: inherit; font-size: .86rem; line-height: 1.8; }
@media (max-width: 680px) {
  .entry-content .furuko-company-profile { font-size: .9rem; }
  .entry-content .furuko-company-profile__lead { margin-bottom: 2.6em; font-size: 1.04rem; }
  .entry-content .furuko-company-profile__details > div { grid-template-columns: 4.8em minmax(0, 1fr); gap: .75em; }
}

/* ================================================================
   古小烏舎 トップページ（page-furuko-top.php）
   書影を主役にし、書誌・購入導線は版元ドットコムへ集約する。
   ================================================================ */
.furuko-site-header {
  background: #fff;
  border-bottom: 1px solid #ded9d2;
  color: #2f2d2b;
  font-family: var(--furuko-base-font);
  font-weight: 400;
}
.furuko-site-header__inner {
  max-width: 1060px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  margin: 0 auto;
  padding: 20px 30px;
}
.furuko-site-header__logo { display: block; line-height: 0; }
.furuko-site-header__logo img {
  width: 162px;
  max-height: 54px;
  object-fit: contain;
}
.furuko-site-header__nav > ul { display: flex; gap: 1.6rem; padding: 0; margin: 0; list-style: none; }
.furuko-site-header__nav > ul > li { position: relative; }
.furuko-site-header__nav > ul > li::before {
  position: absolute;
  top: -34px;
  right: -.55rem;
  bottom: -34px;
  left: -.55rem;
  z-index: 0;
  content: "";
}
.furuko-site-header__nav .sub-menu {
  position: absolute;
  top: calc(100% + 31px);
  left: -.7rem;
  z-index: 60;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(2, minmax(9rem, auto));
  grid-auto-flow: column;
  column-gap: 1.1rem;
  margin: 0;
  padding: .9rem 1.1rem;
  list-style: none;
  border: 1px solid #ded9d2;
  background: #fff;
  box-shadow: 0 8px 18px rgba(47, 45, 43, .08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .38s ease, transform .38s ease, visibility 0s linear .38s;
}
.furuko-site-header__nav > ul > li:hover > .sub-menu,
.furuko-site-header__nav > ul > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
.furuko-site-header__nav .sub-menu li + li { border-top: 1px solid #ece8e2; }
.furuko-site-header__nav .sub-menu li:nth-child(4n + 1) { border-top: 0; }
.furuko-site-header__nav .sub-menu a { padding: .55rem .1rem; font-size: .8rem; white-space: nowrap; }
.furuko-site-header__nav a {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: .35em;
  color: #3d2d25;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}
.furuko-site-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.furuko-site-header__nav a:hover,
.furuko-site-header__nav a:focus-visible { color: #3d2d25; }
.furuko-site-header__nav a:hover::after,
.furuko-site-header__nav a:focus-visible::after { transform: scaleX(1); }
.furuko-site-header__mobile-nav { display: none; }
.furuko-site-footer {
  padding: 28px 20px 34px;
  color: #756f69;
  border-top: 1px solid #ded9d2;
  background: #fff;
  font-family: var(--furuko-base-font);
  font-size: .72rem;
  text-align: center;
}
.furuko-site-footer__nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1rem; margin: 0; padding: 0; list-style: none; }
.furuko-site-footer__nav a { color: inherit; text-decoration: none; }
.furuko-site-footer__nav a:hover { opacity: .6; }
.furuko-site-footer__copyright { margin: 14px 0 0; font-size: .66rem; }
.furuko-top {
  --furuko-ink: #2f2d2b;
  --furuko-green: #174b4a;
  --furuko-muted: #756f69;
  --furuko-line: #ded9d2;
  --furuko-paper: #fbfaf8;
  color: var(--furuko-ink);
  background: var(--furuko-paper);
  font-family: var(--furuko-base-font);
  font-weight: 400;
  padding: 24px 30px 112px;
}
.furuko-top__wrap { max-width: 1000px; margin: 0 auto; }
.furuko-eyebrow {
  margin: 0 0 20px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.furuko-tagline {
  margin: 0 0 20px;
  color: var(--furuko-muted);
  font-size: .78rem;
  letter-spacing: .14em;
  text-align: right;
}
.furuko-latest { position: relative; isolation: isolate; padding: 18px 0 88px; }
.furuko-latest__layout {
  display: grid;
  grid-template-columns: minmax(220px, 390px) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  position: relative;
  isolation: isolate;
  padding: 0 20px;
}
.furuko-latest__watermark {
  position: absolute;
  z-index: -1;
  right: 3.5%;
  bottom: 0;
  width: 82px;
  height: auto;
  pointer-events: none;
}
.furuko-latest__cover { position: relative; z-index: 1; width: 100%; max-width: 300px; margin: 0 auto; text-align: center; }
.furuko-cover-image {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 25px rgba(37, 31, 26, .15);
}
.furuko-latest__cover .furuko-cover-image { max-height: 572px; object-fit: contain; }
.furuko-cover-placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  color: var(--furuko-muted);
  font-size: .8rem;
  letter-spacing: .08em;
  background: #ece8e2;
}
.furuko-latest__title,
.furuko-book-card h3,
.furuko-books h2 {
  margin: 0;
  color: var(--furuko-ink);
  font-family: inherit;
  font-weight: 400;
  line-height: 1.45;
}
.furuko-latest__title { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: .03em; }
.furuko-author-books .furuko-book-card h3 { padding: 0; border-left: 0; }
.entry-content .furuko-author-books .furuko-book-card p { margin-bottom: 0; }
.furuko-subtitle { margin: .55em 0 0; line-height: 1.75; }
.furuko-author { margin: 1.2em 0 0; font-size: .94rem; line-height: 1.7; }
.furuko-latest__intro { max-width: 44em; margin: 1.7em 0 0; line-height: 2.05; }
.furuko-meta { margin: 1.15em 0 0; color: var(--furuko-muted); font-size: .82rem; letter-spacing: .03em; white-space: pre-line; }
.furuko-hanmoto-link {
  display: inline-block;
  margin-top: 2.2em;
  padding: 15px 0;
  color: inherit;
  font-size: .9rem;
  text-decoration: none;
}
.furuko-hanmoto-link:hover { opacity: .62; }
.furuko-books { border-top: 1px solid var(--furuko-line); padding-top: 30px; }
.furuko-books__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.furuko-books h2 { font-size: 1.45rem; letter-spacing: .04em; }
.furuko-books__heading p { margin: 0; color: var(--furuko-muted); font-size: .8rem; }
.furuko-book-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
  align-items: stretch;
}
.furuko-archive-book-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 220px)); justify-content: center; margin-top: 28px; }
.furuko-news-list { margin-top: 28px; border-top: 1px solid #ded9d2; }
.furuko-news-list__item { margin: 0; border-bottom: 1px solid #ded9d2; }
.furuko-news-list__link { display: block; padding: 24px 20px; color: inherit; text-decoration: none; transition: background-color .2s ease; }
.furuko-news-list__link:hover { background: #f2f1ef; color: inherit; text-decoration: none; }
.furuko-news-list__date { display: block; margin-bottom: .45em; font-size: .76rem; line-height: 1.4; }
.furuko-news-list__title { margin: 0; color: #3d2d25; font-size: 1.12rem; line-height: 1.55; }
.furuko-news-list__excerpt { margin: .65em 0 0; font-size: .9rem; line-height: 1.8; }
.furuko-news-archive-layout__body { display: grid; grid-template-columns: minmax(0, 1fr) 100px; gap: 50px; align-items: start; }
.furuko-news-archive-nav { padding-top: 28px; }
.furuko-news-archive-nav h2 { margin: 0 0 .9em; color: #3d2d25; font-size: .82rem; line-height: 1.4; }
.furuko-news-archive-nav ul { margin: 0; padding: 0; border: 0; list-style: none; }
.furuko-news-archive-nav li { border: 0; }
.furuko-news-archive-nav a { display: block; padding: .3em 0; color: inherit; font-size: .8rem; text-decoration: none; }
.furuko-news-archive-nav a:hover { color: inherit; text-decoration: underline; }
.furuko-search-results { margin-top: 64px; }
.furuko-search-book-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 220px)); justify-content: center; }
.furuko-related-books { margin: 48px 0; }
.furuko-related-books > h2 { margin: 0 0 24px; color: var(--furuko-ink); font-size: 1.25rem; font-weight: 400; text-align: center; }
.furuko-related-books__grid { grid-template-columns: repeat(auto-fit, minmax(180px, 220px)); justify-content: center; }
.furuko-book-card {
  display: flex;
  min-width: 0;
  position: relative;
}
.furuko-book-card__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  padding: 20px 18px 18px;
  background: #f2f1ef;
  color: inherit;
  text-decoration: none;
}
.furuko-book-card__link:hover { background: #e8e5df; }
.furuko-book-card__cover { position: relative; z-index: 1; padding: 0; overflow: visible; text-align: center; }
.furuko-book-card__cover .furuko-cover-image {
  width: 66.6667%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: none;
  transition: transform .32s ease, box-shadow .32s ease;
}
@media (hover: hover) and (pointer: fine) {
  .furuko-book-card:hover { z-index: 2; }
  .furuko-book-card__link:hover .furuko-cover-image,
  .furuko-book-card__link:focus-visible .furuko-cover-image {
    position: relative;
    z-index: 2;
    transform: scale(1.3);
    box-shadow: 0 7px 16px rgba(37, 31, 26, .16);
  }
}
.furuko-book-card__cover .furuko-cover-placeholder { min-height: 0; aspect-ratio: 2 / 3; }
.furuko-book-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 17px 0 0;
  line-height: 1.45;
}
.furuko-book-card h3 { font-size: 1.08rem; line-height: 1.35; font-weight: 700; }
.furuko-book-card .furuko-subtitle { margin-top: .35em; font-size: .93rem; font-weight: 400; line-height: 1.4; }
.furuko-book-card .furuko-author {
  margin: .85em 0 0;
  padding: .55em 0;
  border-top: 1px solid #d2cfca;
  border-bottom: 1px solid #d2cfca;
  color: var(--furuko-muted);
  font-size: .75rem;
  line-height: 1.45;
}
.furuko-book-card .furuko-meta { margin-top: .9em; font-size: .79rem; line-height: 1.35; text-align: right; }
.furuko-category-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px 4px; margin: auto 0 0; padding: 13px 0 0; list-style: none; text-align: right; }
.entry-content .furuko-category-tags { list-style-type: none; }
.furuko-category-tags li { padding: 2px 5px; background: #fff; color: var(--furuko-ink); font-size: .67rem; line-height: 1.3; }
.furuko-empty { padding: 96px 0; text-align: center; }
@media (max-width: 800px) {
  .furuko-site-header__inner { min-height: 70px; padding: 15px 18px; }
  .furuko-site-header__logo img { width: 123px; max-height: 42px; }
  .furuko-site-header__nav { display: none; }
  .furuko-site-header__mobile-nav { display: block; position: relative; }
  .furuko-site-header__mobile-nav summary { display: grid; gap: 5px; width: 28px; cursor: pointer; list-style: none; }
  .furuko-site-header__mobile-nav summary::-webkit-details-marker { display: none; }
  .furuko-site-header__mobile-nav summary span { display: block; width: 25px; height: 1px; background: #2f2d2b; }
  .furuko-site-header__mobile-nav nav { position: absolute; top: calc(100% + 15px); right: -18px; z-index: 50; width: min(70vw, 260px); padding: 14px 18px; border: 1px solid #ded9d2; background: #fff; box-shadow: 0 10px 20px rgba(47, 45, 43, .10); }
  .furuko-site-header__mobile-nav ul { margin: 0; padding: 0; list-style: none; }
  .furuko-site-header__mobile-nav li + li { border-top: 1px solid #ece8e2; }
  .furuko-site-header__mobile-nav a { display: block; padding: 10px 0; color: #3d2d25; font-size: .9rem; font-weight: 700; text-decoration: none; }
  .furuko-site-header__mobile-nav .sub-menu { margin: 0 0 6px 1em; padding-left: .9em; border-left: 1px solid #ded9d2; }
  .furuko-site-header__mobile-nav .sub-menu a { padding: 8px 0; font-size: .82rem; font-weight: 500; }
  .furuko-site-footer { padding: 24px 16px 28px; }
  .furuko-top { padding: 10px 18px 72px; }
  .furuko-latest { padding: 12px 0 66px; }
  .furuko-latest__layout { grid-template-columns: 1fr; gap: 28px; padding: 0; }
  .furuko-latest__watermark { display: none; }
  .furuko-latest__cover { width: 100%; max-width: 300px; margin: 0 auto; }
  .furuko-books__heading { display: block; }
  .furuko-books__heading p { margin-top: 10px; }
  .furuko-book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .furuko-archive-book-grid { grid-template-columns: repeat(2, minmax(0, 220px)); justify-content: center; }
  .furuko-search-book-grid { grid-template-columns: repeat(2, minmax(0, 220px)); justify-content: center; }
  .furuko-news-archive-layout__body { grid-template-columns: 1fr; gap: 32px; }
  .furuko-news-archive-nav { width: 100%; max-width: 550px; margin: 0 auto; padding-top: 0; }
  .furuko-news-archive-nav ul { display: flex; flex-wrap: wrap; gap: 0 .9em; border: 0; }
  .furuko-news-archive-nav li { border: 0; }
  .furuko-book-card__link { padding: 14px 12px 14px; }
  .furuko-book-card__cover { padding: 0; }
  .furuko-book-card__body { padding: 13px 0 0; }
  .furuko-book-card h3 { font-size: 1.02rem; }
}

/*書籍ページなど*/


header.article-header.entry-header .book-info {
    border: none;
    border-radius: var(--wp--custom--rounded--medium);
    box-shadow: var(--wp--custom--shadow--solid);
    background: #fff;
    min-height: 350px;
    margin: 20px -20px;
    padding: 10px;
}
header.article-header.entry-header.bookheader { position: relative;}
header.article-header.entry-header h1.entry-title.single-title.bookTitle { margin: 10px 0 0 220px; }
header.article-header.entry-header div.bookCover { position: absolute; top:76px;}

.footer-menu__btn.dfont { display:none;}

.dropd-box { padding:5px; background:#ededed; }
		.dropdwn-d {
			max-width: 300px;
			display: flex;
			text-align: center;
			list-style-type: none;
			margin: 0 auto 0 0px;
			padding: 0;
			color: #000;
			font-size:80%;
		}
		
		ul.dropdwn-d li {
			position: relative;
			padding: 0;
			display: block;
			cursor: pointer;
		}
		
		.dropdwn-d>li {
			width: 300px;
			background: #fff;
			display: inline;
		}
		
		.dropdwn_menu-d {
			width: 200px;
			display: none;
			position: absolute;
			padding: 0;
			background: #fff;
			margin-left: -1px;
			margin-top:0px;
		}
		
		.dropdwn_menu-d li {
			width: 200px;
		}
		
		.dropdwn_menu-d li a {
			padding: 0;
			margin: 0;
			display: block;
			color: #000;
		}
		
		li.sentaku {
			border: 1px solid #000;
			max-width:200px
		}
		li.net-s { width:100px;background:#ededed;}
		
		li.sentaku:hover {
			border-top: 1px solid #000;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
		}
		
		li.sentaku a:hover,
		ul.dropdwn-d li a:hover {
			background: #b3d7ff;
			color: #000;
		}
		
		.dropdwn_menu-d {
			border-bottom: 1px solid #000;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
		}


div.page-shomei span a { padding:2px 10px; margin:0 3px 5px 0; display:inline-block; background:#ddd; color:#666; font-weight:bold}
.page-type {display:none}
div.post div.gojuon ul,div.post div.gojuon_s ul {border:none; border-radius:none;}
div.post div.gojuon ul.aiu,
div.post div.gojuon_s ul.aiu 
{ padding:3px 0 3px 10px; 
font-weight:bold; margin:30px 0 20px 0;
 border-left:5px solid #ccc;border-bottom:none;
background:url(images/li_bottom.gif) left bottom repeat-x; }

div.post div.gojuon ul.aiu li,
div.post div.gojuon_s ul.aiu li { float:none; display:inline; }

div.post div.gojuon ul li a,
div.post div.gojuon_s ul li a { font-weight:bold; }

br.cl { clear:both;}
div.post div.gojuon ul,
div.post div.gojuon_s ul {
 margin:0 0 0 20px; padding:0; clear:left; border-bottom:1px dotted #ccc;} 
div.post div.gojuon ul li { float:left; width:220px; padding:7px 0; list-style:none; line-height:1.3  }

div.post div.gojuon_s ul li { float:left; width:140px; padding:7px 5px 7px 0; list-style:none; }
div.post div.gojuon_s ul li.goju_price { float:left; width:100px; text-align:right; }
div.post div.gojuon_s ul li.goju_book { width:310px; padding-right:50px; }

header.article-header.entry-header .book-info {
    border: 1px solid #000;
    min-height: 350px;
    margin: 20px -20px;
    padding: 10px;
}
header.article-header.entry-header.bookheader { position: relative;}
header.article-header.entry-header h1.entry-title.single-title.bookTitle { margin: 10px 0 0 220px; }
header.article-header.entry-header div.bookCover { position: absolute; top:60px;}
header.article-header.entry-header div.bookCover p.post-thumbnail img { width:200px;}
header.article-header.entry-header div.bookMeta { margin: 0 0 0 220px; }
.entry-header.bookheader div.bookMeta dl { font-size:90% }
section.entry-content.cf.bookentry { margin:0 ;font-size:90%; }

.relateTable tbody tr td.relateTable_content ul.auth,
.entry-content.cf div.relateBook ul { list-style: none; border: none; padding: 0; margin: 0}

.relateTable tbody tr td.relateTable_content ul.auth li,
.entry-content.cf div.relateBook ul li { float: left; margin-right: 5px;}

.entry-content.cf.bookentry div.relateBook ul li a img,
.entry-content.cf div.relateBook ul li a img{ height: 120px; width: auto; border:1px solid #ccc; }
section.entry-content table.relateTable tbody tr td.relateTable_content { padding:1px 5px 1px 5px; }
section.entry-content table.relateTable tbody tr td.relateTable_title { border-left: 5px solid #1862B6; padding:1px 5px 1px 10px; background: #eaedf2; width:60%; }

.yomi {display:none;}
.wad_fuku_u { font-size:80%; color: #ff6600;font-weight:bold; }
.wad_hakko { font-size:small; line-height:nomal; position:absolute; bottom:5px; right:10px }
/*watahac20240301 to custom css*/

header.article-header.entry-header div dl { font-size:80%; }
p.sidelong__img.wad_bookimg { height:150px; overflow:hidden; }
p.sidelong__img.wad_bookimg > img { border:1px solid #dfdfdf; }
div.sidelong.cf article.sidelong__article div.sidelong__article-info { vertical-align: top; padding-top:10px;}


.post-thumbnail > img {border: 1px solid #ccc}
.bookMeta ul.b-info li {padding-top:8px;font-size:90%; line-height:1.5; border-bottom:1px dotted #666;}
/*watahack20240301*/
/*.bookMeta ul.b-info li .ap { padding-left:15px; font-weight:bold; width:150px; float:left; }*/
.bookMeta ul.b-info li .ap { padding-left:5px; font-weight:bold; width:135px; float:left; }

.wad_columnT { margin-top:20px; border-bottom:1px solid #666; padding-bottom:2px; font-size:80%; }
.wad_columnA { text-align:right; }


/*追記分*/
/* ===== 書籍カード横並び用(3.12.14対応) ===== */
.book-card__link {
  display: flex;
  align-items: center;
  width: 100%;
}
.book-card__link .sidelong__img {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  margin: 0;
}
.book-card__link .sidelong__article-info {
  flex: 1 1 auto;
  width: auto; /* 親テーマの calc(100% - 90px) を打ち消す */
  padding-left: 10px;
}

/* 書籍カードは余白を含めて書籍ページへ。著者リンクは個別に操作できる。 */
.book-card {
  position: relative;
}
.book-card__whole-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.book-card__link {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.book-card__link a {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
/* ===== TOPページのタブ:3分割固定 + 4つ目を非表示 ===== */
.post-tab {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.post-tab > div {
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
  width: 33.3333% !important;
}
.post-tab > div:nth-child(3n) {
  border-right: none !important;
}
/* カスタマイザーで「タブ4」の名前を空にすれば不要。念のためのCSS隠し */
.post-tab > div.tab4 {
  display: none !important;
}

/* ================================================================
   書籍詳細（石風社の書誌ページのように、書影と書誌を一つの上段にまとめる）
   ================================================================ */
.furuko-book-detail__head,
.furuko-book-detail__content {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #2f2d2b;
  font-family: var(--furuko-base-font);
}
.furuko-book-detail__head { padding: 18px 28px 0; }
.furuko-book-detail__layout {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
  padding: 38px 0 58px;
}
.furuko-book-detail__cover { text-align: center; }
.furuko-book-detail__cover-button { display: block; margin: 0 auto; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.furuko-book-detail__cover-button:focus-visible { outline: 2px solid #3d2d25; outline-offset: 5px; }
.furuko-book-detail__cover .furuko-cover-image {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  box-shadow: 0 12px 25px rgba(37, 31, 26, .15);
}
.furuko-book-lightbox {
  display: none;
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 24px;
  border: 0;
  background: transparent;
}
.furuko-book-lightbox[open] { display: grid; place-items: center; }
.furuko-book-lightbox::backdrop { background: rgba(30, 27, 24, .87); }
.furuko-book-lightbox__image { display: block; width: auto; max-width: min(500px, calc(100vw - 48px)); max-height: calc(100vh - 48px); height: auto; box-shadow: 0 18px 42px rgba(0, 0, 0, .28); animation: furuko-book-lightbox-in .2s ease-out; }
.furuko-book-lightbox__close { position: fixed; top: 14px; right: 18px; width: 38px; height: 38px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.furuko-book-lightbox__close:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@keyframes furuko-book-lightbox-in { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.furuko-book-detail__summary { min-width: 0; }
.furuko-book-detail__title {
  margin: 0;
  color: #2f2d2b;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .03em;
}
.furuko-book-detail__subtitle { margin: .45em 0 0; font-size: 1.15rem; line-height: 1.45; }
.furuko-book-detail__authors,
.furuko-book-detail__specs { margin: 20px 0 0; }
.furuko-book-detail__authors > div,
.furuko-book-detail__specs > div {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  gap: 10px;
  padding: 3px 0;
}
.furuko-book-detail__authors { padding-bottom: 10px; border-bottom: 1px solid #ded9d2; }
.furuko-book-detail__authors dt,
.furuko-book-detail__specs dt { color: #756f69; font-size: .88rem; font-weight: 400; line-height: 1.3; }
.furuko-book-detail__authors dd,
.furuko-book-detail__specs dd { margin: 0; font-size: .95rem; line-height: 1.3; }
.furuko-book-detail__specs { padding-top: 1px; }
.furuko-book-detail__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.furuko-book-detail__categories li { padding: 3px 7px; background: #f2f1ef; font-size: .75rem; }
.furuko-book-detail__categories li a { color: inherit; text-decoration: none; }
.furuko-book-detail__categories li a:hover { text-decoration: underline; }
.footer-meta .furuko-detail-footer__categories {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.footer-meta .furuko-detail-footer__categories li { display: block; font-weight: 400; }
.footer-meta .furuko-detail-footer__categories li:not(:last-child)::after { padding: 0; content: none; }
.footer-meta .furuko-detail-footer__categories li a { color: inherit; }
.single .footer-meta .meta-tag { display: none; }
.furuko-book-detail__hanmoto {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 0;
  color: #2f2d2b;
  font-size: .92rem;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.furuko-book-detail__hanmoto:hover { opacity: .62; }
.furuko-book-detail__stores { margin-top: 10px; font-size: .84rem; }
.furuko-book-detail__stores summary { width: fit-content; cursor: pointer; color: #756f69; }
.furuko-book-detail__stores > div { display: flex; flex-wrap: wrap; gap: 7px 14px; padding: 12px 0 2px; }
.furuko-book-detail__stores a { color: #2f2d2b; text-decoration: none; border-bottom: 1px solid #ded9d2; }
.furuko-book-detail__stores a:hover { opacity: .62; }
.furuko-book-detail__content { padding: 0 28px 80px; }
.furuko-book-detail__content > section { margin-top: 48px; }
.furuko-book-detail__content h2 {
  margin: 0 0 22px;
  padding-bottom: 9px;
  color: #2f2d2b;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #ded9d2;
}
.furuko-book-detail__content p,
.furuko-book-detail__toc { line-height: 1.9; }
.furuko-book-detail__toc { white-space: pre-wrap; }
#main .furuko-book-detail__content pre {
  margin: 0;
  padding: 1em;
  overflow: visible;
  color: inherit !important;
  background: #eaedf2 !important;
  border: 1px solid #eaedf2 !important;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: pre-wrap;
}
.furuko-book-detail__author-profile + .furuko-book-detail__author-profile { margin-top: 30px; }
.furuko-book-detail__author-profile h3 { margin: 0; padding: 0; border-left: 0; font-size: 1rem; font-weight: 500; }
.furuko-book-detail__author-profile h3 a { color: inherit; text-decoration: none; border-bottom: 1px solid #ded9d2; }
.furuko-book-detail__author-reading { margin: .25em 0 1em; color: #756f69; font-size: .82rem; }
@media (max-width: 680px) {
  .furuko-book-detail__head { padding: 12px 18px 0; }
  .furuko-book-detail__layout { grid-template-columns: 1fr; gap: 32px; padding: 26px 0 42px; }
  .furuko-book-detail__cover .furuko-cover-image { max-width: 240px; }
  .furuko-book-detail__content { padding: 0 18px 58px; }
  .furuko-book-detail__content > section { margin-top: 38px; }
}
