@charset "UTF-8";
#tourism:not(.single) h2 {
  background: none;
  padding: 0;
  color: var(--wp--preset--color--theme-black);
}

#tourism .main_block {
  margin: 7rem auto;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
#tourism .main_block .breadcrumb {
  font-size: var(--wp--preset--font-size--x-small);
}
#tourism .main_block::before {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: block;
  position: absolute;
  content: "";
  background: var(--wp--preset--color--theme-aquablue);
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -10%;
}
@media screen and (max-width: 599px) {
  #tourism .main_block::before {
    width: 100vh;
    left: -50vw;
  }
}
#tourism .main_block .content_head {
  margin-top: 6rem;
  font-size: var(--wp--preset--font-size--xxx-large);
  font-weight: 600;
}
#tourism.archive .content_head .cate_title {
  display: none;
}
#tourism.archive .main_title {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--theme-blue);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#tourism.archive .main_title::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5em;
}
#tourism.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill {
  min-width: auto;
}
#tourism.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::after, #tourism.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::before {
  content: none;
}
#tourism.archive .category_sect {
  padding: 2rem 0;
  background: var(--wp--preset--color--theme-white);
  margin-top: 2.5rem;
  border-radius: 25px;
}
#tourism.archive .category_sect h2 {
  font-size: var(--wp--preset--font-size--xx-large);
  max-width: var(--wp--style--global--wide-size);
}
#tourism.archive .category_sect h2::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5rem;
}
#tourism.archive .category_sect .wp-block-query.is-layout-flow.wp-block-query-is-layout-flow {
  max-width: var(--wp--style--global--wide-size);
}
#tourism.archive ul.wp-block-post-template {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 599px) {
  #tourism.archive ul.wp-block-post-template {
    flex-direction: column;
  }
}
#tourism.archive ul.wp-block-post-template a {
  text-decoration: none;
}
#tourism.archive ul.wp-block-post-template li {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  width: calc((100% - 3rem) / 4);
  margin: 0;
}
#tourism.archive ul.wp-block-post-template li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/4;
}
#tourism.archive ul.wp-block-post-template li figcaption {
  width: 100%;
  padding: 1rem;
  background: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  text-align: left;
  margin: 0;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  margin: 0;
}
#tourism.archive ul.wp-block-post-template li .wp-block-cover {
  width: 100%;
  height: auto;
  min-height: auto;
}
@media (max-width: 1199px) {
  #tourism.archive ul.wp-block-post-template li {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 599px) {
  #tourism.archive ul.wp-block-post-template li {
    width: 100%;
  }
}
#tourism.single .main_block {
  margin-bottom: 6em;
}
#tourism.single .content_head {
  font-size: 0;
}
#tourism.single .content_head span {
  font-size: var(--wp--preset--font-size--xx-large);
  padding: 0 1rem;
  margin: 0;
}
#tourism.single .content_head .cont_name {
  padding-left: 0;
}
#tourism.single .content_head .cate_title {
  color: var(--wp--preset--color--theme-blue);
  border-left: 1px solid var(--wp--preset--color--theme-blue);
}
#tourism.single .main_title {
  font-size: var(--wp--preset--font-size--xxx-large);
}
#tourism.single .main_title::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5em;
}
#tourism.single .bg_white {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: var(--wp--preset--color--theme-white);
  border-radius: 25px;
  padding: 5.5em 0;
}
@media screen and (max-width: 599px) {
  #tourism.single .bg_white {
    max-width: none;
  }
}
#tourism.single .main_foot {
  margin-bottom: 6em;
}/*# sourceMappingURL=tourism.css.map */