@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-feature-settings: "palt";
}
@media print {
  html {
    font-size: 9pt;
  }
}
@media screen and (max-width: 600px) {
  html:has(body.admin-bar) #wpadminbar {
    position: fixed;
    margin-top: 46px;
  }
}
@media screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    height: calc(100% - 46px);
  }
}
@media (min-width: 783px) {
  html:has(body.admin-bar) {
    height: calc(100% - 32px);
  }
}

body {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body .mfp-bg {
  z-index: 5042;
}
body .mfp-wrap {
  z-index: 5043;
}
body .mfp-img {
  user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  vertical-align: bottom;
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  fill: currentColor;
}

.icn {
  width: 1em;
  height: 1em;
}

input,
textarea,
button {
  /*
  -webkit-appearance: none; // iOSなどのスタイルをオフ
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  */
}

input.switch {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

@media screen and (max-width: 599px) {
  .-sp {
    display: inherit;
  }
}
@media (min-width:600px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
}
body .-sp_tb {
  display: none;
}
@media (max-width: 1199px) {
  body .-sp_tb {
    display: inherit;
  }
}

/* Pager */
.pager {
  line-height: 1;
  text-align: center;
}
.pager a {
  color: inherit;
  text-decoration: none;
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pager.pager_single .page_list {
  display: flex;
}
.pager.pager_single .page_list > li {
  margin: 0;
  width: 12em;
}
.pager.pager_single .page_list > li.prev::before, .pager.pager_single .page_list > li.next::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px 1px 0 0;
}
.pager.pager_single .page_list > li.prev {
  margin-right: auto;
}
.pager.pager_single .page_list > li.prev::before {
  transform: rotate(-135deg);
}
.pager.pager_single .page_list > li.next {
  margin-left: auto;
}
.pager.pager_single .page_list > li.next::after {
  transform: rotate(45deg);
}
.pager.pager_single .page_list > li.index {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .pager.pager_single .page_list {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 4.5rem;
  }
}
.pager:not(.pager_single) .page_list > li:not(:last-child),
.pager:not(.pager_single) .page-numbers > li:not(:last-child) {
  margin-right: 0.5em;
}
.pager:not(.pager_single) .page_list a,
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers a,
.pager:not(.pager_single) .page-numbers span.current {
  display: block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 1px;
  text-decoration: none;
}
.pager:not(.pager_single) .page_list a:hover,
.pager:not(.pager_single) .page_list span.current:hover,
.pager:not(.pager_single) .page-numbers a:hover,
.pager:not(.pager_single) .page-numbers span.current:hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list span.current,
.pager:not(.pager_single) .page-numbers span.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.pager:not(.pager_single) .page_list .prev,
.pager:not(.pager_single) .page_list .next,
.pager:not(.pager_single) .page-numbers .prev,
.pager:not(.pager_single) .page-numbers .next {
  border: none;
}

.inview,
[data-inview] {
  transition: all 1s 0.1s;
}

.inview.inview_active,
[data-inview=true] {
  opacity: 1;
  bottom: 0;
}

.inview:not(.inview_active),
[data-inview=false] {
  opacity: 0;
  bottom: -6rem;
}

.-hide {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.6;
}
body.logged-in .-logged-in:hover {
  opacity: 1;
}
body:not(.logged-in) .-logged-in {
  display: none !important;
}

.site_logo {
  flex-direction: row;
  max-width: 20rem;
  flex-shrink: 1;
  flex-grow: 0;
}
@media screen and (max-width: 599px) {
  .site_logo {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .site_logo {
    max-width: 45%;
    gap: 0;
  }
}
.site_logo a {
  display: block;
}
.site_logo img {
  vertical-align: bottom;
}

.site_header {
  z-index: 2000;
}

.site_footer {
  margin-top: auto;
  z-index: 1000;
}

.site_content {
  z-index: auto;
}

.header_wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 2.5rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .header_wrapper {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .header_wrapper {
    padding: 2.5rem 5rem 1rem 1rem;
    align-items: flex-start;
  }
}
.header_wrapper .header_menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}
.header_wrapper .header_menu figure {
  margin: 0;
}
.header_wrapper .header_menu .widget_nav_menu {
  max-width: none;
  height: 100%;
  margin-top: 0;
}
.header_wrapper .header_menu .widget_nav_menu > div {
  height: 100%;
}
.header_wrapper .header_menu ul#menu-header_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 1;
  gap: 1.5em;
  height: 100%;
}
.header_wrapper .header_menu ul#menu-header_menu li.cursor-none > a {
  pointer-events: none;
}
.header_wrapper .header_menu ul#menu-header_menu > li {
  display: flex;
  align-items: center;
}
.header_wrapper .header_menu ul#menu-header_menu a {
  font-size: var(--wp--preset--font-size--medium);
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: var(--wp--preset--color--theme-black);
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu {
  padding: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  background-color: rgba(0, 90, 170, 0.82);
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: flex;
  gap: 0.75em;
  flex-direction: column;
  border-radius: 25px;
  transition: 0.2s all;
  opacity: 0;
  visibility: hidden;
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li {
  padding-right: 3rem;
  position: relative;
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li a {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li::after, .header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 2px;
  border-radius: 10px;
  background: var(--wp--preset--color--theme-white);
  right: 0;
  top: 50%;
  transform-origin: right;
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li::after {
  transform: rotate(-45deg);
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu li::before {
  transform: rotate(45deg);
}
.header_wrapper .header_menu ul#menu-header_menu ul.sub-menu a {
  color: var(--wp--preset--color--theme-white);
}
.header_wrapper .header_menu ul#menu-header_menu li:has(ul.sub-menu) {
  height: 100%;
  position: relative;
}
.header_wrapper .header_menu ul#menu-header_menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .header_wrapper .header_menu {
    transform: translateX(100%);
    padding: 1.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--wp--preset--color--theme-blue);
    z-index: 1000;
    transition: 0.2s;
  }
  .header_wrapper .header_menu .widget_nav_menu {
    height: auto;
  }
  .header_wrapper .header_menu .widget_nav_menu > div {
    height: auto;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu {
    flex-direction: column;
    padding: 1.5rem 0;
    border-bottom: 1px var(--wp--preset--color--theme-white) solid;
    border-top: 1px var(--wp--preset--color--theme-white) solid;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu > li {
    align-items: flex-start;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu > li a {
    color: var(--wp--preset--color--theme-white);
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu li:has(.sub-menu) {
    gap: 1em;
    flex-direction: column;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu ul.sub-menu {
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu ul.sub-menu li {
    padding-left: 1.5rem;
  }
  .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu ul.sub-menu li::after, .header_wrapper .header_menu .widget_nav_menu ul#menu-header_menu ul.sub-menu li::before {
    content: none;
  }
  .header_wrapper .header_menu .sub-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .header_wrapper .header_menu .sub-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .header_wrapper .header_menu .sub-menu ul a {
    font-size: var(--wp--preset--font-size--x-small);
    font-weight: 600;
    color: var(--wp--preset--color--theme-white);
    text-decoration: none;
  }
  .header_wrapper .header_menu .mail-search {
    display: flex;
    gap: 3rem;
  }
  .header_wrapper .header_menu .mail-search a {
    text-decoration: none;
  }
  .header_wrapper .header_menu .icon_mail,
  .header_wrapper .header_menu .icon_search {
    padding-left: 2rem;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: left;
  }
  .header_wrapper .header_menu .icon_mail {
    background-image: url(../images/icon_mail-white.svg);
  }
  .header_wrapper .header_menu .icon_search {
    background-image: url(../images/icon_seach-white.svg);
  }
}
.header_wrapper .check_area:has(input:checked) ~ .header_menu {
  transform: translateX(0%);
}
.header_wrapper .check_area input {
  display: none;
}
.header_wrapper .check_area label.hum_area {
  position: fixed;
  right: 1.5rem;
  top: 2.5rem;
  z-index: 1001;
  width: 2.5rem;
  height: 2.5rem;
}
.header_wrapper .check_area label.hum_area span {
  position: absolute;
  display: block;
  background: var(--wp--preset--color--theme-blue);
  width: 100%;
  height: 2px;
  top: 0;
  transition: 0.3s all;
}
.header_wrapper .check_area label.hum_area span.second {
  top: 10px;
}
.header_wrapper .check_area label.hum_area span.third {
  top: 20px;
}
.header_wrapper .check_area label.hum_area::after {
  content: "MENU";
  display: block;
  width: 2.5rem;
  height: auto;
  color: var(--wp--preset--color--theme-blue);
  font-size: var(--wp--preset--font-size--smallest);
  text-align: center;
  font-weight: 600;
  bottom: 0;
  position: absolute;
}
.header_wrapper .check_area input:checked + label.hum_area span {
  background-color: var(--wp--preset--color--theme-white);
}
.header_wrapper .check_area input:checked + label.hum_area span.first {
  transform-origin: left;
  transform: rotate(30deg);
}
.header_wrapper .check_area input:checked + label.hum_area span.third {
  transform-origin: left;
  transform: rotate(-30deg);
}
.header_wrapper .check_area input:checked + label.hum_area span.second {
  opacity: 0;
}
.header_wrapper .check_area input:checked + label.hum_area::after {
  opacity: 1;
  content: "CLOSE";
  color: var(--wp--preset--color--theme-white);
}
.header_wrapper ul.lang_menu {
  list-style: none;
  margin: 0;
  flex-direction: column;
  background: var(--wp--preset--color--theme-blue);
  padding: 0.5em;
  border-radius: 25px;
  height: -moz-fit-content;
  height: fit-content;
}
.header_wrapper ul.lang_menu li {
  line-height: 1;
  text-align: right;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-0.5rem);
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.header_wrapper ul.lang_menu li::before {
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon_lang.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.header_wrapper ul.lang_menu li a {
  font-weight: 600;
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
}
.header_wrapper ul.lang_menu li:has(a.current) {
  opacity: 1;
  max-height: 3rem;
  transform: translateY(0);
}
.header_wrapper ul.lang_menu li:not(:has(a.current))::before {
  opacity: 0;
}
.header_wrapper ul.lang_menu li.visible {
  opacity: 1;
  max-height: 3rem;
  transform: translateY(0);
}
.header_wrapper ul.lang_menu li.visible:not(:first-child) {
  margin-top: 0.5em;
}

.side_wrapper {
  position: fixed !important;
  right: 0;
  top: 15vh;
  width: 5rem;
  z-index: 1000;
  padding: 0;
  margin: 0;
  height: auto;
}
@media screen and (max-width: 599px) {
  .side_wrapper {
    bottom: 0;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
    right: auto;
    width: 100%;
    flex: 1;
  }
}
.side_wrapper .widget_nav_menu {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .side_wrapper .widget_nav_menu {
    width: 100%;
  }
}
.side_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 599px) {
  .side_wrapper ul {
    display: flex;
    gap: 0.5rem;
  }
}
.side_wrapper ul li {
  margin: 1.5rem 0;
  background: var(--wp--preset--color--theme-skyblue);
  border-radius: 5px 0 0 5px;
  position: relative;
}
.side_wrapper ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 599px) {
  .side_wrapper ul li::before {
    transform: none;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.side_wrapper ul li.icon_mail::before {
  background-image: url(../images/icon_mail-white.svg);
}
.side_wrapper ul li.icon_search::before {
  background-image: url(../images/icon_seach-white.svg);
}
@media screen and (max-width: 599px) {
  .side_wrapper ul li {
    margin: 0;
    flex: 1;
    border-radius: 0;
  }
}
.side_wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 8rem;
  height: 11rem;
  width: 100%;
  color: var(--wp--preset--color--theme-white);
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 599px) {
  .side_wrapper ul li a {
    writing-mode: horizontal-tb;
    /* デフォルトの横書き方向 */
    text-orientation: mixed;
    height: 4rem;
    line-height: 1.5;
  }
}
.side_wrapper .side-text {
  white-space: nowrap;
  transform: rotate(90deg) translateX(2rem);
}
@media (max-height: 810px), (max-width: 599px) {
  .side_wrapper .side-text {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .footer_box {
    padding-bottom: 5rem !important;
  }
}
.footer_box .footer_wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer_box .footer_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer_box .footer_wrapper .footer_menu ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .footer_box .footer_wrapper .footer_menu ul {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.footer_box .footer_wrapper .footer_menu ul li a {
  text-decoration: none;
  color: var(--wp--preset--color--theme-white);
  width: -moz-fit-content;
  width: fit-content;
}

.page:not(#home) .main_block,
#search .main_block {
  margin: 7rem auto;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
.page:not(#home) .main_block .bg_white,
#search .main_block .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) {
  .page:not(#home) .main_block .bg_white,
  #search .main_block .bg_white {
    max-width: none;
  }
}
.page:not(#home) .main_block .breadcrumb,
#search .main_block .breadcrumb {
  font-size: var(--wp--preset--font-size--x-small);
}
.page:not(#home) .main_block::before,
#search .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) {
  .page:not(#home) .main_block::before,
  #search .main_block::before {
    width: 100vh;
    left: -50vw;
  }
}
.page:not(#home) .main_block h1.post_title,
#search .main_block h1.post_title {
  margin-top: 6rem;
  font-size: var(--wp--preset--font-size--xxx-large);
  font-weight: 600;
}

#tourism .main_block,
#life .main_block,
#access .main_block,
#pamphlet .main_block {
  margin: 7rem auto;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 6.5rem;
}
#tourism .main_block .breadcrumb,
#life .main_block .breadcrumb,
#access .main_block .breadcrumb,
#pamphlet .main_block .breadcrumb {
  font-size: var(--wp--preset--font-size--x-small);
}
#tourism .main_block::before,
#life .main_block::before,
#access .main_block::before,
#pamphlet .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,
  #life .main_block::before,
  #access .main_block::before,
  #pamphlet .main_block::before {
    width: 100vh;
    left: -50vw;
  }
}
#tourism .main_block .content_head,
#life .main_block .content_head,
#access .main_block .content_head,
#pamphlet .main_block .content_head {
  margin-top: 6rem;
  font-size: var(--wp--preset--font-size--xxx-large);
  font-weight: 600;
}
#tourism.archive h2,
#life.archive h2,
#access.archive h2,
#pamphlet.archive h2 {
  background: none;
  padding: 0;
  color: var(--wp--preset--color--theme-black);
}
#tourism.archive .content_head .cate_title,
#life.archive .content_head .cate_title,
#access.archive .content_head .cate_title,
#pamphlet.archive .content_head .cate_title {
  display: none;
}
#tourism.archive .main_title,
#life.archive .main_title,
#access.archive .main_title,
#pamphlet.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,
#life.archive .main_title::before,
#access.archive .main_title::before,
#pamphlet.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,
#life.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill,
#access.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill,
#pamphlet.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,
#life.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::after,
#life.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::before,
#access.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::after,
#access.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::before,
#pamphlet.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::after,
#pamphlet.archive .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill a::before {
  content: none;
}
#tourism.archive .category_sect,
#life.archive .category_sect,
#access.archive .category_sect,
#pamphlet.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,
#life.archive .category_sect h2,
#access.archive .category_sect h2,
#pamphlet.archive .category_sect h2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--wp--preset--font-size--xx-large);
  max-width: var(--wp--style--global--wide-size);
}
#tourism.archive .category_sect h2::before,
#life.archive .category_sect h2::before,
#access.archive .category_sect h2::before,
#pamphlet.archive .category_sect h2::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5rem;
}
#tourism.archive ul.wp-block-post-template,
#life.archive ul.wp-block-post-template,
#access.archive ul.wp-block-post-template,
#pamphlet.archive ul.wp-block-post-template {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  #tourism.archive ul.wp-block-post-template,
  #life.archive ul.wp-block-post-template,
  #access.archive ul.wp-block-post-template,
  #pamphlet.archive ul.wp-block-post-template {
    flex-direction: column;
  }
}
#tourism.archive ul.wp-block-post-template a,
#life.archive ul.wp-block-post-template a,
#access.archive ul.wp-block-post-template a,
#pamphlet.archive ul.wp-block-post-template a {
  text-decoration: none;
}
#tourism.archive ul.wp-block-post-template li,
#life.archive ul.wp-block-post-template li,
#access.archive ul.wp-block-post-template li,
#pamphlet.archive ul.wp-block-post-template li {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  width: calc((100% - 3rem) / 4);
  margin: 0;
  transition: all 0.2s;
}
#tourism.archive ul.wp-block-post-template li:hover,
#life.archive ul.wp-block-post-template li:hover,
#access.archive ul.wp-block-post-template li:hover,
#pamphlet.archive ul.wp-block-post-template li:hover {
  scale: 1.05 1.05;
}
#tourism.archive ul.wp-block-post-template li:active,
#life.archive ul.wp-block-post-template li:active,
#access.archive ul.wp-block-post-template li:active,
#pamphlet.archive ul.wp-block-post-template li:active {
  scale: 0.95 0.95;
  opacity: 0.8;
}
#tourism.archive ul.wp-block-post-template li figure img,
#life.archive ul.wp-block-post-template li figure img,
#access.archive ul.wp-block-post-template li figure img,
#pamphlet.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 a[target=_blank] figcaption::after,
#life.archive ul.wp-block-post-template li a[target=_blank] figcaption::after,
#access.archive ul.wp-block-post-template li a[target=_blank] figcaption::after,
#pamphlet.archive ul.wp-block-post-template li a[target=_blank] figcaption::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../../assets/images/Icon-akar-link-out-white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#tourism.archive ul.wp-block-post-template li a[target=_blank]::after,
#life.archive ul.wp-block-post-template li a[target=_blank]::after,
#access.archive ul.wp-block-post-template li a[target=_blank]::after,
#pamphlet.archive ul.wp-block-post-template li a[target=_blank]::after {
  content: none;
}
#tourism.archive ul.wp-block-post-template li a[target=_blank][href*=".pdf"] figcaption::after,
#life.archive ul.wp-block-post-template li a[target=_blank][href*=".pdf"] figcaption::after,
#access.archive ul.wp-block-post-template li a[target=_blank][href*=".pdf"] figcaption::after,
#pamphlet.archive ul.wp-block-post-template li a[target=_blank][href*=".pdf"] figcaption::after {
  width: 1.2em;
  height: 1.2em;
  background: url(../../assets/images/Icon-pdf-white.svg) no-repeat;
  background-size: contain;
  background-size: contain;
}
#tourism.archive ul.wp-block-post-template li figcaption,
#life.archive ul.wp-block-post-template li figcaption,
#access.archive ul.wp-block-post-template li figcaption,
#pamphlet.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,
#life.archive ul.wp-block-post-template li .wp-block-cover,
#access.archive ul.wp-block-post-template li .wp-block-cover,
#pamphlet.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,
  #life.archive ul.wp-block-post-template li,
  #access.archive ul.wp-block-post-template li,
  #pamphlet.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,
  #life.archive ul.wp-block-post-template li,
  #access.archive ul.wp-block-post-template li,
  #pamphlet.archive ul.wp-block-post-template li {
    width: 100%;
  }
}
#tourism.single .main_block,
#life.single .main_block,
#access.single .main_block,
#pamphlet.single .main_block {
  margin-bottom: 6em;
}
#tourism.single .content_head,
#life.single .content_head,
#access.single .content_head,
#pamphlet.single .content_head {
  font-size: 0;
}
#tourism.single .content_head span,
#life.single .content_head span,
#access.single .content_head span,
#pamphlet.single .content_head span {
  font-size: var(--wp--preset--font-size--xx-large);
  padding: 0 1rem;
  margin: 0;
}
#tourism.single .content_head .cont_name,
#life.single .content_head .cont_name,
#access.single .content_head .cont_name,
#pamphlet.single .content_head .cont_name {
  padding-left: 0;
}
#tourism.single .content_head .cate_title, #tourism.single .content_head .post_parent,
#life.single .content_head .cate_title,
#life.single .content_head .post_parent,
#access.single .content_head .cate_title,
#access.single .content_head .post_parent,
#pamphlet.single .content_head .cate_title,
#pamphlet.single .content_head .post_parent {
  color: var(--wp--preset--color--theme-blue);
  border-left: 1px solid var(--wp--preset--color--theme-blue);
}
#tourism.single .main_title,
#life.single .main_title,
#access.single .main_title,
#pamphlet.single .main_title {
  font-size: var(--wp--preset--font-size--xxx-large);
}
#tourism.single .main_title::before,
#life.single .main_title::before,
#access.single .main_title::before,
#pamphlet.single .main_title::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5em;
}
#tourism.single .bg_white,
#life.single .bg_white,
#access.single .bg_white,
#pamphlet.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,
  #life.single .bg_white,
  #access.single .bg_white,
  #pamphlet.single .bg_white {
    max-width: none;
  }
}
#tourism.single .main_foot,
#life.single .main_foot,
#access.single .main_foot,
#pamphlet.single .main_foot {
  margin-bottom: 6em;
}

p:empty {
  display: none !important;
}/*# sourceMappingURL=layout.css.map */