#archive .search-sort {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #archive .search-sort {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .search-sort {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#archive .search-sort {
  padding: 32px 40px;
  margin-inline: auto;
  max-width: 868px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  #archive .search-sort {
    padding: 24px 24px 28px;
  }
}
#archive .search-sort .sort-unit {
  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: 12px 32px;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-unit {
    max-width: 645px;
    gap: 24px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-unit {
    gap: 12px;
  }
}
#archive .search-sort .sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 519px) {
  #archive .search-sort .sort-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#archive .search-sort .sort-ttl {
  position: relative;
  padding: 16px;
  min-width: 130px;
  font-size: 1.8rem;
  font-weight: bold;
  background: rgba(185, 145, 54, 0.12);
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-ttl {
    font-size: 1.6rem;
    padding: 12px;
  }
}
#archive .search-sort .sort-cat {
  width: 100%;
}
#archive .search-sort .sort-cat .sort-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding: 16px;
  background: #F8F7F4;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-cat .sort-check {
    gap: 6px 24px;
  }
}
#archive .search-sort .sort-cat .sort-check__item {
  display: inline-block;
  cursor: pointer;
}
#archive .search-sort .sort-cat .sort-check__item input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}
#archive .search-sort .sort-cat .sort-check__item input:checked + span::after {
  display: block;
}
#archive .search-sort .sort-cat .sort-check__item span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-cat .sort-check__item span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-cat .sort-check__item span {
    padding-left: 24px;
  }
}
#archive .search-sort .sort-cat .sort-check__item span::before, #archive .search-sort .sort-cat .sort-check__item span::after {
  position: absolute;
  content: "";
  translate: 0 -50%;
}
#archive .search-sort .sort-cat .sort-check__item span::before {
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #BFBFBF;
}
@media screen and (max-width: 767px) {
  #archive .search-sort .sort-cat .sort-check__item span::before {
    top: calc(50% + 1px);
    width: 18px;
    height: 18px;
  }
}
#archive .search-sort .sort-cat .sort-check__item span::after {
  display: none;
  top: calc(50% - 1px);
  left: 7px;
  z-index: 1;
  width: 7px;
  height: 13px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #C6643A #C6643A transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  #archive .search-sort .sort-cat .sort-check__item span::after {
    width: 6px;
  }
}
#archive .search-sort .sort-cat .sort-check.--pickup {
  padding: 0;
  background: none;
}
#archive .search-sort .sort-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 840px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword {
    gap: 16px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword {
    gap: 18px;
  }
}
#archive .search-sort .sort-keyword__box {
  width: calc(100% - 280px);
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword__box {
    width: calc(100% - 216px);
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword__box {
    width: 100%;
  }
}
#archive .search-sort .sort-keyword__btn {
  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: 12px;
}
#archive .search-sort .sort-keyword__btn .sort-cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#archive .search-sort .sort-keyword input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #ffffff;
  border: none;
  line-height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword input {
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-keyword input {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
#archive .search-sort .sort-btn {
  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: 16px;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn {
    gap: 8px;
  }
}
#archive .search-sort .sort-btn__item {
  width: 120px;
  height: 48px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item {
    width: 96px;
    height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item {
    height: 40px;
  }
}
#archive .search-sort .sort-btn__item.--sort {
  border: solid 1px #C6643A;
  background: #C6643A;
  color: #ffffff;
  line-height: 46px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item.--sort {
    line-height: 44px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item.--sort {
    line-height: 38px;
    font-size: 1.4rem;
  }
}
#archive .search-sort .sort-btn__item.--sort:hover {
  background: #ffffff;
  color: #C6643A;
}
#archive .search-sort .sort-btn__item.--sort:hover span::before {
  background: #C6643A;
}
#archive .search-sort .sort-btn__item.--clear {
  border: solid 1px #818385;
  background: #ffffff;
  color: #818385;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item.--clear {
    line-height: 40px;
  }
}
@media screen and (max-width: 959px) {
  #archive .search-sort .sort-btn__item.--clear {
    line-height: 36px;
  }
}
#archive .search-sort .sort-btn__item.--clear:hover {
  background: #818385;
  color: #ffffff;
}
#archive .post-num {
  text-align: right;
  max-width: 868px;
  margin-inline: auto;
}
#archive .post-num span {
  font-size: 2.4rem;
}
@media screen and (max-width: 959px) {
  #archive .post-num span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #archive .post-num span {
    font-size: 1.8rem;
  }
}
#archive .cate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .cate-menu {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .cate-menu {
    gap: 8px;
  }
}
#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;
  padding: 6px 32px;
  border: solid 1px #9A9C9E;
  color: #9A9C9E;
}
#archive .cate-menu__item a:hover {
  background: #ffffff;
  color: #9A9C9E;
}
#archive .cate-menu__item.is-current a {
  background: #9A9C9E;
  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: 8px;
}
@media screen and (max-width: 519px) {
  #archive .pagenation,
  #archive .wp-pagenavi {
    position: relative;
    gap: 8px;
    padding-bottom: 48px;
  }
}
#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: 64px;
  height: 44px;
  border: solid 1px #76B0B2;
  background: #ffffff;
  color: #76B0B2;
  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: 56px;
    height: 38px;
    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: #76B0B2;
  color: #ffffff;
}
#archive .pagenation .current,
#archive .wp-pagenavi .current {
  background: #76B0B2;
  color: #ffffff;
}
#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);
    max-width: 100%;
  }
}
#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: 6px 0 6px 10px;
  border-color: transparent transparent transparent #76B0B2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #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: 4px 0 4px 8px;
  }
}
#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 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  #archive .news-list {
    gap: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list {
    gap: calc(8px * 2 * 0.5);
  }
}
#archive .news-list {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #archive .news-list {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
@media screen and (max-width: 959px) {
  #archive .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-list {
    grid-template-columns: 1fr;
  }
}
#archive .news-vsl {
  position: relative;
  margin-bottom: 14px;
}
#archive .news-vsl .news-store {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  color: #ffffff;
  font-size: 1.4rem;
}
#archive .news-vsl .news-store.--overall {
  background: #C6643A;
  border: 1px solid #C6643A;
}
#archive .news-vsl .news-store.--gifu {
  background: #76B0B2;
  border: 1px solid #76B0B2;
}
#archive .news-vsl .news-store.--tezikara {
  background: #759293;
  border: 1px solid #759293;
}
#archive .news-vsl .news-store:hover {
  background: #ffffff;
}
#archive .news-vsl .news-store:hover.--overall {
  color: #C6643A;
}
#archive .news-vsl .news-store:hover.--gifu {
  color: #76B0B2;
}
#archive .news-vsl .news-store:hover.--tezikara {
  color: #759293;
}
#archive .news-vsl .news-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  display: block;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
#archive .news-vsl .news-eyecatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #ffffff;
}
#archive .news-vsl .news-eyecatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dotted #ffffff;
}
#archive .news-vsl .news-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#archive .news-vsl .news-eyecatch:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#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 * 1);
}
@media screen and (max-width: 959px) {
  #archive .news-meta {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #archive .news-meta {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
#archive .news-meta__date {
  margin-right: calc(8px * 2);
}
@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__date {
  font-family: "Montserrat", sans-serif;
}
#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;
  color: #ffffff;
  font-size: 1.2rem;
  border-radius: 56px;
}
#archive .news-meta__cate.--news, #archive .news-meta__cate.--other {
  background: #C6643A;
  border: 1px solid #C6643A;
}
#archive .news-meta__cate.--news:hover, #archive .news-meta__cate.--other:hover {
  background: #ffffff;
  color: #C6643A;
}
#archive .news-meta__cate.--campaign, #archive .news-meta__cate.--recruit {
  background: #759293;
  border: 1px solid #759293;
}
#archive .news-meta__cate.--campaign:hover, #archive .news-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #759293;
}
#archive .news-meta__cate.--service {
  background: #B99136;
  border: 1px solid #B99136;
}
#archive .news-meta__cate.--service:hover {
  background: #ffffff;
  color: #B99136;
}
#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 {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#archive .news-ttl a:hover {
  text-decoration: underline;
}
#archive .news-txt {
  margin-bottom: calc(8px * 1);
}
@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);
  }
}
#archive .news-txt {
  color: #9A9C9E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
}
@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 {
  margin-left: auto;
  margin-right: auto;
}
#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 {
  gap: 16px;
}
#single .post-meta__date {
  font-family: "Montserrat", sans-serif;
}
#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;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 56px;
}
#single .post-meta__cate.--carlease, #single .post-meta__cate.--insurance, #single .post-meta__cate.--bodywork {
  background: #C6643A;
  border: 1px solid #C6643A;
}
#single .post-meta__cate.--carlease:hover, #single .post-meta__cate.--insurance:hover, #single .post-meta__cate.--bodywork:hover {
  background: #ffffff;
  color: #C6643A;
}
#single .post-meta__cate.--coating, #single .post-meta__cate.--new-car {
  background: #759293;
  border: 1px solid #759293;
}
#single .post-meta__cate.--coating:hover, #single .post-meta__cate.--new-car:hover {
  background: #ffffff;
  color: #759293;
}
#single .post-meta__cate.--used-car, #single .post-meta__cate.--maintenance {
  background: #B99136;
  border: 1px solid #B99136;
}
#single .post-meta__cate.--used-car:hover, #single .post-meta__cate.--maintenance:hover {
  background: #ffffff;
  color: #B99136;
}
#single .post-meta__cate.--news, #single .post-meta__cate.--other {
  background: #C6643A;
  border: 1px solid #C6643A;
}
#single .post-meta__cate.--news:hover, #single .post-meta__cate.--other:hover {
  background: #ffffff;
  color: #C6643A;
}
#single .post-meta__cate.--campaign, #single .post-meta__cate.--recruit {
  background: #759293;
  border: 1px solid #759293;
}
#single .post-meta__cate.--campaign:hover, #single .post-meta__cate.--recruit:hover {
  background: #ffffff;
  color: #759293;
}
#single .post-meta__cate.--service {
  background: #B99136;
  border: 1px solid #B99136;
}
#single .post-meta__cate.--service:hover {
  background: #ffffff;
  color: #B99136;
}
#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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 10px;
}
#single .post-tag__item a {
  position: relative;
  display: block;
  padding-left: 9px;
  color: #9A9C9E;
  font-size: 1.4rem;
  text-decoration: underline;
}
#single .post-tag__item a::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}
#single .post-tag__item a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
#single .post-ttl {
  margin-bottom: calc(8px * 3);
}
@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);
  }
}
#single .post-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@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 h2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: calc(8px * 4);
}
@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);
  }
}
#single .post-dtl h2 {
  padding: 16px 16px 16px 58px;
  width: 100%;
  text-align: left;
  background: rgba(185, 145, 54, 0.12);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2 {
    margin-top: 36px;
    padding: 16px 10px 16px 44px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2 {
    margin-top: 24px;
    padding: 14px 10px 14px 32px;
    font-size: 2rem;
  }
}
#single .post-dtl h2:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 33px;
  bottom: auto;
  width: 24px;
  aspect-ratio: 2/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h2:before {
    width: 20px;
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h2:before {
    top: 29px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h2:before {
    width: 14px;
    top: 24px;
    left: 10px;
  }
}
#single .post-dtl h2::after {
  display: none;
}
#single .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px !important;
  padding: 0 40px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h3 {
  border-bottom: solid 2px #C6643A;
  font-size: 2.8rem;
  font-weight: bold;
  color: #2D3134;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3 {
    margin-top: 36px;
    padding: 0 32px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3 {
    padding: 0 24px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h3 {
    margin-top: 24px;
    padding: 0 24px;
    font-size: 1.8rem;
  }
}
#single .post-dtl h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 24px;
  aspect-ratio: 2/1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-l-deco.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h3:before {
    width: 22px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3:before {
    width: 18px;
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl h3:before {
    width: 16px;
    top: 10px;
  }
}
#single .post-dtl h4 {
  margin-top: 32px;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#single .post-dtl h4 {
  padding-left: 12px;
  border-left: 4px solid #759293;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #single .post-dtl h4 {
    margin-top: 36px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl h4 {
    font-size: 1.6rem;
  }
}
#single .post-dtl .wp-block-group {
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-group {
    padding: calc(8px * 5 * 0.5);
  }
}
#single .post-dtl .wp-block-group {
  margin: 40px 0;
  background: #F4F1EA;
}
@media screen and (max-width: 959px) {
  #single .post-dtl .wp-block-group {
    margin: 24px 0;
  }
}
#single .post-dtl .wp-block-group h2:first-child,
#single .post-dtl .wp-block-group h3:first-child,
#single .post-dtl .wp-block-group h4:first-child {
  margin-top: 0;
}
#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: #C6643A;
}
#single .post-dtl .has-l-bgn-color {
  color: #76B0B2;
}
#single .post-dtl .has-bgn-color {
  color: #759293;
}
#single .post-dtl .has-grn-color {
  color: #506255;
}
#single .post-dtl .has-yel-color {
  color: #F5CF78;
}
#single .post-dtl .has-beg-color {
  color: #F8F7F4;
}
#single .post-dtl .has-brn-color {
  color: #B99136;
}
#single .post-dtl .has-d-brn-color {
  color: #9B5A3A;
}
#single .post-dtl .has-vio-color {
  color: #9C7399;
}
#single .post-dtl .has-blk-color {
  color: #2D3134;
}
#single .post-dtl .has-wht-color {
  color: #ffffff;
}
#single .post-dtl .has-l-gry-color {
  color: #BFBFBF;
}
#single .post-dtl .has-gry-color {
  color: #818385;
}
#single .post-dtl .has-d-gry-color {
  color: #9A9C9E;
}
#single .post-dtl .has-red-background-color {
  background-color: #C6643A;
}
#single .post-dtl .has-l-bgn-background-color {
  background-color: #76B0B2;
}
#single .post-dtl .has-bgn-background-color {
  background-color: #759293;
}
#single .post-dtl .has-grn-background-color {
  background-color: #506255;
}
#single .post-dtl .has-yel-background-color {
  background-color: #F5CF78;
}
#single .post-dtl .has-beg-background-color {
  background-color: #F8F7F4;
}
#single .post-dtl .has-brn-background-color {
  background-color: #B99136;
}
#single .post-dtl .has-d-brn-background-color {
  background-color: #9B5A3A;
}
#single .post-dtl .has-vio-background-color {
  background-color: #9C7399;
}
#single .post-dtl .has-blk-background-color {
  background-color: #2D3134;
}
#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}
#single .post-dtl .has-l-gry-background-color {
  background-color: #BFBFBF;
}
#single .post-dtl .has-gry-background-color {
  background-color: #818385;
}
#single .post-dtl .has-d-gry-background-color {
  background-color: #9A9C9E;
}
#single .post-dtl .marker-highlight {
  background-color: #F8F7F4;
}
#single .post-dtl mark {
  background: linear-gradient(0deg, transparent 8px, #ffffff 8px, #ffffff);
  font-weight: bold;
}
#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: #C6643A;
}
#single .post-dtl a:hover {
  text-decoration: none;
}
#single .post-dtl ul {
  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;
  margin-left: 0;
  padding-left: 16px;
  line-height: 1.4;
  text-indent: 0;
}
#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: #506255;
  border-radius: 50%;
}
#single .post-dtl ul > li ul,
#single .post-dtl ul > li ol {
  margin: 8px 0 0;
}
#single .post-dtl ol {
  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 {
  margin: 8px 0 0;
}
#single .post-dtl .wp-block-button {
  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: 16px;
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button {
    gap: 12px;
  }
}
#single .post-dtl .wp-block-button__link {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 40px 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #759293;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  background: #759293;
  text-align: left;
}
#single .post-dtl .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
  -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:before {
    width: 16px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-button__link:before {
    width: 12px;
  }
}
#single .post-dtl .wp-block-button__link:hover {
  background: #ffffff;
  color: #759293;
}
#single .post-dtl .wp-block-button__link:hover:before {
  -webkit-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
  background: #759293;
}
#single .post-dtl .wp-block-table table {
  width: 100%;
  border-top: solid 1px #C6643A;
  border-left: solid 1px #C6643A;
}
#single .post-dtl .wp-block-table table thead {
  border: none;
}
#single .post-dtl .wp-block-table table thead tr th {
  padding: 16px;
  background: #C6643A;
  border-right: solid 1px #C6643A;
  border-bottom: solid 1px #C6643A;
  color: #ffffff;
}
#single .post-dtl .wp-block-table table thead tr th:first-of-type {
  border-right: 1px solid #ffffff;
}
#single .post-dtl .wp-block-table table tbody tr th,
#single .post-dtl .wp-block-table table tbody tr td {
  padding: 16px;
  border: solid 1px #C6643A;
}
#single .post-dtl .wp-block-table table tbody tr th {
  background: #C6643A;
}
#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #BFBFBF;
}
#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: #9A9C9E;
}
#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: 767px) {
  #single .post-dtl .wp-block-media-text {
    gap: 14px;
  }
}
@media screen and (max-width: 519px) {
  #single .post-dtl .wp-block-media-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #single .post-dtl .wp-block-media-text__content {
    padding: 0;
  }
}
#single .post-dtl .wp-block-media-text__content h2,
#single .post-dtl .wp-block-media-text__content h3 {
  margin-top: 0;
}
#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: #506255;
  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: #506255;
  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);
}
@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);
  }
}
#single .gallery {
  margin-bottom: calc(8px * 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 #BFBFBF;
  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(45, 49, 52, 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: #2D3134;
  border: solid 1px #2D3134;
  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: #2D3134;
}
#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #2D3134 calc(50% - 1px), #2D3134 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #2D3134 calc(50% - 1px), #2D3134 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;
}
@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 #759293;
  color: #759293;
  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: #2D3134;
  -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: #759293;
  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, #single .pagelink__next a {
  position: relative;
}
#single .pagelink__prev a::before, #single .pagelink__next a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #76B0B2;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  #single .pagelink__prev a::before, #single .pagelink__next a::before {
    border-width: 4px 0 4px 8px;
  }
}
#single .pagelink__prev a:hover::before, #single .pagelink__next a:hover::before {
  border-color: transparent transparent transparent #ffffff;
}
#single .pagelink__prev a::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#single .pagelink__prev a .ico-arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#single .pagelink__next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#single .news {
  margin-bottom: calc(8px * 11);
}
@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);
  }
}
#single .news .post-dtl {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  #single .news .post-dtl {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  #single .news .post-dtl {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
/*# sourceMappingURL=../../maps/pages/news.css.map */
