.lower-page .hero {
  background: url("/img/general/common/lower-img.jpg") center/cover no-repeat;
}

#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    gap: 12px;
  }
}

#archive .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 64px;
}

@media screen and (max-width: 960px) {
  #archive .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #999999;
  color: #ffffff;
}

#archive .pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: calc(8px * 4);
  gap: 8px;
}

@media screen and (max-width: 960px) {
  #archive .pagenav {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav {
    padding-top: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: solid 1px #9d6c1e;
  background: #ffffff;
  color: #9d6c1e;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
    font-size: 1.2rem;
  }
}

#archive .pagenav__item:hover, #archive .pagenav__item.is-current, #archive .pagenav__prev:hover, #archive .pagenav__prev.is-current, #archive .pagenav__next:hover, #archive .pagenav__next.is-current {
  background: #9d6c1e;
  color: #ffffff;
}

#archive .pagenav__item {
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__item {
    flex-grow: 1;
    max-width: 64px;
  }
}

#archive .pagenav__prev, #archive .pagenav__next {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive .pagenav__prev, #archive .pagenav__next {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav__prev, #archive .pagenav__next {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .pagenav__prev::before, #archive .pagenav__next::before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s ease-out;
  width: 8px;
  height: 12px;
  background: #9d6c1e;
  -webkit-mask-image: url("/img/general/icon/menu-arrow.svg");
  mask-image: url("/img/general/icon/menu-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#archive .pagenav__prev:hover::before, #archive .pagenav__next:hover::before {
  background: #ffffff;
}

#archive .pagenav__prev {
  padding-left: 12px;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive .pagenav__prev::before {
  left: 11px;
  transform: scale(-1, 1);
}

#archive .pagenav__next {
  padding-right: 12px;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__next {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive .pagenav__next::before {
  right: 11px;
}

#archive .news-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 32px;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.12);
}

@media screen and (max-width: 768px) {
  #archive .news-list__item {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item {
    padding: 10px 12px;
  }
}

#archive .news-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  #archive .news-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

#archive .news-list__item .news-date {
  position: relative;
  width: 125px;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 960px) {
  #archive .news-list__item .news-date {
    width: 116px;
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list__item .news-date {
    width: 94px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item .news-date {
    margin-bottom: 2px;
    width: 100%;
  }
}

#archive .news-list__item .news-date::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 2px;
  background: #cccccc;
}

@media screen and (max-width: 768px) {
  #archive .news-list__item .news-date::after {
    width: 12px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item .news-date::after {
    display: none;
  }
}

#archive .news-list__item .news-ttl {
  width: calc( 100% - 125px);
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  #archive .news-list__item .news-ttl {
    width: calc( 100% - 116px);
  }
}

@media screen and (max-width: 768px) {
  #archive .news-list__item .news-ttl {
    width: calc( 100% - 94px);
    padding-left: 8px;
  }
}

@media screen and (max-width: 520px) {
  #archive .news-list__item .news-ttl {
    width: 100%;
    padding-left: 0;
  }
}

#archive .news-list__item .news-ttl span {
  position: relative;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 16px;
  line-height: 1.4;
}

#archive .news-list__item .news-ttl span::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 10px;
  height: 14px;
  background: #9d6c1e;
  -webkit-mask-image: url("/img/general/icon/menu-arrow.svg");
  mask-image: url("/img/general/icon/menu-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.2s ease-out;
}

#archive .news-list__item:hover {
  color: #9d6c1e;
  translate: 4px 0;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 960px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

#single .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-tag__item a {
  color: #999999;
}

#single .post-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

#single .post-dtl h2 {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2 {
    padding-left: 8px;
    font-size: 1.8rem;
  }
}

#single .post-dtl h2::before, #single .post-dtl h2::after {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2::before, #single .post-dtl h2::after {
    width: 3px;
  }
}

#single .post-dtl h2::before {
  bottom: 50%;
  height: calc(50% - 4px);
  background-color: #007138;
}

#single .post-dtl h2::after {
  top: 50%;
  height: calc(50% - 4px);
  background-color: #a73130;
}

#single .post-dtl h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 10px;
  color: #007138;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3 {
    font-size: 1.6rem;
  }
}

#single .post-dtl h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  background-color: #007138;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3::before {
    width: 2px;
  }
}

#single .post-dtl h4 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 16px;
  color: #a73130;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h4 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h4 {
    padding-left: 12px;
    font-size: 1.4rem;
  }
}

#single .post-dtl h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #a73130;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single .post-dtl h4::before {
    width: 8px;
  }
}

#single .post-dtl h5 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 1);
  padding: 6px 12px;
  background: rgba(157, 108, 30, 0.08);
  border-radius: 2px;
  color: #9d6c1e;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h5 {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h5 {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h5 {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}

#single .post-dtl p {
  margin: 0 0 32px;
}

#single .post-dtl p em {
  font-style: italic;
}

#single .post-dtl p strong {
  font-weight: bold;
}

#single .post-dtl p a {
  text-decoration: underline;
  color: #007138;
}

#single .post-dtl p a:hover {
  text-decoration: none;
}

#single .post-dtl ul {
  margin: 0 0 32px;
  list-style: none;
}

#single .post-dtl ul li {
  position: relative;
  padding-left: 16px;
}

#single .post-dtl ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

#single .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #03ac2a;
  border-radius: 50%;
}

#single .post-dtl ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  padding-inline-start: 0;
}

#single .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#single .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

#single .post-dtl ol li::marker {
  color: #03ac2a;
}

#single .post-dtl ol li div {
  display: inline;
}

#single .post-dtl img {
  width: 100%;
  max-width: 800px;
}

#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .gallery {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .gallery {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

#single .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  transition: 0.3s ease-out;
}

#single .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #333333;
  border: solid 1px #333333;
  color: #ffffff;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#single .gallery__item .gallery-zoom::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #333333;
}

#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #333333 calc(50% - 1px), #333333 calc(50% + 1px), transparent calc(50% + 1px));
}

#single .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  #single .pagelink {
    gap: 12px;
  }
}

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #9d6c1e;
  color: #9d6c1e;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single .pagelink__prev a .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #9d6c1e;
  transition: 0.3s ease-out;
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #9d6c1e;
  color: #ffffff;
}

#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#single .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}

#single .hero {
  height: 200px;
}

@media screen and (max-width: 768px) {
  #single .hero {
    height: 140px;
  }
}

@media screen and (max-width: 520px) {
  #single .hero {
    height: 104px;
  }
}

#single .post .post-meta {
  margin-bottom: 0;
}

#single .post .post-meta__date {
  color: #a73130;
}

#single .post .post-ttl {
  font-size: 2.8rem;
  border-bottom: 3px solid #007138;
  padding-bottom: calc(8px * 2);
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  #single .post .post-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post .post-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post .post-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post .post-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post .post-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post .post-ttl {
    font-size: 2.2rem;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/news.css.map */
