body {
  background: #FAF9F5;
}

/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
}
section#lead_area .box {
  position: relative;
}
section#lead_area .txt-box .txt-e {
  color: #7A7127;
  line-height: 1.1em;
}
section#lead_area .txt-box .txt-h1 {
  text-align: start;
  margin-bottom: 2.6041666667vw;
}
section#lead_area .txt-box .txt-p {
  line-height: 2.2em;
}
section#lead_area .breadcrumbs {
  margin-bottom: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.3vw;
  z-index: 4;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
  color: #000000;
}
section#lead_area .breadcrumbs > span {
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
}
section#lead_area .breadcrumbs > span > a {
  color: #7A7127;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
  text-decoration: underline;
}
section#lead_area .breadcrumbs > span > span {
  color: #000000;
  font-size: 0.625vw;
  font-family: "font-NSeJPm", "Noto Serif", serif;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .inner {
    padding-top: 0px;
    padding-bottom: 0;
  }
  section#lead_area .box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  section#lead_area .img-box {
    width: 70%;
    height: 72vw;
    margin-left: auto;
  }
  section#lead_area .txt-box {
    order: 2;
  }
  section#lead_area .txt-box .txt-e {
    font-size: 42px;
    margin-bottom: 0;
  }
  section#lead_area .txt-box .txt-h1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  section#lead_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#lead_area .breadcrumbs {
    z-index: 4;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 30px;
  }
  section#lead_area .breadcrumbs > span {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > a {
    font-size: 12px;
  }
  section#lead_area .breadcrumbs > span > span {
    font-size: 12px;
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0 0;
}

section#single01 .box {
  padding: 7.8125vw;
  box-sizing: border-box;
  background: #ffffff;
}

section#single01 .txt-h2 {
  line-height: 1.3em;
  margin-bottom: 2.6041666667vw;
}

section#single01 .info {
  display: flex;
  align-items: center;
  gap: 2vw;
}

section#single01 .info .txt-d {
  color: #000000;
}

section#single01 .info .txt-c {
  line-height: 1;
  transition: 1s;
  color: #ffffff;
  background: #7A7127;
  color: #ffffff;
  border: solid 1px #7A7127;
  box-sizing: border-box;
  padding: 0 1.0416666667vw;
  height: 1.4583333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#single01 .textarea {
  margin-top: 5.2083333333vw;
}

section#single01 .textarea p {
  font-size: 0.9375vw;
  font-family: "font-NSeJPr", "Noto Serif", serif;
  line-height: 1.8em;
}

section#single01 .textarea p img {
  width: initial;
  height: initial;
}

section#single01 .pagination {
  margin-top: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#single01 .pagination .txt-a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #7A7127;
  border: solid 2px #7A7127;
  width: 15.625vw;
  height: 3.6458333333vw;
  margin: 0;
  transition: 1s;
  box-sizing: border-box;
}

section#single01 .pagination .txt-a svg {
  display: flex;
  width: 0.4166666667vw;
  height: 0.7291666667vw;
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
}

section#single01 .pagination .txt-a svg path {
  fill: #ffffff;
  transition: 1s;
}

section#single01 .pagination .txt-a:hover {
  background: #ffffff;
  color: #7A7127;
}

section#single01 .pagination .txt-a:hover svg path {
  fill: #7A7127;
}

section#single01 .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  border-radius: 0;
  box-sizing: border-box;
  gap: 1.25vw;
}

section#single01 .pagination .page-link svg {
  display: flex;
  width: 0.4166666667vw;
  height: 0.7291666667vw;
  display: block;
}

section#single01 .pagination .page-link svg path {
  fill: #7A7127;
  transition: 1s;
}

section#single01 .pagination .page-link span {
  color: #000000;
  transition: 1s;
}

section#single01 .pagination .page-link.prev svg {
  transform: rotate(180deg);
}

section#single01 .pagination .page-link:hover span {
  color: #7A7127;
}

section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
}

section#single01 .pagination .page-link.disabled span {
  color: #7A7127;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 65px;
    padding-bottom: 0;
  }
  section#single01 .box {
    padding: 40px 20px;
  }
  section#single01 .txt-h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  section#single01 .info {
    gap: 50px;
  }
  section#single01 .info .txt-d {
    font-size: 16px;
  }
  section#single01 .info .txt-c {
    font-size: 12px;
    padding: 0 20px;
    height: 20px;
  }
  section#single01 .textarea {
    margin-top: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-top: 70px;
  }
  section#single01 .pagination .txt-a {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    order: 3;
  }
  section#single01 .pagination .txt-a svg {
    width: 6px;
    height: 10px;
    right: 20px;
  }
  section#single01 .pagination .page-link {
    gap: 10px;
  }
  section#single01 .pagination .page-link svg {
    width: 4.5px;
    height: 8px;
  }
  section#single01 .pagination .page-link span {
    font-size: 12px;
  }
  section#single01 .pagination .page-link.prev {
    order: 1;
  }
  section#single01 .pagination .page-link.next {
    order: 2;
  }
}
/*# sourceMappingURL=single.css.map */