@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8em;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  body {
    font-size: 1rem;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 650px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 650px) {
  .pc-only {
    display: none !important;
  }
}

a {
  color: inherit;
  transition: 0.7s;
}

img {
  width: 100%;
}

.mb100 {
  margin-bottom: 5.2083333333vw;
}
@media (max-width: 650px) {
  .mb100 {
    margin-bottom: 25px;
  }
}

.mb150 {
  margin-bottom: 7.8125vw;
}
@media (max-width: 650px) {
  .mb150 {
    margin-bottom: 50px;
  }
}

.mla {
  margin-left: auto;
}

.inner-container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner-white {
  background-color: #fff;
}

.contents-tit {
  font-size: clamp(24px, 3.125vw, 60px);
  text-align: center;
  line-height: 1.2;
}
.contents-tit__sub {
  font-size: clamp(14px, 1.25vw, 24px);
  text-align: center;
}

.gold-cloud {
  position: relative;
  z-index: 2;
}
.gold-cloud::after {
  content: "";
  display: block;
  width: 15vw;
  height: 4.5vw;
  background-image: url(../img/gold-cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 650px) {
  .gold-cloud::after {
    width: 100px;
    height: 30px;
  }
}

/* ボタン */
.btn-red {
  width: 250px;
}
@media (max-width: 650px) {
  .btn-red {
    width: 200px;
  }
}
.btn-red a {
  background-color: #D83929;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 20px;
  border: 1px solid #D83929;
}
@media (max-width: 650px) {
  .btn-red a {
    font-size: 18px;
  }
}
.btn-red a:hover {
  background-color: #fff;
  color: #D83929;
}

.btn-white {
  width: 250px;
}
@media (max-width: 650px) {
  .btn-white {
    width: 200px;
  }
}
.btn-white a {
  background-color: #fff;
  color: #000;
  display: block;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 650px) {
  .btn-white a {
    font-size: 18px;
  }
}
.btn-white a:hover {
  background-color: #000;
  color: #fff;
}

/* パンフレットボタン */
.btn-pamphlet {
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 998;
  width: 7.3vw;
  max-width: 140px;
  min-width: 70px;
}
@media (max-width: 650px) {
  .btn-pamphlet {
    top: 75px;
  }
}

/* ページトップボタン */
.btn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 998;
  width: 7.3vw;
  max-width: 140px;
  min-width: 70px;
  display: none; /* ← 初期は非表示にする */
}
@media (max-width: 650px) {
  .btn-pagetop {
    right: 5px;
    bottom: 100px;
  }
}

/* 下からふわっと表示アニメーション */
.scroll-up, .scroll-up2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 1s;
}

.scroll-up.is-show, .scroll-up2.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* 下層ページ共通 */
.page-tit-area {
  background-image: url(../img/page-tit-back.jpg);
  background-position: center;
  background-size: cover;
  height: 18.65vw;
  max-height: 358px;
  min-height: 160px;
}
.page-tit-area h2 {
  padding-top: 9vw;
}
@media (max-width: 800px) {
  .page-tit-area h2 {
    padding-top: 80px;
  }
}

.coming-soon {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 200px 0;
}
@media (max-width: 650px) {
  .coming-soon {
    font-size: 20px;
  }
}

/* パンくずリスト */
.aioseo-breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}

.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: 50px;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 35px;
  height: 3px;
  transform: translateX(-50%);
  background: #000;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
}

.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(210deg);
  width: 41px;
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -5px;
  transform: translateX(-50%) rotate(-210deg);
  width: 41px;
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 5px 20px;
}

.p-header__title {
  width: 100%;
  max-width: 150px;
  margin-left: 20px;
}
@media (max-width: 650px) {
  .p-header__title {
    max-width: 110px;
    margin-left: 10px;
  }
}

.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__title a img {
  height: 100%;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgb(177, 228, 254) 32%, rgb(255, 172, 128));
  opacity: 1;
  transition: 0.6s;
}

.p-nav {
  position: relative;
  font-size: 1rem;
}
@media (max-width: 650px) {
  .p-nav {
    font-size: 1rem;
  }
}

.p-nav__list {
  display: block;
  width: 100%;
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  height: 100%;
  padding: 8px 10vw;
  text-align: right;
}
.p-nav__link:hover {
  color: #fff;
}

.p-nav__list__small {
  font-size: 0.875rem;
  font-weight: 500;
}

.p-nav__list__small .p-nav__link {
  padding: 0px 10vw;
}

.footer {
  background-image: linear-gradient(180deg, rgb(177, 228, 254) 32%, rgb(255, 172, 128));
  font-size: 1rem;
  /* ボタン */
  /* ナビ */
  /* コピーライト */
}
@media (max-width: 650px) {
  .footer {
    font-size: 0.875rem;
  }
}
.footer .inner-container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1100px) {
  .footer .inner-container {
    display: block;
  }
}
.footer__left {
  margin-bottom: 30px;
}
.footer__logoarea {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.footer__logo {
  width: 196px;
}
@media (max-width: 650px) {
  .footer__logo {
    width: 150px;
    margin-bottom: 10px;
  }
}
.footer__icon {
  width: 36px;
  vertical-align: bottom;
}
@media (max-width: 650px) {
  .footer__icon {
    width: 30px;
    margin-bottom: 10px;
  }
}
.footer__hplink a {
  border-bottom: 1px solid #000;
}
.footer__hplink a:hover {
  opacity: 0.5;
}
.footer .btn-txt {
  margin-top: 25px;
}
.footer__btn {
  width: 380px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .footer__btn {
    width: 100%;
  }
}
.footer__btn a {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 22px;
  border: 1px solid #000;
}
@media (max-width: 650px) {
  .footer__btn a {
    font-size: 18px;
  }
}
.footer__btn a:hover {
  background-color: #fff;
  color: #000;
}
.footer__nav {
  display: flex;
  gap: 50px;
}
@media (max-width: 650px) {
  .footer__nav {
    margin-top: 20px;
    display: block;
  }
}
.footer__nav a:hover {
  opacity: 0.5;
}
.footer__nav__list__left li {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .footer__nav__list__left li {
    margin-bottom: 5px;
  }
}
.footer__nav__list__center ul li {
  font-size: 0.875rem;
  margin-left: 15px;
  font-weight: 500;
}
.footer__nav__list__right li {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .footer__nav__list__right li {
    margin-bottom: 5px;
  }
}
.footer .copyright {
  color: #fff;
  background-color: #000;
  text-align: center;
}

.loading {
  display: none; /* 最初は非表示にしておく */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(158deg, #b1e4fe 48%, #ffac80 84%, #fffadb);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1s ease;
}

.loading.show { /* JS で初回時だけ付与して表示 */
  display: flex;
}

#loading.hide {
  opacity: 0;
  pointer-events: none;
}

.loading-momiji {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  animation: momijianimation 2s 0.5s forwards;
}
@media (max-width: 650px) {
  .loading-momiji {
    width: 60%;
  }
}

@keyframes momijianimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.loading-hagi {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  animation: hagianimation 2s 1s forwards;
}
@media (max-width: 650px) {
  .loading-hagi {
    width: 40%;
  }
}

@keyframes hagianimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.loading-sazanka {
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 5%;
  opacity: 0;
  animation: sazankaanimation 2s 1.5s forwards;
}
@media (max-width: 650px) {
  .loading-sazanka {
    width: 30%;
  }
}

@keyframes sazankaanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.loading-sazanka2 {
  width: 12%;
  position: absolute;
  top: 5%;
  left: 5%;
  opacity: 0;
  animation: sazankaanimation 2s 2s forwards;
}
@media (max-width: 650px) {
  .loading-sazanka2 {
    width: 30%;
  }
}

@keyframes sazankaanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.loading-nanbo {
  width: 200px;
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 650px) {
  .loading-nanbo {
    width: 120px;
  }
}

.progress-container {
  width: 300px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #e36b25, #ce0606);
  transition: width 0.3s ease;
}

.content {
  display: none;
}

.show {
  display: block;
}

/* fv */
.fv {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.fv__back {
  vertical-align: middle;
}
.fv__nanbo {
  width: 21.5104166667vw;
  position: absolute;
  top: 70%;
  left: 18%;
  transform: translateX(-50%) translateY(-50%);
  animation: katakata 5s infinite ease-in-out alternate;
}
@media (max-width: 650px) {
  .fv__nanbo {
    width: 48%;
    top: 77%;
    left: 27%;
  }
}

@keyframes katakata {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  21% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  22% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  23% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  24% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(-2deg);
  }
  26% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  27% {
    transform: translate(-50%, -50%) rotate(3deg);
  }
  28% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
/*ひらひら*/
.hirahira {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hirahira li {
  width: 3.6vw;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@media (max-width: 650px) {
  .hirahira li {
    width: 30px;
  }
}

.hirahira li img {
  width: 100%;
}

@keyframes fall {
  to {
    top: 100%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.hirahira li:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.hirahira li:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}

.hirahira li:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}

.hirahira li:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}

.hirahira li:nth-child(5) {
  left: 40vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.hirahira li:nth-child(6) {
  left: 55vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}

.hirahira li:nth-child(7) {
  left: 65vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}

.hirahira li:nth-child(8) {
  left: 70vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

.hirahira li:nth-child(9) {
  left: 75vw;
  animation: fall 7s linear infinite, rotate1 4s ease-in-out infinite alternate;
}

.hirahira li:nth-child(10) {
  left: 80vw;
  animation: fall 10s linear infinite, rotate2 2s ease-in-out infinite alternate;
}

/* FV以下の背景 */
.top__contents {
  background-image: url(../img/top-flower-left.png), url(../img/top-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  padding: 7.8125vw 0;
}

.top__inner-white {
  padding: 7.8125vw 3.6458333333vw;
}
@media (max-width: 650px) {
  .top__inner-white {
    padding: 50px 20px;
  }
}

/* top-time */
.top-time__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.65vw;
  border: 1px solid #000;
  width: 50%;
  margin-inline: auto;
  margin-bottom: 7.8125vw;
  padding: 20px 40px;
}
@media (max-width: 650px) {
  .top-time__box {
    flex-wrap: wrap;
    padding: 20px 10px;
    width: 80%;
  }
}
.top-time__box h2 {
  font-size: clamp(20px, 1.9vw, 36px);
  text-align: center;
  line-height: 1.5;
}
.top-time__box p {
  font-size: clamp(14px, 1.25vw, 24px);
  text-align: center;
  line-height: 1.5;
}

/* top-about */
.top-about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.65vw;
}
@media (max-width: 650px) {
  .top-about__box {
    flex-wrap: wrap;
  }
}
.top-about__box__pic {
  width: 45%;
}
@media (max-width: 650px) {
  .top-about__box__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-about__btn {
  margin-left: auto;
}
@media (max-width: 650px) {
  .top-about__btn {
    margin-inline: auto;
  }
}

/* top-event */
.top-event__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.65vw;
}
@media (max-width: 650px) {
  .top-event__box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.top-event__box__pic {
  width: 45%;
}
@media (max-width: 650px) {
  .top-event__box__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-event__btn {
  margin-left: auto;
}
@media (max-width: 650px) {
  .top-event__btn {
    margin-inline: auto;
  }
}

/* top-schedule */
.top-schedule__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.65vw;
}
@media (max-width: 650px) {
  .top-schedule__box {
    flex-wrap: wrap;
  }
}
.top-schedule__box__pic {
  width: 45%;
}
@media (max-width: 650px) {
  .top-schedule__box__pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-schedule__btn {
  margin-left: auto;
}
@media (max-width: 650px) {
  .top-schedule__btn {
    margin-inline: auto;
  }
}

/* top-partner */
.top-partner__inner {
  max-width: 800px;
  background-image: url(../img/top-partner-back.jpg);
  background-size: cover;
  padding: 70px 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
.top-partner__illust {
  width: 13vw;
  display: block;
  margin: 10px auto 30px;
}
@media (max-width: 650px) {
  .top-partner__illust {
    width: 120px;
  }
}
.top-partner__txt {
  text-align: center;
  margin-bottom: 30px;
}
.top-partner__btn {
  margin-inline: auto;
}

/* top-news */
.top-news__list {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 5px 20px;
}
@media (max-width: 650px) {
  .top-news__list {
    padding: 5px 10px;
  }
}
.top-news__list__date {
  margin: 0 20px 0 0;
}
@media (max-width: 650px) {
  .top-news__list__date {
    margin: 0 10px 0 0;
    line-height: 1.6em;
  }
}
.top-news__list__category {
  background-color: #AA9A7E;
  color: #fff;
  width: 130px;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 650px) {
  .top-news__list__category {
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.6em;
  }
}
.top-news__list__tit {
  margin: 0 20px;
}
@media (max-width: 650px) {
  .top-news__list__tit {
    margin: 0;
  }
}
.top-news__btn {
  margin-inline: auto;
}

/* top-access */
.top-access__box {
  width: 100%;
  max-width: 866px;
  margin-inline: auto;
}
.top-access__box p {
  margin-bottom: 10px;
}
.top-access__box iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 650px) {
  .top-access__box iframe {
    height: 300px;
  }
}
.top-access__btn {
  margin-inline: auto;
}

#about {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  padding-bottom: 1px;
}
#about .concept {
  padding: 140px 0 0;
  position: relative;
}
@media (max-width: 650px) {
  #about .concept {
    padding: 70px 0 0;
    background-size: 100px, 120px, cover;
  }
}
#about .concept__box {
  padding: 80px 100px 170px;
}
@media (max-width: 650px) {
  #about .concept__box {
    padding: 40px 20px 80px;
  }
}
#about .concept__box h3 {
  font-size: clamp(20px, 1.9vw, 37px);
  text-align: center;
  line-height: 1.5;
}
#about .concept__box hr {
  margin-bottom: 100px;
}
@media (max-width: 650px) {
  #about .concept__box hr {
    margin-bottom: 20px;
  }
}
#about .concept__box p {
  line-height: 2.5em;
}
@media (max-width: 650px) {
  #about .concept__box p {
    line-height: 1.5em;
  }
}
#about .greeting .inner-container {
  background-color: #fff;
  padding: 7.8125vw 3.6458333333vw;
}
@media (max-width: 650px) {
  #about .greeting .inner-container {
    padding: 50px 20px;
  }
}
#about .greeting__box {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  align-items: flex-start;
}
@media (max-width: 650px) {
  #about .greeting__box {
    display: block;
  }
}
#about .greeting__box:nth-last-of-type(n + 2) {
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  #about .greeting__box:nth-last-of-type(n + 2) {
    margin-bottom: 60px;
  }
}
@media (max-width: 650px) {
  #about .greeting__box:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
}
#about .greeting__box__textarea__name {
  text-align: right;
  margin-top: 20px;
}
#about .greeting__box__pic {
  width: 40%;
  height: auto;
}
@media (max-width: 650px) {
  #about .greeting__box__pic {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
#about .introduction {
  padding: 7.8125vw 0;
}
@media (max-width: 650px) {
  #about .introduction {
    padding: 70px 0;
  }
}
#about .introduction__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  #about .introduction__box {
    margin-bottom: 40px;
  }
}
#about .introduction__box::after {
  content: "";
  display: block;
  width: 256px;
}
#about .introduction__box img {
  width: 256px;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  #about .introduction__box img {
    width: 50%;
    margin-bottom: 5px;
  }
}
#about .introduction__box2 {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media (max-width: 650px) {
  #about .introduction__box2 {
    display: block;
  }
}
#about .introduction__box2__pic {
  width: 50%;
}
@media (max-width: 650px) {
  #about .introduction__box2__pic {
    width: 100%;
  }
}
#about .introduction__box2 h4 {
  font-size: clamp(18px, 1.56vw, 30px);
  margin-bottom: 30px;
}

#schedule .timeschedule {
  padding: 7.29vw 10vw;
  background-image: url(../img/back-gray.png);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
}
@media (max-width: 650px) {
  #schedule .timeschedule {
    padding: 7.29vw 3vw;
  }
}
#schedule .timeschedule .tabs {
  display: flex;
  flex-wrap: wrap;
}
#schedule .timeschedule .tab_label {
  color: #1d136e;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  border: solid 2px #1d136e;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 5px 0;
  margin: 0 5px 6vw;
  text-align: center;
}
@media (max-width: 650px) {
  #schedule .timeschedule .tab_label {
    font-size: 16px;
    padding: 0;
  }
}
#schedule .timeschedule .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}
#schedule .timeschedule input[name=tab_switch] {
  display: none;
}
#schedule .timeschedule .tabs input:checked + .tab_label {
  color: #fff;
  background-color: #1d136e;
}
#schedule .timeschedule .tabs input:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #1d136e transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}
#schedule .timeschedule #tab01:checked ~ #tab01_content,
#schedule .timeschedule #tab02:checked ~ #tab02_content,
#schedule .timeschedule #tab03:checked ~ #tab03_content {
  display: block;
}
#schedule .timeschedule .tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}

#event {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  /* 共通部分 */
  /*   .event-map-icon {
    width: 75px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .event-map {
    display: none;
    width: 500px;
    position: absolute;
    top: -130px;
    right: 0px;
  }
  .event-map-icon:hover + .event-map {
    display: block;
  } */
  /* 各セクション */
  /*   .performance {
    dl {
      display: flex;
      gap: 10px;
      margin: 10px 0;
    }
  } */
}
#event .red-txt {
  color: #ff6464;
  font-weight: 600;
}
#event .event-categoly-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #aa9a7e 50%);
  z-index: 5;
}
@media (max-width: 1000px) {
  #event .event-categoly-nav {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #aa9a7e 30%);
  }
}
@media (max-width: 650px) {
  #event .event-categoly-nav {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #aa9a7e 0%);
  }
}
#event .event-categoly-nav ul {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  #event .event-categoly-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {
  #event .event-categoly-nav ul {
    margin: 5px 0;
    gap: 2px;
  }
}
#event .event-categoly-nav li {
  width: 9.5vw;
  max-width: 182px;
  background-color: #000;
  color: #fff;
  font-size: min(1vw, 18px);
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  #event .event-categoly-nav li {
    width: 130px;
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  #event .event-categoly-nav li {
    width: 110px;
    font-size: 14px;
  }
}
#event .event-categoly-nav li a {
  display: block;
}
#event .event-categoly-nav li:hover {
  opacity: 0.7;
}
#event .evevt-categoly-tit {
  width: 42.1vw;
  max-width: 809px;
  margin: 0 auto 80px;
}
@media (max-width: 650px) {
  #event .evevt-categoly-tit {
    width: 300px;
    margin: 0 auto 40px;
  }
}
#event .red-tit {
  color: #fff;
  background-color: #d83929;
  font-size: 1.25rem;
  padding: 5px 20px;
  margin: 80px 0 40px;
}
@media (max-width: 650px) {
  #event .red-tit {
    font-size: 1rem;
    margin: 40px 0 20px;
    padding: 3px 20px;
  }
}
#event .event-map-area {
  display: inline-block;
  position: relative;
}
@media (max-width: 650px) {
  #event .event-map-area {
    display: block;
  }
}
#event .event__box-2c {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 650px) {
  #event .event__box-2c {
    display: block;
  }
}
#event .event__box-2c__pic {
  width: 40%;
}
@media (max-width: 650px) {
  #event .event__box-2c__pic {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
  }
}
#event .event__box-2c__detail {
  margin-top: 40px;
}
@media (max-width: 650px) {
  #event .event__box-2c__detail {
    margin-top: 20px;
  }
}
#event .event__box-2c__detail dl {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  #event .event__box-2c__detail dl {
    display: block;
  }
}
#event .event__box-2c__detail dt {
  color: #fff;
  background-color: #aa9a7e;
  border-radius: 5px;
  width: 150px;
  height: 33px;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 650px) {
  #event .event__box-2c__detail dt {
    font-size: 16px;
    height: 30px;
  }
}
#event .event__box-2c .event-map-area {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 25px;
}
@media (max-width: 650px) {
  #event .event__box-2c .event-map-area {
    display: block;
    width: 75px;
    height: 40px;
  }
}
#event .event__box-3c {
  width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  #event .event__box-3c {
    width: 47%;
  }
}
@media (max-width: 650px) {
  #event .event__box-3c {
    width: 100%;
  }
}
#event .event__box-3c__wrap {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}
#event .event__box-3c__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#event .event__box-3c__heading p {
  color: #fff;
  background-color: #d83929;
  border-radius: 5px;
  padding: 0 10px;
}
#event .event__box-3c__pic {
  aspect-ratio: 10/7;
}
#event .event__box-3c h4 {
  font-size: 1.375rem;
  margin-bottom: 3px;
}
#event .event__box-3c__box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-start;
  gap: 10px;
}
#event .event__box-3c__box h5 {
  position: relative;
  margin-left: 10px;
}
#event .event__box-3c__box h5::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 25px;
  background-color: #aa9a7e;
  position: absolute;
  top: 5px;
  left: -10px;
}
#event .event__box-3c__box__pic {
  width: 35%;
}
#event .event__box-3c__box .annotation {
  font-size: 14px;
}
#event .event__box-3c dl dt {
  background-color: #fff;
  border: 1px solid #1d136e;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 650px) {
  #event .event__box-3c dl dt {
    width: 100px;
    font-size: 16px;
  }
}
#event .musinconcert,
#event .moderncourse,
#event .performance,
#event .stamprally,
#event .photospot,
#event .bingotournament,
#event .refreshmentbooths,
#event .exhibition,
#event .themepark {
  padding: 140px 0 0;
}
@media (max-width: 650px) {
  #event .musinconcert,
  #event .moderncourse,
  #event .performance,
  #event .stamprally,
  #event .photospot,
  #event .bingotournament,
  #event .refreshmentbooths,
  #event .exhibition,
  #event .themepark {
    padding: 70px 0 0;
  }
}
#event .musinconcert .inner-container,
#event .moderncourse .inner-container,
#event .performance .inner-container,
#event .stamprally .inner-container,
#event .photospot .inner-container,
#event .bingotournament .inner-container,
#event .refreshmentbooths .inner-container,
#event .exhibition .inner-container,
#event .themepark .inner-container {
  max-width: 1340px;
}
#event .musinconcert .inner-white,
#event .moderncourse .inner-white,
#event .performance .inner-white,
#event .stamprally .inner-white,
#event .photospot .inner-white,
#event .bingotournament .inner-white,
#event .refreshmentbooths .inner-white,
#event .exhibition .inner-white,
#event .themepark .inner-white {
  background-color: #fff;
  padding: 80px 70px;
}
@media (max-width: 650px) {
  #event .musinconcert .inner-white,
  #event .moderncourse .inner-white,
  #event .performance .inner-white,
  #event .stamprally .inner-white,
  #event .photospot .inner-white,
  #event .bingotournament .inner-white,
  #event .refreshmentbooths .inner-white,
  #event .exhibition .inner-white,
  #event .themepark .inner-white {
    padding: 45px 20px;
  }
}
#event .photospot {
  padding: 140px 0;
}
@media (max-width: 650px) {
  #event .photospot {
    padding: 70px 0;
  }
}
#event .moderncourse__btn,
#event .talkshow__btn {
  width: 250px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 50px;
  margin-left: auto;
  transition: 0.3s;
}
@media (max-width: 650px) {
  #event .moderncourse__btn,
  #event .talkshow__btn {
    margin: 25px auto;
  }
}
#event .moderncourse__btn a,
#event .talkshow__btn a {
  display: block;
}
#event .moderncourse__btn:hover,
#event .talkshow__btn:hover {
  transform: translateY(4px);
}
#event .refreshmentbooths .mg1 {
  width: 90%;
  max-width: 557px;
  margin: 0 auto;
  display: block;
  aspect-ratio: 7/10;
}
#event .refreshmentbooths .mg1-txt {
  text-align: center;
  margin: 20px 0 80px;
}
#event .refreshmentbooths .mg1mark {
  position: relative;
  padding-left: 35px;
}
#event .refreshmentbooths .mg1mark::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 73px;
  background-image: url(../img/event/mg1mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -25px;
  left: -20px;
}
#event .performance dl,
#event .exhibition dl {
  margin: 10px 0;
}
#event .exhibition-time {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  #event .exhibition-time {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
#event .stamprally .event__box-2c__detail,
#event .themepark .event__box-2c__detail,
#event .photospot .event__box-2c__detail {
  width: 45%;
  margin-top: 0;
}
@media (max-width: 650px) {
  #event .stamprally .event__box-2c__detail,
  #event .themepark .event__box-2c__detail,
  #event .photospot .event__box-2c__detail {
    width: 100%;
  }
}
#event .stamprally .event__box-2c__txt,
#event .themepark .event__box-2c__txt,
#event .photospot .event__box-2c__txt {
  width: 45%;
}
@media (max-width: 650px) {
  #event .stamprally .event__box-2c__txt,
  #event .themepark .event__box-2c__txt,
  #event .photospot .event__box-2c__txt {
    width: 100%;
  }
}
#event .themepark-pic {
  width: 90%;
  max-width: 557px;
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}
@media (max-width: 650px) {
  #event .themepark-pic {
    margin-bottom: 40px;
  }
}

/* map */
.map-icon {
  display: none;
}

.label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.map-icon + .label::before {
  content: "";
  background-image: url(../img/event/event-map-icon.png);
  position: absolute;
  display: inline-block;
  width: 75px;
  height: 38px;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#talkshow01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-auditorium.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #talkshow01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #talkshow01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: auto;
    left: 0;
  }
}

#talkshow02:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-auditorium.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #talkshow02:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #talkshow02:checked + .label::before {
    width: 320px;
    height: 320px;
    right: auto;
    left: 0;
  }
}

#comedylive01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-auditorium.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #comedylive01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #comedylive01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: auto;
    left: 0;
  }
}

#moderncourse01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building1.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #moderncourse01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #moderncourse01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: auto;
    left: 0;
  }
}

#tent01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent1.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent02:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent2.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent02:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent02:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent03:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent03:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent03:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent04:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent4.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent04:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent04:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent05:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent5.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent05:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent05:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent06:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent6.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent06:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent06:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent07:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent7.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent07:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent07:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent08:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent8.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent08:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent08:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent09:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent9.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent09:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent09:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent10:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent10.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent10:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent10:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent11:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent11.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent11:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent11:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent12:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent12.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent12:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent12:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent13:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent13.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent13:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent13:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent14:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent14.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent14:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent14:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent15:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent15.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent15:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent15:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent16:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent16.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent16:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent16:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent17:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent17.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent17:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent17:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent18:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent18.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent18:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent18:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent19:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent19.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent19:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent19:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent20:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent20.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent20:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent20:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent21:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent21.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent21:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent21:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent22:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent22.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent22:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent22:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent23:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent23.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent23:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent23:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent24:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent24.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent24:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent24:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent25:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent25.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent25:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent25:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent26:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent26.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent26:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent26:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent27:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent27.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent27:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent27:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent28:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent28.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent28:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent28:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent29:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent29.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent29:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent29:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent30:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent30.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent30:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent30:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent31:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent31.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent31:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent31:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent32:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent32.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent32:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent32:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent33:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent33.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent33:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent33:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent34:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent34.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent34:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent34:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent35:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent35.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent35:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent35:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent36:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent36.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent36:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent36:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent37:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent37.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent37:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent37:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent38:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent38.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent38:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent38:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent39:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent39.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent39:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent39:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent40:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent40.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent40:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent40:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent41:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent41.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent41:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent41:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent42:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent42.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent42:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent42:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent43:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent43.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent43:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent43:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent44:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent44.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent44:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent44:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent45:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent45.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent45:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent45:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#tent46:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-tent46.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #tent46:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #tent46:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance02:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance02:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance02:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance03:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsu-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance03:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance03:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance04:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance04:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance04:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance05:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance05:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance05:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance06:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance06:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance06:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance07:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-kouyukaikan.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance07:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance07:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance08:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-kouyukaikan.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance08:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance08:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance09:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building8-matsu.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance09:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance09:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance10:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance10:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance10:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance11:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-matsustage.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance11:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance11:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance12:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building8-matsu.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance12:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance12:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance13:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance13:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance13:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance14:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-kouyukaikan.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance14:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance14:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance15:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance15:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance15:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#performance16:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building5.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #performance16:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #performance16:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building2.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition02:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building2.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition02:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition02:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition03:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building2.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition03:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition03:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition04:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building2.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition04:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition04:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition05:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition05:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition05:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition06:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition06:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition06:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition07:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition07:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition07:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition08:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition08:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition08:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition09:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition09:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition09:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition10:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition10:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition10:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition11:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-building3.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition11:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition11:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition12:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition12:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition12:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition13:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition13:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition13:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition14:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition14:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition14:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition15:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition15:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition15:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition16:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition16:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition16:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition17:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition17:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition17:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition18:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition18:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition18:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition19:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition19:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition19:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition20:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition20:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition20:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition21:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition21:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition21:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition22:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition22:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition22:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#exhibition23:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-istage-agora.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #exhibition23:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #exhibition23:checked + .label::before {
    width: 320px;
    height: 320px;
    right: 0;
  }
}

#themepark01:checked + .label::before {
  content: "";
  background-image: url(../img/event/map-ikoinohiroba.jpg);
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 500px;
  top: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  z-index: 2;
}
@media (max-width: 1000px) {
  #themepark01:checked + .label::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 650px) {
  #themepark01:checked + .label::before {
    width: 320px;
    height: 320px;
    right: auto;
    left: 0;
  }
}

#access {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
}
#access .map {
  padding: 120px 0;
}
@media (max-width: 650px) {
  #access .map {
    padding: 60px 0;
  }
}
#access .map h3 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  #access .map h3 {
    font-size: 1.5rem;
  }
}
#access .map iframe {
  width: 100%;
  height: 500px;
  margin: 50px 0;
}
@media (max-width: 650px) {
  #access .map iframe {
    height: 200px;
    margin: 25px 0;
  }
}
#access .route {
  padding: 30px 0 100px;
}
@media (max-width: 650px) {
  #access .route {
    padding: 15px 0 50px;
  }
}
#access .route h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#access .route__box {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 70px;
}
@media (max-width: 650px) {
  #access .route__box {
    margin-bottom: 40px;
  }
}
#access .route__box img {
  width: 194px;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  #access .route__box img {
    width: 48%;
    max-width: 150px;
  }
}

/* Lightbox モーダルのサイズを調整 */
@media (max-width: 650px) {
  .lightbox {
    width: 150% !important; /* 画面幅の150% */
    height: 100% !important; /* 画面高さの150% */
  }
}

/* モーダル内の画像のサイズを指定 */
@media (max-width: 650px) {
  .lightbox img {
    max-width: 600px !important; /* 画像サイズの最大幅の制限を解除 */
    width: auto !important; /* 画像の幅を自動に設定 */
    height: auto !important; /* 画像の高さを自動に設定 */
  }
}

#partner {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
}
#partner .partner {
  padding: 140px 0;
}
@media (max-width: 650px) {
  #partner .partner {
    padding: 70px 0;
  }
}
#partner .partner__list {
  display: flex;
  gap: 2.5%;
  flex-wrap: wrap;
  margin: 60px 0 50px;
}
@media (max-width: 650px) {
  #partner .partner__list {
    gap: 5%;
    margin-bottom: 25px;
  }
}
#partner .partner__list li {
  width: 22.5%;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  #partner .partner__list li {
    width: 30%;
  }
}
#partner .partner__txt-list {
  display: flex;
  gap: 60px;
}
@media (max-width: 1150px) {
  #partner .partner__txt-list {
    display: block;
  }
}
#partner .partner__txt-list li {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2em;
}
@media (max-width: 650px) {
  #partner .partner__txt-list li {
    font-size: 1rem;
  }
}

/* 投稿ページ */
#news {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  padding: 7.8125vw 0;
  margin-top: 70px;
  /* コラム内のテキストスタイルを指定 */
}
@media (max-width: 650px) {
  #news {
    padding: 70px 0;
  }
}
@media (max-width: 650px) {
  #news .news__inner {
    width: 80%;
  }
}
#news .news__title {
  font-size: 30px;
  margin: 60px 0;
}
@media (max-width: 650px) {
  #news .news__title {
    font-size: 24px;
    margin: 30px 0;
  }
}
#news .news__date span {
  background-color: #d83929;
  color: #fff;
  padding: 0 60px;
  border-radius: 5px;
  margin-right: 20px;
}
@media (max-width: 650px) {
  #news .news__date span {
    padding: 0 30px;
  }
}
#news img {
  width: auto;
}
#news h1 {
  font-weight: 500;
  font-size: 1.875rem;
}
@media (max-width: 650px) {
  #news h1 {
    font-size: 1.375rem;
  }
}
#news h2 {
  font-weight: 500;
  font-size: 1.75rem;
}
@media (max-width: 650px) {
  #news h2 {
    font-size: 1.25rem;
  }
}
#news h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 650px) {
  #news h3 {
    font-size: 1.125rem;
  }
}
#news h4 {
  font-weight: 500;
  font-size: 1.25rem;
  display: inline;
}
@media (max-width: 650px) {
  #news h4 {
    font-size: 1rem;
  }
}

/* アーカイブページ */
#archive .news-archive {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  padding: 7.8125vw 0;
}
@media (max-width: 650px) {
  #archive .news-archive {
    padding: 70px 0;
  }
}
#archive .news-archive .loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
#archive .news-archive .loop::after {
  content: "";
  display: block;
  width: 30%;
}
@media (max-width: 650px) {
  #archive .news-archive .loop::after {
    width: 47%;
  }
}
#archive .news-archive .loop__link {
  width: 30%;
}
@media (max-width: 650px) {
  #archive .news-archive .loop__link {
    width: 47%;
  }
}
#archive .news-archive .loop__item {
  margin-bottom: 30px;
}
#archive .news-archive .loop__item__pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive .news-archive .loop__item p {
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  #archive .news-archive .loop__item p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 0px;
  }
}
#archive .news-archive .loop__item p span {
  background-color: #d83929;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  margin-right: 10px;
}
#archive .news-archive .loop__item h3 {
  line-height: 1.2em;
  font-weight: 500;
}

#contact {
  background-image: url(../img/page-flower-left.png), url(../img/page-flower-right.png), url(../img/back-washi.jpg);
  background-position: top left, top right, top left;
  background-size: 12.4vw, 12.4vw, 841px 511px;
  background-repeat: repeat-y, repeat-y, repeat;
  padding-bottom: 1px;
}
#contact .contact__inner {
  width: 90%;
  max-width: 920px;
  margin: 140px auto;
}
@media (max-width: 650px) {
  #contact .contact__inner {
    margin: 70px auto;
  }
}
#contact .contact__form p {
  text-align: center;
}
#contact .contact__form dl {
  display: flex;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 650px) {
  #contact .contact__form dl {
    display: block;
  }
}
#contact .contact__form dt {
  width: 220px;
  text-align: right;
  margin-right: 20px;
}
#contact .contact__form dt p {
  text-align: right;
}
@media (max-width: 650px) {
  #contact .contact__form dt p {
    text-align: left;
  }
}
#contact .contact__form dd {
  width: 100%;
}
#contact .contact__form dd input {
  width: 100%;
  padding: 10px;
  border: 1px solid #2c2c2c;
  box-sizing: border-box;
}
#contact .contact__form dd textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #2c2c2c;
}
#contact .contact__form__btn {
  text-align: center;
  margin: 80px auto 0;
  width: 275px;
}
@media (max-width: 650px) {
  #contact .contact__form__btn {
    margin: 50px auto;
  }
}
#contact .contact__form__btn input {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 275px;
  height: 50px;
  background-color: #d83929;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  border: 1px solid #d83929;
  transition: 0.7s;
}
#contact .contact__form__btn input:hover {
  background-color: #fff;
  color: #d83929;
}
#contact .contact__form__btn p {
  height: 60px;
}

/* 完了ページ */
#contact-thanks {
  background-image: url(../img/back-washi.jpg);
  background-position: top left;
  background-size: 841px 511px;
  background-repeat: repeat;
  padding: 150px 0;
  text-align: center;
}
#contact-thanks img {
  width: 185px;
}
@media (max-width: 650px) {
  #contact-thanks img {
    width: 130px;
  }
}
#contact-thanks h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 30px 0 50px;
  line-height: 1.2em;
}
@media (max-width: 650px) {
  #contact-thanks h2 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  #contact-thanks p {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */