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

#archive .cate-menu {
  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;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

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

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

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

#archive .cate-menu__item {
  width: calc((100% / 5) - (10px * 4 / 5));
  height: 48px;
}

@media screen and (max-width: 767px) {
  #archive .cate-menu__item {
    width: calc((100% / 2) - (8px * 1 / 2));
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 42px;
  }
}

#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;
  border: 1px solid #776358;
  color: #776358;
}

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

#archive .cate-menu__item.is-current a {
  background: #776358;
  color: #ffffff;
}

#archive .pagenation,
#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: 4px;
}

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

#archive .pagenation .page-numbers,
#archive .pagenation .page,
#archive .pagenation .current,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers,
#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;
  color: #776358;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #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 .pagenation .page-numbers,
  #archive .pagenation .page,
  #archive .pagenation .current,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers,
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

#archive .pagenation .page-numbers:not(.current):hover,
#archive .pagenation .page:not(.current):hover,
#archive .pagenation .current:not(.current):hover,
#archive .pagenation .nextpostslink:not(.current):hover,
#archive .pagenation .previouspostslink:not(.current):hover,
#archive .wp-pagenavi .page-numbers:not(.current):hover,
#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: #776358;
  color: #ffffff;
}

#archive .pagenation .current,
#archive .wp-pagenavi .current {
  border-bottom: 1px solid #776358;
}

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

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

#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .pagenation .nextpostslink,
#archive .pagenation .previouspostslink,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev,
#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 .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 519px) {
  #archive .pagenation .page-numbers.next,
  #archive .pagenation .page-numbers.prev,
  #archive .pagenation .nextpostslink,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc( 50% - 4px);
  }
}

#archive .pagenation .page-numbers.next::before,
#archive .pagenation .page-numbers.prev::before,
#archive .pagenation .nextpostslink::before,
#archive .pagenation .previouspostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .page-numbers.prev::before,
#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #776358;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #archive .pagenation .page-numbers.next::before,
  #archive .pagenation .page-numbers.prev::before,
  #archive .pagenation .nextpostslink::before,
  #archive .pagenation .previouspostslink::before,
  #archive .wp-pagenavi .page-numbers.next::before,
  #archive .wp-pagenavi .page-numbers.prev::before,
  #archive .wp-pagenavi .nextpostslink::before,
  #archive .wp-pagenavi .previouspostslink::before {
    border-width: 3px 0 3px 6px;
  }
}

#archive .pagenation .page-numbers.next:hover::before,
#archive .pagenation .page-numbers.prev:hover::before,
#archive .pagenation .nextpostslink:hover::before,
#archive .pagenation .previouspostslink:hover::before,
#archive .wp-pagenavi .page-numbers.next:hover::before,
#archive .wp-pagenavi .page-numbers.prev:hover::before,
#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 .pagenation .page-numbers.prev,
  #archive .pagenation .previouspostslink,
  #archive .wp-pagenavi .page-numbers.prev,
  #archive .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

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

#archive .pagenation .page-numbers.next,
#archive .pagenation .nextpostslink,
#archive .wp-pagenavi .page-numbers.next,
#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 .pagenation .page-numbers.next,
  #archive .pagenation .nextpostslink,
  #archive .wp-pagenavi .page-numbers.next,
  #archive .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive .pagenation .page-numbers.next::before,
#archive .pagenation .nextpostslink::before,
#archive .wp-pagenavi .page-numbers.next::before,
#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}

#archive .pagenation .page-numbers.next,
#archive .pagenation .page-numbers.prev,
#archive .wp-pagenavi .page-numbers.next,
#archive .wp-pagenavi .page-numbers.prev {
  border: 1px solid rgba(119, 99, 88, 0.5);
}

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

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

#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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

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

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

@media screen and (max-width: 519px) {
  #archive .news-list__item {
    gap: 8px;
    -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;
  }
}

#archive .news-list__item:not(:last-of-type) {
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #cccccc;
}

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

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

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

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

#archive .news-list__item .news-meta__cate {
  position: relative;
  width: 96px;
  padding: 2px 0;
  font-size: 1.4rem;
  background: #776358;
  border: #776358;
  color: #ffffff;
  text-align: center;
  clip-path: polygon(8% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 24%);
}

@media screen and (max-width: 519px) {
  #archive .news-list__item .news-meta__cate {
    width: 76px;
    font-size: 1.2rem;
  }
}

#archive .news-list__item .news-meta__cate:hover {
  background: rgba(119, 99, 88, 0.25);
  color: #776358;
}

#archive .news-list__item .news-ttl {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

@media screen and (max-width: 959px) {
  #archive .news-list__item .news-ttl a {
    font-size: 1.4rem;
  }
}

#archive .news-list__item .news-ttl:hover {
  -webkit-transform: translate(2px, 0);
  transform: translate(2px, 0);
}

#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;
  margin-bottom: calc(8px * 2);
}

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

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

#archive .news-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Lora", serif;
}

@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);
  }
}

#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;
  padding: 0 16px;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

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

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

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

#archive .news-ttl a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 959px) {
  #archive .news-ttl a {
    font-size: 2rem;
  }
}

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

#archive .news-ttl a:hover {
  text-decoration: underline;
}

#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 {
  margin-right: calc(8px * 2);
  font-family: "Lora", 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;
  height: 28px;
  padding: 0 16px;
  background: #776358;
  color: #ffffff;
  font-size: 1.4rem;
  clip-path: polygon(8% 0%, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 24%);
}

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

#single .post-meta__cate:hover {
  background: rgba(119, 99, 88, 0.25);
  color: #776358;
}

#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: 767px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

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

#single .post-dtl h2 {
  position: relative;
  z-index: 0;
  margin-bottom: calc(8px * 3);
  padding: 20px 24px;
  background: #FAF5ED;
  outline: 1px solid rgba(183, 162, 128, 0.4);
  outline-offset: -4px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #776358;
}

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

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

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

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

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

#single .post-dtl h2::before {
  display: none;
}

#single .post-dtl h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  margin-left: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #776358;
  color: #776358;
  font-weight: bold;
  font-size: 2.4rem;
}

@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 {
    font-size: 1.8rem;
  }
}

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

#single .post-dtl h3::before, #single .post-dtl h3::after {
  content: "";
  bottom: -8px;
  width: 1px;
  height: 16px;
  rotate: 15deg;
  background: #776358;
}

#single .post-dtl h3::before {
  position: absolute;
  left: 0;
}

#single .post-dtl h3::after {
  position: absolute;
  left: -4px;
}

#single .post-dtl h4 {
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
  font-weight: bold;
  color: #776358;
}

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

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

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

#single .post-dtl .has-small-font-size {
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .has-small-font-size {
    font-size: 1.2rem;
  }
}

#single .post-dtl .has-normal-font-size {
  font-size: 1.6rem;
}

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

#single .post-dtl .has-medium-font-size {
  font-size: 2rem;
}

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

#single .post-dtl .has-large-font-size {
  font-size: 2.4rem;
}

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

#single .post-dtl .has-huge-font-size {
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .has-huge-font-size {
    font-size: 2.4rem;
  }
}

#single .post-dtl .has-red-color {
  color: #B45C3C;
}

#single .post-dtl .has-pnk-color {
  color: #F5E1D6;
}

#single .post-dtl .has-nvy-color {
  color: #2C405F;
}

#single .post-dtl .has-l-beg-color {
  color: #FCF7F1;
}

#single .post-dtl .has-beg-color {
  color: #FAF0E4;
}

#single .post-dtl .has-ocher-color {
  color: #B7A280;
}

#single .post-dtl .has-brn-color {
  color: #776358;
}

#single .post-dtl .has-l-brn-color {
  color: #927C6F;
}

#single .post-dtl .has-r-brn-color {
  color: #A58472;
}

#single .post-dtl .has-d-brn-color {
  color: #53453D;
}

#single .post-dtl .has-sm-brn-color {
  color: #E8E4E1;
}

#single .post-dtl .has-dl-brn-color {
  color: #EFECE9;
}

#single .post-dtl .has-r-blk-color {
  color: #604D35;
}

#single .post-dtl .has-blk-color {
  color: #5D5D5D;
}

#single .post-dtl .has-wht-color {
  color: #ffffff;
}

#single .post-dtl .has-l-gry-color {
  color: #eeeeee;
}

#single .post-dtl .has-gry-color {
  color: #cccccc;
}

#single .post-dtl .has-l-skin-color {
  color: #FAF5ED;
}

#single .post-dtl .has-skin-c-color {
  color: #FEFCF9;
}

#single .post-dtl .has-d-gry-color {
  color: #999999;
}

#single .post-dtl .has-red-background-color {
  background-color: #B45C3C;
}

#single .post-dtl .has-pnk-background-color {
  background-color: #F5E1D6;
}

#single .post-dtl .has-nvy-background-color {
  background-color: #2C405F;
}

#single .post-dtl .has-l-beg-background-color {
  background-color: #FCF7F1;
}

#single .post-dtl .has-beg-background-color {
  background-color: #FAF0E4;
}

#single .post-dtl .has-ocher-background-color {
  background-color: #B7A280;
}

#single .post-dtl .has-brn-background-color {
  background-color: #776358;
}

#single .post-dtl .has-l-brn-background-color {
  background-color: #927C6F;
}

#single .post-dtl .has-r-brn-background-color {
  background-color: #A58472;
}

#single .post-dtl .has-d-brn-background-color {
  background-color: #53453D;
}

#single .post-dtl .has-sm-brn-background-color {
  background-color: #E8E4E1;
}

#single .post-dtl .has-dl-brn-background-color {
  background-color: #EFECE9;
}

#single .post-dtl .has-r-blk-background-color {
  background-color: #604D35;
}

#single .post-dtl .has-blk-background-color {
  background-color: #5D5D5D;
}

#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single .post-dtl .has-l-gry-background-color {
  background-color: #eeeeee;
}

#single .post-dtl .has-gry-background-color {
  background-color: #cccccc;
}

#single .post-dtl .has-l-skin-background-color {
  background-color: #FAF5ED;
}

#single .post-dtl .has-skin-c-background-color {
  background-color: #FEFCF9;
}

#single .post-dtl .has-d-gry-background-color {
  background-color: #999999;
}

#single .post-dtl p:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl p:not(:first-child) {
    margin-top: 12px;
  }
}

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

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

#single .post-dtl sup {
  vertical-align: super;
  font-size: smaller;
}

#single .post-dtl sub {
  vertical-align: sub;
  font-size: smaller;
}

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

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

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

@media screen and (max-width: 519px) {
  #single .post-dtl ul {
    margin-top: 12px;
  }
}

#single .post-dtl ul > li {
  list-style: none;
  position: relative;
  padding-left: 10px;
}

#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: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #776358;
}

#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}

#single .post-dtl ol {
  list-style: none;
  counter-reset: list-num;
  margin-top: 16px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl ol {
    margin-top: 12px;
  }
}

#single .post-dtl ol > li {
  list-style: none;
  margin-left: 1em !important;
  text-indent: -1em;
  line-height: 1.4;
}

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

#single .post-dtl ol > li::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

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

#single .post-dtl ol > li ul,
#single .post-dtl ol > li ol {
  list-style: none;
  margin: 8px 0 0;
}

#single .post-dtl ol > li ul li,
#single .post-dtl ol > li ol li {
  padding-left: 24px;
}

#single .post-dtl .wp-block-button {
  position: relative;
  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: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#single .post-dtl .wp-block-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 0 -50%;
  width: 1px;
  height: 16px;
  background: #FEFCF9;
}

#single .post-dtl .wp-block-button__link {
  position: relative;
  z-index: 1;
  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;
  width: 400px;
  min-height: 54px;
  padding-left: 20px;
  background: #ffffff;
  color: #776358;
  text-decoration: none;
  border: solid 1px #776358;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(119, 99, 88, 0.02);
  box-shadow: 0px 0px 6px 0px rgba(119, 99, 88, 0.02);
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-button__link {
    border-radius: calc(2px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    border-radius: calc(2px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-button__link {
    padding-left: 16px;
    width: 260px;
    min-height: 48px;
  }
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link {
    padding-left: 12px;
  }
}

#single .post-dtl .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  background: rgba(146, 124, 111, 0.1);
  border-radius: 100%;
}

#single .post-dtl .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 1;
  translate: 0 -50%;
  width: 38px;
  height: 8px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#single .post-dtl .wp-block-button__link:hover {
  background: #ffffff;
  color: #5D5D5D;
}

#single .post-dtl .wp-block-button__link:hover::after {
  right: -20px;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

#single .post-dtl .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
  border-top: solid 1px #776358;
  border-left: solid 1px #776358;
}

#single .post-dtl .wp-block-table .has-fixed-layout thead {
  border-bottom: none;
}

#single .post-dtl .wp-block-table .has-fixed-layout thead tr th {
  border-bottom: solid 1px #776358;
  color: #ffffff;
  background: #776358;
  text-align: center;
}

#single .post-dtl .wp-block-table .has-fixed-layout tbody tr th,
#single .post-dtl .wp-block-table .has-fixed-layout tbody tr td {
  border-right: solid 1px #776358;
  border-bottom: solid 1px #776358;
}

#single .post-dtl .wp-block-table .has-fixed-layout tbody tr th:first-child,
#single .post-dtl .wp-block-table .has-fixed-layout tbody tr td:first-child {
  background: #FCF7F1;
}

#single .post-dtl .wp-block-table .has-fixed-layout tbody tr th {
  vertical-align: middle;
  text-align: center;
}

#single .post-dtl .wp-block-table .has-fixed-layout tbody tr td:not(:first-child) {
  border-left: none;
}

#single .post-dtl .wp-block-table .has-fixed-layout tr th,
#single .post-dtl .wp-block-table .has-fixed-layout tr td {
  padding: 16px;
  vertical-align: middle;
}

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

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

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-table .has-fixed-layout tr th,
  #single .post-dtl .wp-block-table .has-fixed-layout tr td {
    padding: 8px;
  }
}

#single .post-dtl .wp-block-table .has-fixed-layout td {
  border: none;
}

#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-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-image {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single .post-dtl .wp-block-image::after {
  content: '';
  display: block;
  clear: both;
}

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

#single .post-dtl .wp-block-media-text {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#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-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-file {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#single .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #927C6F;
  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: #927C6F;
  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;
  }
}

#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(93, 93, 93, 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: #5D5D5D;
  border: solid 1px #5D5D5D;
  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: #5D5D5D;
}

#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #5D5D5D calc(50% - 1px), #5D5D5D calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #5D5D5D calc(50% - 1px), #5D5D5D 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 * 11);
}

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

@media screen and (max-width: 519px) {
  #single .pagelink {
    margin-bottom: calc((8px * 11) * 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 #776358;
  color: #776358;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@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: #776358;
  -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: #776358;
  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: 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: 160px;
}

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

@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 .news {
  margin-bottom: calc(8px * 11);
  padding-top: calc(8px * 3);
}

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

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

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

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

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