#panel_sp {
  z-index: 3000;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  padding: 0;
  max-width: none;
  border-radius: 1em 1em 0 0;
  background-color: var(--wp--preset--color--theme-white);
  border-style: solid;
  border-width: 1px 1px 0px;
  border-color: var(--wp--preset--color--theme-gray);
  font-size: var(--wp--preset--font-size--smallest);
  text-align: center;
}
#panel_sp > li {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: var(--wp--preset--color--theme-gray);
}
#panel_sp > li:nth-child(n+5) a .icn {
  fill: var(--wp--preset--color--theme-red);
}
#panel_sp > li:not(:nth-child(4n+0)) {
  border-right-width: 1px;
}
#panel_sp > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 0.5em;
  color: inherit;
  text-decoration: none;
  text-wrap: balance;
}
#panel_sp > li a .icn {
  display: inline-block;
  font-size: 4.5em;
  fill: var(--wp--preset--color--theme-blue);
}
#panel_sp > li a span {
  display: inline-block;
  min-height: 3em;
}
@media (min-width:600px) {
  #panel_sp {
    display: none !important;
  }
}

#home .wp-block-cover.link_fill {
  padding: 0;
}
#home .wp-block-cover.link_fill .wp-block-cover__inner-container {
  width: 100%;
  align-self: stretch;
}
#home .wp-block-cover.link_fill .content_title {
  width: 100%;
  height: 100%;
}
#home .wp-block-cover.link_fill .content_title a {
  display: grid;
  grid-template-columns: 1fr 1em;
  place-items: end stretch;
  padding: 5%;
  width: 100%;
  height: 100%;
}
#home .wp-block-cover.link_fill .content_title a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-white);
  background-image: url(../../assets/images/arr--link-self.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#home .wp-block-cover a {
  text-decoration: none;
}
#home .wp-block-heading.sect_title {
  font-size: clamp(1.25rem, 0.625rem + 1.67vw, 1.875rem);
}
#home .wp-block-heading.sect_title bdo[lang=en] {
  margin-right: 0.5em;
  font-size: 1.8em;
}
#home .wp-block-heading.sect_title small {
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  #home .wp-block-heading.pc_en_side bdo[lang=en] {
    display: none;
  }
}
@media (min-width:600px) {
  #home .wp-block-heading.pc_en_side bdo[lang=en] {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.5em;
    margin-left: -1em;
    transform-origin: top left;
    rotate: 90deg;
  }
  #home .wp-block-heading.pc_en_side bdo[lang=en]::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    width: 4em;
    height: 0.5em;
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
    background-size: 4px 1em;
    background-repeat: repeat-x;
    transform: skewX(-15deg);
  }
}
#home .sect_title {
  line-height: 1.25;
}
@media screen and (max-width: 599px) {
  #home .sect_navi .wp-block-button {
    max-width: 90vw;
  }
}
@media (min-width:600px) {
  #home .sect_navi .wp-block-button {
    max-width: 800px;
  }
}
@media screen and (max-width: 599px) {
  #home .tablist .tab {
    text-align: center;
    padding-bottom: 0.25em;
    border-bottom: solid 2px;
  }
}
@media (min-width:600px) {
  #home .tablist {
    display: grid;
    gap: 0 10%;
  }
  #home .tablist .tab {
    margin: 0;
    order: 0;
  }
  #home .tablist .tabpanel {
    order: 1;
  }
}
#home .home_header .cover_slide > * {
  transition: opacity 1s;
}
#home .home_header .cover_slide.-loading > * {
  opacity: 0;
  transition: opacity 0s;
}
#home .home_header .cover_slide .cover_block {
  display: flex;
  align-items: flex-end;
}
#home .home_header .cover_slide .cover_block .wp-block-cover__inner-container {
  width: 100%;
}
#home .home_header .cover_slide .cover_block .cover_title {
  font-size: clamp(1.75rem, 0.375rem + 3.67vw, 3.125rem);
}
#home .home_header .cover_slide .cover_block .cover_navi {
  justify-content: flex-start;
}
#home .home_header .cover_slide .cover_block .cover_navi .wp-block-button {
  flex-basis: 12em;
}
#home .home_header .cover_slide.slick-slider .slick-dots {
  display: flex;
  bottom: 0;
  right: 0;
  left: auto;
  width: auto;
  height: 4px;
  z-index: 100;
}
#home .home_header .cover_slide.slick-slider .slick-dots > li {
  height: auto;
}
#home .home_header .cover_slide.slick-slider .slick-dots > li button {
  width: 100%;
  height: auto;
  font-size: var(--wp--preset--font-size--medium);
}
#home .home_header .cover_slide.slick-slider .slick-dots > li button::before {
  color: var(--wp--preset--color--theme-white);
  width: 100%;
  height: 0;
  content: "";
  border: solid 2px var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  #home .home_header {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  #home .home_header .cover_slide .cover_block {
    height: 120vw;
  }
  #home .home_header .cover_slide.slick-slider .slick-dots {
    gap: 0.25rem;
    margin: 0.75rem;
  }
  #home .home_header .cover_slide.slick-slider .slick-dots > li {
    width: 1.5rem;
  }
  #home .home_header .pr_banner {
    padding: 0.75rem 0.35rem;
  }
  #home .home_header:has(#panel_sp) .cover_slide {
    order: 0;
  }
  #home .home_header:has(#panel_sp) .cover_slide .cover_block {
    height: calc(100vh - 50vw - var(--site--header--height--sp));
  }
  #home .home_header:has(#panel_sp) .pr_banner {
    order: 2;
  }
  #home .home_header:has(#panel_sp) #panel_sp {
    order: 1;
  }
}
@media (min-width:600px) {
  #home .home_header {
    grid-template-columns: 1fr 1fr calc((100vmin - var(--site--header--height--pc)) / 2);
  }
  #home .home_header .cover_slide .cover_block {
    height: calc(100vmin - var(--site--header--height--pc));
  }
  #home .home_header .cover_slide.slick-slider .slick-dots {
    gap: 0.75rem;
    margin: 1.5rem;
  }
  #home .home_header .cover_slide.slick-slider .slick-dots > li {
    width: 3.8rem;
  }
}

#current_information a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#current_information a::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-black);
  background-image: url(../../assets/images/arr--link-self-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#current_information > .wp-block-column {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0px var(--wp--preset--color--theme-darkgray);
}
#current_information > .wp-block-column:not(:first-child) {
  border-left-width: 1px;
}
#current_information .current_weather {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  line-height: 1;
  font-family: var(--wp--preset--font-family--theme-gothic-head);
  font-weight: bold;
  text-align: center;
}
#current_information .current_weather > * {
  margin: auto 0;
}
#current_information .current_weather .date span {
  display: inline-block;
}
#current_information .current_weather .date span.d {
  font-size: 2.5em;
}
#current_information .current_weather .date span.w {
  top: -0.2em;
}
#current_information .current_weather .weather {
  display: inline-flex;
  flex-direction: column;
}
#current_information .current_weather .weather .icn {
  font-size: 3em;
}
#current_information .current_weather .weather .temp {
  display: inline-block;
  font-size: var(--wp--preset--font-size--xx-small);
}
#current_information .current_hour .hour_block .hour {
  font-size: 1.25em;
}
#current_information .current_bus .bus_block {
  line-height: 1.25;
  padding-left: 3em;
}
#current_information .current_bus .bus_block .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 2.5em;
  height: 2.5em;
}
@media screen and (max-width: 599px) {
  #current_information {
    font-size: var(--wp--preset--font-size--smallest);
  }
  #current_information .current_weather {
    max-width: 30%;
  }
  #current_information .current_hour {
    max-width: 40%;
  }
  #current_information .current_hour .icn {
    display: none;
  }
  #current_information .current_bus {
    max-width: 30%;
  }
  #current_information .current_bus .operation {
    font-size: var(--wp--preset--font-size--x-small);
  }
  #current_information > .wp-block-column {
    padding: 0 2.5vw;
  }
  #current_information > .wp-block-column:last-child {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-width: 1px 0;
  }
}
@media (min-width:600px) {
  #current_information {
    font-size: var(--wp--preset--font-size--small);
  }
  #current_information .current_weather {
    max-width: 20%;
  }
  #current_information .current_hour {
    max-width: 25%;
  }
  #current_information .current_hour .hour_block {
    line-height: 1.25;
    padding-left: 3em;
  }
  #current_information .current_hour .hour_block .icn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 2.5em;
    height: 2.5em;
  }
  #current_information .current_bus {
    max-width: 20%;
  }
  #current_information .current_bus .operation {
    font-size: var(--wp--preset--font-size--x-large);
  }
  #current_information .current_ticket {
    max-width: 35%;
  }
}

.current_ticket .ticket {
  line-height: 1.25;
  padding-left: 3em;
}
.current_ticket .ticket .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 2.5em;
  height: 2.5em;
}
@media screen and (max-width: 599px) {
  .current_ticket {
    font-size: 1.5em;
  }
}
@media (min-width:600px) {
  .current_ticket {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 599px) {
  #main_content .content_list {
    grid-template-columns: 100%;
  }
  #main_content .content_list .content_block {
    height: 34vw;
  }
  html[lang=ja] #main_content .content_list .content_block {
    height: 80vw;
  }
  #main_content.wp-block-columns {
    padding: 0 5vw;
  }
}
@media (min-width:600px) {
  #main_content .content_list .content_block {
    height: 23.75vw;
  }
}

@media (min-width:600px) {
  #event_information .tablist {
    grid-template-columns: 60% 30%;
    padding-left: 5%;
  }
}

#event_panel .wp-block-query .wp-block-post-template .post_block .wp-block-post-title {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
}
@media screen and (max-width: 599px) {
  #event_panel .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block {
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr auto;
    gap: 0;
    min-height: 100%;
    background-color: var(--wp--preset--color--theme-lightgray);
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .post_thumb {
    width: 100%;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .post_content {
    padding: 0.75rem;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .post_info {
    position: absolute;
    margin-top: -100%;
    top: 1px;
    right: 0;
    left: 0;
    aspect-ratio: 1/1;
    align-items: flex-start;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .taxonomy-event_cate [rel=tag] {
    min-width: 0;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .event_period,
#event_panel .wp-block-query .wp-block-post-template .post_block .wp-block-post-excerpt {
    display: none;
  }
  #event_panel .wp-block-query .wp-block-post-template .post_block .post_date {
    margin-top: auto;
    flex-direction: column;
  }
  #event_panel .wp-block-query .wp-block-post-template.slick-slider {
    left: 50%;
    width: 100vw;
    max-width: none;
    translate: -50% 0;
  }
}

@media screen and (max-width: 599px) {
  #outside_event {
    left: 50%;
    padding: var(--wp--preset--spacing--40) 5%;
    width: 100vw;
    background-color: var(--wp--preset--color--theme-lightgray);
    translate: -50% 0;
  }
}
@media (min-width:600px) {
  #outside_event {
    padding-left: 5%;
  }
}

@media (min-width:600px) {
  #program_plan {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 0;
  }
  #program_plan > * {
    margin: 0;
  }
  #program_plan .sect_title {
    margin-top: 0;
  }
  #program_plan #program,
#program_plan #plan {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  #program_plan #program {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  #program_plan #program_list {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: var(--wp--preset--spacing--50);
  }
  #program_plan #plan {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  #program_plan #plan .plan_slide {
    width: 28.5vw;
  }
  #program_plan .program_cover,
#program_plan .plan_slide .plan_block {
    min-height: 0;
    height: min(66.6vw, 40rem);
  }
}

@media screen and (max-width: 599px) {
  #program .sect_title {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  #program .program_cover {
    aspect-ratio: 1/1;
  }
}

#plan .plan_slide .plan_block {
  border-left: solid 1px;
}
#plan .plan_slide .plan_block .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5%;
}
@media screen and (max-width: 599px) {
  #plan .sect_title {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  #plan .plan_slide .plan_block {
    aspect-ratio: 1/1;
  }
  #plan .plan_slide .plan_block .wp-block-cover__inner-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
  }
  #plan .plan_slide.slick-slider .slick-list .slick-track {
    margin-left: -10vw;
  }
}

#areamap .areamap {
  position: relative;
  padding: 0;
}
#areamap .areamap .wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
}
#areamap .areamap .bnr_virtual_upopoy {
  width: 20vw;
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  #areamap .sect_title {
    margin-right: 5vw;
    margin-left: 5vw;
  }
}

@media (min-width:600px) {
  #ainu_database {
    padding-left: 5rem;
  }
  #ainu_database .sect_title {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 599px) {
  #ainu_database .banner_list {
    grid-template-columns: 1fr;
  }
}

@media (min-width:600px) {
  #outer_links {
    padding-left: 5rem;
  }
  #outer_links .sect_title {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 599px) {
  #outer_links .banner_list {
    grid-template-columns: 1fr;
  }
}

@media (min-width:600px) {
  #ff-ainu .tablist {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width:600px) {
  #link {
    padding-left: 5rem;
  }
  #link .sect_title {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 599px) {
  #link .banner_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ticket_conversion {
  position: fixed;
  bottom: 1vh;
  right: 1vw;
  z-index: 3999;
  max-width: 135px;
  aspect-ratio: 1/1;
  padding: 1rem 1.5rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ticket_conversion figure {
  width: 72px;
  margin: 0;
  text-align: center;
}
.ticket_conversion p {
  margin: 0;
  text-align: center;
}
.ticket_conversion .cover_link,
.ticket_conversion .cover_link a {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
}
@media screen and (max-width: 599px) {
  .ticket_conversion {
    padding: 0.5rem 0.25rem;
    width: 80px;
    right: 0;
    bottom: auto;
    top: 20vh;
  }
  .ticket_conversion figure {
    width: 40px;
  }
  .ticket_conversion p {
    text-wrap: nowrap;
  }
}

.map_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: 0;
  padding: 0;
  inset: 0;
}
.map_link li {
  position: absolute;
  display: block;
  font-size: var(--wp--preset--font-size--x-small);
  min-width: 15%;
  min-height: 50px;
  line-height: 1.25;
  border: 1px solid var(--wp--preset--color--theme-white);
  transition: 0.2s;
}
.map_link li a {
  padding: 0.5rem 0.25rem;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .map_link li a {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .map_link li {
    padding: 0;
    min-height: auto;
    font-size: var(--wp--preset--font-size--smallest);
    font-size: 8px;
  }
}
.map_link li strong {
  font-size: 1.25em;
}
@media screen and (max-width: 599px) {
  .map_link li strong {
    font-size: var(--wp--preset--font-size--smallest);
  }
}
.map_link li:has(a:hover) {
  box-shadow: 0 0 15px 5px rgb(255, 255, 255);
}
.map_link li.map03, .map_link li.map08, .map_link li.map17 {
  background: var(--wp--preset--color--theme-white);
  border: 1px solid var(--wp--preset--color--theme-navy);
  color: var(--wp--preset--color--theme-navy);
  min-height: auto;
  min-width: auto;
}
.map_link li.map03 strong, .map_link li.map08 strong, .map_link li.map17 strong {
  font-size: var(--wp--preset--font-size--xx-small);
}
@media screen and (max-width: 599px) {
  .map_link li.map03 strong, .map_link li.map08 strong, .map_link li.map17 strong {
    font-size: 8px;
  }
}
.map_link li.map04, .map_link li.map07, .map_link li.map13, .map_link li.map14 {
  background: var(--wp--preset--color--theme-white);
  border: 1px solid var(--wp--preset--color--theme-navy);
  color: var(--wp--preset--color--theme-navy);
}
.map_link li.map10, .map_link li.map11, .map_link li.map12 {
  background: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-navy);
  border: 1px solid var(--wp--preset--color--theme-navy);
  min-height: auto;
  font-size: var(--wp--preset--font-size--xx-small);
  min-width: auto;
}
.map_link li.map10 a, .map_link li.map11 a, .map_link li.map12 a {
  padding: 0.25rem 0.25rem;
}
@media screen and (max-width: 599px) {
  .map_link li.map10 a, .map_link li.map11 a, .map_link li.map12 a {
    padding: 0;
  }
}
.map_link li.map15, .map_link li.map16 {
  background: var(--wp--preset--color--theme-red);
  color: var(--wp--preset--color--theme-white);
  min-width: auto;
  min-height: auto;
  padding: 2px 5px;
}
@media screen and (max-width: 599px) {
  .map_link li.map15, .map_link li.map16 {
    padding: 0 2px;
  }
}
.map_link li.map15 strong, .map_link li.map16 strong {
  font-size: var(--wp--preset--font-size--smallest);
}
@media screen and (max-width: 599px) {
  .map_link li.map15 strong, .map_link li.map16 strong {
    font-size: 8px;
  }
}
.map_link li.map01 {
  background: #945140;
  color: var(--wp--preset--color--theme-white);
  right: 6%;
  top: 3%;
}
.map_link li.map02 {
  background: #446F71;
  color: var(--wp--preset--color--theme-white);
  right: 25%;
  top: 3%;
}
.map_link li.map03 {
  right: 23%;
  top: 15%;
}
.map_link li.map04 {
  right: 35%;
  top: 20%;
}
.map_link li.map05 {
  background: #625A87;
  color: var(--wp--preset--color--theme-white);
  right: 2%;
  top: 27%;
}
.map_link li.map06 {
  background: #304778;
  color: var(--wp--preset--color--theme-white);
  right: 48%;
  top: 32%;
}
.map_link li.map07 {
  right: 30%;
  top: 45%;
}
.map_link li.map08 {
  left: 25%;
  top: 40%;
}
.map_link li.map09 {
  background: #896230;
  color: var(--wp--preset--color--theme-white);
  left: 6%;
  top: 36%;
}
.map_link li.map10 {
  left: 20%;
  top: 53%;
}
.map_link li.map11 {
  left: 22%;
  top: 58%;
}
.map_link li.map12 {
  left: 26%;
  top: 63%;
}
.map_link li.map13 {
  right: 10%;
  bottom: 15%;
}
.map_link li.map14 {
  right: 15%;
  bottom: 2%;
}
.map_link li.map15 {
  right: 15%;
  top: 53%;
}
.map_link li.map16 {
  bottom: 4%;
  right: 45%;
}
.map_link li.map17 {
  bottom: 2%;
  left: 45%;
}
.map_link li.map18 {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--theme-white);
  min-height: auto;
  min-width: auto;
  border: none;
  left: 25%;
  top: 20%;
}

#access .map_area {
  aspect-ratio: 2.4/1;
  width: 100%;
}
#access .map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  #program_list .card_list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

#event_panel .post_tags {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
#event_panel .post_info {
  flex-wrap: wrap;
  row-gap: 4px;
}
#event_panel .post_info .taxonomy-event_cate {
  flex-wrap: wrap;
  row-gap: 4px;
}
#event_panel .post_info .taxonomy-event_cate span {
  margin-left: 0;
}
#event_panel .event_period {
  gap: 4px;
}
#event_panel .period {
  text-wrap: nowrap;
}
/*# sourceMappingURL=home.css.map */