@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__inner.white {
  background-color: #fff;
}

.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 {
  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 {
    gap: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .Btnbox {
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .Btnbox {
    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;
  }
}

/* @import "./components/parts/templatelabels"; */
/* @import "./components/parts/templatebutton"; */
/* @import "./components/parts/templateblocks"; */
/* @import "./components/common/header"; */
/* @import "./components/common/footer"; */
/* @import "./components/common/menu"; */
/* @import "./components/common/pagetop"; */
/* @import "./components/common/floatside"; */
/* @import "./components/accessible"; */
/* @import "./components/bxslider"; */
/* @import "./components/flexslider"; */
/* @import "./components/turnbox"; */
/* @import "./components/movie"; */
.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%;
}

.Yosepage h1,
.Mingeipage h1 {
  font-size: 4rem;
  line-height: 3.8rem;
  border-bottom: solid 1px #333333;
  padding: 12px 8px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .Yosepage h1,
  .Mingeipage h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
.Yosepage h1 span,
.Mingeipage h1 span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 980px) {
  .Yosepage h1 span,
  .Mingeipage h1 span {
    font-size: 1.2rem;
  }
}
.Yosepage .readtxt,
.Mingeipage .readtxt {
  margin: 60px auto;
}
@media only screen and (max-width: 980px) {
  .Yosepage .readtxt,
  .Mingeipage .readtxt {
    margin: 40px auto;
  }
}
.Yosepage table th,
.Mingeipage table th {
  width: 25%;
  min-width: 200px;
  padding: 2.5rem 2rem;
}
@media only screen and (max-width: 980px) {
  .Yosepage table th,
  .Mingeipage table th {
    width: 30%;
  }
}
@media only screen and (max-width: 780px) {
  .Yosepage table th,
  .Mingeipage table th {
    width: 100%;
    min-width: initial;
  }
}
.Yosepage table td,
.Mingeipage table td {
  padding: 2.5rem 2rem;
}
.Yosepage h2,
.Mingeipage h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 10px 0 10px 25px;
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  border-left: 4px solid #333333;
}
.Yosepage h2.koen,
.Mingeipage h2.koen {
  margin-top: 60px;
  margin-bottom: 20px;
  color: rgb(51, 51, 51);
  padding: 10px 0 10px 25px;
  font-family: "Kaisei Opti", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  border-left: 4px solid #673b93;
}
.Yosepage h2.koen:before,
.Mingeipage h2.koen:before {
  display: none;
}
.Yosepage .Program,
.Mingeipage .Program {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media only screen and (max-width: 980px) {
  .Yosepage .Program,
  .Mingeipage .Program {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.Yosepage .Program__text,
.Mingeipage .Program__text {
  width: 80%;
}
.Yosepage .Program__text span.name,
.Mingeipage .Program__text span.name {
  display: inline-block;
  min-width: 90px;
}
.Yosepage .Program__text span.etc,
.Mingeipage .Program__text span.etc {
  display: inline-block;
  min-width: 120px;
}
@media only screen and (max-width: 980px) {
  .Yosepage .Program__text,
  .Mingeipage .Program__text {
    width: 100%;
  }
}
.Yosepage .Program__photo,
.Mingeipage .Program__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  gap: 8px;
  text-align: right;
  font-size: 11px;
  line-height: 12px;
}
@media only screen and (max-width: 980px) {
  .Yosepage .Program__photo,
  .Mingeipage .Program__photo {
    width: 60%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .Yosepage .Program__photo,
  .Mingeipage .Program__photo {
    width: 80%;
    margin-top: 10px;
  }
}
.Yosepage .Program__photo li,
.Mingeipage .Program__photo li {
  width: 50%;
}
.Yosepage .Program__photo img,
.Mingeipage .Program__photo img {
  margin-bottom: 3px;
}
.Yosepage .ggmap,
.Mingeipage .ggmap {
  padding-top: 30%;
}
@media only screen and (max-width: 980px) {
  .Yosepage .ggmap,
  .Mingeipage .ggmap {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 780px) {
  .Yosepage .ggmap,
  .Mingeipage .ggmap {
    padding-top: 60%;
  }
}
.Yosepage hr,
.Mingeipage hr {
  margin: 60px 0;
}
.Yosepage ul.notice,
.Mingeipage ul.notice {
  margin-left: 27px;
}
.Yosepage ul.notice li,
.Mingeipage ul.notice li {
  list-style: disc;
}
.Yosepage a.formbtn,
.Mingeipage a.formbtn {
  margin: 4px 0;
}
.Yosepage a.formbtn span,
.Mingeipage a.formbtn span {
  display: inline-block;
  padding: 3px 15px;
  margin: 3px 0px;
  border: solid 1px #5c5c5c;
  border-radius: 5px;
  background: #fff;
}
.Yosepage .emphasis,
.Mingeipage .emphasis {
  font-size: 19px;
  font-weight: 500;
}

/* GTranslate ドロップダウン全体 */
.gtranslate_wrapper {
  display: inline-block;
  font-family: inherit;
}

.gtranslate_wrapper .gt_selector {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 9999px;
  padding: 6px 12px;
  width: 120px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gtranslate_wrapper .gt_selector:hover {
  border-color: #bbb;
  background: #fafafa;
}

.gtranslate_wrapper .gt_selector .gt_selected {
  margin-right: 8px;
}

.gtranslate_wrapper .gt_selector:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='black' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 10px 6px;
}

.gtranslate_wrapper .gt_selector option:first-child {
  display: none;
}

.gtranslate_wrapper .gt_options {
  margin-top: 4px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.gtranslate_wrapper .gt_options div {
  padding: 6px 6px;
  cursor: pointer;
}

.gtranslate_wrapper .gt_options div:hover {
  background: #f5f5f5;
}

/* ヘッダーフッター用 */
:where(#globalNavi) * {
  font-family: unset;
}

#globalNavi .common-inner .col.right nav ul li.title span {
  font-family: "Kaisei Opti", serif;
}

/* @import "./pages/static"; */
.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=yose-mingei.min.css.map */