/* CSS Document */
#single-post {
  margin: 8rem auto 8rem; }
  @media screen and (max-width: 767px) {
    #single-post {
      margin: 8rem auto;
      margin-top: 110px; } }
  @media screen and (max-width: 575px) {
    #single-post {
      margin: 4rem auto;
      margin-top: 110px; } }
  #single-post .blog-article .article-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1rem;
    line-height: 1.3; }
    @media screen and (max-width: 991px) {
      #single-post .blog-article .article-ttl {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      #single-post .blog-article .article-ttl {
        font-size: 20px;
        font-size: 2rem; } }
  #single-post .blog-article p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      #single-post .blog-article p {
        font-size: 16px;
        font-size: 1.6rem; } }
    #single-post .blog-article p time {
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        #single-post .blog-article p time {
          font-size: 14px;
          font-size: 1.4rem; } }
    #single-post .blog-article p .category {
      font-size: 16px;
      font-size: 1.6rem;
      color: #1A5319;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        #single-post .blog-article p .category {
          font-size: 14px;
          font-size: 1.4rem; } }
  #single-post img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem; }
  #single-post figure {
    margin-bottom: 0; }

/* nav-links */
.nav-links {
  padding-top: 6rem; }
  .nav-links div {
    display: inline-block; }
    .nav-links div a {
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      background-color: #508D4E;
      color: #fff;
      border-radius: 2.5rem;
      border: solid 1px #508D4E;
      line-height: 1;
      padding: 1.3rem 2rem;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        .nav-links div a {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 1rem 1.5rem; } }
      @media screen and (max-width: 575px) {
        .nav-links div a {
          font-size: 15px;
          font-size: 1.5rem; } }
      .nav-links div a:hover {
        background-color: #fff;
        color: #508D4E; }
  .nav-links .nav-previous {
    float: left; }
    .nav-links .nav-previous a::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0d9";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-right: 1.5rem;
      font-weight: 900; }
  .nav-links .nav-next {
    float: right; }
    .nav-links .nav-next a::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-left: 1.5rem;
      font-weight: 900; }
  .nav-links .screen-reader-text {
    display: none; }

/* nav-links_acf */
.nav-links_acf {
  padding-top: 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .nav-links_acf a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #508D4E;
    color: #fff;
    border-radius: 2.5rem;
    border: solid 1px #508D4E;
    line-height: 1;
    padding: 1.3rem 2rem;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .nav-links_acf a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 1rem 1.5rem; } }
    @media screen and (max-width: 575px) {
      .nav-links_acf a {
        font-size: 15px;
        font-size: 1.5rem; } }
    .nav-links_acf a:hover {
      background-color: #fff;
      color: #508D4E; }
    .nav-links_acf a:last-child::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0da";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-left: 1.5rem;
      font-weight: 900; }
    .nav-links_acf a:first-child::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0d9";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      padding-right: 1.5rem;
      font-weight: 900; }
  .nav-links_acf .screen-reader-text {
    display: none; }

/* widget_acf */
.widget_acf {
  padding: 1rem 1rem 1rem 3rem; }
  @media screen and (max-width: 575px) {
    .widget_acf {
      padding: 5rem 1rem; } }
  .widget_acf h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: 20px;
    font-size: 2rem; }
  .widget_acf ul {
    list-style: none;
    padding-left: 0; }
    .widget_acf ul a {
      text-decoration: underline;
      color: #1A5319; }
      .widget_acf ul a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        padding-right: 0.5rem;
        font-weight: 900;
        text-decoration: none; }

/* sidebar */
#sidebar {
  padding: 1rem 1rem 1rem 3rem;
  font-size: 14px;
  font-size: 1.4rem; }
  #sidebar a {
    text-decoration: underline;
    color: #1A5319; }
  #sidebar p {
    border-bottom: 1px solid #000000; }
  #sidebar ul {
    list-style: none;
    padding-left: 0; }
  #sidebar h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    color: #000; }
  #sidebar .wp-block-calendar #today {
    background-color: #508D4E;
    color: #FFFFFF; }
    #sidebar .wp-block-calendar #today a {
      color: #FFFFFF; }
  #sidebar .wp-block-latest-posts li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.5rem;
    font-weight: 900; }
  #sidebar .wp-block-categories li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.5rem;
    font-weight: 900; }
  #sidebar .wp-calendar-nav {
    margin-bottom: 0.5rem; }

#blog-list {
  margin-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    #blog-list {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    #blog-list {
      margin-bottom: 3rem; } }
