@charset "UTF-8";
/*
Theme Name: Keyaki no Mori
Author: Keyaki no Mori
Description: Keyaki no Moriのテーマです。
Version: 1.0
*/
html {
  overflow-x: clip;
  scrollbar-gutter: stable;
}

html:has(:modal[open]) {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
  overflow: inherit;
  min-height: 100vh;
}

main {
  margin-bottom: auto;
}

.fade {
  opacity: 0;
}

.fade.active {
  animation: fadeIn 4s ease 0s 1 normal forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --header-height: 80px;
}

@media (width >= 48rem) {
  :root {
    --header-height: 96px;
  }
}
@media (width >= 64rem) {
  :root {
    --header-height: 114px;
  }
}
@media (width >= 80rem) {
  :root {
    --header-height: 130px;
  }
}
body.b-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
body.b-fixed::after {
  animation: fadein 0.5s ease;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.g-nav .menu-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.g-nav .menu-toggle > div {
  position: relative;
}
.g-nav .menu-toggle > div span {
  left: 0;
  position: absolute;
  transition: 0.35s ease-in-out;
}
.g-nav .menu-toggle > div span:nth-child(1) {
  top: 0;
}
.g-nav .menu-toggle > div span:nth-child(2) {
  top: 9px;
}
.g-nav .menu-toggle > div span:nth-child(3) {
  top: 18px;
}
.g-nav .menu-toggle > div.close span:nth-child(1) {
  top: 10px;
  transform: rotate(315deg);
}
.g-nav .menu-toggle > div.close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.g-nav .menu-toggle > div.close span:nth-child(3) {
  top: 10px;
  transform: rotate(-315deg);
}
.g-nav .g-nav-header {
  height: var(--header-height);
}
.g-nav .nav-content {
  background: #2b2422;
  color: #fff;
  padding: 0 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  text-align: left;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  top: 0;
  right: 0;
  z-index: 900;
}
.g-nav .nav-content.fade-toggle {
  opacity: 1;
  visibility: visible;
}

.nav-content > nav .g-nav-main {
  border-top: 1px solid #7c6d67;
}
.nav-content > nav .g-nav-main > li {
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.2;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
.nav-content > nav .g-nav-main > li a {
  color: #fff;
  display: block;
  padding: 16px 16px;
  position: relative;
  transition: ease 0.3s;
}
.nav-content > nav .g-nav-main > li a:hover {
  background-color: rgb(111.6, 98.1, 92.7);
}
.nav-content > nav .g-nav-main > li a::after {
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 12px;
}
.nav-content > nav .g-nav-main > li a[target=_blank]::after {
  content: "\f24d";
  font: var(--fa-font-regular);
  font-size: 13px;
  font-size: 0.8125rem;
}
.nav-content > nav .g-nav-main > li.menu-item-has-children ul > li:last-of-type {
  border-bottom: 0;
}
.nav-content > nav .g-nav-main > li.menu-item-has-children ul > li > a {
  background-color: rgb(111.6, 98.1, 92.7);
  padding: 14px 16px 14px 30px;
}
.nav-content > nav .g-nav-main > li.menu-item-has-children ul > li > a::before {
  content: "\f068";
  font: var(--fa-font-solid);
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 8px;
}
.nav-content > nav .g-nav-main > li.menu-item-has-children ul > li > a:hover {
  background-color: rgb(99.2, 87.2, 82.4);
}
.gnav-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 30px 15px;
}
.gnav-sub li {
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 50%;
}
.gnav-sub li a {
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
}

@media (width >= 40rem) {
  .g-nav .nav-content {
    width: 500px;
  }
}
@media (width >= 64rem) {
  .g-nav .menu-toggle > div span:nth-child(2) {
    top: 11px;
  }
  .g-nav .menu-toggle > div span:nth-child(3) {
    top: 22px;
  }
  .g-nav .menu-toggle > div.close span:nth-child(1) {
    top: 12px;
  }
  .g-nav .menu-toggle > div.close span:nth-child(3) {
    top: 12px;
  }
}
.btn-pagetop {
  background: oklch(43.8% 0.017 39.3deg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s;
  pointer-events: none;
}

.btn-pagetop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn-pagetop {
    transition: none;
  }
}
.information-title a[href$=".pdf"]:not(:has(img))::before {
  content: "\f1c1";
  font: var(--fa-font-regular);
  margin-right: 0.2rem;
}

.wp-pagenavi {
  align-items: center;
  display: flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
  gap: 1rem;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  transition: ease 0.3s;
}
.wp-pagenavi a:hover {
  color: #7c6d67;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  padding: 0 5px;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background: #fff;
  border: 2px solid oklch(86.8% 0.007 39.5deg);
  border-radius: 100vmax;
  color: #7c6d67;
  width: 40px;
}
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi a:hover.previouspostslink {
  border: 2px solid rgba(124, 109, 103, 0.6);
}
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span.previouspostslink {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 100vmax;
  color: #ccc;
  width: 40px;
}
.wp-pagenavi .current {
  border-bottom: 1px solid #7c6d67;
  font-weight: 600;
}

.entry-content {
  display: flow-root;
  line-height: 1.8;
}
.entry-content a {
  color: #7c6d67;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
}
.entry-content a[href$=".pdf"]:not(:has(img))::before {
  content: "\f1c1";
  font: var(--fa-font-regular);
  margin-right: 0.2rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content ul {
  margin-bottom: 1.5rem;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1.4em;
}
.entry-content ul li ul li {
  list-style: circle;
}
.entry-content ul li ul li ul li {
  list-style: square;
}
.entry-content ol {
  margin-bottom: 1.5rem;
}
.entry-content ol li {
  list-style: decimal;
  margin-left: 2.4em;
}
.entry-content blockquote {
  border-left: 5px solid #aba09c;
  margin: 1rem auto;
  padding: 1rem;
}
.entry-content blockquote p {
  margin-bottom: auto;
}
.entry-content table {
  border-right: 1px solid #aba09c;
  border-bottom: 1px solid #aba09c;
}
.entry-content table th,
.entry-content table td {
  border-top: 1px solid #aba09c;
  border-left: 1px solid #aba09c;
}
.entry-content table th {
  background: oklch(92.2% 0.005 34.3deg);
  padding: 2px 4px;
}
.entry-content table td {
  padding: 4px 4px;
}
.entry-content em {
  font-style: italic;
}
.entry-content img {
  margin: auto;
  height: auto;
}
.entry-content .aligncenter,
.entry-content .alignleft,
.entry-content .alignright,
.entry-content .alignnone {
  float: none;
  display: block;
  margin-inline: auto;
}
@media (width >= 64rem) {
  .entry-content .aligncenter {
    display: block;
    margin-inline: auto;
  }
  .entry-content .alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
  .entry-content .alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.entry-content {
  /* Clearings */
}
.entry-content .clear:before,
.entry-content .clear:after,
.entry-content .entry-content:before,
.entry-content .entry-content:after,
.entry-content .comment-content:before,
.entry-content .comment-content:after,
.entry-content .site-header:before,
.entry-content .site-header:after,
.entry-content .site-content:before,
.entry-content .site-content:after,
.entry-content .site-footer:before,
.entry-content .site-footer:after {
  content: "";
  display: table;
}
.entry-content .clear:after,
.entry-content .entry-content:after,
.entry-content .comment-content:after,
.entry-content .site-header:after,
.entry-content .site-content:after,
.entry-content .site-footer:after {
  clear: both;
}
.entry-content {
  /* Widgets */
}
.entry-content .widget {
  margin: 0 0 1.5em;
}
.entry-content {
  /* Make sure select elements fit in widgets. */
}
.entry-content .widget select {
  max-width: 100%;
}
.entry-content {
  /* Search widget. */
}
.entry-content .widget_search .search-submit {
  display: none;
}
.entry-content {
  /* Content */
}
.entry-content .sticky {
  display: block;
}
.entry-content .hentry {
  margin: 0 0 1.5em;
}
.entry-content .byline,
.entry-content .updated:not(.published) {
  display: none;
}
.entry-content .single .byline,
.entry-content .group-blog .byline {
  display: inline;
}
.entry-content .page-content,
.entry-content .entry-content,
.entry-content .entry-summary {
  margin: 1.5em 0 0;
}
.entry-content .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.entry-content {
  /* Asides */
}
.entry-content .blog .format-aside .entry-title,
.entry-content .archive .format-aside .entry-title {
  display: none;
}
.entry-content {
  /* Comments */
}
.entry-content .comment-content a {
  word-wrap: break-word;
}
.entry-content .bypostauthor {
  display: block;
}
.entry-content {
  /* Infinite scroll */
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
}
.entry-content .infinite-scroll .posts-navigation,
.entry-content .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
.entry-content {
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
}
.entry-content .infinity-end.neverending .site-footer {
  display: block;
}
.entry-content {
  /* Media */
}
.entry-content .page-content .wp-smiley,
.entry-content .entry-content .wp-smiley,
.entry-content .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content {
  /* Make sure embeds and iframes fit their containers. */
}
.entry-content embed,
.entry-content iframe,
.entry-content object {
  max-width: 100%;
}
.entry-content {
  /* Captions */
}
.entry-content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry-content .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry-content .wp-caption-text {
  text-align: center;
}
.entry-content {
  /* Galleries */
}
.entry-content .gallery {
  margin-bottom: 1.5em;
}
.entry-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-caption {
  display: block;
}

@media print {
  p, li {
    line-height: 1.6;
  }
  .no-print {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
