/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/blog/scss/blog.scss ***!
  \********************************************************************************************************************/
.recent-post__list, .post-detail .post-sns__list, .category-block__list {
  list-style: none;
  padding-left: 0;
}
.recent-post__list li, .post-detail .post-sns__list li, .category-block__list li {
  padding-left: 0;
}

.section-news {
  padding: 40px 0 60px;
}
@media (min-width: 768px) {
  .section-news {
    padding: 40px 0 80px;
  }
}
.section-news .card-news {
  margin-bottom: 50px;
}
.section-news__top {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-news__top {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .section-news__top .card-news {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-news__top .card-news .thumbnail {
    height: 325px;
  }
}
@media (min-width: 768px) {
  .section-news__top .card-news .post-title {
    font-size: 2rem;
    line-height: 1.25em;
  }
}
@media (min-width: 768px) {
  .section-news .posts-wrapper {
    border-top: 1px solid rgba(42, 42, 42, 0.2);
    padding-top: 60px;
  }
}

.cat-title {
  font-size: 1rem;
  padding: 5px 0 5px 20px;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cat-title {
    margin-bottom: 50px;
    padding: 0 0 0 20px;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
  }
}
.cat-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background: #8162e3;
}
@media (min-width: 768px) {
  .cat-title::before {
    height: 80%;
    top: 10%;
  }
}

.loading::after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #49afff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  right: 20px;
  top: 10px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.packages__promo {
  margin-bottom: 0;
}

.category-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .category-block {
    margin-bottom: 10px;
  }
}
.category-block__title {
  margin-bottom: 10px;
  font-size: 0.75rem;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}
.category-block__list {
  margin-bottom: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
.category-block__item {
  border-bottom: 1px solid #eee;
  padding: 10px !important;
}
.category-block__item a {
  color: #777;
  font-weight: normal;
  text-decoration: none;
}
.category-block__item:hover {
  background-color: #f9f9f9;
}
.category-block__item:last-child {
  border: none;
}
.category-block__link {
  display: block;
  line-height: 1.333;
  font-weight: 600;
  color: inherit;
}

@media (min-width: 992px) {
  .post-detail {
    flex: 1;
    padding-right: 30px;
  }
}
.post-detail .post-title {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .post-detail .post-title {
    font-size: 2rem;
  }
}
.post-detail .post-excerpt {
  font-style: italic;
}
.post-detail .post-featured-image {
  margin: 0 0 30px;
}
.post-detail .post-featured-image img {
  width: 100%;
  height: auto;
}
.post-detail .post-content {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .post-detail .post-content {
    font-size: 1.25rem;
  }
}
.post-detail .post-content h2 {
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .post-detail .post-content h2 {
    font-size: 1.75rem;
  }
}
.post-detail .post-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.85rem;
}
@media (min-width: 768px) {
  .post-detail .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-detail .post-content h4,
.post-detail .post-content h5,
.post-detail .post-content h6 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .post-detail .post-content h4,
  .post-detail .post-content h5,
  .post-detail .post-content h6 {
    font-size: 1.5rem;
  }
}
.post-detail .post-content li + li {
  margin-top: 0.5rem;
}
.post-detail .post-sns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.post-detail .post-sns__list {
  margin-bottom: 0;
  display: flex;
}
.post-detail .post-sns__item {
  margin-left: 10px;
}
.post-detail .post-sns__link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.post-item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .post-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 0;
  }
}
.post-item__image {
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .post-item__image {
    width: 40%;
  }
}
.post-item__image-img {
  margin: 0;
  height: 0;
  padding-bottom: 53.75%;
  background: #ddd;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 12, 41, 0.49);
  position: relative;
  overflow: hidden;
}
.post-item__image-img .ratio-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}
.post-item__image:hover .post-item__image-img img {
  transform: scale(1.07);
}
@media (min-width: 768px) {
  .post-item__content {
    width: 60%;
    padding-left: 1rem;
  }
}
.post-item__title {
  margin-bottom: 10px;
  font-size: 1.25rem;
}
.post-item__title a {
  color: inherit;
  text-decoration: none !important;
}
.post-item__excerpt {
  font-size: 1.125rem;
  font-weight: 300;
}
.post-item__excerpt p {
  margin-bottom: 10px;
}
.post-item__link {
  display: inline-block;
}
.post-item__link::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px dashed currentcolor;
}

@media (min-width: 992px) {
  .post-sidebar {
    width: 270px;
  }
}
@media (max-width: 991.98px) {
  .post-sidebar {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}

.wp-block-buttons {
  margin-bottom: 1.5rem;
}
.wp-block-button__link:hover {
  text-decoration: none;
}

.post-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .post-wrapper {
    display: flex;
    align-items: flex-start;
  }
}

.recent-post {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .recent-post {
    margin-bottom: 10px;
  }
}
.recent-post__title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}
.recent-post__list {
  margin-bottom: 0;
}
.recent-post__item {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.recent-post__link {
  display: block;
  line-height: 1.333;
  font-weight: 600;
  color: inherit;
}

.related-posts .title {
  text-transform: uppercase;
  font-weight: 500;
}
.related-posts__item-image {
  margin-bottom: 15px;
}
.related-posts__item-image a {
  display: block;
  position: relative;
  padding-bottom: 53.75%;
  border-radius: 10px;
  overflow: hidden;
  background: #bbb;
}
.related-posts__item-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: transform 0.25s;
}
.related-posts__item-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}
.related-posts__item-title a {
  color: inherit;
  text-decoration: none;
}
.related-posts__item-excerpt {
  font-size: 0.75rem;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
}
.pagination .page-numbers {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 28px;
  font-size: 0.875rem;
  color: #999;
}
.pagination .page-numbers.current {
  background: #000;
  color: #fff;
  font-weight: bold;
  border-color: #000;
}
.pagination .page-numbers:hover {
  text-decoration: none;
  border-color: #000;
}
.pagination .next,
.pagination .prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  text-indent: -999px;
  overflow: hidden;
}
.pagination .next {
  background-image: url(../images/next-button.svg);
}
.pagination .prev {
  background-image: url(../images/previous-button.svg);
}

.post-content iframe {
  max-width: 100%;
}

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