#archive {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  #archive {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

#archive .cate-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: calc(8px * 8);
}

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

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

@media screen and (max-width: 767px) {
  #archive .cate-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

#archive .cate-menu__item {
  width: 100%;
  height: 54px;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  #archive .cate-menu__item {
    height: 48px;
  }
}

@media screen and (max-width: 519px) {
  #archive .cate-menu__item {
    height: 40px;
  }
}

#archive .cate-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

#archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

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

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: solid 1px #54A734;
  background: #ffffff;
  color: #54A734;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #54A734;
  color: #ffffff;
}

#archive .wp-pagenavi .current {
  background: #54A734;
  color: #ffffff;
}

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 519px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #54A734;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 519px) {
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0;
  }
}

#archive .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 519px) {
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}

#archive .wrap {
  max-width: 960px;
}

#archive .cate-menu__item {
  color: #54A734;
  border: 1px solid #54A734;
}

#archive .cate-menu__item a:hover {
  background: #54A734;
  color: #ffffff;
}

#archive .cate-menu .current {
  border: 1px solid #54A734;
}

#archive .cate-menu .current a {
  color: #ffffff;
  background: #54A734;
}

#archive .news-list {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  #archive .news-list {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .news-list {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

#archive .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  #archive .news-list__item {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  #archive .news-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}

#archive .news-list__item:not(:last-of-type) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px rgba(91, 64, 35, 0.3);
}

#archive .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#archive .news-meta__date {
  padding-top: 4px;
  margin-right: calc(8px * 2);
  font-family: "Josefin Slab", serif;
  font-size: 2rem;
}

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

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

@media screen and (max-width: 767px) {
  #archive .news-meta__date {
    font-size: 1.6rem;
  }
}

#archive .news-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  width: 128px;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 2px;
  border: 1px solid #54A734;
  background: #54A734;
}

@media screen and (max-width: 767px) {
  #archive .news-meta__cate {
    width: 108px;
    height: 25px;
  }
}

#archive .news-meta__cate:hover {
  color: #54A734;
  background: #ffffff;
}

#archive .news-ttl a {
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#archive .news-ttl a:hover {
  text-decoration: underline;
  -webkit-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

#archive .news-txt {
  margin-bottom: calc(8px * 1);
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  #archive .news-txt {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive .news-txt {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

#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: 959px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

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

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

#single .post-meta__date {
  padding-top: 4px;
  margin-right: calc(8px * 2);
  font-family: "Josefin Slab", serif;
}

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

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

#single .post-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  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: 959px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #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: 959px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

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

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

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

#single .post-dtl .editor-styles-wrapper {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #single .post-dtl .editor-styles-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

#single .post-dtl .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content .wp-block {
  max-width: none;
}

#single .post-dtl h2 {
  margin-top: 88px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: calc(8px * 4);
  padding: 16px 0 16px 64px;
  min-height: auto;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  background: #FBF8F4;
  border-radius: 4px;
  border-bottom: none;
}

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

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

@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 66px;
    padding: 12px 0 12px 50px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl h2 {
    margin-top: 44px;
    padding: 12px 16px 12px 40px;
    font-size: 2rem;
    line-height: 1.2;
    border-radius: 2px;
  }
}

#single .post-dtl h2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 47px;
  height: 84px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h2::before {
    width: 40px;
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl h2::before {
    width: 32px;
    height: 58px;
  }
}

#single .post-dtl h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(0deg, rgba(91, 64, 35, 0.01) 0px, rgba(91, 64, 35, 0.01) 8px, transparent 8px, transparent 12px), repeating-linear-gradient(90deg, rgba(91, 64, 35, 0.01) 0px, rgba(91, 64, 35, 0.01) 8px, transparent 8px, transparent 12px);
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#single .post-dtl h2::before, #single .post-dtl h2::after {
  pointer-events: none;
}

#single .post-dtl h3 {
  margin-top: 48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: calc(8px * 2);
  padding: 0 0 8px 44px;
  min-height: 40px;
  border-bottom: solid 2px #5B4023;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    padding: 0 0 6px 40px;
    min-height: 35px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    padding: 0 0 6px 34px;
    min-height: 30px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

#single .post-dtl h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 32px;
  height: 40px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/leaf-red.png") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  #single .post-dtl h3::before {
    width: 28px;
    height: 35px;
  }
}

#single .post-dtl h4 {
  margin-top: 32px;
  position: relative;
  margin-bottom: calc(8px * 1);
  padding-left: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 24px;
    padding-left: 18px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl h4 {
    margin-top: 16px;
    padding-left: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

#single .post-dtl h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc( 50% + 1px);
  translate: 0 -50%;
  width: 13px;
  height: 21px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-s-deco.png") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  #single .post-dtl h4::before {
    width: 11px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl h4::before {
    top: 50%;
    width: 9px;
    height: 15px;
  }
}

#single .post-dtl .has-grn-color {
  color: #54A734;
}

#single .post-dtl .has-orn-color {
  color: #FFBE2C;
}

#single .post-dtl .has-main-color {
  color: #E3F1DE;
}

#single .post-dtl .has-sub-color {
  color: #FEF0E0;
}

#single .post-dtl .has-grn-background-color {
  background-color: #54A734;
}

#single .post-dtl .has-orn-background-color {
  background-color: #FFBE2C;
}

#single .post-dtl .has-main-background-color {
  background-color: #E3F1DE;
}

#single .post-dtl .has-sub-background-color {
  background-color: #FEF0E0;
}

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

#single .post-dtl p strong {
  font-weight: bold;
  color: #54A734;
  font-size: 1.8rem;
}

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

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

#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: 14px;
}

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

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

@media screen and (max-width: 959px) {
  #single .post-dtl ul li::before {
    top: 9px;
  }
}

#single .post-dtl ul li > ul li::before {
  width: 6px;
  height: 6px;
  background: #54A734;
  border-radius: 50%;
}

#single .post-dtl ul li > ol li::before {
  content: none;
}

#single .post-dtl ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  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: #54A734;
}

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

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

#single .post-dtl ol li ul {
  padding-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #single .post-dtl ol li ul {
    padding-top: 4px;
    margin-bottom: 4px;
  }
}

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

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

#single .post-dtl ol li ul li::before {
  background: #54A734;
}

#single .post-dtl ol li ol {
  padding-top: 6px;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #single .post-dtl ol li ol {
    padding-top: 4px;
    margin-bottom: 4px;
  }
}

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

#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eeeeee;
}

#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}

#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}

#single .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-image img {
  width: auto;
  border-radius: 4px;
}

#single .post-dtl .wp-block-media-text {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}

#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}

#single .post-dtl .wp-block-file {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #54A734;
  text-decoration: underline;
}

#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}

#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #54A734;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single .post-dtl .wp-block-separator {
  margin: 40px 0;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0 28px;
  }
}

#single .post-dtl .wp-block-table {
  margin: 16px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table {
    margin: 8px 0;
  }
}

#single .post-dtl .wp-block-table thead tr th {
  padding: 24px;
  background: #FBF8F4;
  color: #333333;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table thead tr th {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table thead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody tr {
    display: block;
  }
}

#single .post-dtl .wp-block-table tbody tr:not(:last-child) th,
#single .post-dtl .wp-block-table tbody tr:not(:last-child) td {
  margin-bottom: calc(8px * 3);
  border-bottom: solid 1px rgba(91, 64, 35, 0.3);
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) th,
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) td {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) th,
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) td {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) th,
  #single .post-dtl .wp-block-table tbody tr:not(:last-child) td {
    margin-bottom: 0;
    border-bottom: none;
  }
}

#single .post-dtl .wp-block-table tbody tr th,
#single .post-dtl .wp-block-table tbody tr td {
  padding: 22px;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table tbody tr th,
  #single .post-dtl .wp-block-table tbody tr td {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody tr th,
  #single .post-dtl .wp-block-table tbody tr td {
    display: block;
    padding: 10px;
  }
}

#single .post-dtl .wp-block-table tbody tr td {
  vertical-align: middle;
  border: none;
  background: #ffffff;
}

#single .post-dtl .wp-block-table tbody tr td:first-of-type {
  width: 240px;
  background: #FBF8F4;
  font-weight: 700;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-table tbody tr td:first-of-type {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody tr td:first-of-type {
    width: 100%;
    border-bottom: solid 1px rgba(91, 64, 35, 0.3);
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #333333;
  }
}

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

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

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

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

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

@media screen and (max-width: 959px) {
  #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);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .gallery__item .gallery-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #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));
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 959px) {
  #single .pagelink {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .pagelink {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

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

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

@media screen and (max-width: 519px) {
  #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: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #54A734;
  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: 260px;
}

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

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

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

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

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

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

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

#single .wrap {
  max-width: 960px;
}

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

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

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

#single .post-meta__cate {
  border: 1px solid #54A734;
  background: #54A734;
}

#single .post-meta__cate:hover {
  color: #54A734;
  background: #ffffff;
}

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