@charset "UTF-8";
/* ---------- RESET ---------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  zoom: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  font-family: inherit; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1; }

input, textarea, select {
  font-family: inherit; }

input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0; }

ul {
  list-style-type: none; }

ul, li, ol, dl, dt, dd, div {
  box-sizing: border-box; }

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto; }

/* ---------- COMMON ---------- */
html, body {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  color: #323232;
  background-color: #e7f5f2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative; }

* {
  box-sizing: border-box; }

::before, ::after {
  pointer-events: none;
  box-sizing: border-box; }

a {
  color: #323232;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, small, strong, div, ul, li, ol, dl, dt, dd, figure, figcaption, section, archive {
  font-feature-settings: "palt"; }

/* ---------- ROOT ---------- */
:root {
  --color-sub: #9e9632;
  --color-purple: #b7569b;
  --color-green: #6eb944;
  --color-pink: #ed85a0;
  --color-red: #e8374a;
  --taikan: #5bb647;
  --manabi: #a64a97;
  --kouryu: #ee86a1; }

@media screen and (min-width: 751px) {
  body {
    min-width: 1200px; }

  :root {
    --device-width: 1200; } }
@media screen and (max-width: 750px) {
  :root {
    --device-width: 750; } }
@media screen and (max-width: 375px) {
  :root {
    --device-width: 375; } }
/* ---------- ANIMATION ---------- */
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0%); }
  100% {
    opacity: 1;
    transform: scale(100%); } }
@keyframes slidedown {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes slide-br {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px);
    transform: translateY(-50px) translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-br {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50px);
    transform: translateY(-50px) translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-bl {
  0% {
    -webkit-transform: translateY(-50px) translateX(50px);
    transform: translateY(-50px) translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-bl {
  0% {
    -webkit-transform: translateY(-50px) translateX(50px);
    transform: translateY(-50px) translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-tr {
  0% {
    -webkit-transform: translateY(50px) translateX(-50px);
    transform: translateY(50px) translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(50px) translateX(-50px);
    transform: translateY(50px) translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@-webkit-keyframes slide-tl {
  0% {
    -webkit-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@keyframes slide-tl {
  0% {
    -webkit-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1; } }
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(80px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeup {
  animation-name: fadeup;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0; }

.scaleup {
  -webkit-animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@media screen and (min-width: 751px) {
  .pc__fadeup {
    animation-name: fadeup;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    opacity: 0; }

  .pc__scaleup {
    -webkit-animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; } }
/* ---------- REMODAL ---------- */
.remodal {
  border-radius: 24px !important;
  padding: min(8vw, 44px) !important; }

.remodal-overlay {
  background: var(--color-red) !important;
  opacity: 0.8 !important; }

.remodal-close {
  top: 6px !important;
  right: 12px !important;
  left: auto !important; }
  .remodal-close:before {
    width: 44px !important;
    font-size: 44px !important;
    line-height: 44px !important; }

.venue iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 12px; }

.venue dl {
  font-size: min(3vw, 1.6rem);
  text-align: left;
  margin-bottom: 6%; }
  .venue dl dt {
    font-weight: 700;
    color: var(--color-red);
    border-bottom: 1px solid var(--color-red);
    padding-bottom: 1%;
    margin-bottom: 2%; }
  .venue dl dd {
    margin-bottom: 6%; }
    .venue dl dd:last-child {
      margin-bottom: 0; }

/* ---------- HEADER ---------- */
header#header {
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  header#header a {
    display: block;
    transition: opacity ease 0.3s; }
    header#header a:hover {
      opacity: 0.5; }
  header#header .contact a {
    width: 70px; }
  header#header .reseved a {
    background-color: #fff;
    border: 1px solid #717071;
    border-radius: 24px;
    color: #717071;
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    padding: 12px 48px; }

@media screen and (min-width: 751px) {
  header#header .header__in {
    display: grid;
    grid-template-columns: 142px auto;
    width: 1200px;
    margin-inline: auto;
    padding: 14px 0; }
  header#header .logo {
    width: 142px; }
  header#header nav.nav {
    margin-left: auto;
    display: flex; }
    header#header nav.nav ul.nav__main {
      display: flex;
      align-items: center; }
      header#header nav.nav ul.nav__main li {
        margin-inline: 24px; }
        header#header nav.nav ul.nav__main li.contact {
          margin-inline: 0; }
        header#header nav.nav ul.nav__main li img {
          width: 86px; }

  #hamburger, .circle-bg {
    display: none; } }
@media screen and (max-width: 750px) {
  header#header {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
    header#header .header__in {
      display: flex;
      align-items: center; }
    header#header .logo {
      max-width: 85px;
      margin-left: 24px; }
    header#header .reseved a {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }

  nav.nav {
    margin-left: auto; }
    nav.nav ul.nav__main {
      display: none; }

  nav.nav.show ul.nav__main {
    display: block;
    padding: 24px;
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 998;
    opacity: 0; }
    nav.nav.show ul.nav__main.panelactive {
      opacity: 1; }
    nav.nav.show ul.nav__main li {
      text-align: center; }
      nav.nav.show ul.nav__main li img {
        max-width: 252px; }
      nav.nav.show ul.nav__main li:not(:last-child) {
        margin-bottom: 48px; }

  @keyframes gnaviAnime {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  ul.nav__main.panelactive li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0; }

  /* Button */
  #hamburger {
    display: block;
    cursor: pointer;
    padding-inline: 19px;
    height: 100%;
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 999; }
    #hamburger span {
      display: block;
      background: #595b5b;
      width: 45px;
      height: 2px;
      margin: auto;
      transition: all 400ms 0s ease; }
      #hamburger span:not(:last-child) {
        margin-bottom: 8px; }

  #hamburger.close {
    padding-top: 13px; }
    #hamburger.close span {
      background: #fff;
      transform-origin: center; }
    #hamburger.close span:first-child {
      transform: rotate(45deg); }
    #hamburger.close span:nth-child(2) {
      margin-top: -11px;
      transform: rotate(-45deg); }
    #hamburger.close span:last-child {
      opacity: 0; }

  .panelactive {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999; }

  .circle-bg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(0);
    position: fixed;
    right: -50px;
    top: -50px;
    z-index: 3;
    transition: all .6s;
    opacity: 0.8; }
    .circle-bg.circleactive {
      transform: scale(50); } }
@keyframes opacityAnm {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
main {
  position: relative;
  animation: opacityAnm forwards 1.5s;
  /*&::after { content: ''; display: block; width: 100%; height: 100%; background: url("../img/common/bg_filter.svg") center top repeat-y; background-size: var(--device-width) auto; position: absolute; top: 0 ; left: 0; z-index: -1; }*/ }

.page main {
  padding-top: 0; }

.inner {
  margin-inline: auto; }

@media screen and (min-width: 751px) {
  .inner {
    width: 1200px; }

  .mainlogo {
    width: 636px;
    height: 844px; } }
@media screen and (max-width: 750px) {
  .inner {
    padding-left: 5.33%;
    padding-right: 5.33%; }

  .mainlogo {
    width: 75%; } }
/* ---------- MAIN VISUAL ---------- */
.mv {
  background-color: var(--color-red); }
  .mv .mv__visual {
    position: relative; }
    .mv .mv__visual img {
      display: block; }
      .mv .mv__visual img.human {
        position: absolute; }
  @media screen and (min-width: 751px) {
    .mv {
      padding-top: 80px; }
      .mv > .inner {
        display: flex; }
      .mv .mv__logo {
        width: 604px;
        height: 621px; }
      .mv .mv__visual {
        width: 600px;
        height: 723px; }
        .mv .mv__visual img.human01 {
          top: -33px;
          right: -89px; }
        .mv .mv__visual img.human02 {
          top: 271px;
          right: -68px; }
        .mv .mv__visual img.human03 {
          top: 263px;
          left: -10px; }
        .mv .mv__visual img.human04 {
          top: 321px;
          left: 130px; }
        .mv .mv__visual img.human05 {
          top: 394px;
          left: 397px; }
        .mv .mv__visual img.human06 {
          bottom: 8px;
          left: 148px; }
        .mv .mv__visual img.human07 {
          bottom: -2px;
          right: 70px; } }
  @media (max-width: 750px) {
    .mv {
      padding-top: 12.17%;
      padding-bottom: 12.17%; }
      .mv .mv__logo {
        width: 72.80%;
        margin-inline: auto;
        margin-bottom: 10.13%; }
      .mv .mv__visual {
        width: 70.13%;
        height: 76.27%;
        margin-inline: auto;
        padding-top: 3.20%; }
        .mv .mv__visual img.human01 {
          width: 15.97%;
          height: 19.39%;
          top: 0;
          right: 0; }
        .mv .mv__visual img.human02 {
          width: 14.45%;
          height: 17.87%;
          top: 42.59%;
          right: 3.04%; }
        .mv .mv__visual img.human03 {
          width: 13.31%;
          height: 21.67%;
          top: 41.06%;
          left: 0; }
        .mv .mv__visual img.human04 {
          width: 11.79%;
          height: 22.81%;
          top: 47%;
          left: 22%; }
        .mv .mv__visual img.human05 {
          width: 12.55%;
          height: 17.11%;
          top: 55%;
          right: 29%; }
        .mv .mv__visual img.human06 {
          width: 13.69%;
          height: 28.14%;
          left: 26%;
          bottom: 1.52%; }
        .mv .mv__visual img.human07 {
          width: 11.41%;
          height: 26.62%;
          right: 21.67%;
          bottom: 0; }
        .mv .mv__visual img.main {
          width: 78.71%;
          height: 102.28%;
          margin-left: 5.33%; } }

.outline {
  background: url("../img/common/bg_note.webp") #fff top left repeat;
  background-size: 93px 93px;
  padding: 100px 0 136px; }
  @media (max-width: 750px) {
    .outline {
      background-size: 6.40vw 6.40vw;
      padding: 8.53% 0 13.33%; } }
  .outline .schedule {
    margin-bottom: 40px; }
    .outline .schedule > .inner {
      max-width: 1200px;
      margin-inline: auto; }
      @media screen and (min-width: 751px), print {
        .outline .schedule > .inner {
          border-bottom: 3px solid #969696; } }
    @media screen and (min-width: 751px), print {
      .outline .schedule ul.schedule__list {
        display: flex;
        padding-bottom: 30px; } }
    @media screen and (min-width: 751px), print {
      .outline .schedule ul.schedule__list li {
        padding: 0 75px 0 40px; }
        .outline .schedule ul.schedule__list li:not(:first-child) {
          border-left: 2px solid #323232; } }
    @media (max-width: 750px) {
      .outline .schedule ul.schedule__list li:not(:last-child) {
        margin-bottom: 9.07%; } }
    .outline .schedule ul.schedule__list li img {
      display: block;
      margin: 0 auto 24px; }
      .outline .schedule ul.schedule__list li img.day1, .outline .schedule ul.schedule__list li img.day2 {
        width: 62.13%; }
    .outline .schedule ul.schedule__list li p {
      font-size: min(5.33vw, 3.3rem);
      line-height: 1.5; }
  .outline .access > .inner {
    max-width: 1200px;
    margin-inline: auto; }
    @media screen and (min-width: 751px), print {
      .outline .access > .inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; } }
  @media screen and (min-width: 751px), print {
    .outline .access .access__map {
      margin-left: 18px; } }
  @media screen and (min-width: 751px), print {
    .outline .access img.access_train {
      margin-bottom: 72px; } }
  @media (max-width: 750px) {
    .outline .access img.access_train {
      width: 56.00%;
      height: 10.40%;
      margin: 2.67% 0 10.13%; } }
  .outline .access p {
    font-size: min(3.73vw, 2.2rem); }

dl.dl--basic {
  font-size: min(3.47vw, 2rem); }
  dl.dl--basic dt {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #323232;
    margin-bottom: 20px;
    padding: 10px; }

dl.dl--style01 {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #333; }
  dl.dl--style01 dt, dl.dl--style01 dd {
    padding: 10px; }
  dl.dl--style01 dt {
    width: 30%;
    font-weight: bold;
    background-color: #f1f1f1;
    border-right: 1px solid #333; }
  dl.dl--style01 dd {
    width: 70%; }

ul.list--dot {
  list-style: disc;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-left: 2rem; }
  ul.list--dot li:not(:last-child) {
    margin-bottom: 10px; }

.bg--red {
  background-color: var(--color-red); }

#topics {
  padding-top: 53px;
  padding-bottom: 136px; }
  @media (max-width: 750px) {
    #topics {
      padding-top: 5.87%;
      padding-bottom: 13.87%; } }
  #topics .topics__ttl {
    text-align: center;
    margin-bottom: 76px; }
    @media (max-width: 750px) {
      #topics .topics__ttl {
        margin-bottom: 12.27%; }
        #topics .topics__ttl img {
          width: 62.13%;
          height: 66.67%; } }

/* ---------- CARD ---------- */
/* TOP - topics */
.cards.topics {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 116px; }
  @media (max-width: 750px) {
    .cards.topics {
      margin-bottom: 11.73%; } }
  .cards.topics .card {
    width: 31.33%;
    margin-bottom: 3%; }
    @media screen and (min-width: 751px), print {
      .cards.topics .card:not(:nth-child(3n)) {
        margin-right: 3%; } }
    @media (max-width: 750px) {
      .cards.topics .card {
        width: 100%;
        margin-bottom: 4%; } }
    @media (max-width: 750px) {
      .cards.topics .card .card__tab img {
        width: 42.67%;
        height: 14.13%; } }
    .cards.topics .card .card__in {
      background-color: #fff;
      border: 2px solid #333;
      padding: 50px 20px 0;
      box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.35); }
      @media (max-width: 750px) {
        .cards.topics .card .card__in {
          padding: 5.33% 5.33% 0; } }
      .cards.topics .card .card__in .card__text {
        margin-bottom: 70px; }
        @media (max-width: 750px) {
          .cards.topics .card .card__in .card__text {
            margin-bottom: 5.33%; } }
        .cards.topics .card .card__in .card__text p {
          font-size: 2.2rem;
          font-weight: bold;
          line-height: 2.1; }
          @media (max-width: 750px) {
            .cards.topics .card .card__in .card__text p {
              font-size: 4vw;
              line-height: 1.6; } }
      .cards.topics .card .card__in figure.card__img {
        margin-bottom: 40px; }
        @media (max-width: 750px) {
          .cards.topics .card .card__in figure.card__img {
            margin-bottom: 4.27%; }
            .cards.topics .card .card__in figure.card__img > span img {
              width: 34.67%;
              height: 6.13%; } }
        .cards.topics .card .card__in figure.card__img > img {
          width: 100%;
          height: auto;
          object-fit: contain;
          vertical-align: top;
          margin-bottom: 24px; }
          @media (max-width: 750px) {
            .cards.topics .card .card__in figure.card__img > img {
              margin-bottom: 3.20%; } }
        .cards.topics .card .card__in figure.card__img > figcaption {
          font-size: 1.8rem;
          line-height: 1.5; }
          @media (max-width: 750px) {
            .cards.topics .card .card__in figure.card__img > figcaption {
              font-size: 3.2vw; } }
    .cards.topics .card a.card__link {
      display: block;
      width: calc(100% + 40px);
      font-size: min(5.07vw, 2.5rem);
      text-align: center;
      background-color: #333;
      color: #fff;
      padding: 20px;
      margin-left: -20px; }
      @media (max-width: 750px) {
        .cards.topics .card a.card__link {
          padding: 3.20vw; } }
      .cards.topics .card a.card__link span {
        vertical-align: middle; }
      .cards.topics .card a.card__link::after {
        content: '';
        display: inline-block;
        background: url("../img/icon_arrow02.svg") center center no-repeat;
        background-size: contain;
        width: min(2.67vw, 22px);
        height: min(5.33vw, 48px);
        vertical-align: middle;
        margin-left: min(2.4vw, 18px);
        transition: transform linear .15s; }
      @media (hover: hover) {
        .cards.topics .card a.card__link:hover::after {
          transform: scale(80%); } }
    .cards.topics .card .card__ttl {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 16px; }
    .cards.topics .card.taikan .card__in {
      border-color: var(--taikan); }
    .cards.topics .card.taikan a.card__link {
      background-color: var(--taikan); }
    .cards.topics .card.manabi .card__in {
      border-color: var(--manabi); }
    .cards.topics .card.manabi a.card__link {
      background-color: var(--manabi); }
    .cards.topics .card.kouryu .card__in {
      border-color: var(--kouryu); }
    .cards.topics .card.kouryu a.card__link {
      background-color: var(--kouryu); }

.cards:not(.topics) {
  display: flex;
  flex-wrap: wrap;
  /* color change */ }
  .cards:not(.topics) .card {
    width: 48.75%;
    margin-bottom: 3.33%;
    background-color: #fff;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 67px;
    position: relative; }
    @media (max-width: 750px) {
      .cards:not(.topics) .card {
        padding-bottom: 91px; } }
    .cards:not(.topics) .card .card__header {
      background-color: #333;
      color: #fff;
      padding: 12px 30px; }
      @media screen and (min-width: 751px), print {
        .cards:not(.topics) .card .card__header {
          display: flex;
          align-items: center; } }
      .cards:not(.topics) .card .card__header time {
        font-size: min(5.33vw, 2.8rem); }
        @media (max-width: 750px) {
          .cards:not(.topics) .card .card__header time {
            display: block;
            margin-bottom: 4px; } }
      .cards:not(.topics) .card .card__header span {
        font-size: min(3.47vw, 1.4rem);
        margin-left: auto;
        display: inline-block; }
    .cards:not(.topics) .card .card__contents {
      padding: 26px; }
      @media (max-width: 750px) {
        .cards:not(.topics) .card .card__contents {
          padding: 2.67% 5.33%; } }
      .cards:not(.topics) .card .card__contents .card__ttl {
        font-size: min(4.8vw, 2.4rem);
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 28px; }
        @media (max-width: 750px) {
          .cards:not(.topics) .card .card__contents .card__ttl {
            margin-bottom: 5.33%; } }
        .cards:not(.topics) .card .card__contents .card__ttl span, .cards:not(.topics) .card .card__contents .card__ttl small {
          font-weight: normal;
          line-height: 1.42;
          width: 100%; }
        .cards:not(.topics) .card .card__contents .card__ttl span {
          font-size: min(5.6vw, 2.8rem);
          text-decoration: underline 2px #ffff00; }
      .cards:not(.topics) .card .card__contents .venue {
        font-size: min(4.8vw, 2.4rem);
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 18px; }
      .cards:not(.topics) .card .card__contents p {
        font-size: min(3.73vw, 1.6rem);
        line-height: 1.6875; }
      @media screen and (min-width: 751px), print {
        .cards:not(.topics) .card .card__contents:has(.card__profile) {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .cards:not(.topics) .card .card__contents:has(.card__profile) .card__text {
            width: 51.5%; }
          .cards:not(.topics) .card .card__contents:has(.card__profile) figure.card__profile {
            width: 42.42%; } }
      @media (max-width: 750px) {
        .cards:not(.topics) .card .card__contents:has(.card__profile) figure.card__profile {
          margin-top: 3.73%; } }
      .cards:not(.topics) .card .card__contents:has(.card__profiles) {
        display: block; }
        .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__text {
          width: 100%; }
        .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__profiles {
          display: flex;
          flex-wrap: wrap;
          margin-top: 30px; }
          @media screen and (min-width: 751px), print {
            .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__profiles figure.card__profile {
              width: 30%; }
              .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__profiles figure.card__profile:not(:last-child) {
                margin-right: 3%; } }
          @media (max-width: 750px) {
            .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__profiles figure.card__profile {
              width: 100%; }
              .cards:not(.topics) .card .card__contents:has(.card__profiles) .card__profiles figure.card__profile:not(:last-child) {
                margin-bottom: 4%; } }
    .cards:not(.topics) .card figure.card__profile img {
      margin-bottom: 16px; }
    .cards:not(.topics) .card figure.card__profile figcaption span {
      font-size: min(3.47vw, 1.7rem);
      line-height: 1.47;
      margin-bottom: 8px; }
    .cards:not(.topics) .card figure.card__profile figcaption strong {
      font-size: min(5.6vw, 2.6rem);
      line-height: 1.3; }
    .cards:not(.topics) .card figure.card__profile figcaption small {
      font-size: 1.3rem;
      line-height: 1.46; }
    .cards:not(.topics) .card figure img {
      width: 100%;
      height: auto;
      object-fit: contain;
      vertical-align: top; }
    .cards:not(.topics) .card .card__footer {
      border-top: 1px solid #4c4948;
      text-align: center;
      padding: 12px;
      margin-inline: 26px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .cards:not(.topics).kouryu .card__header {
    background-color: var(--kouryu); }
  .cards:not(.topics).kouryu .card__footer {
    border-top-color: var(--kouryu); }
  @media screen and (min-width: 751px), print {
    .cards:not(.topics).taikan .card {
      width: 31%;
      margin-right: 3.5% !important; }
      .cards:not(.topics).taikan .card:nth-child(3n) {
        margin-right: 0 !important; } }
  .cards:not(.topics).taikan .card__header {
    background-color: var(--taikan); }
  .cards:not(.topics).taikan .card__contents .card__ttl {
    border-bottom: 1px solid var(--taikan);
    padding-bottom: 16px; }
    @media (max-width: 750px) {
      .cards:not(.topics).taikan .card__contents .card__ttl {
        padding-bottom: 2.5%; } }
  .cards:not(.topics).taikan .card__contents figure:not(.card__profile) {
    margin-top: 24px; }
    .cards:not(.topics).taikan .card__contents figure:not(.card__profile) figcaption {
      font-size: 1.3rem;
      text-align: right;
      margin-top: 10px; }
  .cards:not(.topics).taikan .card__footer {
    border-top-color: var(--taikan); }
  .cards:not(.topics).manabi .card__header {
    background-color: var(--manabi); }
  .cards:not(.topics).manabi .card__footer {
    border-top-color: var(--manabi); }

@media screen and (min-width: 751px) {
  .cards:not(.topics) .card:not(:nth-child(2n)) {
    margin-right: 2.5%; } }
@media (max-width: 750px) {
  .cards:not(.topics) .card {
    width: 100%;
    margin-right: 0; } }
.img--br {
  border: 1px solid #ccc; }

/* ---------- NEWS ---------- */
.news {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px; }
  .news .news__card {
    background-color: #fff;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.35);
    padding: 24px;
    width: 48%;
    margin-right: 4%; }
    .news .news__card:nth-child(even) {
      margin-right: 0; }
    @media (max-width: 750px) {
      .news .news__card {
        width: 100%;
        margin-right: 0; }
        .news .news__card:not(:last-child) {
          margin-bottom: 4%; } }
  .news .news__card__ttl {
    color: var(--color-red);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    border-left: 6px solid var(--color-red);
    padding-left: 16px;
    margin-bottom: 16px; }
  .news .news__card__text p {
    font-size: 1.6rem;
    line-height: 1.5; }
    .news .news__card__text p.date {
      color: var(--color-red);
      font-size: 2rem;
      font-weight: bold; }

.dammy-txt {
  color: red; }

a.btn__reserve {
  background-color: var(--color-red);
  color: #fff;
  font-size: min(5vw, 2.3rem);
  display: inline-block;
  padding: 6px 14px;
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
  transition: all ease-in 0.2s; }
  a.btn__reserve::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-right: 2px solid var(--color-red);
    border-bottom: 2px solid var(--color-red);
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all ease-in 0.2s; }
  a.btn__reserve:hover {
    margin: 4px 0 0 4px; }
    a.btn__reserve:hover::after {
      top: 0;
      left: 0; }

a.btn__reserve[href=""] {
  background-color: #ccc;
  pointer-events: none; }
  a.btn__reserve[href=""]::after {
    border-color: #ccc; }

#detail {
  background-color: #fff;
  border-radius: min(6vw, 40px);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
  margin-inline: auto;
  padding-bottom: min(4vw, 58px); }
  #detail h1 + img {
    float: right; }
    #detail h1 + img::after {
      content: '';
      display: block;
      clear: both;
      width: 100%; }
  #detail .schedule {
    clear: both;
    margin-inline: auto; }
  #detail .limit {
    font-size: min(3vw, 1.5rem);
    text-align: center;
    line-height: 1.5; }
  #detail .place {
    border-top: 8px solid var(--color-sub);
    border-bottom: 8px solid var(--color-sub);
    color: var(--color-sub);
    font-size: min(3vw, 2rem);
    text-align: center;
    max-width: 920px;
    margin-inline: auto;
    padding: min(4vw, 58px) 0; }
  #detail .top-map {
    font-size: min(3.5vw, 2rem);
    text-align: center;
    margin-inline: auto; }
    #detail .top-map a {
      transition: all ease 0.3s; }
      #detail .top-map a:hover {
        opacity: 0.5; }

.btn__map {
  display: inline-block;
  color: #fff;
  background-color: var(--color-sub);
  font-size: 2rem;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
  padding: 4px 15px;
  box-shadow: 5px 5px 0 #898989;
  transition: all ease-in 0.2s;
  margin: 5px; }
  .btn__map:hover {
    box-shadow: 0 0 0 #898989; }

.floarmap_2f, .floarmap_3f {
  font-size: min(3vw, 1.5rem);
  margin-top: 10px; }
  .floarmap_2f p, .floarmap_3f p {
    margin-top: 8px; }

@media screen and (min-width: 751px) {
  #detail {
    width: 1200px; }
    #detail h1 {
      width: 625px;
      padding-top: 46px; }
    #detail h1 + img {
      width: 1036px;
      margin-top: -260px;
      margin-right: 14px;
      margin-bottom: 56px; }
    #detail .schedule {
      width: 920px;
      display: grid;
      grid-template-columns: 400px auto;
      justify-content: center;
      gap: 32px;
      margin-bottom: 40px; }
    #detail .schedule__img {
      width: 400px; }
    #detail .limit img {
      width: 282px;
      height: 282px;
      margin-bottom: 8px; }
    #detail div.top-map {
      display: flex;
      justify-content: space-between;
      width: 920px;
      margin-top: 60px; } }
@media screen and (max-width: 750px) {
  #detail {
    margin-inline: 4%; }
    #detail h1 {
      width: 70%;
      padding-top: 10%; }
    #detail h1 + img {
      width: 90%;
      margin-top: -10%;
      margin-right: 2%;
      margin-bottom: 10%; }
    #detail .schedule {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 4%; }
    #detail .schedule__img {
      width: 50%; }
    #detail .limit {
      width: 40%; }
    #detail .place {
      margin: 4%; }
    #detail .top-map {
      padding: 0 4%; }
      #detail .top-map a {
        display: block;
        margin-bottom: 4%; } }
@media screen and (min-width: 751px), print {
  .sp-only {
    display: none; } }
@media (max-width: 750px) {
  .pc-only {
    display: none; } }
/* ---------- FOOTER ---------- */
footer#footer {
  background-color: #fff;
  padding: 53px 0; }
  footer#footer a {
    display: inline-block; }
    footer#footer a[href="tel:"] {
      pointer-events: none; }
    @media (max-width: 750px) {
      footer#footer a {
        pointer-events: auto; } }
    footer#footer a:has(img) {
      transition: opacity ease-in-out .3s; }
      footer#footer a:has(img):hover {
        opacity: 0.5; }
  @media (max-width: 750px) {
    footer#footer {
      padding: 5.87% 0 6.93%; } }
  footer#footer .footer__logo {
    display: block;
    margin-right: 60px; }
  footer#footer address.footer__address {
    font-style: normal;
    font-size: min(7vw, 2.4rem); }
    @media screen and (min-width: 751px), print {
      footer#footer address.footer__address {
        display: flex;
        margin-bottom: 40px; } }
    footer#footer address.footer__address dl dt {
      font-size: 2.3rem;
      line-height: 1.5;
      font-weight: bold; }
      footer#footer address.footer__address dl dt small {
        font-size: 1.7rem;
        font-weight: normal; }
    footer#footer address.footer__address dl dd p {
      margin: 0;
      line-height: 1.5; }
      footer#footer address.footer__address dl dd p:first-child {
        font-size: 2.1rem; }
      footer#footer address.footer__address dl dd p:last-child {
        font-size: 1.5rem; }
    footer#footer address.footer__address p {
      font-size: min(2.5vw, 1.5rem);
      line-height: 1.5;
      margin-top: 18px; }

@media screen and (min-width: 751px), print {
  dl.footer__sponsor {
    display: flex; } }
@media (max-width: 750px) {
  dl.footer__sponsor {
    margin-top: 5.87%; } }
@media screen and (min-width: 751px), print {
  dl.footer__sponsor div {
    display: flex; } }
@media screen and (min-width: 751px), print {
  dl.footer__sponsor div:first-child {
    margin-right: 60px; } }
@media (max-width: 750px) {
  dl.footer__sponsor div:first-child {
    margin-bottom: 24px; } }
dl.footer__sponsor div dt {
  font-size: 1.5rem; }
  @media (max-width: 750px) {
    dl.footer__sponsor div dt {
      margin-bottom: 10px; } }

@media screen and (min-width: 751px), print {
  ul.footer__links {
    display: flex; }
    ul.footer__links li:not(:last-child) {
      margin-right: 20px; } }
@media (max-width: 750px) {
  ul.footer__links li {
    margin-bottom: 12px; } }

/* ---------- TOP - volunteer ---------- */
a.qr {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 16px;
  padding: 24px;
  max-width: 400px; }
  a.qr figure {
    margin-left: 16px; }
    a.qr figure img {
      display: block;
      width: 120px;
      height: auto; }
  a.qr span {
    font-size: 1.5rem;
    text-decoration: underline 1px solid var(--color-red); }
  a.qr:hover {
    opacity: 0.5; }

/* ---------- UTILITY ---------- */
.fc--red {
  color: var(--color-red); }

.bgc--gray {
  background-color: #f5f5f5 !important; }

.txt--center {
  text-align: center; }

.txt--right {
  text-align: right; }

.txt--left {
  text-align: left; }

.marker {
  display: inline-block;
  background-color: var(--color-red);
  color: #fff;
  font-size: min(3vw, 16px);
  padding: 4px;
  margin: 1%; }

.kakko {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px; }
  .kakko::before, .kakko::after {
    display: inline-block;
    vertical-align: bottom; }
  .kakko::before {
    content: '[';
    margin-right: 4px; }
  .kakko::after {
    content: ']';
    margin-left: 4px; }

.small {
  font-size: 70%; }

.link__txt {
  text-decoration: underline double var(--color-red); }
  .link__txt:hover {
    color: var(--color-red); }

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: min(8vw, 80px); }

@media screen and (min-width: 751px) {
  .flex__item {
    width: 560px; } }
@media screen and (max-width: 750px) {
  .flex__item {
    width: 100%; } }
table {
  width: 100%;
  border-collapse: collapse; }

.scroll-box {
  margin-bottom: 60px; }

table.table--style01 caption {
  caption-side: top;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px; }
table.table--style01 thead tr {
  background-color: transparent; }
  table.table--style01 thead tr th {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0; }
table.table--style01 tbody tr th, table.table--style01 tbody tr td {
  padding: 16px 10px; }
table.table--style01 tbody tr th {
  font-size: 1.6rem;
  font-weight: bold; }
  table.table--style01 tbody tr th:not(:last-child) {
    border-right: 1px solid #717071; }
table.table--style01 tbody tr td {
  font-size: 1.8rem;
  font-weight: bold; }
  table.table--style01 tbody tr td:first-child {
    text-align: center; }
  table.table--style01 tbody tr td:not(:last-child) {
    border-right: 1px solid #717071; }
table.table--style01 tbody tr:not(.bgc--gray) {
  background-color: #fff; }
table.table--style01 a {
  text-decoration: underline dashed 1px var(--color-purple);
  line-height: 1.3; }
  table.table--style01 a:hover {
    color: var(--color-purple); }

@media (max-width: 750px) {
  .scroll-box {
    overflow-x: auto;
    width: 100%; }

  table.table--style01 tr th,
  table.table--style01 tr td {
    white-space: nowrap; } }
a.btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  font-size: min(3vw, 1.6rem);
  padding: 8px 16px;
  transition: all ease 0.3s; }
  a.btn:hover {
    background-color: #000;
    color: #fff; }

@media screen and (min-width: 751px), print {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    text-decoration: underline; } }
.notes {
  font-size: 1.4rem !important;
  text-indent: -1rem;
  padding-left: 2rem; }
  .notes::before {
    content: '※';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px; }

.mb20 {
  margin-bottom: 20px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb40 {
  margin-bottom: 40px; }

.mgb310 {
  margin-bottom: 310px; }

.mgb-sp {
  margin-bottom: 116px; }

.timeschedule {
  margin-bottom: 170px; }

/* PAGE */
.page__header {
  background-color: var(--color-red); }
  @media screen and (min-width: 751px), print {
    .page__header {
      padding: 95px 0 79px;
      margin-bottom: 90px; }
      .page__header .inner {
        display: flex;
        flex-wrap: wrap; } }
  @media (max-width: 750px) {
    .page__header {
      padding: 14.93% 0;
      margin-bottom: 10.67%; } }
  .page__header .map__text {
    color: #fff; }
    .page__header .map__text p {
      font-size: min(4vw, 2rem);
      font-weight: bold;
      line-height: 1.65; }
  @media screen and (min-width: 751px), print {
    .page__header .map__ttl {
      margin-bottom: 30px; }
    .page__header .map__text {
      margin-right: 5%;
      width: 41.41%; }
    .page__header .map__image {
      width: 48.6%; } }
  @media (max-width: 750px) {
    .page__header .map__ttl {
      margin-bottom: 6.93%; }
    .page__header .map__text {
      margin-bottom: 13.33%; }
    .page__header .map__text img {
      width: 59.20%;
      height: 18.13%;
      margin-inline: auto;
      display: block; } }

.ttl {
  color: #333;
  font-size: min(6.67vw, 3.6rem);
  line-height: 1.2;
  text-align: center; }
  @media screen and (min-width: 751px), print {
    .ttl {
      margin-bottom: 64px; } }
  @media (max-width: 750px) {
    .ttl {
      margin-bottom: 8%; } }
  .ttl span {
    border-bottom: 3px solid #333;
    letter-spacing: 0.25em; }
    @media screen and (min-width: 751px), print {
      .ttl span {
        display: inline-block;
        padding: 0 106px 12px;
        margin-bottom: 24px; } }
    @media (max-width: 750px) {
      .ttl span {
        display: block; } }
  .ttl small {
    font-size: 66.66%; }
  .ttl.kouryu {
    color: var(--kouryu); }
    .ttl.kouryu span {
      border-color: var(--kouryu); }
  .ttl.taikan {
    color: var(--taikan); }
    .ttl.taikan span {
      border-color: var(--taikan); }
  .ttl.manabi {
    color: var(--manabi); }
    .ttl.manabi span {
      border-color: var(--manabi); }

.coming-soon {
  display: block;
  margin: 256px auto; }
  @media (max-width: 750px) {
    .coming-soon {
      width: 56.00vw;
      height: 31.47vw; } }

.ttl--bg {
  font-size: min(5.33vw, 2.8rem);
  text-align: center;
  margin-bottom: min(6.4vw, 40px); }
  .ttl--bg span {
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 8px 16px; }
  .ttl--bg.taikan span {
    background-color: var(--taikan); }
  .ttl--bg.kouryu span {
    background-color: var(--kouryu); }
  .ttl--bg.manabi span {
    background-color: var(--manabi); }

/* ---------- アクセシビリティ対応 ---------- */
*:focus {
  border: none;
  outline: none; }

header a:focus-within {
  opacity: 0.5; }

.cards .card:has(> a):focus-within {
  box-shadow: 0 0 0 rgba(35, 24, 21, 0.45);
  margin: 5px 0 0 5px; }

a.btn__reserve:not[href=""]:focus-within {
  margin: 4px 0 0 4px; }

a.btn__reserve:not[href=""]:focus-within::after {
  top: 0;
  left: 0; }

ul.links li a:focus-within {
  color: var(--color-green); }

ul.links li a:focus-within::after {
  right: 17px; }

.topics__links a:focus-within {
  opacity: 0.5; }

.top-map a:focus-within {
  opacity: 0.5; }

.btn__map:focus-within {
  box-shadow: 0 0 0 #898989; }

.table--style01 a:focus-within {
  color: var(--color-purple); }

a.btn:focus-within {
  background-color: #000;
  color: #fff; }

.footer__links a:focus-within {
  opacity: 0.5; }
