@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family:
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "游ゴシック", YuGothic, sans-serif;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.8;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  color: #000000;
  letter-spacing: 1.5px;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0px;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: bottom;
  max-width: 100%;
  width/***/: auto;
  /* IE8のみ */
  height: auto;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a {
  color: #2d00b2;
  text-decoration: none;
}

/*
a:visited { color: purple; }
*/

a:hover {
  opacity: 0.7;
}

.page-up {
  text-align: right;
  background-color: #fff;
  width: 960px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.page-up a {
  color: #000066;
}

.strong {
  color: #ff0000;
  font-weight: bold;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/*
* {
	-webkit-appearance: none;
}
*/

input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select {
  /* -webkit-appearance: none; */
  border-radius: 0;
  background-color: #fff;
  color: #000;
  padding: 5px;
}
input:focus {
  background-color: beige;
  border: solid 5px red !important;
}
.btn {
  background: #22ac38;
  color: #fff;
  padding: 3px 10px;
  text-decoration: none;
  border-radius: 30px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  font-size: 1.6rem;
}

.btn:hover {
  opacity: 0.7;
}
.container-fluid {
  max-width: 1520px;
}
.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}
.ps-7,
.px-7 {
  padding-left: 5rem !important;
}
.pe-7,
.px-7 {
  padding-right: 5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}
.ms-7,
.mx-7 {
  margin-left: 5rem !important;
}

.me-7,
.mx-7 {
  margin-right: 5rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}
.ps-9,
.px-9 {
  padding-left: 7rem !important;
}

.pe-9,
.px-9 {
  padding-right: 7rem !important;
}
.ms-9,
.mx-9 {
  margin-left: 7rem !important;
}

.me-9,
.mx-9 {
  margin-right: 7rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.accordion-item button {
  font-size: 1.6rem;
}
.accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  content: "▼";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  margin-bottom: -10px;
}
.accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion-button::after {
  content: none;
}
.l-header {
  background-color: #fff;
}
.l-header__logo {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}
.c-gnav > .menu-item > a .ttl {
  font-size: 14px;
}
#main_visual {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.p-spMenu__inner {
  width: 80vw;
}
.c-widget__title.-spmenu {
  display: none;
}
.c-filterLayer__img img {
  box-shadow: inset 0 0 20px 10px #ffffff;
}
iframe {
  border: none;
  /* 1pxの太さで、実線を、薄い灰色で引く */
  border: 1px solid #eee;
}
.post_content
  h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  border-top: solid 1px var(--color_htag);
  border-bottom: solid 1px var(--color_htag);
  padding: 1em 0.75em 16.8px;
}
.post_content h2 {
  text-align: center;
  font-weight: normal;
}

h2.site-copy {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 6px;
}
.-frame-border .l-mainContent,
.-frame-border.-frame-on-sidebar #sidebar .c-widget {
  box-shadow: 0 0 0px;
}
.d-none {
  display: none;
}
h1.c-pageTitle {
  text-align: center;
  font-weight: normal;
}
.is-style-more_btn a {
  background: #fff;
  box-shadow: 0 0 0 1px #000;
  color: #000;
}
.text-center {
  text-align: center;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
.post_content h3 {
  font-weight: normal;
}
.ticket-wrap {
  overflow: no;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.ticket-img {
  width: 70%;
}
.ticket-btn-wrap {
  padding: 20px;
}
.ticket-tit {
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}
.ticket-price {
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.ticket-btn {
  display: block;
  line-height: 48px;
  height: 48px;
  color: #000000;
  width: 120px;
  background-color: #fad6dc;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
}
.p-mainVisual.-margin-on {
  padding: 8px 0px 8px 0px;
}
.top #content {
  padding-top: 2em;
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 50px;
  background-image: url("images/bullet.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-listMenu a {
  padding-left: 2em;
  line-height:40px
}
.c-spnav {
	margin-bottom: 40px;
}
.line-btn-wrap {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
}
.line-btn-wrap p {
  font-size: 12px;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.line-btn {
  width: 180px;
}
/* #MARK: - 1200*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media (min-width: 1200px) {
}
/* #MARK: - 1199*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media (max-width: 1199px) {
}
/* #MARK: - 992*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media (min-width: 992px) {
  .c-headLogo {
    margin-bottom: 35px;
  }
  .-img .c-headLogo__link {
    display: block;
    padding: 0px 0;
  }
}

/* #MARK: - 991*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media (max-width: 991px) {
  .c-headLogo__img {
    margin-top: 15px;
  }
  .c-headLogo {
    margin-bottom: 35px;
  }
  h2.site-copy {
  }
}
/* #MARK: - 768*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media screen and (min-width: 768px) {
}

/* #MARK: - 767*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media screen and (max-width: 767px) {
  .mb-7 {
    margin-bottom: 3rem;
  }

  .mb-9 {
    margin-bottom: 3.5rem;
  }

  .py-7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-9 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .l-header__logo {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}
/* #MARK: - 575*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ --*/
@media (max-width: 575px) {
}