.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;
  position: relative;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

@media screen and (max-width: 520px) {
  .wp-pagenavi {
    padding-bottom: 48px;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.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;
  margin: 0 6px;
  border: 1px solid #ff8383;
  border-radius: 4px;
  color: #ff8383;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media screen and (max-width: 960px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    margin: 0 4px;
  }
}

.wp-pagenavi .page:not(.current):hover,
.wp-pagenavi .current:not(.current):hover,
.wp-pagenavi .nextpostslink:not(.current):hover,
.wp-pagenavi .previouspostslink:not(.current):hover {
  background: #ff8383;
  color: #FCFCFC;
}

.wp-pagenavi .current {
  background: #ff8383;
  color: #FCFCFC;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  max-width: 80px;
  font-family: "Barlow", sans-serif;
}

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

@media screen and (max-width: 960px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 100px;
  }
}

@media screen and (max-width: 520px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    position: absolute;
    width: calc(50% - 8px);
    bottom: 0;
  }
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_pnk.svg") no-repeat;
  width: 12px;
  height: 5px;
}

.wp-pagenavi .nextpostslink:hover::before,
.wp-pagenavi .previouspostslink:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_wht.svg");
}

@media screen and (max-width: 520px) {
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
}

.wp-pagenavi .previouspostslink::before {
  top: calc( 50% - 3px);
  left: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.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: 520px) {
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
}

.wp-pagenavi .nextpostslink::before {
  right: 10px;
}

.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;
  position: relative;
}

@media screen and (max-width: 960px) {
  .pagelink {
    width: calc( 100% + 6px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@media screen and (max-width: 520px) {
  .pagelink {
    padding-bottom: 48px;
  }
}

.pagelink__prev, .pagelink__next, .pagelink__back {
  margin: 0 6px;
}

.pagelink__prev a, .pagelink__next a, .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;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  border: 1px solid #ff8383;
  border-radius: 4px;
  color: #ff8383;
  font-size: 1.7rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media screen and (max-width: 960px) {
  .pagelink__prev a, .pagelink__next a, .pagelink__back a {
    height: 40px;
    font-size: 1.5rem;
  }
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  background: #ff8383;
  color: #FCFCFC;
}

.pagelink__back {
  width: 400px;
}

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

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

@media screen and (max-width: 520px) {
  .pagelink__back {
    width: 100%;
  }
}

.pagelink__prev, .pagelink__next {
  width: 140px;
}

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

@media screen and (max-width: 520px) {
  .pagelink__prev, .pagelink__next {
    position: absolute;
    width: calc(50% - 12px);
    right: 0;
    bottom: 0;
  }
}

.pagelink__prev a::before, .pagelink__next a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_pnk.svg") no-repeat;
  width: 12px;
  height: 5px;
}

.pagelink__prev a:hover::before, .pagelink__next a:hover::before {
  background-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow_wht.svg");
}

@media screen and (max-width: 520px) {
  .pagelink__prev {
    left: 0;
  }
}

.pagelink__prev a::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  top: calc( 50% - 3px);
  right: auto;
  left: 16px;
}

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

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

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

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

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

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

#archive-blog .cate-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: 24px;
  width: 100%;
  max-width: 312px;
  height: 50px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

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

@media screen and (max-width: 768px) {
  #archive-blog .cate-menu__item {
    max-width: 268px;
    height: 42px;
  }
}

#archive-blog .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;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px #ff8383;
  border-radius: 4px;
  color: #ff8383;
  z-index: 1;
}

#archive-blog .cate-menu__item a:hover {
  background: #ff8383;
}

#archive-blog .cate-menu__item--food a {
  background: #ffffff;
  border-color: #5fb804;
  color: #5fb804;
}

#archive-blog .cate-menu__item--food a:hover {
  background: #5fb804;
}

#archive-blog .cate-menu__item--food.cate-page a {
  background: #5fb804;
  color: #ffffff;
}

#archive-blog .cate-menu__item--food.cate-page a:hover {
  background: #ffffff;
  color: #5fb804;
}

#archive-blog .cate-menu__item--class a {
  background: #ffffff;
  border-color: #3794E0;
  color: #3794E0;
}

#archive-blog .cate-menu__item--class a:hover {
  background: #3794E0;
}

#archive-blog .cate-menu__item--class.cate-page a {
  background: #3794E0;
  color: #ffffff;
}

#archive-blog .cate-menu__item--class.cate-page a:hover {
  background: #ffffff;
  color: #3794E0;
}

#archive-blog .cate-menu__item--event a {
  background: #ffffff;
  border-color: #fc994a;
  color: #fc994a;
}

#archive-blog .cate-menu__item--event a:hover {
  background: #fc994a;
}

#archive-blog .cate-menu__item--event .cate-page a {
  background: #fc994a;
  color: #ffffff;
}

#archive-blog .cate-menu__item--event .cate-page a:hover {
  background: #ffffff;
  color: #fc994a;
}

#archive-blog .cate-menu__item--other a {
  background: #ffffff;
  border-color: #9F9F9F;
  color: #9F9F9F;
}

#archive-blog .cate-menu__item--other a:hover {
  background: #9F9F9F;
}

#archive-blog .cate-menu__item--other .cate-page a {
  background: #9F9F9F;
  color: #ffffff;
}

#archive-blog .cate-menu__item--other .cate-page a:hover {
  background: #ffffff;
  color: #9F9F9F;
}

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

#archive-blog .cate-menu .all-page a {
  background: #ff8383;
  color: #ffffff;
}

#archive-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: calc(8px * 4);
}

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

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

@media screen and (max-width: 960px) {
  #archive-blog .blog-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  #archive-blog .blog-list {
    gap: 12px;
  }
}

@media screen and (max-width: 520px) {
  #archive-blog .blog-list {
    margin: 0 0 16px;
  }
}

#archive-blog .blog-list__item {
  padding: 16px 16px 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    padding: 12px 12px 24px;
  }
}

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

#archive-blog .blog-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

#archive-blog .blog-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

#archive-blog .blog-list__item .blog-vsl {
  margin: 0 0 12px;
  border-radius: 6px;
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item .blog-vsl {
    margin: 0;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  #archive-blog .blog-list__item .blog-vsl {
    width: 208px;
  }
}

@media screen and (max-width: 520px) {
  #archive-blog .blog-list__item .blog-vsl {
    width: 100%;
  }
}

#archive-blog .blog-list__item .blog-vsl a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #fef3f3;
  border-radius: 6px;
}

#archive-blog .blog-list__item .blog-vsl a img {
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

#archive-blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item .blog-dtl {
    width: calc( 100% - 304px);
  }
}

@media screen and (max-width: 768px) {
  #archive-blog .blog-list__item .blog-dtl {
    width: calc( 100% - 232px);
  }
}

@media screen and (max-width: 520px) {
  #archive-blog .blog-list__item .blog-dtl {
    width: 100%;
  }
}

#archive-blog .blog-list__item .blog-dtl .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}

@media screen and (max-width: 960px) {
  #archive-blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 768px) {
  #archive-blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 6px;
  }
}

#archive-blog .blog-list__item .blog-dtl .blog-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;
  position: relative;
  width: 118px;
  height: 30px;
  border-radius: 50px;
  background: #5fb804;
  border: solid 1px #5fb804;
  color: #ffffff;
  z-index: 100;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  color: #5fb804;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--class {
  background: #3794E0;
  border-color: #3794E0;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--class:hover {
  color: #3794E0;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--event {
  background: #fc994a;
  border-color: #fc994a;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--event:hover {
  color: #fc994a;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--other {
  background: #9F9F9F;
  border-color: #9F9F9F;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate--other:hover {
  color: #9F9F9F;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  background: #ffffff;
}

#archive-blog .blog-list__item .blog-dtl .blog-meta__date {
  font-size: 1.5rem;
  color: #9F9F9F;
}

#archive-blog .blog-list__item .blog-dtl .blog-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}

#archive-blog .blog-list__item .blog-dtl .blog-ttl a:hover {
  text-decoration: underline;
}

#single-blog .blog .editor-styles-wrapper {
  font-size: 1.7rem;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #single-blog .blog .editor-styles-wrapper {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

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

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

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

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

#single-blog .blog h1 {
  color: #501b1b;
}

#single-blog .blog h2 {
  margin-bottom: calc(8px * 3);
  padding: 12px 24px;
  font-size: 2.6rem;
  background: linear-gradient(45deg, #fef3f3 0%, #fef3f3 100%);
  color: #501b1b;
  font-weight: bold;
}

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

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

@media screen and (max-width: 960px) {
  #single-blog .blog h2 {
    font-size: 2.3rem;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  #single-blog .blog h2 {
    font-size: 2rem;
    padding: 8px 12px;
  }
}

#single-blog .blog h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 24px;
  color: #501b1b;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

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

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

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

@media screen and (max-width: 768px) {
  #single-blog .blog h3 {
    text-align: left;
    font-size: 2rem;
    padding-left: 20px;
  }
}

#single-blog .blog h3::before, #single-blog .blog h3::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 3px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single-blog .blog h3::before, #single-blog .blog h3::after {
    height: 32px;
  }
}

#single-blog .blog h3::before {
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd8d8), to(#ff8383));
  background: linear-gradient(#ffd8d8, #ff8383);
}

#single-blog .blog h3::after {
  left: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3794E0), to(#c6e5fc));
  background: linear-gradient(#3794E0, #c6e5fc);
}

#single-blog .blog h4 {
  position: relative;
  margin-bottom: calc(8px * 1);
  padding-left: 24px;
  color: #501b1b;
  font-size: 2rem;
  line-height: 1.4;
}

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

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

@media screen and (max-width: 768px) {
  #single-blog .blog h4 {
    margin-bottom: 4px;
    font-size: 1.7rem;
  }
}

#single-blog .blog h4::before {
  position: absolute;
  top: calc( 50% - 7px);
  left: 0;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/common/gnav-dec.svg") no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
}

@media screen and (max-width: 768px) {
  #single-blog .blog h4::before {
    width: 17px;
    height: 15px;
  }
}

#single-blog .blog .has-blk-color {
  color: #501b1b;
}

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

#single-blog .blog .has-pnk-color {
  color: #ff8383;
}

#single-blog .blog .has-blu-color {
  color: #3794E0;
}

#single-blog .blog .has-blk-background-color {
  background-color: #501b1b;
}

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

#single-blog .blog .has-main-background-color {
  background-color: #C9C9C9;
}

#single-blog .blog .has-sub-background-color {
  background-color: #ff8383;
}

#single-blog .blog p {
  margin: 0 0 32px;
  color: #501b1b;
}

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

#single-blog .blog p a {
  text-decoration: underline;
  color: #501b1b;
}

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

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

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

@media screen and (max-width: 768px) {
  #single-blog .blog ul {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single-blog .blog ul li {
  position: relative;
  background: none;
  padding: 0 0 0 14px;
  list-style-type: none;
}

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

#single-blog .blog ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ff8383;
  border-radius: 50%;
}

#single-blog .blog ul li:nth-child(even)::before {
  background: #3794E0;
}

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

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

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

#single-blog .blog ol li::marker {
  color: #ff8383;
}

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

#single-blog .blog .wp-block-image {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  #single-blog .blog .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single-blog .blog .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

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

#single-blog .blog .wp-block-image img img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  #single-blog .blog .wp-block-image img img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single-blog .blog .wp-block-image img img {
    border-radius: calc(6px * 0.5);
  }
}

#single-blog .blog .wp-block-columns {
  margin: 0 0 32px;
}

#single-blog .blog .wp-block-columns .wp-block-image {
  margin: 0;
}

#single-blog .blog .wp-block-columns .wp-block-image img {
  width: 100%;
}

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

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

#single-blog .blog .blog-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: 960px) {
  #single-blog .blog .blog-meta {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

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

#single-blog .blog .blog-meta__date {
  margin-right: calc(8px * 2);
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  color: #9F9F9F;
}

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

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

@media screen and (max-width: 768px) {
  #single-blog .blog .blog-meta__date {
    font-size: 1.7rem;
  }
}

#single-blog .blog .blog-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;
  position: relative;
  width: 118px;
  height: 30px;
  border-radius: 50px;
  background: #5fb804;
  border: solid 1px #5fb804;
  color: #ffffff;
  z-index: 100;
}

#single-blog .blog .blog-meta__cate:hover {
  color: #5fb804;
}

#single-blog .blog .blog-meta__cate--class {
  background: #3794E0;
  border-color: #3794E0;
}

#single-blog .blog .blog-meta__cate--class:hover {
  color: #3794E0;
}

#single-blog .blog .blog-meta__cate--event {
  background: #fc994a;
  border-color: #fc994a;
}

#single-blog .blog .blog-meta__cate--event:hover {
  color: #fc994a;
}

#single-blog .blog .blog-meta__cate--other {
  background: #9F9F9F;
  border-color: #9F9F9F;
}

#single-blog .blog .blog-meta__cate--other:hover {
  color: #9F9F9F;
}

#single-blog .blog .blog-meta__cate:hover {
  background: #ffffff;
}

#single-blog .blog .blog-ttl {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 3);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #ff8383;
}

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

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

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

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

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

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

#single-blog .blog .blog-vsl-outer {
  margin-bottom: calc(8px * 5);
  padding-bottom: calc(8px * 5);
  border-bottom: solid 1px #ff8383;
}

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

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

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

@media screen and (max-width: 768px) {
  #single-blog .blog .blog-vsl-outer {
    padding-bottom: calc((8px * 5) * 0.5);
  }
}

#single-blog .blog .blog-vsl-outer .blog-vsl {
  position: relative;
  aspect-ratio: 4/3;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

#single-blog .blog .blog-vsl-outer .blog-vsl img {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

#single-blog .blog .blog-dtl {
  margin-bottom: calc(8px * 5);
  word-break: break-all;
}

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

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

#single-blog .blog .blog-dtl .wp-block-image {
  margin-bottom: calc(8px * 4);
  position: relative;
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #single-blog .blog .blog-dtl .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #single-blog .blog .blog-dtl .wp-block-image {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

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