@charset "UTF-8";
/* @import "./base/variables"; */
/* 整理してから消す */
/* 大ホール */
/* 小ホール */
/* 大会議室 */
/* 展示室 */
/* その他 */
/* ホール */
/* 会議室 */
/* 展覧会 */
/* イベント */
/* 展覧会 */
/* イベント */
/* イベント */
/* 関連イベント */
/* イベント */
/* 関連イベント */
/* 無料 */
/* 開催中 */
/* bkメインカラー c白 */
/* 予告 */
/* borderメインカラー bk白 c黒 */
/* soldout */
/* 受付終了 */
/* 残りわずか */
/* 発売中 */
/* 受付中 */
/* 本日発売 */
/* 先行予約 */
/* 入場無料 */
/* 新着 */
/* 近日発売 */
/* $color-status-03: #767673; */
.zaidan-theme {
  --color-main: #3f3d3c;
  /* --color-lightermain: #f0f0f0; */
  --color-lightmain: #f0f0f0;
}

.bunka-theme {
  --color-main: #d44052;
  /* --color-lightermain: #fceae8; */
  --color-lightmain: #fceae8;
}

.gyotoku-theme {
  --color-main: #285da1;
  /* --color-lightermain: #d5ddf7; */
  --color-lightmain: #d5ddf7;
}

.yoshizawa-theme {
  --color-main: #50840f;
  /* --color-lightermain: #50840f; */
  --color-lightmain: #ecf7eb;
}

.kiuchi-theme {
  --color-main: #c05136;
  /* --color-lightermain: #fcf2e0; */
  --color-lightmain: #fcf2e0;
}

.kakumatsu-theme {
  --color-main: #557c8f;
  /* --color-lightermain: #cee3ea; */
  --color-lightmain: #cee3ea;
}

.seikaen-theme {
  --color-main: #8e7338;
  /* --color-lightermain: #f7efc4; */
  --color-lightmain: #f7efc4;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1.6rem; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1.6rem; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  /* padding: 0.35em 0.75em 0.625em; */ /* 2 */
  padding: 0;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root,
html,
body {
  background-color: #ffffff;
  color: #333333;
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

html {
  word-break: normal;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

table th {
  font-weight: normal;
}

img {
  width: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a::before, a::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}
a:hover:before, a:hover::after {
  opacity: 0.6;
}

a img {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

a img:hover {
  opacity: 0.6;
}

video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
}

h1, h2, h3, h4, h5 {
  font-weight: initial;
}

form {
  width: 100%;
}

.Wrapper a, .Wrapper p, .Wrapper table th, .Wrapper table td, .Wrapper dt, .Wrapper dd, .Wrapper li {
  font-weight: 400;
}
.Wrapper a {
  text-decoration: underline;
}
.Wrapper a:hover {
  text-decoration: underline;
}

/* @import "./drawer/variables";
@import "./drawer/base";
@import "./drawer/position-top";
@import "./drawer/position-left";
@import "./drawer/position-right";
@import "./drawer/hamburger";
@import "./drawer/accessibility";
@import "./drawer/sidebar";
@import "./drawer/navbar";
@import "./drawer/dropdown";
@import "./drawer/container"; */
.l-base {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .l-base {
    padding: 0 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .l-base {
    padding: 0 12px;
    padding-bottom: 0;
    width: auto;
  }
}
.l-base a {
  text-decoration: underline;
}

/* .l-base:last-of-type {
  padding-bottom: 120px;
  @include mq-sp {
    padding-bottom: 80px;
  }
} */
.l-base a {
  text-decoration: underline;
}

.l-pankuzu {
  background-color: #fff;
}
.l-pankuzu ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 1300px) {
  .l-pankuzu ul {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-pankuzu ul {
    padding: 5px 5px 5px 12px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    letter-spacing: -1px;
  }
}
.l-pankuzu ul li {
  display: inline;
}
.l-pankuzu ul li:after {
  content: "＞";
  margin: 0 15px;
}
@media only screen and (max-width: 780px) {
  .l-pankuzu ul li:after {
    margin: 0 5px;
  }
}
.l-pankuzu ul li:last-of-type:after {
  content: "";
}
.l-pankuzu a {
  font-weight: initial;
  text-decoration: none;
}
.l-pankuzu a:hover {
  text-decoration: none;
}
.l-pankuzu > a:only-child {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 5px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 1300px) {
  .l-pankuzu > a:only-child {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-pankuzu > a:only-child {
    padding: 5px 15px;
  }
}

.l-content {
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: row-reverse; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .l-content {
    gap: 15px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-content {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /* flex-direction: column-reverse; */
  }
}

.l-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 calc(100% - 300px);
      -ms-flex: 0 2 calc(100% - 300px);
          flex: 0 2 calc(100% - 300px);
  max-width: 865px;
}
@media only screen and (max-width: 780px) {
  .l-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-main {
  -ms-flex-preferred-size: calc(100% - 300px);
      flex-basis: calc(100% - 300px);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-main {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-sub {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media only screen and (max-width: 780px) {
  .l-sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
_:-ms-fullscreen, :root .l-sub {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  min-height: 0%;
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-sub {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.l-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% - 300px);
      -ms-flex: 0 1 calc(100% - 300px);
          flex: 0 1 calc(100% - 300px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  .l-column {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 780px) {
  .l-column {
    margin: 0;
    padding: 0;
  }
}

.l-row, .l-row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-row + .l-row, .l-row-center + .l-row, .l-row + .l-row-center, .l-row-center + .l-row-center {
  margin: 30px 0;
}

.l-sixColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 75px) / 6);
  max-width: calc((100% - 60px) / 6);
  margin-right: 15px;
}
.l-sixColumn:nth-of-type(6n), .l-sixColumn:last-of-type {
  margin-right: 0;
}
.l-sixColumn:nth-of-type(n+7) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-sixColumn {
    width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-sixColumn:nth-of-type(3n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-sixColumn {
  display: block;
  width: calc((99% - 100px) / 6);
  max-width: calc((99% - 100px) / 6);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-sixColumn {
    width: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
}

.l-fifColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 75px) / 5);
  max-width: calc((100% - 60px) / 5);
  margin-right: 15px;
}
.l-fifColumn:nth-of-type(5n), .l-fifColumn:last-of-type {
  margin-right: 0;
}
.l-fifColumn:nth-of-type(n+6) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fifColumn {
    width: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-fifColumn:nth-of-type(3n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-fifColumn {
  display: block;
  width: calc((99% - 80px) / 5);
  max-width: calc((99% - 80px) / 5);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-fifColumn {
    width: calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
}

.l-quaColumn, .l-adjustColumn:first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 45px) / 4);
  max-width: calc((100% - 45px) / 4);
  margin-right: 15px;
}
.l-quaColumn:nth-of-type(4n), .l-adjustColumn:nth-of-type(4n):first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(4n), .l-quaColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:last-of-type {
  margin-right: 0;
}
.l-quaColumn:nth-of-type(n+5), .l-adjustColumn:nth-of-type(n+5):first-child:nth-last-child(4),
.l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(n+5) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-quaColumn, .l-adjustColumn:first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .l-quaColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn:nth-of-type(2n) {
    margin-right: 0;
  }
}
_:-ms-fullscreen, :root .l-quaColumn, :root .l-adjustColumn:first-child:nth-last-child(4),
:root .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
  display: block;
  width: calc((99% - 60px) / 4);
  max-width: calc((99% - 60px) / 4);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-quaColumn, :root .l-adjustColumn:first-child:nth-last-child(4),
  :root .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
}

.l-triColumn, .l-adjustColumn:first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, .l-adjustColumn:first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, .l-adjustColumn:only-child, .l-triColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.l-triColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):only-child, .l-triColumn-wide:nth-of-type(3n), .l-triColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:last-of-type, .l-adjustColumn:last-of-type:first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:last-of-type, .l-adjustColumn:last-of-type:only-child, .l-triColumn-wide:last-of-type {
  margin-right: 0;
}
.l-triColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):first-child:nth-last-child(3),
.l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):first-child:nth-last-child(2),
.l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(n+4), .l-adjustColumn:nth-of-type(n+4):only-child, .l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn, .l-adjustColumn:first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, .l-adjustColumn:first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, .l-adjustColumn:only-child, .l-triColumn-wide {
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .l-triColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(3n), .l-adjustColumn:nth-of-type(3n):only-child, .l-triColumn-wide:nth-of-type(3n) {
    margin-right: 10px;
  }
  .l-triColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(2n), .l-adjustColumn:nth-of-type(2n):only-child, .l-triColumn-wide:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-triColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn:nth-of-type(n+3), .l-adjustColumn:nth-of-type(n+3):only-child, .l-triColumn-wide:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
_:-ms-fullscreen, :root .l-triColumn, :root .l-adjustColumn:first-child:nth-last-child(3),
:root .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, :root .l-adjustColumn:first-child:nth-last-child(2),
:root .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, :root .l-adjustColumn:only-child, :root .l-triColumn-wide {
  display: block;
  width: calc((99% - 40px) / 3);
  max-width: calc((99% - 40px) / 3);
}
@media only screen and (max-width: 780px) {
  _:-ms-fullscreen, :root .l-triColumn, :root .l-adjustColumn:first-child:nth-last-child(3),
  :root .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn, :root .l-adjustColumn:first-child:nth-last-child(2),
  :root .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn, :root .l-adjustColumn:only-child, :root .l-triColumn-wide {
    width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
}

.l-halfColumn, .l-halfColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.l-halfColumn:nth-of-type(2n), .l-halfColumn-wide:nth-of-type(2n), .l-halfColumn:last-of-type, .l-halfColumn-wide:last-of-type {
  margin-right: 0;
}
.l-halfColumn:nth-of-type(n+3), .l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-halfColumn, .l-halfColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-halfColumn, :root .l-halfColumn-wide {
  display: block;
  width: calc((99% - 20px) / 2);
  max-width: calc((99% - 20px) / 2);
}

.l-triColumn-wide {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-right: 0px;
}
.l-triColumn-wide:nth-of-type(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .l-triColumn-wide:last-of-type {
    margin-bottom: 0;
  }
}
_:-ms-fullscreen, :root .l-triColumn-wide {
  display: block;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
}
_:-ms-fullscreen a, :root .l-triColumn-wide a {
  display: block;
}

.l-halfColumn-wide {
  width: 50%;
  max-width: 50%;
  margin-right: 0px;
}
.l-halfColumn-wide:nth-of-type(n+3) {
  margin-top: 20px;
}
_:-ms-fullscreen, :root .l-halfColumn-wide {
  display: block;
  width: 50%;
  max-width: 50%;
}

.l-fullColumn-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}
.l-fullColumn-wide:nth-of-type(n+2) {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fullColumn-wide {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }
}
_:-ms-fullscreen, :root .l-fullColumn-wide {
  display: block;
  width: 100%;
  max-width: 100%;
}

.l-midColumn {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
}
@media only screen and (max-width: 780px) {
  .l-midColumn {
    width: 100%;
    max-width: 100%;
  }
}

.l-fluid, .l-fluid-graycurve, .l-fluid-main02, .l-fluid-main01, .l-fluid-gray {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-fluid-gray {
  background-color: #f5f5f2;
  padding: 40px 0 60px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .l-fluid-gray {
    padding: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid-gray {
    padding: 40px 0px;
    margin: 20px 0;
  }
}
.l-fluid-main01 {
  background-color: #E8047A;
  padding: 40px 0 60px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .l-fluid-main01 {
    padding: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid-main01 {
    padding: 40px 0px;
  }
}
.l-fluid-main02 {
  background-color: #72C8DD;
  padding: 40px 0 60px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .l-fluid-main02 {
    padding: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid-main02 {
    padding: 40px 0px;
  }
}
.l-fluid__inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1200px;
      -ms-flex: 0 1 1200px;
          flex: 0 1 1200px;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 780px) {
  .l-fluid__inner {
    margin: 0 18px;
    width: auto;
  }
}
.l-fluid__inner > div {
  margin-bottom: 0;
}

.l-fluid-graycurve {
  background-color: #f5f5f2;
  padding: 5px 40px 40px;
  margin: calc(40px * 2) 0;
  position: relative;
  overflow: hidden;
  margin-top: -22px !important;
  margin-bottom: 20px;
}
.l-fluid-graycurve:after {
  content: "";
  position: absolute;
  width: 108vw;
  left: -4vw;
  bottom: -25px;
  height: 80px;
  background-color: #ffffff;
  border-top-left-radius: 50% 80px;
  border-top-right-radius: 50% 80px;
}
@media only screen and (max-width: 1300px) {
  .l-fluid-graycurve {
    padding: 5px 0px 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 780px) {
  .l-fluid-graycurve {
    padding: 20px 0 80px;
  }
  .l-fluid-graycurve::after {
    bottom: -5px;
    height: 50px;
    background-color: #ffffff;
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px;
  }
}

div:has(+ .l-fluid-graycurve) {
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 80px;
  margin-top: 80px;
  overflow: hidden;
  margin-bottom: 0;
}
div:has(+ .l-fluid-graycurve)::after {
  content: "";
  position: absolute;
  width: 108vw;
  left: -4vw;
  bottom: 0;
  height: 80px;
  background-color: #f5f5f2;
  border-top-left-radius: 50% 80px;
  border-top-right-radius: 50% 80px;
}
@media only screen and (max-width: 780px) {
  div:has(+ .l-fluid-graycurve) {
    margin-top: 40px;
  }
  div:has(+ .l-fluid-graycurve)::after {
    bottom: 0;
    height: 50px;
    background-color: #f5f5f2;
    border-top-left-radius: 50% 50px;
    border-top-right-radius: 50% 50px;
  }
}

.l-fluid-graycurve .l-fluid__inner {
  padding-top: 0px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 780px) {
  .l-fluid-graycurve .l-fluid__inner {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

/* 1つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:only-child {
    width: 100%;
    min-width: 100%;
  }
}

/* 2つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(2),
  .l-adjustColumn:first-child:nth-last-child(2) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

/* 3つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(3),
  .l-adjustColumn:first-child:nth-last-child(3) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

/* 3つの場合 */
@media only screen and (max-width: 780px) {
  .l-adjustColumn:first-child:nth-last-child(4),
  .l-adjustColumn:first-child:nth-last-child(4) ~ .l-adjustColumn {
    width: 100%;
    min-width: 100%;
  }
}

.Btnbox, .MitsumoriBtnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .Btnbox, .MitsumoriBtnBox {
    gap: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .Btnbox, .MitsumoriBtnBox {
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .Btnbox, .MitsumoriBtnBox {
    gap: 15px;
  }
}

.Eventblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 780px) {
  .Eventblock {
    gap: 12px;
  }
}
.Eventblock__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.Eventblock__img img {
  max-width: 90px;
  max-height: 125px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .Eventblock__img img {
    max-width: 70px;
  }
}
.Eventblock .labelbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* リストの中のイベントブロック用 */
ul > .Eventblock {
  gap: 25px;
  margin-bottom: 30px;
}
ul > .Eventblock:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  ul > .Eventblock {
    gap: 12px;
  }
}

a.Eventblock {
  text-decoration: none;
}
a.Eventblock:hover {
  text-decoration: none;
}

.Infoblock {
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Infoblock__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.Infoblock a.Infoblock__title {
  font-weight: 500;
}
.Infoblock__detail {
  font-size: 14px;
  font-size: 1.4rem;
}

.Pagerbox {
  margin: 50px 0 10px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .Pagerbox {
    margin: 25px 0 10px;
  }
}
.Pagerbox__list {
  display: inline;
  margin: 0 2px;
  padding: 0;
  font-size: 13px;
}
.Pagerbox__list a,
.Pagerbox__list span {
  display: inline-block;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 15px;
  text-decoration: none;
  vertical-align: middle;
}
.Pagerbox__list a:hover,
.Pagerbox__list span:hover {
  text-decoration: none;
  opacity: 1;
}
.Pagerbox__list a {
  background: #fff;
  border: 1px solid #aaa;
}
.Pagerbox__list a:hover {
  background-color: var(--color-lightmain);
}
.Pagerbox__list span {
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
}

/* 1 / 1 * 100% 正方形に*/
/* 2 / 3 * 100% */
.Imgbox, .Imgbox-cut, .Imgbox-fit {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.Imgbox img, .Imgbox-cut img, .Imgbox-fit img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
}
.Imgbox-fit {
  padding-top: 100%;
  border: solid #e1e1e1 0.25px;
}
.Imgbox-fit img {
  -o-object-fit: contain;
     object-fit: contain;
}
.Imgbox-cut {
  padding-top: 66.6666666667%;
}
.Imgbox-cut img {
  -o-object-fit: cover;
     object-fit: cover;
}

a.Infobox,
a.Exhibitionblock__box,
a.Eventblock__box,
a.Linkimgblock__box {
  text-decoration: none;
}
a.Infobox:hover,
a.Exhibitionblock__box:hover,
a.Eventblock__box:hover,
a.Linkimgblock__box:hover {
  text-decoration: none;
}

.label, .label-62, .label-61, .label-52, .label-51, .label-free, .label-42, .label-41, .label-32, .label-31, .label-sponsorship, .label-22, .label-21, .label-15, .label-14, .label-13, .label-12, .label-11, .label-mainborder, .label-06, .label-05, .label-04, .label-03, .label-02, .label-01, .label-00, .label-bkgray, .label-white {
  /* 基本のラベルは線黒、背景白 */
  padding: 3px 5px;
  font-size: 11px;
  color: #333333;
  background-color: #fff;
  border-radius: 5px;
  white-space: nowrap;
  border: solid 1px #333333;
  min-width: 135px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  letter-spacing: -0.5px;
  /* 線白、背景白 */
  /* 線灰、背景灰 */
  /* 各施設カラー */
  /* 文化会館 ホール各カラー */
  /* 行徳文化ホール I&I ホール各カラー */
  /* 主催・共催など */
  /* 芳澤ガーデンギャラリー各カラー */
  /* 木内ギャラリー各カラー */
  /* 無料 */
  /* 郭沫若各カラー */
  /* 清華園各カラー */
}
@media only screen and (max-width: 780px) {
  .label, .label-62, .label-61, .label-52, .label-51, .label-free, .label-42, .label-41, .label-32, .label-31, .label-sponsorship, .label-22, .label-21, .label-15, .label-14, .label-13, .label-12, .label-11, .label-mainborder, .label-06, .label-05, .label-04, .label-03, .label-02, .label-01, .label-00, .label-bkgray, .label-white {
    min-width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .label, .label-62, .label-61, .label-52, .label-51, .label-free, .label-42, .label-41, .label-32, .label-31, .label-sponsorship, .label-22, .label-21, .label-15, .label-14, .label-13, .label-12, .label-11, .label-mainborder, .label-06, .label-05, .label-04, .label-03, .label-02, .label-01, .label-00, .label-bkgray, .label-white {
    min-width: 80px;
  }
}
.label-white {
  border: solid 1px #fff;
}
.label-bkgray {
  border: solid 1px #f5f5f2;
  background-color: #f5f5f2;
}
.label-00 {
  color: #fff;
  background-color: #3f3d3c;
  border: none;
}
.label-01 {
  color: #fff;
  background-color: #d44052;
  border: none;
}
.label-02 {
  color: #fff;
  background-color: #285da1;
  border: none;
}
.label-03 {
  color: #fff;
  background-color: #50840f;
  border: none;
}
.label-04 {
  color: #fff;
  background-color: #c05136;
  border: none;
}
.label-05 {
  color: #fff;
  background-color: #557c8f;
  border: none;
}
.label-06 {
  color: #fff;
  background-color: #8e7338;
  border: none;
}
.label-mainborder {
  border: solid 1px var(--color-main);
  background-color: #fff;
  color: #333333;
}
.label-11 {
  color: #333333;
  background-color: #f99d9d;
  border: none;
}
.label-12 {
  color: #333333;
  background-color: #f4d37d;
  border: none;
}
.label-13 {
  color: #333333;
  background-color: #d2d1ff;
  border: none;
}
.label-14 {
  color: #333333;
  background-color: #f9d7d4;
  border: none;
}
.label-15 {
  color: #333333;
  background-color: #f5f5f2;
  border: none;
}
.label-21 {
  color: #333333;
  background-color: #93c6ff;
  border: none;
}
.label-22 {
  color: #333333;
  background-color: #d5ddf7;
  border: none;
}
.label-sponsorship {
  color: #333333;
  background-color: #f5f5f2;
  border: none;
}
.label-sponsorship {
  color: #333333;
  background-color: #f5f5f2;
  border: none;
}
.label-31 {
  color: #333333;
  background-color: #bee199;
  border: none;
}
.label-32 {
  color: #333333;
  background-color: #e7f2ef;
  border: none;
}
.label-41 {
  color: #333333;
  background-color: #f9d178;
  border: none;
}
.label-42 {
  color: #333333;
  background-color: #fcf2e0;
  border: none;
}
.label-free {
  color: #333333;
  background-color: #f5f5f2;
  border: none;
}
.label-51 {
  color: #333333;
  background-color: #99ccff;
  border: none;
}
.label-52 {
  color: #333333;
  background-color: #cee3ea;
  border: none;
}
.label-61 {
  color: #333333;
  background-color: #f2c38b;
  border: none;
}
.label-62 {
  color: #333333;
  background-color: #f7efc4;
  border: none;
}

.statuslabel, .statuslabel-free, .statuslabel-03, .statuslabel-02, .statuslabel-01 {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .statuslabel, .statuslabel-free, .statuslabel-03, .statuslabel-02, .statuslabel-01 {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
}
.statuslabel-01 {
  background-color: #aa2400;
}
.statuslabel-02 {
  background-color: #605757;
}
.statuslabel-03 {
  background-color: #217DA0;
}
.statuslabel-free {
  background-color: #dae2ea;
  color: #333333;
}

.btnradius, .btnradius-bkblack, .btnradius-bkgray, .btnradius-bkwhite, .btnradius-bkmain,
.btnsquare,
.btnsquare-bkgray,
.btnsquare-bkwhite,
.btnsquare-bkmain {
  display: inline-block;
  height: 45px;
  line-height: 42px;
  min-width: 240px;
  max-width: 45%;
  padding: 0 20px;
  font-size: 17px;
  text-decoration: none;
  text-align: center;
  padding-bottom: 2px;
  margin: 35px 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 780px) {
  .btnradius, .btnradius-bkblack, .btnradius-bkgray, .btnradius-bkwhite, .btnradius-bkmain,
  .btnsquare,
  .btnsquare-bkgray,
  .btnsquare-bkwhite,
  .btnsquare-bkmain {
    margin: 20px 0 30px;
  }
}
.btnradius .material-symbols-outlined, .btnradius-bkblack .material-symbols-outlined, .btnradius-bkgray .material-symbols-outlined, .btnradius-bkwhite .material-symbols-outlined, .btnradius-bkmain .material-symbols-outlined,
.btnsquare .material-symbols-outlined,
.btnsquare-bkgray .material-symbols-outlined,
.btnsquare-bkwhite .material-symbols-outlined,
.btnsquare-bkmain .material-symbols-outlined {
  vertical-align: text-top;
  font-size: 26px;
  margin-right: 5px;
}
@media only screen and (max-width: 780px) {
  .btnradius, .btnradius-bkblack, .btnradius-bkgray, .btnradius-bkwhite, .btnradius-bkmain,
  .btnsquare,
  .btnsquare-bkgray,
  .btnsquare-bkwhite,
  .btnsquare-bkmain {
    height: 42px;
    line-height: 40px;
    min-width: 200px;
    max-width: initial;
  }
}
.btnradius-bkmain01,
.btnsquare-bkmain01 {
  background-color: #E8047A;
  color: #fff;
  border: solid 1px #E8047A;
}
.btnradius-bkmain01:hover,
.btnsquare-bkmain01:hover {
  background-color: #fff;
  color: #E8047A;
  border: solid 1px #E8047A;
  opacity: 1;
}
.btnradius-bkwhite,
.btnsquare-bkwhite {
  background-color: #fff;
  color: var(--color-main);
  border: solid 1px #fff;
}
.btnradius-bkwhite:hover,
.btnsquare-bkwhite:hover {
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
  opacity: 1;
}
.btnradius-bkgray,
.btnsquare-bkgray {
  background-color: #f5f5f2;
  color: #333333;
  border: solid 1px #f5f5f2;
}
.btnradius-bkgray:hover,
.btnsquare-bkgray:hover {
  background-color: #fff;
  color: #333333;
  border: solid 1px #474747;
  opacity: 1;
}
.btnradius-bkblack,
.btnsquare-bkblack {
  background-color: #333333;
  color: #fff;
  border: solid 1px #333333;
}
.btnradius-bkblack:hover,
.btnsquare-bkblack:hover {
  background-color: #fff;
  color: #333333;
  border: solid 1px #333333;
  opacity: 1;
}

.btnradius, .btnradius-bkblack, .btnradius-bkgray, .btnradius-bkwhite, .btnradius-bkmain {
  border-radius: 30px;
}
.btnsquare, .btnsquare-bkgray, .btnsquare-bkwhite, .btnsquare-bkmain {
  height: 70px;
  line-height: 67px;
}
@media only screen and (max-width: 780px) {
  .btnsquare, .btnsquare-bkgray, .btnsquare-bkwhite, .btnsquare-bkmain {
    height: 55px;
    line-height: 52px;
  }
}
a.btnradius, a.btnradius-bkmain, a.btnradius-bkwhite, a.btnradius-bkgray, a.btnradius-bkblack,
a.btnsquare,
a.btnsquare-bkmain,
a.btnsquare-bkwhite,
a.btnsquare-bkgray {
  text-decoration: none;
}
a.btnradius:hover, a.btnradius-bkmain:hover, a.btnradius-bkwhite:hover, a.btnradius-bkgray:hover, a.btnradius-bkblack:hover,
a.btnsquare:hover,
a.btnsquare-bkmain:hover,
a.btnsquare-bkwhite:hover,
a.btnsquare-bkgray:hover {
  text-decoration: none;
}

a.btnarrow, a.btnarrow-bkgray {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
a.btnarrow:hover, a.btnarrow-bkgray:hover, a.btnarrow.on, a.on.btnarrow-bkgray {
  text-decoration: none;
  opacity: 1;
}
a.btnarrow:hover::after, a.btnarrow-bkgray:hover::after, a.btnarrow.on::after, a.on.btnarrow-bkgray::after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
a.btnarrow::after, a.btnarrow-bkgray::after {
  content: "→"; /* 矢印 */
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  margin-left: 12px;
}
@media only screen and (max-width: 780px) {
  a.btnarrow::after, a.btnarrow-bkgray::after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: 6px;
  }
}
a.btnarrow::after:hover, a.btnarrow-bkgray::after:hover, a.btnarrow::after.on, a.btnarrow-bkgray::after.on {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px #fff;
}

a.btnarrow-bkgray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background-color: #f5f5f2;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
a.btnarrow-bkgray:after {
  content: "→";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  margin-left: 15px;
}
@media only screen and (max-width: 780px) {
  a.btnarrow-bkgray:after {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
a.btnarrow-bkgray:hover, a.btnarrow-bkgray.on {
  background-color: var(--color-lightmain);
}
a.btnarrow-bkgray.bold {
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
}

.btnicoarrow {
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 80px;
  line-height: 77px;
  min-width: 280px;
  width: 100%;
  padding-left: 100px;
  border-radius: 40px;
  font-size: 17px;
  text-decoration: none;
  padding-bottom: 2px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--color-lightmain);
}
@media only screen and (max-width: 780px) {
  .btnicoarrow {
    height: 70px;
    line-height: 70px;
    min-width: 200px;
    padding-left: 65px;
    font-size: 15px;
    font-size: 15px;
    letter-spacing: -0.1rem;
  }
}
.btnicoarrow:hover, .btnicoarrow.on {
  text-decoration: none;
}
.btnicoarrow img {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 18px;
  left: 30px;
}
@media only screen and (max-width: 780px) {
  .btnicoarrow img {
    width: 38px;
    height: 38px;
    top: 18px;
    left: 16px;
  }
}
.btnicoarrow::after {
  content: "→";
  position: absolute;
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 30px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
}
@media only screen and (max-width: 780px) {
  .btnicoarrow::after {
    top: 15px;
  }
}

a.btnicoarrow {
  text-decoration: none;
}
a.btnicoarrow:hover, a.btnicoarrow.on {
  text-decoration: none;
}

.tagbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .tagbox {
    margin-bottom: 5px;
  }
}
.tagbox:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  .tagbox:last-child {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.tagbox span {
  line-height: 21px;
  font-size: 12px;
  padding-left: 3px;
}
@media only screen and (max-width: 780px) {
  .tagbox span {
    line-height: 17px;
    font-size: 10px;
  }
}

.tag, .tag-bggray, .tag-bgred, .tag-borderred, .tag-wide {
  min-width: 100px;
  height: 24px;
  line-height: 21px;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid #474747 1px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 780px) {
  .tag, .tag-bggray, .tag-bgred, .tag-borderred, .tag-wide {
    font-size: 11px;
    height: 18px;
    line-height: 15px;
  }
}
.tag-wide {
  width: 100px;
}
.tag-borderred {
  border: solid #e20000 1px;
  background-color: #fff;
}
.tag-bgred {
  border: solid #e20000 1px;
  background-color: #e20000;
  color: #fff;
  padding: 0 5px;
}
.tag-bggray {
  border: solid #474747 1px;
  background-color: #474747;
  color: #fff;
}
.tag:first-of-type, .tag-wide:first-of-type, .tag-borderred:first-of-type, .tag-bgred:first-of-type, .tag-bggray:first-of-type {
  margin: 0;
}

.sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 10px;
}

.share, .share-facebook, .share-xtwitter {
  position: relative;
  font-size: 12px;
  margin: 0px;
  width: 80px;
  text-align: center;
  border-radius: 10px;
}
.share a, .share-facebook a, .share-xtwitter a {
  color: #fff;
  display: block;
  padding: 2px 5px 2px 4px;
  line-height: 18px;
  text-decoration: none;
}
.share a:before, .share-facebook a:before, .share-xtwitter a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
}
.share a:hover, .share-facebook a:hover, .share-xtwitter a:hover {
  text-decoration: none;
}
.share-xtwitter {
  background-color: #000000;
}
.share-xtwitter a:before {
  content: "\e61b";
}
.share-facebook {
  background-color: #1977d9;
}
.share-facebook a:before {
  content: "\f09a";
}

.snsico, .snsico-youtube, .snsico-facebook, .snsico-instagram, .snsico-twitter {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 35px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.snsico i, .snsico-youtube i, .snsico-facebook i, .snsico-instagram i, .snsico-twitter i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.snsico:hover, .snsico-youtube:hover, .snsico-facebook:hover, .snsico-instagram:hover, .snsico-twitter:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media only screen and (max-width: 980px) {
  .snsico:hover, .snsico-youtube:hover, .snsico-facebook:hover, .snsico-instagram:hover, .snsico-twitter:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.snsico-twitter {
  font-size: 35px;
}
.snsico-instagram {
  font-size: 35px;
}
.snsico-facebook {
  font-size: 33px;
}
.snsico-youtube {
  font-size: 37px;
}

/* <script>
window.addEventListener('DOMContentLoaded',function(){
let bodyElm = document.body;
let header = document.querySelector('header'); // ヘッダータグが複数ある場合はID指定などに変える

function set_header_height() {
  if (header){
    bodyElm.style.setProperty('--headerHeight',header.clientHeight+'px')
  }
}

set_header_height();
window.addEventListener('resize',set_header_height);
window.addEventListener('scroll',set_header_height);
});
</script> */
html {
  -webkit-scroll-snap-type: y proximity;
      -ms-scroll-snap-type: y proximity;
          scroll-snap-type: y proximity;
  scroll-padding-top: calc(var(--headerHeight, 60px) + 25px);
}

table {
  width: 100%;
  margin: 25px 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 15px;
}
table textarea,
table input[type=text] {
  width: 100%;
  border: solid 1px #e1e1e1;
}
table p.caution {
  font-size: 12px;
  color: #767676;
}

table caption {
  text-align: left;
  font-weight: 400;
}

table th,
table td {
  padding: 12px 10px 12px 10px;
  background: transparent;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

table th {
  width: 30%;
  min-width: 200px;
  /* background: $color-bkgray; */
  vertical-align: top;
}
table th.required::after {
  content: "必須";
  font-size: 12px;
  color: #fff;
  background-color: var(--color-main);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
}

table td {
  background: #fff;
  vertical-align: top;
}

table.none {
  width: 100%;
  margin: 10px 0 15px;
  border: none;
  border: 1px solid #333333;
}

table.none th,
table.none td {
  border: none;
  border: 1px solid #333333;
}

table.none th {
  width: 28%;
  vertical-align: top;
  background: #fff;
}

@media only screen and (max-width: 780px) {
  table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
  }
  table th,
  table td {
    padding: 8px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
  }
}
table thead th, table thead td {
  background-color: #e9e9e9;
  text-align: center;
}

.memo {
  margin: -20px 0 20px 5px;
}
.memo p {
  text-align: right;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo ul {
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  font-size: 1.3rem;
  font-size: 13px;
}
.memo li {
  float: none;
  width: 100%;
}
.memo li:before {
  content: "*";
  margin-right: 8px;
}

.Table-sp th {
  background-color: #fff;
}
@media only screen and (max-width: 780px) {
  .Table-sp {
    display: block;
    font-size: 15px;
  }
  .Table-sp tbody {
    display: block;
    width: 100%;
  }
  .Table-sp tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .Table-sp tr:last-of-type {
    border-bottom: 1px solid #e1e1e1;
  }
  .Table-sp th,
  .Table-sp td {
    width: 100%;
    min-width: 100%;
    border-bottom: none;
    padding: 6px;
  }
  .Table-sp th {
    width: 100%;
    font-weight: 500 !important;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .Table-sp td {
    border-top: none;
    padding-top: 2px;
  }
}

.Imgtext__text > .Table-sp:first-child {
  margin-top: 0;
}

.Table-border th {
  background-color: #fff;
}
.Table-border th, .Table-border td {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.Table-wrap tr,
.Table-wrap th,
.Table-wrap td {
  min-width: inherit;
  width: inherit;
}
@media only screen and (max-width: 1300px) {
  .Table-wrap {
    overflow: scroll;
    overflow-y: auto;
  }
  .Table-wrap table {
    min-width: 100%;
  }
  .Table-wrap table,
  .Table-wrap tbody,
  .Table-wrap tr,
  .Table-wrap th,
  .Table-wrap td {
    width: inherit;
    white-space: nowrap;
  }
}

hr {
  width: 99vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
  color: #e1e1e1;
}
@media only screen and (max-width: 780px) {
  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #333333;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

/* ===== H1 ===== */
h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  margin: 60px 0 35px;
}
@media only screen and (max-width: 780px) {
  h1 {
    font-size: 22px;
    margin: 20px 0 15px;
  }
}

/* ===== H2 ===== */
h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  margin: 60px 0 30px;
}
@media only screen and (max-width: 780px) {
  h2 {
    font-size: 21px;
    margin: 20px 0 15px;
  }
}

/* ===== H3 ===== */
h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 4px 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
}
@media only screen and (max-width: 780px) {
  h3 {
    font-size: 20px;
    margin: 20px 0 15px;
  }
}

/* ===== H4 ===== */
h4 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 18px;
  padding: 4px 0;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  h4 {
    font-size: 19px;
    margin: 15px 0 12px;
  }
}

/* ===== H5 ===== */
h5 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  h5 {
    font-size: 18px;
    margin: 15px 0 12px;
  }
}

/* ===== H6 ===== */
h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  h6 {
    font-size: 16px;
    margin: 15px 0 12px;
  }
}

.Wrapper.News {
  /* ===== H2 ===== */
  /* ===== H3 ===== */
  /* ===== H4 ===== */
}
.Wrapper.News h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 4px 0;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .Wrapper.News h2 {
    font-size: 19px;
  }
}
.Wrapper.News h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .Wrapper.News h3 {
    font-size: 18px;
  }
}
.Wrapper.News h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .Wrapper.News h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

h1 + .wp-block-flexible-table-block-table table,
h2 + .wp-block-flexible-table-block-table table,
h3 + .wp-block-flexible-table-block-table table,
h4 + .wp-block-flexible-table-block-table table,
h5 + .wp-block-flexible-table-block-table table,
h6 + .wp-block-flexible-table-block-table table {
  margin-top: 0;
}

.TitleLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .TitleLeft {
    margin-bottom: 30px;
  }
}
.TitleLeft__title {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 0;
}
.TitleLeft__btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.TitleLeft__btn a:hover {
  text-decoration: none;
  opacity: 1;
}
.TitleLeft__btn a:hover::after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
.TitleLeft__btn a::after {
  content: "→"; /* 矢印 */
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  margin-left: 12px;
}
@media only screen and (max-width: 780px) {
  .TitleLeft__btn a::after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: 6px;
  }
}
.TitleLeft__btn a::after:hover {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px #fff;
}

.TitleCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 780px) {
  .TitleCenter {
    margin-bottom: 30px;
  }
}
.TitleCenter__title {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 780px) {
  .TitleCenter__title {
    margin-bottom: 20px;
  }
}
.TitleCenter__btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}
.TitleCenter__btn a:hover {
  text-decoration: none;
  opacity: 1;
}
.TitleCenter__btn a:hover::after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
.TitleCenter__btn a::after {
  content: "→"; /* 矢印 */
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  margin-left: 12px;
}
@media only screen and (max-width: 780px) {
  .TitleCenter__btn a::after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: 6px;
  }
}
.TitleCenter__btn a::after:hover {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px #fff;
}
.TitleCenter__text {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 780px) {
  .TitleCenter__text {
    margin-top: 20px;
  }
}
.TitleCenter__text-big {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 780px) {
  .TitleCenter__text-big {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.l-fluid-graycurve .TitleCenter__title,
.l-fluid-gray .TitleCenter__title,
.l-fluid-main .TitleCenter__title {
  margin-top: 0px;
}

.bkgrayLabel {
  position: relative;
  padding: 35px 0 40px;
  margin: 0 auto 80px;
  background-color: #f5f5f2;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .bkgrayLabel {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 780px) {
  .bkgrayLabel {
    padding: 28px 0 33px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
}
.bkgrayLabel h1 {
  padding: 0;
  margin: 0;
}
.bkgrayLabel p.date {
  margin-top: 16px;
}
.bkgrayLabel:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f5f5f2;
  z-index: -1;
}
.bkgrayLabel .statuslabel, .bkgrayLabel .statuslabel-01, .bkgrayLabel .statuslabel-02, .bkgrayLabel .statuslabel-03, .bkgrayLabel .statuslabel-free,
.bkgrayLabel .label,
.bkgrayLabel .label-white,
.bkgrayLabel .label-bkgray,
.bkgrayLabel .label-00,
.bkgrayLabel .label-01,
.bkgrayLabel .label-02,
.bkgrayLabel .label-03,
.bkgrayLabel .label-04,
.bkgrayLabel .label-05,
.bkgrayLabel .label-06,
.bkgrayLabel .label-mainborder,
.bkgrayLabel .label-11,
.bkgrayLabel .label-12,
.bkgrayLabel .label-13,
.bkgrayLabel .label-14,
.bkgrayLabel .label-15,
.bkgrayLabel .label-21,
.bkgrayLabel .label-22,
.bkgrayLabel .label-sponsorship,
.bkgrayLabel .label-31,
.bkgrayLabel .label-32,
.bkgrayLabel .label-41,
.bkgrayLabel .label-42,
.bkgrayLabel .label-free,
.bkgrayLabel .label-51,
.bkgrayLabel .label-52,
.bkgrayLabel .label-61,
.bkgrayLabel .label-62 {
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 4px;
  padding: initial;
}
@media only screen and (max-width: 780px) {
  .bkgrayLabel .statuslabel, .bkgrayLabel .statuslabel-01, .bkgrayLabel .statuslabel-02, .bkgrayLabel .statuslabel-03, .bkgrayLabel .statuslabel-free,
  .bkgrayLabel .label,
  .bkgrayLabel .label-white,
  .bkgrayLabel .label-bkgray,
  .bkgrayLabel .label-00,
  .bkgrayLabel .label-01,
  .bkgrayLabel .label-02,
  .bkgrayLabel .label-03,
  .bkgrayLabel .label-04,
  .bkgrayLabel .label-05,
  .bkgrayLabel .label-06,
  .bkgrayLabel .label-mainborder,
  .bkgrayLabel .label-11,
  .bkgrayLabel .label-12,
  .bkgrayLabel .label-13,
  .bkgrayLabel .label-14,
  .bkgrayLabel .label-15,
  .bkgrayLabel .label-21,
  .bkgrayLabel .label-22,
  .bkgrayLabel .label-sponsorship,
  .bkgrayLabel .label-31,
  .bkgrayLabel .label-32,
  .bkgrayLabel .label-41,
  .bkgrayLabel .label-42,
  .bkgrayLabel .label-free,
  .bkgrayLabel .label-51,
  .bkgrayLabel .label-52,
  .bkgrayLabel .label-61,
  .bkgrayLabel .label-62 {
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.bkgrayLabel:has(.statuslabel, .statuslabel-01, .statuslabel-02, .statuslabel-03, .statuslabel-free), .bkgrayLabel:has(.label-white), .bkgrayLabel:has(.label-bkgray) {
  padding-top: 23px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .bkgrayLabel:has(.statuslabel, .statuslabel-01, .statuslabel-02, .statuslabel-03, .statuslabel-free), .bkgrayLabel:has(.label-white), .bkgrayLabel:has(.label-bkgray) {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.bkgrayLabel:has(+ .sharebox) {
  margin-bottom: 0;
}

.centerLabel {
  /* margin-top: 40px;
  margin-bottom: 36px; */
  position: relative;
  padding: 0.45em 12px 0.45em 15px;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.centerLabel::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 3px;
  width: 60px;
  background-color: #333333;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media only screen and (max-width: 780px) {
  .centerLabel {
    /* margin-top: 30px;
    margin-bottom: 25px; */
    padding: 0.3em 5px 0.3em 5px;
  }
}

.centerLabel + .Btnbox a, .centerLabel + .MitsumoriBtnBox a {
  margin-top: 0;
}
@media only screen and (max-width: 780px) {
  .centerLabel + .Btnbox a, .centerLabel + .MitsumoriBtnBox a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.bgLabel, .bgLabel-none, .bgLabel-main02, .bgLabel-main01, .bgLabel-black, .bgLabel-gray02, .bgLabel-gray01 {
  /* margin-top: 40px;
  margin-bottom: 36px; */
  padding: 0.45em 12px 0.45em 15px;
  color: #fff;
  line-height: 1.5;
  border-radius: 5px;
}
@media only screen and (max-width: 780px) {
  .bgLabel, .bgLabel-none, .bgLabel-main02, .bgLabel-main01, .bgLabel-black, .bgLabel-gray02, .bgLabel-gray01 {
    /* margin-top: 30px;
    margin-bottom: 25px; */
    padding: 0.3em 5px 0.3em 5px;
  }
}
.bgLabel-gray01 {
  background-color: #f5f5f2;
  color: #333333;
}
.bgLabel-gray02 {
  background-color: #767676;
}
.bgLabel-black {
  background-color: #333333;
}
.bgLabel-main01 {
  background-color: #E8047A;
}
.bgLabel-main02 {
  background-color: #72C8DD;
  color: #333333;
}
.bgLabel-none {
  background-color: initial;
  color: #333333;
}

.borderLabel {
  border-bottom: solid 1px #333333;
  /* margin-top: 40px;
  margin-bottom: 36px; */
  padding: 0.45em 12px 0.45em 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 780px) {
  .borderLabel {
    /* margin-top: 30px;
    margin-bottom: 25px; */
    padding: 0.3em 5px 0.3em 5px;
  }
}

.squareLabel {
  /* margin-top: 40px;
  margin-bottom: 20px; */
  padding: 0.45em 12px 0.45em 15px;
  line-height: 1.5;
  position: relative;
}
.squareLabel::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  height: 55%;
  width: 6px;
  background-color: #E8047A;
  border-radius: 3px;
}
@media only screen and (max-width: 780px) {
  .squareLabel {
    /* margin-top: 30px;
    margin-bottom: 25px; */
    padding: 0.3em 5px 0.3em 12px;
  }
}

.link, .link-ticket, .link-excel, .link-word, .link-pdf, .link-external, .link-dtl {
  position: relative;
  min-width: 200px;
  display: inline-block;
  min-height: 44px;
  line-height: 1.2em;
  margin: 0px 10px 30px 0px;
}
@media only screen and (max-width: 780px) {
  .link, .link-ticket, .link-excel, .link-word, .link-pdf, .link-external, .link-dtl {
    display: block;
    margin: 10px 0px;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.link a, .link-ticket a, .link-excel a, .link-word a, .link-pdf a, .link-external a, .link-dtl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  font-weight: 400;
  min-height: 44px;
}
@media only screen and (max-width: 780px) {
  .link a, .link-ticket a, .link-excel a, .link-word a, .link-pdf a, .link-external a, .link-dtl a {
    line-height: initial;
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.link a:hover, .link-ticket a:hover, .link-excel a:hover, .link-word a:hover, .link-pdf a:hover, .link-external a:hover, .link-dtl a:hover {
  text-decoration: none;
  opacity: 1;
}
.link a::before, .link-ticket a::before, .link-excel a::before, .link-word a::before, .link-pdf a::before, .link-external a::before, .link-dtl a::before {
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link.white a, .white.link-ticket a, .white.link-excel a, .white.link-word a, .white.link-pdf a, .white.link-external a, .white.link-dtl a {
  border: solid 1px #cccccc;
  background: #fff;
}
.link.white a:hover, .white.link-ticket a:hover, .white.link-excel a:hover, .white.link-word a:hover, .white.link-pdf a:hover, .white.link-external a:hover, .white.link-dtl a:hover {
  background: #f5f5f2;
}
.link.gray a, .gray.link-ticket a, .gray.link-excel a, .gray.link-word a, .gray.link-pdf a, .gray.link-external a, .gray.link-dtl a {
  border: solid 1px #cccccc;
  background: #f5f5f2;
}
.link.gray a:hover, .gray.link-ticket a:hover, .gray.link-excel a:hover, .gray.link-word a:hover, .gray.link-pdf a:hover, .gray.link-external a:hover, .gray.link-dtl a:hover {
  background: var(--color-lightmain);
}
.link.main a, .main.link-ticket a, .main.link-excel a, .main.link-word a, .main.link-pdf a, .main.link-external a, .main.link-dtl a {
  border: solid 1px var(--color-main);
  background: var(--color-main);
  color: #fff;
}
.link.main a:hover, .main.link-ticket a:hover, .main.link-excel a:hover, .main.link-word a:hover, .main.link-pdf a:hover, .main.link-external a:hover, .main.link-dtl a:hover {
  background-color: var(--color-lightmain);
  color: #333333;
}
.link-dtl a:before {
  background-image: url("../images/ico-link-dtl-black.svg");
}
.link-external a:before {
  background-image: url("../images/ico-link-external-black.svg");
  height: 20px;
}
.link-pdf a:before {
  background-image: url("../images/ico-link-pdf.svg");
}
.link-pdf:has(img) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-pdf:has(img) img {
  width: 34px;
  margin-left: 12px;
}
.link-word a:before {
  background-image: url("../images/ico-link-word.svg");
}
.link-excel a:before {
  background-image: url("../images/ico-link-excel.svg");
}
.link-ticket a:before {
  background-image: url("../images/ico-ticket.svg");
  background-size: contain;
  width: 29px;
}
.link-pdf a, .link-word a, .link-excel a, .link-ticket a {
  padding: 10px 10px 10px 50px;
}
.link-pdf a:before, .link-word a:before, .link-excel a:before, .link-ticket a:before {
  left: 10px;
}
@media only screen and (max-width: 780px) {
  .link-pdf a, .link-word a, .link-excel a, .link-ticket a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

p + .link-dtl,
p + .link-external,
p + .link-pdf,
p + .link-word,
p + .link-excel,
p + .link-ticket {
  margin: 30px auto;
}
@media only screen and (max-width: 780px) {
  p + .link-dtl,
  p + .link-external,
  p + .link-pdf,
  p + .link-word,
  p + .link-excel,
  p + .link-ticket {
    margin: 15px auto;
    width: 100%;
  }
}

p:has(:only-child.link-dtl),
p:has(:only-child.link-external),
p:has(:only-child.link-pdf),
p:has(:only-child.link-word),
p:has(:only-child.link-excel),
p:has(:only-child.link-ticket) {
  display: inline-block;
}

.linktext a, .linktext-excel a, .linktext-word a, .linktext-pdf a, .linktext-external a, .linktext-dtl a {
  position: relative;
  padding-left: 30px;
}
.linktext a::before, .linktext-excel a::before, .linktext-word a::before, .linktext-pdf a::before, .linktext-external a::before, .linktext-dtl a::before {
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 32px;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.linktext-dtl a:before {
  background-image: url("../images/ico-link-dtl-black.svg");
}
.linktext-external a:before {
  background-image: url("../images/ico-link-external-black.svg");
  height: 18px;
}
.linktext-pdf a:before {
  background-image: url("../images/ico-link-pdf.svg");
  height: 22px;
}
.linktext-word a:before {
  background-image: url("../images/ico-link-word.svg");
  height: 22px;
}
.linktext-excel a:before {
  background-image: url("../images/ico-link-excel.svg");
  height: 22px;
}

table .link, table .link-dtl, table .link-external, table .link-pdf, table .link-word, table .link-excel, table .link-ticket {
  margin-top: 0;
  margin-bottom: 0;
}
table .link:has(+ br), table .link-dtl:has(+ br), table .link-external:has(+ br), table .link-pdf:has(+ br), table .link-word:has(+ br), table .link-excel:has(+ br), table .link-ticket:has(+ br) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 780px) {
  table .link + br, table .link-dtl + br, table .link-external + br, table .link-pdf + br, table .link-word + br, table .link-excel + br, table .link-ticket + br {
    display: none;
  }
}

.txt-center {
  margin: auto auto;
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.fontS {
  font-size: 0.85em !important;
}

.fontSS {
  font-size: 0.75em !important;
}

.notice {
  color: #a00000;
}

.italic {
  font-style: italic;
}

.linethrough {
  text-decoration: line-through;
}

.txt, .txt-02, .txt-02 .wp-block-group__inner-container {
  max-width: 100%;
  margin: 30px auto;
}
@media only screen and (max-width: 780px) {
  .txt, .txt-02, .txt-02 .wp-block-group__inner-container {
    margin: 15px auto;
    width: 100%;
  }
}
.txt-02, .txt-02 .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.txt-02 p, .txt-02 .wp-block-group__inner-container p {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 980px) {
  .txt-02 p, .txt-02 .wp-block-group__inner-container p {
    width: 100%;
  }
}

.bordertxt {
  max-width: 100%;
  margin: 30px auto;
  padding: 20px;
  border: solid 1px #e1e1e1;
}
@media only screen and (max-width: 780px) {
  .bordertxt {
    width: 100%;
    padding: 10px;
  }
}

.column, .Emgbox {
  margin: 30px auto;
  padding: 30px;
  background: #f5f5f2;
  overflow: hidden;
}
@media (min-width: 780px) and (max-width: 1201px) {
  .column, .Emgbox {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 780px) {
  .column, .Emgbox {
    padding: 10px;
  }
}
.column__title, .Emgbox__title {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  font-weight: 300;
}
.column__subtitle {
  margin: 0 auto 15px;
}
.column__title + div, .Emgbox__title + div, .column__subtitle + div {
  margin: 20px auto 0;
}
@media only screen and (max-width: 780px) {
  .column__title + div, .Emgbox__title + div, .column__subtitle + div {
    margin: 15px auto 0;
  }
}
.column > div, .Emgbox > div {
  margin: 0;
}
.column .Imgbox-fit, .Emgbox .Imgbox-fit {
  background-color: #fff;
}

.Emgbox {
  background-color: #fff;
  border: solid 3px #a00000;
}
.Emgbox__title {
  color: #a00000;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 780px) {
  .Emgbox__title {
    font-size: 20px;
  }
}
.Emgbox__subtitle {
  margin-top: 0;
}

.Imgtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  width: 100%;
  gap: 30px;
}
@media only screen and (max-width: 780px) {
  .Imgtext {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
.Imgtext__img, .Imgtext__img-SS, .Imgtext__img-S, .Imgtext__img-M, .Imgtext__img-L {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 780px) {
  .Imgtext__img, .Imgtext__img-SS, .Imgtext__img-S, .Imgtext__img-M, .Imgtext__img-L {
    margin: 0 auto 0px;
  }
}
.Imgtext__img-SS img, .Imgtext__img-S img, .Imgtext__img-M img, .Imgtext__img-L img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
.Imgtext__img-SS {
  width: 180px;
}
.Imgtext__img-SS img {
  width: 180px;
}
.Imgtext__img-S {
  width: 285px;
}
.Imgtext__img-S img {
  width: 285px;
  /* max-height: $size-imgS; */
}
@media only screen and (max-width: 780px) {
  .Imgtext__img-S {
    width: 60%;
  }
  .Imgtext__img-S img {
    width: 60%;
  }
}
.Imgtext__img-M {
  width: 380px;
}
.Imgtext__img-M img {
  width: 380px;
  /* max-height: $size-imgM; */
}
.Imgtext__img-L {
  width: 480px;
}
.Imgtext__img-L img {
  width: 480px;
  /* max-height: $size-imgL; */
}
@media only screen and (max-width: 980px) {
  .Imgtext__img-L {
    width: 380px;
  }
  .Imgtext__img-L img {
    width: 380px;
    /* max-height: $size-imgM; */
  }
}
@media only screen and (max-width: 780px) {
  .Imgtext__img-SS {
    width: 50%;
  }
  .Imgtext__img-SS img {
    width: 100%;
  }
  .Imgtext__img-S {
    width: 60%;
  }
  .Imgtext__img-S img {
    width: 100%;
  }
  .Imgtext__img-M {
    width: 80%;
  }
  .Imgtext__img-M img {
    width: 100%;
  }
  .Imgtext__img-L {
    width: 100%;
  }
  .Imgtext__img-L img {
    width: 100%;
  }
}
.Imgtext__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 780px) {
  .Imgtext__text {
    width: 100%;
  }
}

.Captionbox,
figcaption {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 780px) {
  .Captionbox,
  figcaption {
    font-size: 10px;
  }
}
.Captionbox span,
figcaption span {
  display: block;
  width: 100%;
}
.Captionbox__textL,
figcaption__textL {
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 780px) {
  .Captionbox__textL,
  figcaption__textL {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.Captionbox__textM,
figcaption__textM {
  font-size: 16px;
}
@media only screen and (max-width: 780px) {
  .Captionbox__textM,
  figcaption__textM {
    font-size: 12px;
  }
}

ul.disc {
  margin-bottom: 20px;
}
ul.disc > li {
  margin-bottom: 2px;
  list-style: disc inside;
  margin-left: 8px;
  margin-bottom: 5px;
  text-indent: -1.4em;
  padding-left: 1em;
}
ul.disc > li a {
  text-indent: initial;
}

ul.kome {
  margin-bottom: 20px;
}
ul.kome > li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.kome > li a {
  text-indent: initial;
}

ul.forlink {
  margin-bottom: 20px;
}
ul.forlink > li {
  margin-bottom: 8px;
}
ul.forlink > li a {
  text-indent: initial;
}

ol.num {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ol.num > li {
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
ol.num > li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: transparent;
  border: #333333 1px solid;
  color: #333333;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  top: 3px;
}

table ul.disc,
table ul.kome,
table ul.none,
table ol.num {
  margin-bottom: 0;
}

.Pdfbox {
  width: 55%;
  margin: 0 auto;
}
.Pdfbox.only-tate {
  width: 26%;
}
@media only screen and (max-width: 980px) {
  .Pdfbox {
    width: 70%;
  }
}
.Pdfbox.only-tate {
  width: 34%;
}
@media only screen and (max-width: 780px) {
  .Pdfbox {
    width: 100%;
  }
  .Pdfbox.only-tate {
    width: 80%;
  }
}
.Pdfbox__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 980px) {
  .Pdfbox__main {
    gap: 15px;
  }
}
.Pdfbox__main > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Pdfbox__main img {
  border: solid 1px #dddddb;
}
.Pdfbox__bottom {
  width: 100%;
  margin-top: 15px;
}
.Pdfbox__caption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.Header {
  background-color: #E8047A;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.Header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 20px;
}
.Header__logo {
  margin-right: auto;
  max-width: 200px;
  z-index: 10;
}
.Header__logo a,
.Header__logo img {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Header__category {
    display: none;
  }
}
.Header__category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}
.Header__category ul li {
  position: relative;
}
.Header__category ul li:before, .Header__category ul li:last-of-type:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  vertical-align: middle;
  background-color: #fff;
}
.Header__category ul li:last-of-type:after {
  right: 0;
}
.Header__category ul a {
  color: #fff;
  font-size: 14px;
  padding: 16px 16px;
}
@media only screen and (max-width: 980px) {
  .Header__category ul a {
    font-size: 12px;
    padding: 16px 12px;
  }
}

body {
  padding-top: 60px;
}

.hamburger {
  display: block;
  position: relative;
  z-index: 10;
  height: 45px;
  width: 55px;
  border-radius: 5px;
  border: none;
  background-color: #333333;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before {
  top: -4px;
}
.hamburger__line::after {
  top: 4px;
}
.hamburger__text {
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "MENU";
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
}
.hamburger.-active {
  background-color: #E8047A;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  background-color: #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  background-color: #333333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  color: #333333;
  content: "CLOSE";
}

.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background-color: #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__nav-area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  position: relative;
  max-width: 1200px;
  margin: 10vh auto 0;
}
@media only screen and (max-width: 1300px) {
  .global-navigation {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 980px) {
  .global-navigation {
    padding: 40px;
    margin: 3vh auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 780px) {
  .global-navigation {
    padding: 0px 20px;
  }
}
.global-navigation a {
  color: #fff;
}
.global-navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media only screen and (max-width: 1300px) {
  .global-navigation__list {
    gap: 4px;
  }
}
@media only screen and (max-width: 980px) {
  .global-navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.global-navigation__list div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.global-navigation__list div > li > a, .global-navigation__list div > li > p {
  width: 100%;
  font-size: 20px;
  padding: 20px 0;
}
@media only screen and (max-width: 1300px) {
  .global-navigation__list div > li > a, .global-navigation__list div > li > p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  .global-navigation__list div > li > a, .global-navigation__list div > li > p {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 780px) {
  .global-navigation__list div > li > a, .global-navigation__list div > li > p {
    padding: 3px 0;
    font-size: 16px;
  }
}
.global-navigation__list div > li a:hover {
  color: #E8047A;
  opacity: 1;
}
.global-navigation__list div > li > ul {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.global-navigation__list div > li > ul li a {
  padding: 7px 0;
}
@media only screen and (max-width: 780px) {
  .global-navigation__list div > li > ul {
    padding-top: 0px;
    padding-bottom: 3px;
  }
  .global-navigation__list div > li > ul li a {
    padding: 2px 0;
  }
}
.global-navigation__list div > li p.comingsoon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
}
.global-navigation__list div > li p.comingsoon span {
  font-size: 11px;
  border: solid 1px #777777;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 4px;
}

.Header__sns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 8vh;
  /* img {
    width: 60px;
  } */
}
@media only screen and (max-width: 980px) {
  .Header__sns {
    margin-top: 30px;
  }
}
.Header__sns a:hover {
  color: #E8047A;
  opacity: 1;
}
.Header__sns i {
  font-size: 45px;
}
@media only screen and (max-width: 980px) {
  .Header__sns i {
    font-size: 30px;
  }
}
.Header__sns::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -15px;
}
.Header__sns::after {
  position: absolute;
  content: url("../images/tominongaku_fes_text.svg");
  display: block;
  width: 80%;
  top: 50px;
  left: -5px;
}
@media only screen and (max-width: 980px) {
  .Header__sns::after {
    width: 100%;
    left: 0;
  }
}

.yomiagebtn {
  display: block;
  position: absolute;
  top: calc(-10vh - 45px);
  right: 120px;
  width: initial !important;
}
.yomiagebtn img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 5px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
@media only screen and (max-width: 980px) {
  .yomiagebtn img {
    width: 18px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media only screen and (max-width: 980px) {
  .yomiagebtn {
    position: initial;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 780px) {
  .yomiagebtn {
    margin-bottom: 8px;
  }
}
.yomiagebtn a {
  border: solid 1px #fff;
  padding: 5px 22px !important;
  border-radius: 24px;
  font-size: 16px !important;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}
.yomiagebtn a:hover {
  border: solid 1px #E8047A;
  color: #E8047A;
  opacity: 1;
}
.yomiagebtn a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(75%) saturate(5229%) hue-rotate(318deg) brightness(108%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(13%) sepia(75%) saturate(5229%) hue-rotate(318deg) brightness(108%) contrast(105%);
}
@media only screen and (max-width: 980px) {
  .yomiagebtn a {
    padding: 8px 30px !important;
  }
}
@media only screen and (max-width: 780px) {
  .yomiagebtn a {
    padding: 4px 20px !important;
    font-size: 13px !important;
  }
}

/* .global-navigation__list > li {
    padding-bottom: 20px;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: $color-white;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);

}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {

}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: $color-white;
}
 */
/*
.global-navigation__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.global-navigation__list > li {
  width: 100%;
  margin-bottom: 10px;
}



  .global-navigation__list {
    flex-direction: row;
    column-gap: 40px;
  }

  .global-navigation__list > li {
    width: calc(50% - 20px);
  }



 */
.Footer {
  background-color: #333333;
  z-index: 10; /* 一覧で文字の飾りが上にこないよう */
  position: relative; /* 一覧で文字の飾りが上にこないよう */
}
.Footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px 15px;
}
@media only screen and (max-width: 780px) {
  .Footer__inner {
    padding: 15px 20px;
  }
}
.Footer__head {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Footer__head img {
  width: 200px;
}
.Footer__menu {
  margin-bottom: 60px;
}
.Footer__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .Footer__menu ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.Footer__menu li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 980px) {
  .Footer__menu li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.Footer__menu li:before, .Footer__menu li:last-of-type:after {
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  vertical-align: middle;
  background-color: #E8047A;
}
.Footer__menu li:last-of-type:after {
  left: initial;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .Footer__menu li:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 2px;
    height: 1em;
    vertical-align: middle;
    background-color: #E8047A;
  }
}
.Footer__menu a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 0 14px;
}
@media only screen and (max-width: 780px) {
  .Footer__menu a {
    padding: 0 15px;
    font-size: 13px;
  }
}
.Footer__menu a:hover {
  color: #E8047A;
  opacity: 1;
}
.Footer__foot {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .Footer__foot {
    font-size: 13px;
  }
}
.Footer__contact {
  margin-bottom: 25px;
}
.Footer__copy {
  font-size: 12px;
  font-weight: 300;
}

.Menu {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
}
@media only screen and (max-width: 1300px) {
  .Menu {
    padding: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .Menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.Menu__list {
  min-width: 130px;
}
@media only screen and (max-width: 1300px) {
  .Menu__list {
    min-width: 110px;
  }
}
@media only screen and (max-width: 980px) {
  .Menu__list {
    min-width: 75px;
  }
}
@media only screen and (max-width: 780px) {
  .Menu__list {
    min-width: auto;
    width: auto;
  }
}
.Menu__lista {
  -webkit-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.Menu__list:last-of-type .Menu__link {
  border-right: solid 1px #ededed;
}
@media only screen and (max-width: 780px) {
  .Menu__list:last-of-type .Menu__link {
    border-right: none;
  }
}
.Menu__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 79px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-left: solid 1px #ededed;
  color: #fff;
  padding: 0 8px;
  white-space: nowrap;
}
@media only screen and (max-width: 1300px) {
  .Menu__link {
    font-size: 14px;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 780px) {
  .Menu__link {
    position: relative;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #333333;
    /* padding-left: ($drawer-gutter-x * 2); */
    line-height: 2.75rem;
    gap: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    border-left: none;
    z-index: 1;
  }
}
.Menu__link img {
  width: 30px;
  height: 36px;
}
.Menu__link img.wide {
  width: 36px;
  height: 36px;
}
.Menu__link img:hover {
  opacity: 1;
}
@media only screen and (max-width: 780px) {
  .Menu__link img {
    width: 24px;
    height: 30px;
    -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1956%) hue-rotate(317deg) brightness(85%) contrast(79%);
            filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1956%) hue-rotate(317deg) brightness(85%) contrast(79%);
  }
  .Menu__link img.wide {
    width: 30px;
    height: 30px;
    margin-right: -6px;
  }
}
.Menu__link:hover, .Menu__link.open {
  background-color: #fff;
  color: var(--color-main);
  opacity: 1;
}
.Menu__link:hover > img, .Menu__link.open > img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 780px) {
  .Menu__link:hover, .Menu__link.open {
    color: #333333;
  }
}
.Menu__link:hover:before, .Menu__link:hover::after, .Menu__link.open:before, .Menu__link.open::after {
  opacity: 1;
}
.Menu__link::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 780px) {
  .Menu__link.open::before {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.Menu__spsns {
  display: none;
}
@media only screen and (max-width: 780px) {
  .Menu__spsns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    margin-top: 35px;
  }
  .Menu__spsns a {
    color: #333333;
  }
}

.ImgMenu {
  max-width: 1600px;
  /* max-width: $base-content-width; */
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 5%;
  padding: 0 4%;
}
@media only screen and (max-width: 1300px) {
  .ImgMenu {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 980px) {
  .ImgMenu {
    gap: 6px 2%;
  }
}
.ImgMenu__title {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  .ImgMenu__title {
    font-size: 21px;
    display: none;
  }
}
.ImgMenu__img {
  width: 30%;
}
@media only screen and (max-width: 980px) {
  .ImgMenu__img {
    display: none;
  }
}
.ImgMenu__img img {
  border-radius: 5px;
}
.ImgMenu__list {
  width: 65%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, -webkit-min-content);
  grid-template-rows: repeat(3, min-content); /* 縦方向に4行 */
  grid-template-columns: 1fr 1fr; /* 横方向に2列 */
  gap: 0 20px;
}
@media only screen and (max-width: 980px) {
  .ImgMenu__list {
    width: 100%;
    gap: 0 15px;
  }
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list {
    grid-auto-flow: row;
    grid-template-rows: initial;
    grid-template-columns: initial;
    padding-left: 50px;
  }
}
.ImgMenu__list .drawer-dropdown-menu-item {
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: solid 1px #ddd;
}
@media only screen and (max-width: 1300px) {
  .ImgMenu__list .drawer-dropdown-menu-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 980px) {
  .ImgMenu__list .drawer-dropdown-menu-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list .drawer-dropdown-menu-item {
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ImgMenu__list .drawer-dropdown-menu-item:hover {
  text-decoration: none;
  background-color: var(--color-lightmain);
  opacity: 1;
}
.ImgMenu__list .drawer-dropdown-menu-item:hover::after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
.ImgMenu__list .drawer-dropdown-menu-item::after {
  content: "→"; /* 矢印 */
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  margin-left: 12px;
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list .drawer-dropdown-menu-item::after {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-left: 6px;
    right: 0.5rem;
  }
}
.ImgMenu__list .drawer-dropdown-menu-item::after:hover {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px #fff;
}
.ImgMenu__list li:nth-of-type(3n) .drawer-dropdown-menu-item,
.ImgMenu__list li:last-of-type .drawer-dropdown-menu-item {
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list li:nth-of-type(3n) .drawer-dropdown-menu-item,
  .ImgMenu__list li:last-of-type .drawer-dropdown-menu-item {
    border: none;
  }
}
.ImgMenu__list:has(li:nth-child(7)) {
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content); /* 縦方向に4行 */
}
.ImgMenu__list:has(li:nth-child(7)) .drawer-dropdown-menu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .ImgMenu__list:has(li:nth-child(7)) .drawer-dropdown-menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .ImgMenu__list:has(li:nth-child(7)) .drawer-dropdown-menu-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list:has(li:nth-child(7)) .drawer-dropdown-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.ImgMenu__list:has(li:nth-child(7)) li:nth-of-type(3n) .drawer-dropdown-menu-item {
  border-bottom: none;
}
.ImgMenu__list:has(li:nth-child(7)) li:nth-of-type(4n) .drawer-dropdown-menu-item,
.ImgMenu__list:has(li:nth-child(7)) li:last-of-type .drawer-dropdown-menu-item {
  border-bottom: solid 1px #ddd;
}
@media only screen and (max-width: 780px) {
  .ImgMenu__list:has(li:nth-child(7)) li:nth-of-type(4n) .drawer-dropdown-menu-item,
  .ImgMenu__list:has(li:nth-child(7)) li:last-of-type .drawer-dropdown-menu-item {
    border: none;
  }
}

.touch-device .drawer--right.drawer-open .drawer-nav,
.touch-device .drawer--right .drawer-hamburger,
.touch-device .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  overflow-y: auto !important;
  height: 10px;
}

.ZaidanMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ZaidanMenu__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  gap: 20px;
}
@media only screen and (max-width: 780px) {
  .ZaidanMenu__top {
    margin-top: 15px;
    gap: 15px;
  }
}
.ZaidanMenu__logo {
  width: 90%;
}
@media only screen and (max-width: 780px) {
  .ZaidanMenu__logo {
    width: 80%;
  }
}
.ZaidanMenu__list {
  width: 100%;
}
.ZaidanMenu__list a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5%;
}
@media only screen and (max-width: 480px) {
  .ZaidanMenu__list a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.ZaidanMenu__list a img {
  width: 30px;
  height: 36px;
  /* @include mq-sp {
    width: 24px;
    height: 30px;
    &.wide {
      width: 30px;
      height: 30px;
      margin-right: -6px;
    }
    filter: brightness(0) saturate(100%) invert(41%) sepia(0%) saturate(1956%) hue-rotate(317deg) brightness(85%) contrast(79%);
  } */
}
.ZaidanMenu__list a img.wide {
  width: 36px;
  height: 36px;
}
.ZaidanMenu__list a img:hover {
  opacity: 1;
}
.ZaidanMenu__list a::after {
  content: "→";
  color: #333;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 22px;
  margin-left: 12px;
  position: absolute;
  right: 5%;
  font-size: 12px;
}
.ZaidanMenu__list a:hover {
  background-color: #3f3d3c;
  color: #fff;
  opacity: 1;
  /* @include mq-sp {
    color: $color-main-text;
  } */
}
.ZaidanMenu__list a:hover > img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.ZaidanMenu__list a:hover::after {
  background-color: #fff;
  color: #333333;
  border: solid 1px #fff;
}
.ZaidanMenu__list a:hover:before, .ZaidanMenu__list a:hover::after {
  opacity: 1;
}
.ZaidanMenu__bottom {
  margin-top: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .ZaidanMenu__bottom {
    margin-bottom: 15px;
  }
}
.ZaidanMenu__facilitytitle {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
}
.ZaidanMenu__facilitytitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  display: inline-block;
  width: 112px;
  height: 57px;
  background-image: url(../images/art_melody.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .ZaidanMenu__facilitytitle::after {
    width: 90px;
    height: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .ZaidanMenu__facilitytitle {
    padding-top: 25px;
    padding-bottom: 18px;
  }
}
.ZaidanMenu__facility li {
  margin-bottom: 5px;
}
.ZaidanMenu__facility a {
  width: 100%;
  padding: 4px 0;
  padding-left: 5%;
}
.ZaidanMenu__facility a:hover img {
  opacity: 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.ZaidanMenu__facility img {
  max-height: 45px;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (max-width: 480px) {
  .ZaidanMenu__facility img {
    max-height: 38px;
  }
}
.ZaidanMenu__facility li:nth-of-type(1) a {
  background-color: #d44052;
}
.ZaidanMenu__facility li:nth-of-type(2) a {
  background-color: #285da1;
}
.ZaidanMenu__facility li:nth-of-type(3) a {
  background-color: #50840f;
}
.ZaidanMenu__facility li:nth-of-type(4) a {
  background-color: #c05136;
}
.ZaidanMenu__facility li:nth-of-type(5) a {
  background-color: #557c8f;
}
.ZaidanMenu__facility li:nth-of-type(6) a {
  background-color: #8e7338;
}

.drawer-dropdown .drawer-dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu {
    position: initial;
  }
}

.drawer-dropdown {
  /* .drawer-dropdown-menu ul.submenu {
    li a{
      font-size: 14px;
      text-decoration: none;
      &:hover {
        text-decoration: none;
      }
      @include mq-sp {
        padding-left: 3rem;
        font-size: 12px;
      }
    }
    @include mq-sp {
      margin-bottom: 10px;
    }
  } */
}
@media only screen and (min-width: 780px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 40px 0;
  }
}
@media (min-width: 780px) and (max-width: 1201px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 980px) {
  .drawer-dropdown .drawer-dropdown-menu {
    padding: 24px 20px 24px;
  }
}
@media only screen and (max-width: 780px) {
  .drawer-dropdown .Menu__link::before, .drawer-dropdown .Menu__link::after {
    position: absolute;
    content: " ";
    right: 2rem;
    background-color: #333333;
    height: 2px;
    width: 15px;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 780px) {
  .drawer-hamburger {
    position: absolute;
    width: 3rem;
    top: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 780px) {
  .drawer-hamburger-icon {
    background-color: #fff;
    height: 3px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 780px) {
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #fff;
    height: 3px;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 780px) {
  .drawer--right .drawer-nav {
    width: 100vw;
    right: -100vw;
    background-color: #ffffff;
    padding: 30px 3%;
  }
}

.Footer__main {
  position: relative;
}

#pagetop {
  position: fixed;
  right: 14px;
  bottom: 62px;
  z-index: 2;
}

#pagetop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-indent: -9999px;
  text-align: center;
  line-height: 0.8rem;
  background: #333333 url("../images/ico-top.svg") no-repeat center 12px;
  background-size: 28px auto;
  border-radius: 25px;
}

#pagetop a:hover {
  text-decoration: none;
  background: #444 url("../images/ico-top.svg") no-repeat center 14px;
  background-size: 28px auto;
}
@media only screen and (max-width: 780px) {
  #pagetop a:hover {
    background: #333333 url("../images/ico-top.svg") no-repeat center 15px;
    background-size: 22px auto;
  }
}

/* @import "./components/common/floatside"; */
/*	背景色変更
------------------------------------------------------------*/
#background li:first-child.inverse-blue,
#background li:first-child.inverse-black,
#fontZoom li:first-child.inverse-blue,
#fontZoom li:first-child.inverse-black {
  border-left: solid 1px #fff !important;
}

.bg-gray.inverse-black,
.bg-gray.inverse-black {
  background: #00008B;
}

#header_right a.inverse-blue,
#header_right a.inverse-black,
.header > div.inverse-blue li,
.header > div.inverse-black li {
  border: solid 1px #fff;
}

div#gnav-box.inverse-blue,
div#gnav-box.inverse-black {
  border-top: solid 1px #fff;
}

.nav-block.inverse-blue,
.nav-block.inverse-black {
  border-bottom: solid 1px #fff;
}

#gnav img.inverse-black,
#logo .inverse-black,
img.inverse-black {
  background: #fff !important;
}

.inverse-black,
#container-box.inverse-black {
  background: #000 !important;
  color: #fff !important;
}

.label.tag.inverse-blue, .tag.inverse-blue.label-white, .tag.inverse-blue.label-bkgray, .tag.inverse-blue.label-00, .tag.inverse-blue.label-01, .tag.inverse-blue.label-02, .tag.inverse-blue.label-03, .tag.inverse-blue.label-04, .tag.inverse-blue.label-05, .tag.inverse-blue.label-06, .tag.inverse-blue.label-mainborder, .tag.inverse-blue.label-11, .tag.inverse-blue.label-12, .tag.inverse-blue.label-13, .tag.inverse-blue.label-14, .tag.inverse-blue.label-15, .tag.inverse-blue.label-21, .tag.inverse-blue.label-22, .tag.inverse-blue.label-sponsorship, .tag.inverse-blue.label-31, .tag.inverse-blue.label-32, .tag.inverse-blue.label-41, .tag.inverse-blue.label-42, .tag.inverse-blue.label-free, .tag.inverse-blue.label-51, .tag.inverse-blue.label-52, .tag.inverse-blue.label-61, .tag.inverse-blue.label-62, .label.inverse-blue.tag-wide, .inverse-blue.label-white.tag-wide, .inverse-blue.label-bkgray.tag-wide, .inverse-blue.label-00.tag-wide, .inverse-blue.label-01.tag-wide, .inverse-blue.label-02.tag-wide, .inverse-blue.label-03.tag-wide, .inverse-blue.label-04.tag-wide, .inverse-blue.label-05.tag-wide, .inverse-blue.label-06.tag-wide, .inverse-blue.label-mainborder.tag-wide, .inverse-blue.label-11.tag-wide, .inverse-blue.label-12.tag-wide, .inverse-blue.label-13.tag-wide, .inverse-blue.label-14.tag-wide, .inverse-blue.label-15.tag-wide, .inverse-blue.label-21.tag-wide, .inverse-blue.label-22.tag-wide, .inverse-blue.label-sponsorship.tag-wide, .inverse-blue.label-31.tag-wide, .inverse-blue.label-32.tag-wide, .inverse-blue.label-41.tag-wide, .inverse-blue.label-42.tag-wide, .inverse-blue.label-free.tag-wide, .inverse-blue.label-51.tag-wide, .inverse-blue.label-52.tag-wide, .inverse-blue.label-61.tag-wide, .inverse-blue.label-62.tag-wide, .label.inverse-blue.tag-borderred, .inverse-blue.label-white.tag-borderred, .inverse-blue.label-bkgray.tag-borderred, .inverse-blue.label-00.tag-borderred, .inverse-blue.label-01.tag-borderred, .inverse-blue.label-02.tag-borderred, .inverse-blue.label-03.tag-borderred, .inverse-blue.label-04.tag-borderred, .inverse-blue.label-05.tag-borderred, .inverse-blue.label-06.tag-borderred, .inverse-blue.label-mainborder.tag-borderred, .inverse-blue.label-11.tag-borderred, .inverse-blue.label-12.tag-borderred, .inverse-blue.label-13.tag-borderred, .inverse-blue.label-14.tag-borderred, .inverse-blue.label-15.tag-borderred, .inverse-blue.label-21.tag-borderred, .inverse-blue.label-22.tag-borderred, .inverse-blue.label-sponsorship.tag-borderred, .inverse-blue.label-31.tag-borderred, .inverse-blue.label-32.tag-borderred, .inverse-blue.label-41.tag-borderred, .inverse-blue.label-42.tag-borderred, .inverse-blue.label-free.tag-borderred, .inverse-blue.label-51.tag-borderred, .inverse-blue.label-52.tag-borderred, .inverse-blue.label-61.tag-borderred, .inverse-blue.label-62.tag-borderred, .label.inverse-blue.tag-bgred, .inverse-blue.label-white.tag-bgred, .inverse-blue.label-bkgray.tag-bgred, .inverse-blue.label-00.tag-bgred, .inverse-blue.label-01.tag-bgred, .inverse-blue.label-02.tag-bgred, .inverse-blue.label-03.tag-bgred, .inverse-blue.label-04.tag-bgred, .inverse-blue.label-05.tag-bgred, .inverse-blue.label-06.tag-bgred, .inverse-blue.label-mainborder.tag-bgred, .inverse-blue.label-11.tag-bgred, .inverse-blue.label-12.tag-bgred, .inverse-blue.label-13.tag-bgred, .inverse-blue.label-14.tag-bgred, .inverse-blue.label-15.tag-bgred, .inverse-blue.label-21.tag-bgred, .inverse-blue.label-22.tag-bgred, .inverse-blue.label-sponsorship.tag-bgred, .inverse-blue.label-31.tag-bgred, .inverse-blue.label-32.tag-bgred, .inverse-blue.label-41.tag-bgred, .inverse-blue.label-42.tag-bgred, .inverse-blue.label-free.tag-bgred, .inverse-blue.label-51.tag-bgred, .inverse-blue.label-52.tag-bgred, .inverse-blue.label-61.tag-bgred, .inverse-blue.label-62.tag-bgred, .label.inverse-blue.tag-bggray, .inverse-blue.label-white.tag-bggray, .inverse-blue.label-bkgray.tag-bggray, .inverse-blue.label-00.tag-bggray, .inverse-blue.label-01.tag-bggray, .inverse-blue.label-02.tag-bggray, .inverse-blue.label-03.tag-bggray, .inverse-blue.label-04.tag-bggray, .inverse-blue.label-05.tag-bggray, .inverse-blue.label-06.tag-bggray, .inverse-blue.label-mainborder.tag-bggray, .inverse-blue.label-11.tag-bggray, .inverse-blue.label-12.tag-bggray, .inverse-blue.label-13.tag-bggray, .inverse-blue.label-14.tag-bggray, .inverse-blue.label-15.tag-bggray, .inverse-blue.label-21.tag-bggray, .inverse-blue.label-22.tag-bggray, .inverse-blue.label-sponsorship.tag-bggray, .inverse-blue.label-31.tag-bggray, .inverse-blue.label-32.tag-bggray, .inverse-blue.label-41.tag-bggray, .inverse-blue.label-42.tag-bggray, .inverse-blue.label-free.tag-bggray, .inverse-blue.label-51.tag-bggray, .inverse-blue.label-52.tag-bggray, .inverse-blue.label-61.tag-bggray, .inverse-blue.label-62.tag-bggray,
.label.tag.inverse-black,
.tag.inverse-black.label-white,
.tag.inverse-black.label-bkgray,
.tag.inverse-black.label-00,
.tag.inverse-black.label-01,
.tag.inverse-black.label-02,
.tag.inverse-black.label-03,
.tag.inverse-black.label-04,
.tag.inverse-black.label-05,
.tag.inverse-black.label-06,
.tag.inverse-black.label-mainborder,
.tag.inverse-black.label-11,
.tag.inverse-black.label-12,
.tag.inverse-black.label-13,
.tag.inverse-black.label-14,
.tag.inverse-black.label-15,
.tag.inverse-black.label-21,
.tag.inverse-black.label-22,
.tag.inverse-black.label-sponsorship,
.tag.inverse-black.label-31,
.tag.inverse-black.label-32,
.tag.inverse-black.label-41,
.tag.inverse-black.label-42,
.tag.inverse-black.label-free,
.tag.inverse-black.label-51,
.tag.inverse-black.label-52,
.tag.inverse-black.label-61,
.tag.inverse-black.label-62,
.label.inverse-black.tag-wide,
.inverse-black.label-white.tag-wide,
.inverse-black.label-bkgray.tag-wide,
.inverse-black.label-00.tag-wide,
.inverse-black.label-01.tag-wide,
.inverse-black.label-02.tag-wide,
.inverse-black.label-03.tag-wide,
.inverse-black.label-04.tag-wide,
.inverse-black.label-05.tag-wide,
.inverse-black.label-06.tag-wide,
.inverse-black.label-mainborder.tag-wide,
.inverse-black.label-11.tag-wide,
.inverse-black.label-12.tag-wide,
.inverse-black.label-13.tag-wide,
.inverse-black.label-14.tag-wide,
.inverse-black.label-15.tag-wide,
.inverse-black.label-21.tag-wide,
.inverse-black.label-22.tag-wide,
.inverse-black.label-sponsorship.tag-wide,
.inverse-black.label-31.tag-wide,
.inverse-black.label-32.tag-wide,
.inverse-black.label-41.tag-wide,
.inverse-black.label-42.tag-wide,
.inverse-black.label-free.tag-wide,
.inverse-black.label-51.tag-wide,
.inverse-black.label-52.tag-wide,
.inverse-black.label-61.tag-wide,
.inverse-black.label-62.tag-wide,
.label.inverse-black.tag-borderred,
.inverse-black.label-white.tag-borderred,
.inverse-black.label-bkgray.tag-borderred,
.inverse-black.label-00.tag-borderred,
.inverse-black.label-01.tag-borderred,
.inverse-black.label-02.tag-borderred,
.inverse-black.label-03.tag-borderred,
.inverse-black.label-04.tag-borderred,
.inverse-black.label-05.tag-borderred,
.inverse-black.label-06.tag-borderred,
.inverse-black.label-mainborder.tag-borderred,
.inverse-black.label-11.tag-borderred,
.inverse-black.label-12.tag-borderred,
.inverse-black.label-13.tag-borderred,
.inverse-black.label-14.tag-borderred,
.inverse-black.label-15.tag-borderred,
.inverse-black.label-21.tag-borderred,
.inverse-black.label-22.tag-borderred,
.inverse-black.label-sponsorship.tag-borderred,
.inverse-black.label-31.tag-borderred,
.inverse-black.label-32.tag-borderred,
.inverse-black.label-41.tag-borderred,
.inverse-black.label-42.tag-borderred,
.inverse-black.label-free.tag-borderred,
.inverse-black.label-51.tag-borderred,
.inverse-black.label-52.tag-borderred,
.inverse-black.label-61.tag-borderred,
.inverse-black.label-62.tag-borderred,
.label.inverse-black.tag-bgred,
.inverse-black.label-white.tag-bgred,
.inverse-black.label-bkgray.tag-bgred,
.inverse-black.label-00.tag-bgred,
.inverse-black.label-01.tag-bgred,
.inverse-black.label-02.tag-bgred,
.inverse-black.label-03.tag-bgred,
.inverse-black.label-04.tag-bgred,
.inverse-black.label-05.tag-bgred,
.inverse-black.label-06.tag-bgred,
.inverse-black.label-mainborder.tag-bgred,
.inverse-black.label-11.tag-bgred,
.inverse-black.label-12.tag-bgred,
.inverse-black.label-13.tag-bgred,
.inverse-black.label-14.tag-bgred,
.inverse-black.label-15.tag-bgred,
.inverse-black.label-21.tag-bgred,
.inverse-black.label-22.tag-bgred,
.inverse-black.label-sponsorship.tag-bgred,
.inverse-black.label-31.tag-bgred,
.inverse-black.label-32.tag-bgred,
.inverse-black.label-41.tag-bgred,
.inverse-black.label-42.tag-bgred,
.inverse-black.label-free.tag-bgred,
.inverse-black.label-51.tag-bgred,
.inverse-black.label-52.tag-bgred,
.inverse-black.label-61.tag-bgred,
.inverse-black.label-62.tag-bgred,
.label.inverse-black.tag-bggray,
.inverse-black.label-white.tag-bggray,
.inverse-black.label-bkgray.tag-bggray,
.inverse-black.label-00.tag-bggray,
.inverse-black.label-01.tag-bggray,
.inverse-black.label-02.tag-bggray,
.inverse-black.label-03.tag-bggray,
.inverse-black.label-04.tag-bggray,
.inverse-black.label-05.tag-bggray,
.inverse-black.label-06.tag-bggray,
.inverse-black.label-mainborder.tag-bggray,
.inverse-black.label-11.tag-bggray,
.inverse-black.label-12.tag-bggray,
.inverse-black.label-13.tag-bggray,
.inverse-black.label-14.tag-bggray,
.inverse-black.label-15.tag-bggray,
.inverse-black.label-21.tag-bggray,
.inverse-black.label-22.tag-bggray,
.inverse-black.label-sponsorship.tag-bggray,
.inverse-black.label-31.tag-bggray,
.inverse-black.label-32.tag-bggray,
.inverse-black.label-41.tag-bggray,
.inverse-black.label-42.tag-bggray,
.inverse-black.label-free.tag-bggray,
.inverse-black.label-51.tag-bggray,
.inverse-black.label-52.tag-bggray,
.inverse-black.label-61.tag-bggray,
.inverse-black.label-62.tag-bggray {
  color: #fff !important;
}

.drawer-overlay.drawer-toggle.inverse-black,
.drawer-overlay.drawer-toggle.inverse-blue {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.drawer-hamburger-icon.inverse-black,
.drawer-hamburger-icon.inverse-black:before,
.drawer-hamburger-icon.inverse-black:after,
.drawer-hamburger-icon.inverse-blue,
.drawer-hamburger-icon.inverse-blue:before,
.drawer-hamburger-icon.inverse-blue:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff !important;
}

ul#fade-in.inverse-black,
ul#fade-in.inverse-blue {
  border-top: solid 1px #ccc;
}

.linkArrow.inverse-black a:before,
.linkArrow.inverse-blue a:before {
  border-left: 5px solid #fff;
}

.inverse-blue,
#container-box.inverse-blue {
  background: #00008B !important;
  color: #fff !important;
}

#gnav img.inverse-blue,
#logo .inverse-blue,
img.inverse-blue {
  background: #fff !important;
}

h4.inverse-blue,
h4.inverse-black,
h6.back.inverse-blue,
h6.back.inverse-black {
  border: solid 1px #bbb;
}

label.tab_item.inverse-blue,
label.tab_item.inverse-black {
  border: solid 1px #848484;
}

@media (max-width: 790px) {
  #background li.inverse-blue,
  #background li.inverse-black,
  #language li.inverse-blue,
  #language li.inverse-black,
  #fontZoom li.inverse-blue,
  #fontZoom li.inverse-black {
    border: solid 1px #ccc !important;
  }
  a:hover.toggle.inverse-blue,
  a:hover.toggle.inverse-black,
  #background li:hover.inverse-blue a,
  #background li:hover.inverse-black a,
  #language li:hover.inverse-blue a,
  #language li:hover.inverse-black a,
  #fontZoom li:hover.inverse-blue a,
  #fontZoom li:hover.inverse-black a {
    background: #474747 !important;
  }
}
/* @import "./components/bxslider"; */
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides a {
  width: 100%;
}

.flexslider .slides img,
.flexslider .slides video {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .flexslider {
    margin: 0 0 40px;
  }
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.carousel li a {
  width: 100%;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
} */
.flex-pauseplay a {
  display: block;
  width: 29px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  right: 5px;
  /* bottom: 5px; */
  /* left: 10px; */
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  /* color: #000; */
  color: #a7a7a7;
  /* border: solid 1px #999; */
  padding: 0 0 0 6px;
  z-index: initial;
  text-decoration: none;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 18px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
  text-decoration: none;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: -40px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 780px) {
  .flex-control-nav {
    bottom: -30px;
  }
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #a7a7a7;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 30px;
}
@media only screen and (max-width: 780px) {
  .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
}

.flex-control-paging li a:hover {
  background: #565656;
}

.flex-control-paging li a.flex-active {
  background: #565656;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 790px) {
  /* .flex-direction-nav{
    display:none;
  } */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* @import "./components/turnbox"; */
.Movie {
  position: relative;
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
}

.Movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toph1 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block !important; /* display: block; を追加することで安定する場合あり */
}
@media only screen and (max-width: 780px) {
  .toph1 {
    position: initial !important;
    width: initial !important;
    white-space: initial !important;
  }
}

.Topimg {
  padding-bottom: 0;
}

.Toptextslide {
  position: relative;
  background-color: #E8047A;
}
.Toptextslide:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 100px;
  background-color: #72C8DD;
  top: 50%;
}
.Toptextslide .LoopSwiper {
  overflow: hidden;
  /* スライドの動き等速 */
}
.Toptextslide .LoopSwiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.Toptextslide .LoopSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.Topabout {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #72C8DD;
}
.Topabout__title {
  color: #333333;
}
.Topabout__title:after {
  background-color: #333333;
}
@media only screen and (max-width: 780px) {
  .Topabout__title {
    margin-top: 0 !important;
  }
}
.Topabout__text {
  text-align: center;
  color: #333333;
  line-height: 30px;
}

.Topcategory__four, .Topcategory__another {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}
@media only screen and (max-width: 780px) {
  .Topcategory__four, .Topcategory__another {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
  }
}
.Topcategory__item {
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
}
.Topcategory__item a {
  text-decoration: none;
}
.Topcategory__item p {
  padding: 8px 0 3px;
  text-align: center;
  font-weight: 500;
}

.Topnews__main {
  margin-top: 40px;
}

.News {
  margin-top: 60px;
}
@media only screen and (max-width: 780px) {
  .News {
    margin-top: 30px;
  }
}
.News .tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  margin-bottom: 18px;
  padding: 0;
}
.News .tabs-list button {
  position: relative;
  width: 50%;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 4px 0;
  outline: none;
  border: none;
  border-left: 2px solid #f0f0f0;
  border-radius: 5px;
  line-height: 36px;
  font-size: 17px;
  background-color: #f5f5f2;
  color: #000;
}
@media only screen and (max-width: 780px) {
  .News .tabs-list button {
    font-size: 16px;
    line-height: 30px;
  }
}
.News .tabs-list button[aria-selected=true],
.News .tabs-list button:hover {
  background-color: #E8047A;
  color: white;
}
.News .tabs-list button:hover.last {
  border-right: 2px solid transparent;
}
.News .tabs-list button:hover + li {
  border-left: 2px solid #f0f0f0;
}
.News dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 980px) {
  .News dl {
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 780px) {
  .News dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 2px;
  }
}
.News dl dt {
  position: relative;
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 780px) {
  .News dl dt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
  .News dl dt:has(.ico_new) {
    padding-left: 50px;
  }
}
.News dl dt .ico_new {
  position: absolute;
  left: 15px;
  color: #a00000;
  font-size: 14px;
  font-weight: 500;
  padding-top: 2px;
}
@media only screen and (max-width: 780px) {
  .News dl dt .ico_new {
    left: 10px;
  }
}
.News dl dd {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 780px) {
  .News dl dd {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 8px;
  }
}
.News dl dd .ico_category {
  width: 100px;
  border: solid 1px #474747;
  margin: 1px 0 1px;
  padding: 1px 8px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .News dl dd .ico_category {
    margin-right: 10px;
  }
}
.News dl dd .text {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.TopSNS {
  margin-bottom: 0;
}
.TopSNS__box {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 100px;
}
@media only screen and (max-width: 980px) {
  .TopSNS__box {
    gap: 20px 50px;
  }
}
.TopSNS__item {
  background-color: #fff;
  width: calc((100% - 100px) / 2);
}
.TopSNS__item:last-of-type {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .TopSNS__item {
    width: calc((100% - 50px) / 2);
  }
}
@media only screen and (max-width: 780px) {
  .TopSNS__item {
    width: 100%;
  }
}
.TopSNS__x, .TopSNS__facebook, .TopSNS__instagram {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  text-decoration: none !important;
}
@media only screen and (max-width: 980px) {
  .TopSNS__x, .TopSNS__facebook, .TopSNS__instagram {
    padding: 10px;
    gap: 15px;
  }
}
.TopSNS__x img:first-of-type, .TopSNS__facebook img:first-of-type, .TopSNS__instagram img:first-of-type {
  width: 100px;
}
@media only screen and (max-width: 1300px) {
  .TopSNS__x img:first-of-type, .TopSNS__facebook img:first-of-type, .TopSNS__instagram img:first-of-type {
    width: 80px;
  }
}
@media only screen and (max-width: 980px) {
  .TopSNS__x img:first-of-type, .TopSNS__facebook img:first-of-type, .TopSNS__instagram img:first-of-type {
    width: 50px;
  }
}
.TopSNS__x img:nth-of-type(2), .TopSNS__facebook img:nth-of-type(2), .TopSNS__instagram img:nth-of-type(2) {
  width: 80px;
  margin-left: auto;
}
@media only screen and (max-width: 1300px) {
  .TopSNS__x img:nth-of-type(2), .TopSNS__facebook img:nth-of-type(2), .TopSNS__instagram img:nth-of-type(2) {
    width: 60px;
  }
}
@media only screen and (max-width: 780px) {
  .TopSNS__x img:nth-of-type(2), .TopSNS__facebook img:nth-of-type(2), .TopSNS__instagram img:nth-of-type(2) {
    width: 40px;
  }
}
.TopSNS__x p, .TopSNS__facebook p, .TopSNS__instagram p {
  font-size: 32px;
}
@media only screen and (max-width: 1300px) {
  .TopSNS__x p, .TopSNS__facebook p, .TopSNS__instagram p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .TopSNS__x p, .TopSNS__facebook p, .TopSNS__instagram p {
    font-size: 22px;
  }
}
.TopSNS__facebook p {
  color: #1877f2;
}

.l-fluid .centerLabel, .l-fluid-gray .centerLabel, .l-fluid-main01 .centerLabel, .l-fluid-main02 .centerLabel, .l-fluid-graycurve .centerLabel {
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .l-fluid .centerLabel, .l-fluid-gray .centerLabel, .l-fluid-main01 .centerLabel, .l-fluid-main02 .centerLabel, .l-fluid-graycurve .centerLabel {
    margin-top: 0;
  }
}

.wrap_instagram {
  max-width: 1180px;
  margin: 0px auto 3em;
  padding: 0 16px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.textalign-center {
  text-align: center;
}

.tile {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  display: block;
}

.tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.tile:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  border-radius: inherit;
}

.grid .tile:nth-child(n+6)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.tile:hover::after {
  opacity: 1;
}

@media (max-width: 900px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.categoryLabel__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  gap: 8px;
}
@media only screen and (max-width: 980px) {
  .categoryLabel__box {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px !important;
  }
}
.categoryLabel__title {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  background-color: #72C8DD;
  color: #333333;
  padding: 8px 70px;
  font-size: 24px;
  border-radius: 5px;
}
@media only screen and (max-width: 1300px) {
  .categoryLabel__title {
    padding: 8px 50px;
  }
}
@media only screen and (max-width: 980px) {
  .categoryLabel__title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.categoryLabel__subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
  .categoryLabel__subtitle {
    font-size: 18px;
  }
}
.categoryLabel__hassubtitle {
  margin-right: auto;
}
.categoryLabel__hassubtitle .categoryLabel__title {
  margin-bottom: 20px;
}
.categoryLabel__hassubtitle .categoryLabel__subtitle {
  font-size: 20px;
}
.categoryLabel__hassubtitle .categoryLabel__set {
  top: 108px;
}
@media only screen and (max-width: 780px) {
  .categoryLabel__hassubtitle .categoryLabel__set {
    top: 0;
  }
}
.categoryLabel__hassubtitle:has(.categoryLabel__set) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 780px) {
  .categoryLabel__hassubtitle:has(.categoryLabel__set) {
    margin-bottom: 0;
  }
}
.categoryLabel__link {
  margin: 0 !important;
}
.categoryLabel__link a {
  font-size: 14px;
}
.categoryLabel__set {
  position: absolute;
  left: 0;
  top: 58px;
}
@media only screen and (max-width: 780px) {
  .categoryLabel__set {
    position: relative;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    top: 0;
    margin: 0 auto;
    width: 100%;
  }
}
.categoryLabel__set a {
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #E8047A;
  padding: 3px 15px;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
}
.categoryLabel__set a:hover {
  background-color: #E8047A;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .categoryLabel__set a {
    width: 100%;
    font-size: 14px;
  }
}
.categoryLabel__box:has(.categoryLabel__set) {
  padding-bottom: 28px;
}
@media only screen and (max-width: 780px) {
  .categoryLabel__box:has(.categoryLabel__set) {
    padding-bottom: 0;
  }
}

a.PerformanceBox__link:hover {
  background-color: #ffeaf5 !important;
  opacity: 1;
}

.PerformanceBox__link {
  background-color: #f5f5f2;
  padding: 20px 20px 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none !important;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    gap: 10px;
  }
}
.PerformanceBox__date {
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__date {
    font-size: 30px;
  }
}
.PerformanceBox__date .youbi {
  font-size: 16px;
  font-weight: 400;
}
.PerformanceBox__title {
  font-size: 19px;
  margin: 12px 0 8px;
  padding: 0;
  font-weight: 600;
}
.PerformanceBox__title .subtitle {
  font-size: 16px;
  font-weight: 500;
}
.PerformanceBox__title .area {
  padding: 1px 6px;
  border: solid 1px #333333;
  border-radius: 2px;
  margin-right: 8px;
}
.PerformanceBox__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2px 4px;
  font-size: 14px;
}
.PerformanceBox__note.ticket {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #dddddd;
}
.PerformanceBox__note.ticket dt {
  width: 120px;
}
.PerformanceBox__note.ticket dd {
  width: calc(100% - 124px);
}
.PerformanceBox__note dt {
  width: 45px;
}
.PerformanceBox__note dd {
  width: calc(100% - 49px);
}
.PerformanceBox__note dd:has(.ico_matinee) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.PerformanceBox__note .ico_matinee {
  display: inline-block;
  font-size: 10px;
  padding: 0px 10px;
  border: solid 1px #E8047A;
  background-color: #ffeaf5;
  margin-left: 8px;
}
.PerformanceBox__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__img {
    margin-bottom: 8px;
  }
}
.PerformanceBox__img:has(br) {
  margin-bottom: 8px;
}
.PerformanceBox__img img {
  width: 150px;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__img img {
    width: calc((100% - 8px) / 2);
  }
}
.PerformanceBox__img img.wide {
  width: 308px;
}
.PerformanceBox__img span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -12px;
  font-size: 8px;
  line-height: 9px;
  text-align: right;
  right: 0;
  white-space: nowrap;
}
.PerformanceBox__img span:has(br) {
  bottom: -20px;
}
.PerformanceBox__img span.left {
  left: 0;
  right: initial;
  width: 150px;
}
.PerformanceBox__img span.left1_4 {
  width: 75px;
  left: 0;
  right: initial;
}
.PerformanceBox__img span.left2_4 {
  width: 75px;
  left: 25%;
  right: initial;
}
.PerformanceBox__img span.left3_4 {
  width: 75px;
  left: 50%;
  right: initial;
}
.PerformanceBox__img span.left4_4 {
  width: 75px;
  left: 75%;
  right: initial;
}
.PerformanceBox__img span.left1_3 {
  width: 100px;
  left: 0;
  right: initial;
}
.PerformanceBox__img span.left2_3 {
  width: 100px;
  left: 33%;
  right: initial;
}
.PerformanceBox__img span.left3_3 {
  width: 100px;
  left: 66%;
  right: initial;
}
.PerformanceBox__text {
  width: calc(100% - 308px);
  padding-right: 20px;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__text {
    width: 100%;
    padding-right: 0;
  }
}
.PerformanceBox__programtitle {
  margin: 0;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}
.PerformanceBox__programlist {
  font-size: 14px;
}
.PerformanceBox__programlist li:before {
  content: "・";
}
.PerformanceBox__ticketarea th {
  padding-left: 35px;
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__ticketarea th {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 780px) {
  .PerformanceBox__ticketarea td {
    padding-left: 15px;
  }
}

.l-fluid-gray .PerformanceBox__link {
  background-color: #fff;
}
.l-fluid-gray .categoryLabel__box {
  margin-top: 0;
}

.Wrapper:has(.Bgtext) {
  position: relative;
}

.Bgtext {
  position: absolute;
  z-index: 10;
  background-image: url("../images/tominongaku_fes_text-tate.svg");
  background-repeat: repeat-y;
  height: calc(100% - 30px);
  width: 80px;
  right: calc((100vw - 1200px) / 2 / 2);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin: 30px 0;
}
@media (max-width: 1400px) {
  .Bgtext {
    display: none;
  }
}

.greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 780px) {
  .greeting {
    display: block;
  }
}
.greeting__img {
  width: 230px;
}
@media only screen and (max-width: 980px) {
  .greeting__img {
    width: 100%;
  }
}
.greeting__img.governor {
  background-image: url("../images/governor.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting__img.chancellor {
  background-image: url("../images/chancellor.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.greeting div {
  width: calc(100% - 230px);
  margin: 0 2em 3em 0;
}
@media only screen and (max-width: 980px) {
  .greeting div {
    width: calc(70% - 2em);
  }
}
@media only screen and (max-width: 780px) {
  .greeting div {
    width: 100%;
  }
}
.greeting div .txt, .greeting div .txt-02, .greeting div .txt-02 .wp-block-group__inner-container, .txt-02 .greeting div .wp-block-group__inner-container {
  margin-bottom: 20px;
}

.CalendarNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.CalendarNav__center {
  margin: 0 60px;
  padding-bottom: 5px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3px;
}
.CalendarNav__prev, .CalendarNav__next {
  padding: 3px 3px;
  outline: none;
  border: none;
  border-radius: 3px;
  line-height: 16px;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #333333;
  color: #000;
}
.CalendarNav__prev:hover, .CalendarNav__next:hover {
  background-color: #ffeaf5;
}
.CalendarNav__prev::before {
  content: "←";
}
.CalendarNav__next::before {
  content: "→";
}

.calendar li {
  margin: 0 auto 40px;
}

table.tblCalendar {
  display: table;
  padding: 0;
  margin: 20px 0 40px;
  width: 100%;
  background-color: #fff;
}

table.tblCalendar th,
table.tblCalendar td {
  border: 1px #bbb solid;
}

table.tblCalendar th {
  padding: 5px;
  text-align: center;
  background: #EBEBEB;
  color: #333;
  width: 14.2857142857%;
  min-width: initial;
}

table.tblCalendar td {
  border-color: #b1b1b1;
  min-width: unset;
  line-height: 140%;
  padding: 0;
  vertical-align: top;
  height: 90px;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  max-height: 300px;
}

table.tblCalendar td.holiday {
  background: #E3E3E3;
}

table.tblCalendar th.sunday {
  background: #E59695;
}

table.tblCalendar td.sunday {
  background: #EFC9C9;
}

table.tblCalendar th.satday {
  background: #B4C2FB;
}

table.tblCalendar td.satday {
  background: #CDD7FC;
}

table.tblCalendar td a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
}

table.tblCalendar td a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.tblCalendar td p {
  padding: 4px 5px 6px 5px;
  margin: 0;
  font-size: 1.7rem;
  font-size: 17px;
  font-weight: 500;
}

table.tblCalendar td p span {
  padding: 2px 0;
  margin: 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  word-break: break-all;
}

table.tblCalendar td p span:before {
  content: "■";
}
table.tblCalendar td p span.c-01:before {
  /* オーケストラ */
  color: #FEDC46;
}
table.tblCalendar td p span.c-02:before {
  /* 室内楽 */
  color: #E98F46;
}
table.tblCalendar td p span.c-03:before {
  /* オペラ */
  color: #1CB7EB;
}
table.tblCalendar td p span.c-04:before {
  /* バレエ */
  color: #9AC353;
}
table.tblCalendar td p span.c-05:before {
  /* 関連事業 */
  color: #FF3F39;
}

table.tblCalendar td .line {
  background-color: #CE2E58;
  width: 100%;
  height: 5px;
  display: block;
  margin-top: -6px !important;
  margin-bottom: 5px !important;
}
table.tblCalendar td .line.c-01 {
  /* オーケストラ */
  background-color: #FEDC46;
}
table.tblCalendar td .line.c-02 {
  /* 室内楽 */
  background-color: #E98F46;
}
table.tblCalendar td .line.c-03 {
  /* オペラ */
  background-color: #1CB7EB;
}
table.tblCalendar td .line.c-04 {
  /* 現代演劇 */
  background-color: #DE659F;
}
table.tblCalendar td .line.c-05 {
  /* バレエ */
  background-color: #9AC353;
}
table.tblCalendar td .line.c-06 {
  /* 現代舞踊 */
  background-color: #00943E;
}
table.tblCalendar td .line.c-07 {
  /* 邦楽 */
  background-color: #09ABA9;
}
table.tblCalendar td .line.c-08 {
  /* 日本舞踊 */
  background-color: #0167AF;
}
table.tblCalendar td .line.c-09 {
  /* 能楽 */
  background-color: #D73734;
}
table.tblCalendar td .line.c-10 {
  /* 民俗芸能 */
  background-color: #AC874A;
}
table.tblCalendar td .line.c-11 {
  /* 寄席芸能 */
  background-color: #9D328A;
}
table.tblCalendar td .line.c-12 {
  /* 関連事業 */
  background-color: #FF3F39;
}

table.tblCalendar .v-hidden {
  visibility: hidden;
}
@media only screen and (max-width: 980px) {
  table.tblCalendar .v-hidden {
    visibility: inherit;
  }
}

table.tblCalendar .v-hidden-sp {
  /* モバイルでも隠す */
  visibility: hidden;
}
@media only screen and (max-width: 980px) {
  table.tblCalendar .v-hidden-sp {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  p:has(.v-hidden-sp) {
    display: none;
  }
}

table.tblCalendar .w-2x {
  width: 200%;
}

table.tblCalendar .w-3x {
  width: 300%;
}

@media only screen and (max-width: 980px) {
  table.tblCalendar {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
  }
  table.tblCalendar .none {
    display: none;
  }
  table.tblCalendar th,
  table.tblCalendar td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #bbb;
    margin-top: -1px;
    font-weight: 400;
    height: auto;
  }
  table.tblCalendar td span {
    display: inline;
    margin: 0 0 0 0.5em;
  }
  table.tblCalendar td p {
    margin: 5px 0 5px 1em;
  }
  .tblCalendarFooter li {
    margin-right: 30px;
  }
  table.tblCalendar td .line {
    display: none;
  }
  table.tblCalendar td .satellite {
    right: 15px;
  }
}
@media only screen and (max-width: 780px) {
  table.tblCalendar th,
  table.tblCalendar td {
    width: 100%;
    display: block;
  }
}
.archive_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
@media only screen and (max-width: 780px) {
  .archive_content {
    margin-top: 40px;
  }
}
.archive_content .active_box {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1300px) {
  .archive_content .active_box {
    width: 32%;
    margin-right: 2%;
  }
  .archive_content .active_box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.8em;
  }
  .archive_content .active_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .archive_content .active_box:nth-of-type(3n) {
    margin-right: 2%;
  }
}
.archive_content .active_box:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1300px) {
  .archive_content .active_box:nth-of-type(4n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box:nth-of-type(even) {
    margin-right: 0;
  }
}
.archive_content .active_box p {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0.5em;
}
.archive_content .active_box a {
  text-decoration: none;
  display: block;
}
.archive_content .active_box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.archive_content .active_box a p {
  font-weight: normal;
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 0.5em 0 0.9em;
}
.archive_content .active_box ul li a {
  text-align: center;
  background: #efefef;
  margin-bottom: 0.5em;
  padding: 0.7em 0.5em;
  list-style-type: none !important;
  font-size: 15px;
}
.archive_content .active_box ul li a:hover {
  background: #D5C8BB;
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box ul li a {
    font-size: 12px;
    line-height: 120%;
  }
}
.archive_content .active_box li.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .archive_content .active_box li.half {
    display: block;
  }
}
.archive_content .active_box li.half a:first-child {
  width: 39%;
  line-height: 130%;
  font-size: 12px;
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box li.half a:first-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  .archive_content .active_box li.half a:first-child {
    font-size: 12px;
    width: 100%;
  }
}
.archive_content .active_box li.half a:last-child {
  width: 58%;
  line-height: 130%;
  font-size: 12px;
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box li.half a:last-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 780px) {
  .archive_content .active_box li.half a:last-child {
    font-size: 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .archive_content .active_box li.half br {
    display: none;
  }
}

.border {
  border: solid 1px #ddd;
}

@media only screen and (max-width: 970px) {
  .active_box {
    width: 45%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 415px) {
  .active_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: auto;
  }
}
/* @import "./pages/searchresult"; */
/* //sitemapページ
@import "./pages/sitemap"; */
/* @import "./pages/news"; */
/* @import "./pages/enquete-faq-inquiry"; */
/* @import "./pages/sidemenu-ichiran"; */
.TicketNav__item, .ReserveNav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.TicketNav__item a, .ReserveNav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  gap: 20px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 3px;
  background-color: #f5f5f2;
}
.TicketNav__item a:hover, .ReserveNav__item a:hover, .TicketNav__item a.on, .ReserveNav__item a.on {
  opacity: 1;
  background-color: var(--color-lightmain);
  text-decoration: none;
}
.TicketNav__item a:hover:after, .ReserveNav__item a:hover:after, .TicketNav__item a.on:after, .ReserveNav__item a.on:after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
.TicketNav__item a img, .ReserveNav__item a img {
  width: 50px;
  height: 50px;
  margin-left: 40px;
}
.TicketNav__item a:after, .ReserveNav__item a:after {
  content: "↓";
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
}
@media only screen and (max-width: 780px) {
  .TicketNav__item a:after, .ReserveNav__item a:after {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.TicketNav__item p, .ReserveNav__item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .TicketNav__item p, .ReserveNav__item p {
    font-size: 16px;
    line-height: 17px;
  }
}
.TicketNav__item:first-of-type a img, .ReserveNav__item:first-of-type a img {
  width: 82px;
  margin-left: 22px;
}

@media only screen and (max-width: 780px) {
  .TicketPhone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.TicketPhone__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  gap: 20px;
}
.TicketPhone h4 {
  margin: 0;
  padding: 12px 0;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .TicketPhone h4 {
    padding: 6px 0;
    font-size: 16px;
  }
}
.TicketPhone p {
  font-size: 22px;
}
@media only screen and (max-width: 780px) {
  .TicketPhone p {
    padding: 16px 0;
    font-size: 18px;
  }
}
.TicketPhone__item.ichikawa {
  border: solid 1px #d44052;
}
.TicketPhone__item.ichikawa h4 {
  background-color: #d44052;
}
.TicketPhone__item.ichikawa p {
  color: #d44052;
}
.TicketPhone__item.gyotoku {
  border: solid 1px #285da1;
}
.TicketPhone__item.gyotoku h4 {
  background-color: #285da1;
}
.TicketPhone__item.gyotoku p {
  color: #285da1;
}
.TicketPhone__item.yoshizawa {
  border: solid 1px #50840f;
}
.TicketPhone__item.yoshizawa h4 {
  background-color: #50840f;
}
.TicketPhone__item.yoshizawa p {
  color: #50840f;
}
.TicketPhone__item.kiuchi {
  border: solid 1px #c05136;
}
.TicketPhone__item.kiuchi h4 {
  background-color: #c05136;
}
.TicketPhone__item.kiuchi p {
  color: #c05136;
}
.TicketPhone__notice {
  margin-top: auto;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
}
@media only screen and (max-width: 780px) {
  .TicketPhone__notice {
    font-size: 14px;
    line-height: 15px;
  }
}

.TicketLabel {
  position: relative;
  text-align: center;
  border-radius: 3px;
  margin: 130px 0 40px;
}
@media only screen and (max-width: 780px) {
  .TicketLabel {
    margin: 80px 0 30px;
  }
}
.TicketLabel__icon {
  position: absolute;
  width: 160px;
  height: 80px;
  border-radius: 80px 80px 0 0;
  background-color: var(--color-main);
  top: -80px;
  left: 50%;
  margin-left: -80px;
}
.TicketLabel__icon img {
  width: 60px;
  margin-top: 20px;
}
@media only screen and (max-width: 780px) {
  .TicketLabel__icon {
    width: 100px;
    height: 50px;
    border-radius: 50px 50px 0 0;
    top: -50px;
    margin-left: -50px;
  }
  .TicketLabel__icon img {
    width: 38px;
    margin-top: 12px;
  }
}
.TicketLabel:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid var(--color-main);
}
.TicketLabel#online .TicketLabel__icon img {
  width: 92px;
  margin-top: 35px;
  margin-right: 10px;
}
@media only screen and (max-width: 780px) {
  .TicketLabel#online .TicketLabel__icon img {
    width: 58px;
    margin-top: 20px;
    margin-right: 8px;
  }
}

.RoseNav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.RoseNav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 10px 30px;
  gap: 10px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 3px;
}
.RoseNav__item a:hover, .RoseNav__item a.on {
  opacity: 1;
  background-color: var(--color-lightmain);
  text-decoration: none;
}
.RoseNav__item a img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 780px) {
  .RoseNav__item a {
    padding: 20px 10px 10px;
    gap: 5px;
  }
}
.RoseNav__top {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  .RoseNav__top {
    font-size: 22px;
  }
}
.RoseNav__bottom {
  position: relative;
  padding-right: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1300px) {
  .RoseNav__bottom {
    padding-right: 45px;
    gap: 10px;
  }
}
.RoseNav__bottom:after {
  content: "↓";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
}
@media only screen and (max-width: 780px) {
  .RoseNav__bottom:after {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

.RoseTokuten {
  counter-reset: tokuten-counter;
  gap: 20px;
}
@media only screen and (max-width: 780px) {
  .RoseTokuten {
    gap: 15px;
  }
}
.RoseTokuten__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #f5f5f2;
  gap: 10px;
  padding: 20px 30px 30px 30px;
  text-decoration: none;
  border-radius: 3px;
}
.RoseTokuten__item img {
  width: 80px;
}
@media only screen and (max-width: 780px) {
  .RoseTokuten__item {
    padding: 16px 10px 16px;
    gap: 8px;
  }
  .RoseTokuten__item img {
    width: 70px;
  }
}
.RoseTokuten img.img-wide {
  width: 150px;
}
@media only screen and (max-width: 780px) {
  .RoseTokuten img.img-wide {
    width: 100px;
  }
}
.RoseTokuten .two-thirds {
  width: calc((100% - 40px) / 3 * 2 + 20px);
}
@media only screen and (max-width: 980px) {
  .RoseTokuten .two-thirds {
    width: calc((100% - 20px) / 2 * 1);
  }
}
@media only screen and (max-width: 780px) {
  .RoseTokuten .two-thirds {
    width: 100%;
  }
}
.RoseTokuten .one-thirds {
  width: calc((100% - 40px) / 3 * 1);
}
@media only screen and (max-width: 980px) {
  .RoseTokuten .one-thirds {
    width: calc((100% - 20px) / 2 * 1);
  }
}
@media only screen and (max-width: 780px) {
  .RoseTokuten .one-thirds {
    width: 100%;
  }
}
.RoseTokuten .l-halfColumn, .RoseTokuten .l-halfColumn-wide {
  margin: 0;
}
.RoseTokuten a {
  height: 100%;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  border: none;
}
.RoseTokuten a p.RoseTokuten__detail {
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #f5f5f2;
  white-space: nowrap;
}
.RoseTokuten a:hover, .RoseTokuten a.on {
  text-decoration: none;
  opacity: 1;
  background-color: var(--color-lightmain);
}
.RoseTokuten a:hover p.RoseTokuten__detail, .RoseTokuten a.on p.RoseTokuten__detail {
  background-color: #fff;
}
.RoseTokuten__title {
  font-size: 20px;
  text-indent: -43px;
  padding-left: 40px;
}
.RoseTokuten__title span {
  font-size: 16px;
  line-height: 24px;
}
.RoseTokuten__title::before {
  display: inline-block;
  counter-increment: tokuten-counter;
  content: counter(tokuten-counter, decimal-leading-zero);
  background-color: var(--color-main);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  margin-right: 8px;
  font-weight: 300;
  text-indent: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 780px) {
  .RoseTokuten__title::before {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.RoseTokuten__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  gap: 15px;
}

.RoseTokuten + .Btnbox, .RoseTokuten + .MitsumoriBtnBox {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 780px) {
  .ReserveNav__item {
    width: 100%;
    min-width: 100%;
  }
}
.ReserveNav__item a {
  position: relative;
  padding-bottom: 15px;
}
.ReserveNav__item a:hover p:after, .ReserveNav__item a.on p:after {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px var(--color-main);
}
.ReserveNav__item a:after {
  display: none;
}
.ReserveNav__item a.on img,
.ReserveNav__item a:hover img {
  opacity: 0.8;
}
.ReserveNav__item p {
  padding: 0 10px;
}
.ReserveNav__item p:after {
  content: "→";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #999999;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  margin-left: 15px;
}
@media only screen and (max-width: 780px) {
  .ReserveNav__item p:after {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.ReserveNav__item p:after:hover, .ReserveNav__item p:after.on {
  opacity: 1;
  background-color: var(--color-main);
  color: #fff;
  border: solid 1px #fff;
}
.ReserveNav__item:first-of-type a img,
.ReserveNav__item a img {
  width: 100%;
  height: auto;
  margin-left: 0;
  border-radius: 0 0 3px 3px;
}

.ReserveFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 40px 30px;
  gap: 35px;
  background: #f5f5f2;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 780px) {
  .ReserveFlow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 15px;
  }
}
.ReserveFlow__item {
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 780px) {
  .ReserveFlow__item {
    width: calc(33.3333333333% - 30px);
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 8px;
  }
}
.ReserveFlow__number {
  position: relative;
}
.ReserveFlow__number div {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .ReserveFlow__number div {
    width: 55px;
    height: 55px;
  }
}
.ReserveFlow__text {
  color: #333;
  line-height: 20px;
}
.ReserveFlow__img {
  position: relative;
  width: 100%;
  max-width: 165px;
  height: 200px;
  background: #fff;
  border-radius: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: auto;
}
@media only screen and (max-width: 780px) {
  .ReserveFlow__img {
    height: 60px;
  }
}
.ReserveFlow__img img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ReserveFlow__img:hover, .ReserveFlow__img.on {
  opacity: 1;
  background-color: var(--color-lightmain);
}
.ReserveFlow__img:hover img, .ReserveFlow__img.on img {
  opacity: 1;
}

.ReserveFlow__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: calc(100% - 80px + 40px);
  height: 2px; /* 線の太さ */
  background: #e5e5e5; /* 線の色 */
}
@media only screen and (max-width: 780px) {
  .ReserveFlow__number::after {
    display: none;
  }
}

.ReserveFlow__item:last-child .ReserveFlow__number::after {
  display: none; /* 最後の数字には線を表示しない */
}

.ReserveFlow__item::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: -22px; /* 矢印の位置調整 */
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 20px;
  height: 20px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}
@media only screen and (max-width: 780px) {
  .ReserveFlow__item::after {
    bottom: initial;
    top: 50%;
  }
}

.ReserveFlow__item:last-child::after {
  display: none; /* 最後の数字には線を表示しない */
}

.cameraicon {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  padding: 4px;
  border-radius: 50%;
  border: solid 1px #333333;
  color: #333333;
  background-color: #fff;
  line-height: 18px;
}
.cameraicon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* .fixed {
  position: fixed;
  right: 0;
} */
.Seatblock__seat > div {
  position: relative;
  margin: 0 auto;
  padding: 5px;
}
@media only screen and (max-width: 980px) {
  .Seatblock__seat > div img {
    max-height: initial;
  }
}
.Seatblock__image {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .Seatblock__image {
    position: static;
  }
}
.Seatblock__image p {
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .Seatblock {
    position: relative;
  }
}

.Seatblock.bunka-mainhall a {
  position: absolute;
  display: block;
}
.Seatblock.bunka-mainhall a:hover {
  opacity: 1;
}
.Seatblock.bunka-mainhall a:hover .cameraicon, .Seatblock.bunka-mainhall a.select .cameraicon {
  padding: 5px;
  border: none;
  color: #fff;
  background-color: var(--color-main);
}
@media only screen and (max-width: 780px) {
  .Seatblock.bunka-mainhall a:hover .cameraicon, .Seatblock.bunka-mainhall a.select .cameraicon {
    padding: 8px;
  }
}
.Seatblock.bunka-mainhall a.seat1-14 {
  top: 10.5%;
  left: 29%;
}
.Seatblock.bunka-mainhall a.seat1-26 {
  top: 10.8%;
  left: 49%;
}
.Seatblock.bunka-mainhall a.seat1-38 {
  top: 10.5%;
  left: 68%;
}
.Seatblock.bunka-mainhall a.seat2f-1-9 {
  top: 69%;
  left: 22%;
}
.Seatblock.bunka-mainhall a.seat2f-1-45 {
  top: 69%;
  left: 78%;
}
.Seatblock.bunka-mainhall a.seat2f-2-16 {
  top: 71%;
  left: 33%;
}
.Seatblock.bunka-mainhall a.seat2f-2-27 {
  top: 71%;
  left: 49%;
}
.Seatblock.bunka-mainhall a.seat2f-2-38 {
  top: 71%;
  left: 66%;
}
.Seatblock.bunka-mainhall a.seat2f-3-53 {
  top: 70.2%;
  left: 87%;
}
.Seatblock.bunka-mainhall a.seat2f-4-1 {
  top: 71.8%;
  left: 10%;
}
.Seatblock.bunka-mainhall a.seat2f-4-11 {
  top: 73.4%;
  left: 25%;
}
.Seatblock.bunka-mainhall a.seat2f-4-22 {
  top: 73.4%;
  left: 43%;
}
.Seatblock.bunka-mainhall a.seat2f-4-33 {
  top: 73.4%;
  left: 59%;
}
.Seatblock.bunka-mainhall a.seat2f-5-5 {
  top: 75.5%;
  left: 15%;
}
.Seatblock.bunka-mainhall a.seat2f-5-28 {
  top: 77%;
  left: 50%;
}
.Seatblock.bunka-mainhall a.seat2f-5-43 {
  top: 77%;
  left: 73%;
}
.Seatblock.bunka-mainhall a.seat2f-5-49 {
  top: 75.5%;
  left: 82%;
}
.Seatblock.bunka-mainhall a.seat2f-6-11 {
  top: 78.5%;
  left: 25%;
}
.Seatblock.bunka-mainhall a.seat2f-6-22 {
  top: 78%;
  left: 42%;
}
.Seatblock.bunka-mainhall a.seat2f-6-38 {
  top: 78.5%;
  left: 65.5%;
}
.Seatblock.bunka-mainhall a.seat2f-8-32 {
  top: 80.8%;
  left: 55%;
}
.Seatblock.bunka-mainhall a.seat2f-8-53 {
  top: 76.8%;
  left: 87%;
}
.Seatblock.bunka-mainhall a.seat2f-9-10 {
  top: 82%;
  left: 21%;
}
.Seatblock.bunka-mainhall a.seat2f-9-47 {
  top: 81.5%;
  left: 80%;
}
.Seatblock.bunka-mainhall a.seat2f-10-21 {
  top: 83.5%;
  left: 39%;
}
.Seatblock.bunka-mainhall a.seat2f-10-26 {
  top: 83.5%;
  left: 47%;
}
.Seatblock.bunka-mainhall a.seat2f-10-40 {
  top: 83.5%;
  left: 68%;
}
.Seatblock.bunka-mainhall a.seat2f-11-1 {
  top: 83%;
  left: 10%;
}
.Seatblock.bunka-mainhall a.seat2f-12-11 {
  top: 86.2%;
  left: 25%;
}
.Seatblock.bunka-mainhall a.seat2f-12-33 {
  top: 86.2%;
  left: 59%;
}
.Seatblock.bunka-mainhall a.seat2f-13-4 {
  top: 86.2%;
  left: 14%;
}
.Seatblock.bunka-mainhall a.seat2f-13-28 {
  top: 87.5%;
  left: 49.5%;
}
.Seatblock.bunka-mainhall a.seat2f-13-52 {
  top: 86%;
  left: 86%;
}
.Seatblock.bunka-mainhall a.seat3-21 {
  top: 13.5%;
  left: 42%;
}
.Seatblock.bunka-mainhall a.seat4-32 {
  top: 14.8%;
  left: 59%;
}
.Seatblock.bunka-mainhall a.seat5-11 {
  top: 15%;
  left: 26%;
}
.Seatblock.bunka-mainhall a.seat7-27 {
  top: 18.5%;
  left: 50%;
}
.Seatblock.bunka-mainhall a.seat7-38 {
  top: 18.2%;
  left: 67%;
}
.Seatblock.bunka-mainhall a.seat7-43 {
  top: 16.5%;
  left: 77%;
}
.Seatblock.bunka-mainhall a.seat8-20 {
  top: 19.8%;
  left: 38%;
}
.Seatblock.bunka-mainhall a.seat9-8 {
  top: 19.3%;
  left: 19%;
}
.Seatblock.bunka-mainhall a.seat10-14 {
  top: 22%;
  left: 30%;
}
.Seatblock.bunka-mainhall a.seat10-22 {
  top: 22.5%;
  left: 43%;
}
.Seatblock.bunka-mainhall a.seat10-35 {
  top: 22%;
  left: 64%;
}
.Seatblock.bunka-mainhall a.seat11-6 {
  top: 24%;
  left: 16%;
}
.Seatblock.bunka-mainhall a.seat11-26 {
  top: 25.8%;
  left: 49%;
}
.Seatblock.bunka-mainhall a.seat11-43 {
  top: 25%;
  left: 76%;
}
.Seatblock.bunka-mainhall a.seat12-10 {
  top: 27%;
  left: 25%;
}
.Seatblock.bunka-mainhall a.seat14-32 {
  top: 29.5%;
  left: 59%;
}
.Seatblock.bunka-mainhall a.seat15-20 {
  top: 31%;
  left: 38%;
}
.Seatblock.bunka-mainhall a.seat15-44 {
  top: 30%;
  left: 78%;
}
.Seatblock.bunka-mainhall a.seat17-9 {
  top: 33%;
  left: 21%;
}
.Seatblock.bunka-mainhall a.seat17-31 {
  top: 33.5%;
  left: 55%;
}
.Seatblock.bunka-mainhall a.seat17-51 {
  top: 31.5%;
  left: 87%;
}
.Seatblock.bunka-mainhall a.seat18-38 {
  top: 34.8%;
  left: 67%;
}
.Seatblock.bunka-mainhall a.seat19-26 {
  top: 36%;
  left: 48.8%;
}
.Seatblock.bunka-mainhall a.seat19-43 {
  top: 36%;
  left: 76%;
}
.Seatblock.bunka-mainhall a.seat20-14 {
  top: 37%;
  left: 30%;
}
.Seatblock.bunka-mainhall a.seat21-1 {
  top: 36.5%;
  left: 10%;
}
.Seatblock.bunka-mainhall a.seat21-42 {
  top: 38.2%;
  left: 71%;
}
.Seatblock.bunka-mainhall a.seat24-10 {
  top: 41%;
  left: 25%;
}
.Seatblock.bunka-mainhall a.seat24-22 {
  top: 42%;
  left: 42%;
}
.Seatblock.bunka-mainhall a.seat24-32 {
  top: 42%;
  left: 59%;
}
.Seatblock.bunka-mainhall a.seat24-48 {
  top: 41%;
  left: 83%;
}

.Seatblock.bunka-smallhall a {
  position: absolute;
  display: block;
}
.Seatblock.bunka-smallhall a:hover {
  opacity: 1;
}
.Seatblock.bunka-smallhall a:hover .cameraicon, .Seatblock.bunka-smallhall a.select .cameraicon {
  padding: 5px;
  border: none;
  color: #fff;
  background-color: var(--color-main);
}
@media only screen and (max-width: 780px) {
  .Seatblock.bunka-smallhall a:hover .cameraicon, .Seatblock.bunka-smallhall a.select .cameraicon {
    padding: 8px;
  }
}
.Seatblock.bunka-smallhall a.seat1-8 {
  top: 20%;
  left: 29%;
}
.Seatblock.bunka-smallhall a.seat1-14 {
  top: 20%;
  left: 47.5%;
}
.Seatblock.bunka-smallhall a.seat1-20 {
  top: 20%;
  left: 67%;
}
.Seatblock.bunka-smallhall a.seat3-19 {
  top: 26.5%;
  left: 60%;
}
.Seatblock.bunka-smallhall a.seat4-8 {
  top: 30%;
  left: 29%;
}
.Seatblock.bunka-smallhall a.seat4-22 {
  top: 29%;
  left: 72%;
}
.Seatblock.bunka-smallhall a.seat5-3 {
  top: 31%;
  left: 16%;
}
.Seatblock.bunka-smallhall a.seat5-14 {
  top: 33%;
  left: 47.5%;
}
.Seatblock.bunka-smallhall a.seat5-25 {
  top: 30.5%;
  left: 78%;
}
.Seatblock.bunka-smallhall a.seat6-9 {
  top: 36%;
  left: 35%;
}
.Seatblock.bunka-smallhall a.seat7-1 {
  top: 43.5%;
  left: 11%;
}
.Seatblock.bunka-smallhall a.seat7-14 {
  top: 43.5%;
  left: 47.7%;
}
.Seatblock.bunka-smallhall a.seat7-20 {
  top: 43.5%;
  left: 67%;
}
.Seatblock.bunka-smallhall a.seat9-9 {
  top: 50%;
  left: 35%;
}
.Seatblock.bunka-smallhall a.seat9-27 {
  top: 50%;
  left: 84%;
}
.Seatblock.bunka-smallhall a.seat10-19 {
  top: 53.5%;
  left: 60%;
}
.Seatblock.bunka-smallhall a.seat11-8 {
  top: 56.5%;
  left: 28.5%;
}
.Seatblock.bunka-smallhall a.seat12-14 {
  top: 60%;
  left: 47.7%;
}
.Seatblock.bunka-smallhall a.seat12-20 {
  top: 60%;
  left: 67%;
}
.Seatblock.bunka-smallhall a.seat13-3 {
  top: 63%;
  left: 16%;
}
.Seatblock.bunka-smallhall a.seat14-19 {
  top: 66.2%;
  left: 60%;
}
.Seatblock.bunka-smallhall a.seat14-25 {
  top: 66.2%;
  left: 79%;
}
.Seatblock.bunka-smallhall a.seat15-1 {
  top: 69.5%;
  left: 12%;
}
.Seatblock.bunka-smallhall a.seat15-9 {
  top: 69.5%;
  left: 35%;
}
.Seatblock.bunka-smallhall a.seat17-8 {
  top: 75.8%;
  left: 28.5%;
}
.Seatblock.bunka-smallhall a.seat17-14 {
  top: 75.8%;
  left: 47.7%;
}
.Seatblock.bunka-smallhall a.seat17-27 {
  top: 75.8%;
  left: 84%;
}

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
  margin: 0;
  padding: 0;
}

.js-modal:first-of-type {
  display: block;
}
@media only screen and (max-width: 780px) {
  .js-modal:first-of-type {
    display: none;
  }
}
.js-modal-open {
  cursor: pointer;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 780px) {
  .modal {
    width: 100vw;
  }
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
}
@media only screen and (max-width: 780px) {
  .modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
  }
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333333;
}
@media only screen and (max-width: 780px) {
  .modal-content {
    width: 80%;
    color: #fff;
  }
}
.modal-content img {
  max-height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}

/* モーダルクローズボタン */
.modal-closebtn {
  font-size: 0;
}
@media only screen and (max-width: 780px) {
  .modal-closebtn {
    display: inline-block;
    position: relative;
    float: right;
  }
  .modal-closebtn:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .modal-closebtn::after {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
@media only screen and (max-width: 780px) {
  body.fixed {
    position: fixed;
    right: 0;
  }
}

.MitsumoriFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 40px 30px;
  gap: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 780px) {
  .MitsumoriFlow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
  }
}
.MitsumoriFlow__item {
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriFlow__item {
    width: calc(33.3333333333% - 25px);
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 6px;
  }
}
.MitsumoriFlow__number {
  position: relative;
}
.MitsumoriFlow__number div {
  width: 80px;
  height: 80px;
  background: #f5f5f2;
  color: #999999;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .MitsumoriFlow__number div {
    width: 55px;
    height: 55px;
  }
}
.MitsumoriFlow__text {
  color: #333333;
  line-height: 20px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriFlow__text {
    font-size: 14px;
  }
}
.MitsumoriFlow__img {
  position: relative;
  width: 100%;
  max-width: 165px;
  height: 200px;
  background: #fff;
  border-radius: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: auto;
}
@media only screen and (max-width: 780px) {
  .MitsumoriFlow__img {
    height: 60px;
  }
}
.MitsumoriFlow__img img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}

.MitsumoriFlow__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  width: calc(100% - 80px + 40px);
  height: 2px; /* 線の太さ */
  background: #e5e5e5; /* 線の色 */
}

.MitsumoriFlow__item:last-child .MitsumoriFlow__number::after {
  display: none; /* 最初の数字には線を表示しない */
}

.MitsumoriFlow__item.on .MitsumoriFlow__number div {
  background: var(--color-main);
  color: #fff;
}
.MitsumoriFlow__item.on .MitsumoriFlow__text {
  color: var(--color-main);
}
.MitsumoriFlow__item.on .MitsumoriFlow__number::after {
  background: var(--color-main); /* 線の色 */
}

/* 次が.onでない場合は横棒はグレー */
.MitsumoriFlow__item.on:has(+ .MitsumoriFlow__item:not(.on)) .MitsumoriFlow__number::after {
  background: #e5e5e5; /* 線の色 */
}

.MitsumoriTable {
  margin-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriTable {
    margin-bottom: 40px;
  }
}
.MitsumoriTable th {
  background-color: initial;
  font-weight: 500 !important;
}
.MitsumoriTable th, .MitsumoriTable td {
  border-right: none;
  border-left: none;
  padding: 18px 10px 18px 10px;
}
.MitsumoriTable__required {
  font-weight: 400 !important;
  font-size: 10px;
  padding: 1px 10px;
  margin-right: 15px;
  background-color: var(--color-main);
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .MitsumoriTable__required {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .MitsumoriTable__required::after {
    content: "\a";
    white-space: pre-wrap;
  }
}
.MitsumoriTable__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriTable__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.MitsumoriList li {
  padding: 12px 0px 12px;
}
.MitsumoriList__hasinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.MitsumoriTable select,
.MitsumoriList select {
  width: 100%;
  padding: 8px;
  border: solid 1px #dddddd;
  border-radius: 5px;
}
.MitsumoriTable input[type=checkbox], .MitsumoriTable input[type=radio],
.MitsumoriList input[type=checkbox],
.MitsumoriList input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-grid;
  place-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.2em;
  margin: 0;
  margin-right: 8px;
  background-color: transparent;
  color: inherit;
  font: inherit;
  vertical-align: middle;
  border: thin solid;
}
.MitsumoriTable input[type=radio],
.MitsumoriList input[type=radio] {
  border-radius: 50%;
}
.MitsumoriTable input[type=checkbox]::before,
.MitsumoriList input[type=checkbox]::before {
  content: "";
  width: 1em;
  height: 0.5em;
  border-left: 0.2em solid #dddddd;
  border-bottom: 0.2em solid #dddddd;
  -webkit-transform: translateY(-0.1em) rotate(-40deg);
          transform: translateY(-0.1em) rotate(-40deg);
}
.MitsumoriTable input[type=checkbox]:checked::before,
.MitsumoriList input[type=checkbox]:checked::before {
  border-left: 0.2em solid #d31;
  border-bottom: 0.2em solid #d31;
}
.MitsumoriTable input[type=radio]::before,
.MitsumoriList input[type=radio]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: var(--color-main);
  outline: 0.4em solid transparent;
  outline-offset: -0.4em;
  visibility: hidden;
}
.MitsumoriTable input[type=radio]:checked::before,
.MitsumoriList input[type=radio]:checked::before {
  visibility: visible;
}

.MitsumoriBtnBox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriBtnBox {
    margin-bottom: 15px;
  }
}
.MitsumoriBtnBox .btnradius, .MitsumoriBtnBox .btnradius-bkmain, .MitsumoriBtnBox .btnradius-bkwhite, .MitsumoriBtnBox .btnradius-bkgray, .MitsumoriBtnBox .btnradius-bkblack {
  height: 44px;
  line-height: 40px;
  min-width: 200px;
}
@media only screen and (max-width: 780px) {
  .MitsumoriBtnBox .btnradius, .MitsumoriBtnBox .btnradius-bkmain, .MitsumoriBtnBox .btnradius-bkwhite, .MitsumoriBtnBox .btnradius-bkgray, .MitsumoriBtnBox .btnradius-bkblack {
    height: 33px;
    line-height: 30px;
    font-size: 15px;
    min-width: 160px;
  }
}
.MitsumoriBtnBox .btnradius-bkwhite {
  border: solid 1px #333333;
  color: #333333;
}
.MitsumoriBtnBox .btnradius-bkwhite:hover {
  background-color: #474747;
  color: #fff;
}

details.MitsumoriAcordion {
  margin: 60px 0 35px;
}
details.MitsumoriAcordion h2 {
  margin: 0;
}
details.MitsumoriAcordion summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #333333;
  cursor: pointer;
}
details.MitsumoriAcordion summary::-webkit-details-marker {
  display: none;
}
details.MitsumoriAcordion summary::before,
details.MitsumoriAcordion summary::after {
  width: 3px;
  height: 1.5em;
  border-radius: 5px;
  background-color: #333333;
  content: "";
}
details.MitsumoriAcordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
details.MitsumoriAcordion summary::after {
  position: absolute;
  right: 2em;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
details.MitsumoriAcordion[open] summary::after {
  rotate: 90deg;
}
details.MitsumoriAcordion p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
details.MitsumoriAcordion[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.MitsumoriSchedule th {
  background-color: initial;
  position: relative;
  margin-left: 25px;
}
.MitsumoriSchedule th::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%;
  background-color: #555555;
  margin-right: 15px;
}
.MitsumoriSchedule th::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #555555;
  position: absolute;
  left: 16px;
  top: 18px;
}
.MitsumoriSchedule tr:last-of-type th::after {
  display: none;
}
.MitsumoriSchedule th, .MitsumoriSchedule td {
  border: none;
}

/* 設備リストのテキストエリアのサイズを変更 */
#setsubi01-text {
  width: 50px;
}

#setsubi02-text {
  width: 50px;
}

#setsubi03-text {
  width: 50px;
}

#setsubi04-text {
  width: 50px;
}

#setsubi05-text {
  width: 50px;
}

#setsubi06-text {
  width: 50px;
}

#setsubi07-text {
  width: 50px;
}

#setsubi08-text {
  width: 50px;
}

#setsubi09-text {
  width: 50px;
}

#setsubi10-text {
  width: 50px;
}

#setsubi11-text {
  width: 50px;
}

#setsubi12-text {
  width: 50px;
}

#setsubi13-text {
  width: 50px;
}

#setsubi14-text {
  width: 50px;
}

#setsubi15-text {
  width: 50px;
}

#setsubi16-text {
  width: 50px;
}

#setsubi17-text {
  width: 50px;
}

#setsubi18-text {
  width: 50px;
}

#setsubi19-text {
  width: 50px;
}

#setsubi20-text {
  width: 50px;
}

#setsubi21-text {
  width: 50px;
}

#setsubi22-text {
  width: 50px;
}

#setsubi23-text {
  width: 50px;
}

#setsubi24-text {
  width: 50px;
}

#setsubi25-text {
  width: 50px;
}

#setsubi26-text {
  width: 50px;
}

#setsubi27-text {
  width: 50px;
}

#setsubi28-text {
  width: 50px;
}

#setsubi29-text {
  width: 50px;
}

#setsubi30-text {
  width: 50px;
}

#setsubi31-text {
  width: 50px;
}

#setsubi32-text {
  width: 50px;
}

#setsubi33-text {
  width: 50px;
}

#setsubi34-text {
  width: 50px;
}

#setsubi35-text {
  width: 50px;
}

#setsubi36-text {
  width: 50px;
}

#setsubi37-text {
  width: 50px;
}

#setsubi38-text {
  width: 50px;
}

#setsubi39-text {
  width: 50px;
}

#setsubi40-text {
  width: 50px;
}

#setsubi41-text {
  width: 50px;
}

#setsubi42-text {
  width: 50px;
}

#setsubi43-text {
  width: 50px;
}

#setsubi44-text {
  width: 50px;
}

#setsubi45-text {
  width: 50px;
}

#setsubi46-text {
  width: 50px;
}

#setsubi47-text {
  width: 50px;
}

#setsubi48-text {
  width: 50px;
}

#setsubi49-text {
  width: 50px;
}

#setsubi50-text {
  width: 50px;
}

#setsubi51-text {
  width: 50px;
}

#setsubi52-text {
  width: 50px;
}

#setsubi53-text {
  width: 50px;
}

#setsubi54-text {
  width: 50px;
}

#setsubi55-text {
  width: 50px;
}

#setsubi56-text {
  width: 50px;
}

#setsubi57-text {
  width: 50px;
}

#setsubi58-text {
  width: 50px;
}

#setsubi59-text {
  width: 50px;
}

#setsubi60-text {
  width: 50px;
}

#setsubi61-text {
  width: 50px;
}

#setsubi62-text {
  width: 50px;
}

#setsubi63-text {
  width: 50px;
}

#setsubi64-text {
  width: 50px;
}

#setsubi65-text {
  width: 50px;
}

#setsubi66-text {
  width: 50px;
}

#setsubi67-text {
  width: 50px;
}

#setsubi68-text {
  width: 50px;
}

#setsubi69-text {
  width: 50px;
}

#setsubi70-text {
  width: 50px;
}

#setsubi71-text {
  width: 50px;
}

#setsubi72-text {
  width: 50px;
}

#setsubi73-text {
  width: 50px;
}

#setsubi74-text {
  width: 50px;
}

#setsubi75-text {
  width: 50px;
}

#setsubi76-text {
  width: 50px;
}

#setsubi77-text {
  width: 50px;
}

#setsubi78-text {
  width: 50px;
}

#setsubi79-text {
  width: 50px;
}

#setsubi80-text {
  width: 50px;
}

#setsubi81-text {
  width: 50px;
}

#setsubi82-text {
  width: 50px;
}

#setsubi83-text {
  width: 50px;
}

#setsubi84-text {
  width: 50px;
}

#setsubi85-text {
  width: 50px;
}

#setsubi86-text {
  width: 50px;
}

#setsubi87-text {
  width: 50px;
}

#setsubi88-text {
  width: 50px;
}

#setsubi89-text {
  width: 50px;
}

#setsubi90-text {
  width: 50px;
}

#setsubi91-text {
  width: 50px;
}

#setsubi92-text {
  width: 50px;
}

#setsubi93-text {
  width: 50px;
}

#setsubi94-text {
  width: 50px;
}

#setsubi95-text {
  width: 50px;
}

#setsubi96-text {
  width: 50px;
}

#setsubi97-text {
  width: 50px;
}

#setsubi98-text {
  width: 50px;
}

#setsubi99-text {
  width: 50px;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 980px) {
  .pcnone {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .pcnone {
    display: block;
  }
}

.pctbnone {
  display: none;
}
@media only screen and (max-width: 780px) {
  .pctbnone {
    display: block;
  }
  .pctbnone-inline {
    display: inline-block;
  }
}

@media only screen and (max-width: 780px) {
  .spnone {
    display: none;
  }
}

.bg-gray {
  background-color: #f5f5f2;
}

.bg-00zaidan {
  background-color: #3f3d3c !important;
  color: #fff !important;
}

.bg-01bunka {
  background-color: #d44052 !important;
  color: #fff !important;
}

.bg-02gyotoku {
  background-color: #285da1 !important;
  color: #fff !important;
}

.bg-03yoshizawa {
  background-color: #50840f !important;
  color: #fff !important;
}

.bg-04kiuchi {
  background-color: #c05136 !important;
  color: #fff !important;
}

.bg-05kakumatsu {
  background-color: #557c8f !important;
  color: #fff !important;
}

.bg-06seikaen {
  background-color: #8e7338 !important;
  color: #fff !important;
}

.bg-another {
  background-color: #933887 !important;
  color: #fff !important;
}

.bg-00zaidan-light {
  background-color: #f0f0f0;
}

.bg-01bunka-light {
  background-color: #fceae8;
}

.bg-02gyotoku-light {
  background-color: #d5ddf7;
}

.bg-03yoshizawa-light {
  background-color: #ecf7eb;
}

.bg-04kiuchi-light {
  background-color: #fcf2e0;
}

.bg-05kakumatsu-light {
  background-color: #cee3ea;
}

.bg-06seikaen-light {
  background-color: #f7efc4;
}

.border-gray {
  border: 1px solid #ddd;
}

figure.border-gray {
  border: none;
}
figure.border-gray img {
  border: 1px solid #ddd;
}

.fcolor-saturday {
  color: #136ecd !important;
}

.fcolor-sunday,
.fcolor-holiday {
  color: #c81757 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: bold !important;
}

.jonly {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.jonly::before {
  content: "\a";
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-10px {
  padding-right: 10px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-20px {
  padding-right: 20px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-30px {
  padding-right: 30px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-40px {
  padding-right: 40px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-50px {
  margin-left: 50px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-50px {
  margin-right: 50px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-50px {
  padding-left: 50px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-50px {
  padding-right: 50px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-60px {
  margin-left: 60px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-60px {
  margin-right: 60px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-60px {
  padding-left: 60px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-60px {
  padding-right: 60px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-70px {
  margin-left: 70px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-70px {
  margin-right: 70px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-70px {
  padding-left: 70px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-70px {
  padding-right: 70px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-80px {
  margin-left: 80px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-80px {
  margin-right: 80px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-80px {
  padding-top: 80px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-80px {
  padding-bottom: 80px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-80px {
  padding-left: 80px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-80px {
  padding-right: 80px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-90px {
  margin-top: 90px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-90px {
  margin-left: 90px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-90px {
  margin-right: 90px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-90px {
  padding-top: 90px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-90px {
  padding-bottom: 90px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-90px {
  padding-left: 90px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-90px {
  padding-right: 90px !important;
}

/* 10pxごとのクラスを作成 */
.mt-0px {
  margin-top: 0 !important;
}

.mt-100px {
  margin-top: 100px !important;
}

.mb-0px {
  margin-bottom: 0 !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.ml-0px {
  margin-left: 0 !important;
}

.ml-100px {
  margin-left: 100px !important;
}

.mr-0px {
  margin-right: 0 !important;
}

.mr-100px {
  margin-right: 100px !important;
}

.pt-0px {
  padding-top: 0 !important;
}

.pt-100px {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-100px {
  padding-bottom: 100px !important;
}

.pl-0px {
  padding-left: 0 !important;
}

.pl-100px {
  padding-left: 100px !important;
}

.pr-0px {
  padding-right: 0 !important;
}

.pr-100px {
  padding-right: 100px !important;
}

/* 1文字ごとのクラスを作成 */
ul.indent-1 {
  margin-bottom: 20px;
}
ul.indent-1 > li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.indent-1 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-2 {
  margin-bottom: 20px;
}
ul.indent-2 > li {
  text-indent: -2em;
  padding-left: 2em;
}
ul.indent-2 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-3 {
  margin-bottom: 20px;
}
ul.indent-3 > li {
  text-indent: -3em;
  padding-left: 3em;
}
ul.indent-3 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-4 {
  margin-bottom: 20px;
}
ul.indent-4 > li {
  text-indent: -4em;
  padding-left: 4em;
}
ul.indent-4 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-5 {
  margin-bottom: 20px;
}
ul.indent-5 > li {
  text-indent: -5em;
  padding-left: 5em;
}
ul.indent-5 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-6 {
  margin-bottom: 20px;
}
ul.indent-6 > li {
  text-indent: -6em;
  padding-left: 6em;
}
ul.indent-6 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-7 {
  margin-bottom: 20px;
}
ul.indent-7 > li {
  text-indent: -7em;
  padding-left: 7em;
}
ul.indent-7 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-8 {
  margin-bottom: 20px;
}
ul.indent-8 > li {
  text-indent: -8em;
  padding-left: 8em;
}
ul.indent-8 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-9 {
  margin-bottom: 20px;
}
ul.indent-9 > li {
  text-indent: -9em;
  padding-left: 9em;
}
ul.indent-9 > li a {
  text-indent: initial;
}

/* 1文字ごとのクラスを作成 */
ul.indent-10 {
  margin-bottom: 20px;
}
ul.indent-10 > li {
  text-indent: -10em;
  padding-left: 10em;
}
ul.indent-10 > li a {
  text-indent: initial;
}

/* 逆並びにする */
@media only screen and (max-width: 980px) {
  .tb-columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 780px) {
  .sp-columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block !important; /* display: block; を追加することで安定する場合あり */
}

/* @import "./utils/each-arrangements"; */
/* @import "./utils/wordpress-arrangements"; *//*# sourceMappingURL=main.min.css.map */