@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639.9px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .only-pc {
    display: none;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639.9px) {
  .only-pc-tablet {
    display: none;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639.9px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
}
@media screen and (max-width: 639.9px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: #000000;
  font-family: "Noto Serif Japanese", serif;
  margin: 0;
  text-align: center;
  visibility: visible;
  background-color: #bbb5a5;
  z-index: -2;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: bold;
  overflow-x: clip;
}
@media screen and (max-width: 639.9px) {
  html body {
    font-size: 14px;
  }
}
html body:before {
  content: "";
  top: 0;
  z-index: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  min-height: 115lvh;
  height: 120vh;
  transform: translate3d(0, 0, -1px);
  background-image: url(../../../../../wp-content/uploads/2026/04/back-texture-2.png);
  background-size: 300px 300px;
  background-position: top left;
  pointer-events: none;
  transform: translate3d(0, 0, -1px);
  background-repeat: repeat;
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html body:after {
  background: url(/wp-content/uploads/2026/04/back-orphan-3.png) no-repeat top;
  background-size: cover;
  content: "";
  z-index: 2;
  position: relative;
  position: fixed;
  top: 0px;
  z-index: 0;
  height: 120%;
  min-height: 115lvh;
  transform: translate3d(0, 0, -1px);
  background-position: center center;
  width: 100%;
  left: 0;
  opacity: 0.1;
}
html .h2-title {
  font-size: 1.4rem;
  text-transform: capitalize;
  letter-spacing: 5px;
  margin-bottom: 4rem;
  background: #232122;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  color: #D2CFCA;
  padding: 7px 10px 6px 15px;
}
@media screen and (max-width: 1023.9px) {
  html .h2-title {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 639.9px) {
  html .h2-title {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 639.9px) {
  html .h2-title span {
    width: 100%;
  }
}
html h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.9px) {
  html h3 {
    font-size: 1.1rem;
  }
}
html h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639.9px) {
  html .sp-only {
    display: inherit;
  }
}
html a {
  text-decoration: underline;
}
html a:hover {
  text-decoration: none;
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  background-color: #5485C4;
  display: block;
  margin: auto;
  padding: 15px 20px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
}
html .btn a i {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
html .btn a i:before {
  font-weight: bold !important;
}
html .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
html .l-container {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 639.9px) {
  html .l-container {
    margin-top: 60px;
  }
}
html .l-container .l-contents {
  margin: auto;
  z-index: 1;
}
html .l-container .l-contents section {
  padding: 7rem 0;
}
@media screen and (max-width: 639.9px) {
  html .l-container .l-contents section {
    padding: 4rem 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 950px;
  width: 90%;
  margin: auto;
}
html .l-container .l-contents section:first-of-type {
  padding-top: 0;
  padding-bottom: 13rem;
}
@media screen and (max-width: 639.9px) {
  html .l-container .l-contents section:first-of-type {
    padding-bottom: 8rem;
  }
}
html .l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 639.9px) {
  html .l-container .l-contents .footer .copy {
    font-size: 0.9rem;
  }
}

.top-section .main-img {
  width: 100%;
  max-width: 900px;
  margin-bottom: 10rem;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .main-img {
    margin-top: 0rem;
    margin-bottom: 5rem;
  }
}
.top-section .top-information .title-outer .title-1 {
  font-size: 1.8rem;
  margin-bottom: 9rem;
  line-height: 2.5;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .title-outer .title-1 {
    font-size: 1.2rem;
    margin-bottom: 5rem;
  }
}
.top-section .top-information .name-group.script {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-direction: column;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-group.script {
    gap: 20px;
  }
}
.top-section .top-information .name-outer {
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}
.top-section .top-information .name-outer .script-name {
  margin: 0 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-outer .script-name {
    margin: auto;
  }
}
.top-section .top-information .name-outer .script-name .role,
.top-section .top-information .name-outer .script-name .name {
  line-height: 1;
}
.top-section .top-information .name-outer .script-name .role {
  display: table-cell;
  font-size: 1.3rem;
  vertical-align: middle;
  padding-right: 7px;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-outer .script-name .role {
    font-size: 0.9rem;
    padding-right: 5px;
  }
}
.top-section .top-information .name-outer .script-name .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-outer .script-name .name {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-outer.is-second {
    gap: 15px;
  }
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-outer.is-second .script-name {
    margin: 0;
  }
}
.top-section .top-information .name-group.cast {
  margin-top: 9rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-group.cast {
    margin-top: 5rem;
  }
}
.top-section .top-information .name-group.cast .title {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-group.cast .title {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.top-section .top-information .name-group.cast .role {
  padding-right: 15px;
}
.top-section .top-information .name-group.cast .name {
  font-size: 1.7rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .name-group.cast .name {
    font-size: 1.2rem;
  }
}
.top-section .top-information .days {
  margin-top: 9rem;
  font-size: 1.7rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .days {
    font-size: 1.1rem;
    margin-top: 6rem;
    letter-spacing: inherit;
  }
}
.top-section .top-information .location {
  font-size: 1.7rem;
  margin-top: 1rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .location {
    font-size: 1.2rem;
    letter-spacing: inherit;
  }
}
.top-section .top-information .sponsor {
  margin-top: 3rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .sponsor {
    font-size: 1rem;
  }
}
.top-section .top-information .sponsor-name {
  font-size: 1.3rem;
  text-shadow: 0 0 10px BLACK;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .sponsor-name {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 7px;
  }
}
.top-section .top-information .access-logo {
  width: 180px;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  .top-section .top-information .access-logo {
    width: 150px;
  }
}

#about,
#story {
  padding-top: 3rem;
}
#about p,
#story p {
  margin-bottom: 1rem;
  line-height: 2;
  font-size: 1.1rem;
}
@media screen and (max-width: 639.9px) {
  #about p,
  #story p {
    font-size: 1rem;
    text-align: left;
  }
}

#cast-creatives p {
  text-align: left;
  line-height: 2;
  font-size: 1.1rem;
}
@media screen and (max-width: 639.9px) {
  #cast-creatives p {
    font-size: 1rem;
  }
}
#cast-creatives p span {
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-left: 2px;
  background: #000000;
  padding: 3px 6px;
  letter-spacing: 2px;
  color: #e3d6b9;
  white-space: nowrap;
  margin-right: 2px;
  margin-left: 1px;
}
@media screen and (max-width: 639.9px) {
  #cast-creatives p span {
    font-size: 1rem;
    padding: 2px 5px;
  }
}
#cast-creatives p.big-font {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#cast .cast-area,
#creatives .cast-area {
  display: flex;
  margin-bottom: 5rem;
  flex-direction: column;
}
@media screen and (max-width: 1023.9px) {
  #cast .cast-area,
  #creatives .cast-area {
    flex-direction: column;
    align-items: center;
  }
}
#cast .cast-area .img-wrap,
#creatives .cast-area .img-wrap {
  margin-bottom: 1rem;
  position: relative;
}
#cast .cast-area .img-wrap img,
#creatives .cast-area .img-wrap img {
  max-width: 250px;
  height: 100%;
  margin-bottom: 0;
}
#cast .cast-area .img-wrap .img-cover,
#creatives .cast-area .img-wrap .img-cover {
  position: absolute;
  inset: 0;
  background: transparent;
}
#cast .cast-area .text h3,
#creatives .cast-area .text h3 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023.9px) {
  #cast .cast-area .text h3,
  #creatives .cast-area .text h3 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.9px) {
  #cast .cast-area .text h3,
  #creatives .cast-area .text h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
#cast .cast-area .text h3 .role,
#creatives .cast-area .text h3 .role {
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 639.9px) {
  #cast .cast-area .text h3 .role,
  #creatives .cast-area .text h3 .role {
    font-size: 1.2rem;
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 639.9px) {
  #cast .cast-area .text h3 .role,
  #creatives .cast-area .text h3 .role {
    font-size: 1rem;
  }
}
#cast .cast-area .text p,
#creatives .cast-area .text p {
  text-align: left;
  font-size: 1.1rem;
  line-height: 2.2;
}
@media screen and (max-width: 639.9px) {
  #cast .cast-area .text p,
  #creatives .cast-area .text p {
    font-size: 1rem;
    line-height: 2;
  }
}
#cast .cast-area.direction,
#creatives .cast-area.direction {
  justify-content: center;
  margin-bottom: 10rem;
}
#cast .cast-area.direction h3,
#creatives .cast-area.direction h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cast .cast-area.direction h3 .role,
#creatives .cast-area.direction h3 .role {
  margin-left: 0;
  margin-right: 10px;
}
#cast .cast-area.direction p,
#creatives .cast-area.direction p {
  line-height: 2.5;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  #cast .cast-area.direction p,
  #creatives .cast-area.direction p {
    line-height: 1.8;
  }
}
#cast .cast-area.is-last,
#creatives .cast-area.is-last {
  margin-bottom: 0;
}

#creatives .cast-area .text h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 639.9px) {
  #creatives .cast-area .text h3 {
    font-size: 1rem;
  }
}
#creatives .cast-area .text p {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #creatives .cast-area .text p {
    font-size: 0.9rem;
  }
}

#tickets .tax {
  font-size: 1.3rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .tax {
    font-size: 1rem;
  }
}
#tickets .price-outer {
  margin-top: 3rem;
}
#tickets .price-outer .price {
  display: flex;
  justify-content: center;
  line-height: 40px;
  align-content: baseline;
  display: block;
}
@media screen and (max-width: 639.9px) {
  #tickets .price-outer .price {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
    align-items: center;
  }
}
#tickets .price-outer .price .kind {
  font-size: 1rem;
  margin-right: 10px;
  width: calc(50% - 10px);
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 639.9px) {
  #tickets .price-outer .price .kind {
    width: 100%;
    text-align: center;
    line-height: 1rem;
  }
}
#tickets .price-outer .price .num {
  font-size: 1.5rem;
  width: 350px;
  display: inline-block;
  text-align: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  #tickets .price-outer .price .num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639.9px) {
  #tickets .price-outer .price .num {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
}
#tickets .price-outer .price .num.douhan {
  font-size: 1.2rem;
}
#tickets .price-outer .price .attention {
  font-size: 0.9rem;
  margin-left: 10px;
}
@media screen and (max-width: 639.9px) {
  #tickets .price-outer .price .attention {
    display: block;
    line-height: 1.5;
    margin-top: -6px;
  }
}
#tickets .group {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .group {
    margin-bottom: 5rem;
  }
}
#tickets .group .small-text {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
#tickets .group .fan-attention {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .group .fan-attention {
    font-size: 0.9rem;
    text-align: left;
    text-indent: -14px;
    padding-left: 14px;
  }
}
#tickets .group .btn p {
  margin-bottom: 0;
}
#tickets .group .ticket-text {
  margin-top: 3rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .group .ticket-text {
    font-size: 0.9rem;
    text-align: left;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
}
#tickets .group.ticket h3 {
  border: 1px solid dimgray;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.1rem;
  padding: 10px 10px 10px 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .group.ticket h3 {
    font-size: 1rem;
  }
}
#tickets .ticket-attention {
  margin-top: 2rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .ticket-attention {
    text-indent: -1rem;
    padding-left: 1rem;
    text-align: left;
  }
}
#tickets .contact-group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .contact-group {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639.9px) {
  #tickets .contact-group p {
    font-size: 1rem;
  }
}
#tickets .contact-group:last-child {
  margin-bottom: 0;
}
#tickets .support,
#tickets .free {
  margin-top: 10rem;
  margin-bottom: 10rem;
  border: 1px solid darkgray;
  padding: 60px 60px;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 639.9px) {
  #tickets .support,
  #tickets .free {
    margin-bottom: 8rem;
    padding: 40px 15px;
    margin-top: 5rem;
  }
}
#tickets .support h3,
#tickets .free h3 {
  margin-bottom: 5rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 639.9px) {
  #tickets .support h3,
  #tickets .free h3 {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
#tickets .support h4,
#tickets .free h4 {
  font-size: 1rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
#tickets .support .application,
#tickets .free .application {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  #tickets .support .application,
  #tickets .free .application {
    font-size: 0.9rem;
  }
}
#tickets .support .detail-text-tosen,
#tickets .free .detail-text-tosen {
  margin-top: -1rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .support .detail-text-tosen,
  #tickets .free .detail-text-tosen {
    font-size: 0.9rem;
    text-align: left;
  }
}
#tickets .support .detail-text,
#tickets .free .detail-text {
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .support .detail-text,
  #tickets .free .detail-text {
    font-size: 0.9rem;
    text-align: left;
  }
}
#tickets .support span.yellow,
#tickets .free span.yellow {
  background-image: linear-gradient(transparent 60%, rgba(251, 235, 100, 0.5) 60%);
}
#tickets .support ul,
#tickets .free ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  list-style: disc;
  margin-top: 3rem;
  padding-left: 24px;
}
@media screen and (max-width: 639.9px) {
  #tickets .support ul,
  #tickets .free ul {
    padding-left: 18px;
    margin-top: 2rem;
    padding-left: 18px;
  }
}
#tickets .support ul li,
#tickets .free ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 639.9px) {
  #tickets .support ul li,
  #tickets .free ul li {
    line-height: 1.3rem;
  }
}
#tickets .free .detail-text {
  text-align: left;
}
#tickets .free .calc-example__outer {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
#tickets .free .calc-example {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .free .calc-example {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639.9px) {
  #tickets .free .form {
    text-align: left;
    font-size: 0.9rem;
  }
}
#tickets .free .receive {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  #tickets .free .receive {
    font-size: 0.9rem;
  }
}
#tickets .free .josei {
  line-height: 1.5;
}
@media screen and (max-width: 639.9px) {
  #tickets .free .josei {
    font-size: 0.9rem;
  }
}
#tickets .free .bunkacho-logo {
  background: white;
  width: auto;
  height: 90px;
  padding: 18px 20px;
}
@media screen and (max-width: 639.9px) {
  #tickets .free .bunkacho-logo {
    height: 60px;
    padding: 5px 20px;
  }
}
#tickets .free ul {
  margin-top: 0;
}
#tickets .free .btn {
  margin-top: 1rem;
}
#tickets .free .attention-red {
  color: #a52a2a;
}
#tickets .support {
  padding: 40px 60px 60px 60px;
}
@media screen and (max-width: 639.9px) {
  #tickets .support {
    padding: 40px 15px;
  }
}
#tickets .support .detail-text {
  margin-top: 4rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .support .detail-text {
    font-size: 0.9rem;
    text-align: left;
  }
}
#tickets .support .form-attention {
  color: red;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .support .form-attention {
    font-size: 0.9rem;
    text-align: center;
  }
}
#tickets .deactive {
  opacity: 0.3;
  pointer-events: none;
}
#tickets .form-attention {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .form-attention {
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
#tickets .seatchart-outer {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10rem;
}
@media screen and (max-width: 639.9px) {
  #tickets .seatchart-outer {
    margin-top: 7rem;
  }
}

#script p {
  text-align: left;
  line-height: 2.5;
}
@media screen and (max-width: 639.9px) {
  #script p {
    line-height: 2;
  }
}
#script p .name {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 639.9px) {
  #script p .name {
    font-size: 1rem;
  }
}
#script .comment {
  margin-bottom: 10rem;
}
#script .comment .name {
  margin-top: 3rem;
  border: 1px solid darkgray;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 25px;
  line-height: normal;
  background: rgba(255, 255, 255, 0.4);
}

#leaflet .leaflet__group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  #leaflet .leaflet__group {
    flex-direction: column;
    align-items: center;
  }
}
#leaflet .leaflet__group .leaflet__outer {
  width: calc((100% - 20px) / 2);
  max-width: 450px;
  width: 100%;
  justify-content: center;
}
#leaflet .leaflet__group .leaflet__outer:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1023.9px) {
  #leaflet .leaflet__group .leaflet__outer:first-child {
    margin-right: 0;
  }
}
#leaflet .btn.leaflet {
  margin-top: 0;
}
#leaflet .btn.leaflet a {
  width: 350px;
}
@media screen and (max-width: 639.9px) {
  #leaflet .btn.leaflet a {
    width: 300px;
  }
}
#leaflet .btn.leaflet a i {
  font-size: 1.5rem;
}

.article-outer {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.9px) {
  .article-outer {
    margin-bottom: 4rem;
  }
}
.article-outer .lp-article {
  max-width: 900px;
  margin: auto;
  margin-top: 1rem;
  border-bottom: dashed 2px #606060;
  padding-bottom: 10px;
}
.article-outer .lp-article time {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  .article-outer .lp-article time {
    font-size: 0.8rem;
  }
}
.article-outer .lp-article h3 {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.9px) {
  .article-outer .lp-article h3 {
    font-size: 1rem;
  }
}
.article-outer .lp-article .content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .article-outer .lp-article .content p {
    font-size: 0.9rem;
  }
}

#goods .goods-img-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer {
    display: block;
  }
}
#goods .goods-img-outer .img-outer {
  width: 50%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer {
    width: 100%;
    margin-bottom: 5rem;
  }
}
#goods .goods-img-outer .img-outer .goods-text {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer .goods-text {
    font-size: 1.1rem;
    line-height: 2.5;
  }
}
#goods .goods-img-outer .img-outer .goods-text span {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer .goods-text span {
    font-size: 0.9rem;
  }
}
#goods .goods-img-outer .img-outer.shoei-1 {
  width: 100%;
}
#goods .goods-img-outer .img-outer.shoei-1 .details-1 {
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer.shoei-1 .details-1 {
    font-size: 0.9rem;
  }
}
#goods .goods-img-outer .img-outer.shoei-1 .btn {
  margin-top: 1rem;
}
#goods .goods-img-outer .img-outer.shoei-1 .btn.deactive {
  opacity: 0.3;
  pointer-events: none;
}
#goods .goods-img-outer .img-outer.shoei-1 .btn.deactive:hover {
  opacity: inherit;
}
#goods .goods-img-outer .img-outer.shoei-1 .soon {
  font-size: 0.9rem;
  color: red;
}
#goods .goods-img-outer .img-outer.shoei-2 .details-2,
#goods .goods-img-outer .img-outer.shoei-2 .details-3, #goods .goods-img-outer .img-outer.shoei-3 .details-2,
#goods .goods-img-outer .img-outer.shoei-3 .details-3 {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer.shoei-2 .details-2,
  #goods .goods-img-outer .img-outer.shoei-2 .details-3, #goods .goods-img-outer .img-outer.shoei-3 .details-2,
  #goods .goods-img-outer .img-outer.shoei-3 .details-3 {
    font-size: 0.9rem;
  }
}
#goods .goods-img-outer .img-outer.shoei-2 .btn, #goods .goods-img-outer .img-outer.shoei-3 .btn {
  margin-top: 1rem;
}
#goods .goods-img-outer .img-outer.shoei-2 .btn.deactive, #goods .goods-img-outer .img-outer.shoei-3 .btn.deactive {
  opacity: 0.3;
  cursor: none;
}
#goods .goods-img-outer .img-outer.shoei-2 .soon, #goods .goods-img-outer .img-outer.shoei-3 .soon {
  font-size: 0.9rem;
}
#goods .goods-img-outer .img-outer.shoei-2 .goods-text, #goods .goods-img-outer .img-outer.shoei-3 .goods-text {
  font-size: 1.1rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer.shoei-2 .goods-text, #goods .goods-img-outer .img-outer.shoei-3 .goods-text {
    font-size: 1rem;
  }
}
#goods .goods-img-outer .img-outer img {
  max-height: 500px;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  #goods .goods-img-outer .img-outer img {
    max-height: 350px;
  }
}
@media screen and (max-width: 639.9px) {
  #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
    max-width: 350px;
    margin-bottom: 0.5rem;
  }
}
#goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.9px) {
  #goods .goods-description {
    text-align: left;
  }
}

#staff .staff-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: center;
}
#staff .staff-ul .staff-li {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.7rem;
}
#staff .staff-ul .staff-li p {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 639.9px) {
  #staff .staff-ul .staff-li p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
#staff .staff-ul .staff-li .rolename {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  font-size: 0.9rem;
}
@media screen and (max-width: 639.9px) {
  #staff .staff-ul .staff-li .rolename {
    font-size: 0.9rem;
    margin-bottom: 3px;
  }
}
#staff .staff-ul .staff-li .staffname {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #staff .staff-ul .staff-li .staffname {
    font-size: 1rem;
  }
}
#staff .staff-ul .staff-li:nth-child(3),
#staff .staff-ul .staff-li:nth-child(12) {
  margin-bottom: 5rem;
}
#staff .logo__outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
#staff .logo__outer figure {
  width: 50%;
}
#staff .logo__outer figure img {
  width: auto;
  height: 50px;
  margin: 3rem 0.5rem;
}

#sns .tweet {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 639.9px) {
  #sns .tweet {
    max-width: 350px;
    margin-top: 3rem;
    width: 100%;
  }
}

#schedule {
  max-width: 1000px !important;
}
#schedule .day {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023.9px) {
  #schedule .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639.9px) {
  #schedule .day {
    font-size: 1.1rem;
  }
}
#schedule .day.added {
  color: #c1344d;
  font-size: 1.2rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .day.added {
    margin-bottom: 3rem;
    font-size: 1rem;
  }
}
#schedule .play-time {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023.9px) {
  #schedule .play-time {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639.9px) {
  #schedule .play-time {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
#schedule .schedule-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
}
#schedule .schedule-table th,
#schedule .schedule-table td {
  border: 1px solid darkgray;
  padding: 6px;
  vertical-align: middle;
  text-align: center;
}
#schedule .schedule-table thead th[colspan="7"] {
  background: #fff;
  font-size: 1.1em;
  border-bottom: none;
}
#schedule .schedule-table th {
  height: 50px;
  font-weight: bold;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table th {
    height: 32px;
  }
}
#schedule .schedule-table td {
  height: 100px;
  font-weight: normal;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table td {
    font-size: 0.9rem;
    padding: 6px 2px;
    position: relative;
    height: 80px;
  }
}
#schedule .schedule-table td.added {
  position: relative;
}
#schedule .schedule-table td.added .added-text {
  display: block;
  font-size: 0.9rem;
  width: 85px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #c1344d;
  color: white;
  padding: 1px 0px;
  border-radius: 20px;
  line-height: 17px;
}
@media screen and (max-width: 1023.9px) {
  #schedule .schedule-table td.added .added-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table td.added .added-text {
    font-size: 0.8rem;
    width: 70px;
  }
}
#schedule .schedule-table .sat {
  color: #0066cc;
}
#schedule .schedule-table .sun {
  color: #cc0000;
}
#schedule .schedule-table span.circle,
#schedule .schedule-table span.star {
  margin-left: 4px;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table span.circle,
  #schedule .schedule-table span.star {
    position: absolute;
    bottom: 10px;
    right: calc(50% - 9px);
    margin-left: 0px;
    font-size: 0.9rem;
  }
}
#schedule .schedule-table .star {
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
#schedule .schedule-table .circle {
  font-size: 1em;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table .circle {
    font-size: 0.85rem;
  }
}
#schedule .schedule-table .double {
  font-size: 1rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table .double {
    font-size: 0.95rem;
  }
}
#schedule .schedule-table .note {
  font-size: 0.8em;
  display: block;
  margin-top: 3px;
  color: #555;
}
#schedule .schedule-table .nothing {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
#schedule .schedule-table.pc-table {
  margin-top: 3rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table.pc-table {
    display: none;
  }
}
#schedule .schedule-table.pc-table th,
#schedule .schedule-table.pc-table td {
  width: 12.5%;
}
#schedule .schedule-table.sp-table {
  display: none;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table.sp-table {
    display: table;
  }
}
#schedule .schedule-table.sp-table th,
#schedule .schedule-table.sp-table td {
  width: 25%;
}
#schedule .schedule-table.sp-table.is-second {
  margin-top: 3rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .schedule-table.sp-table.is-second {
    margin-top: 1rem;
  }
}
#schedule .note-group.annoation {
  text-align: left;
  margin-top: 1rem;
}
#schedule .note-group.annoation p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 2rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.annoation p {
    font-size: 0.9rem;
  }
}
#schedule .note-group.annoation p span {
  margin-right: 8px;
  font-size: 0.9rem;
}
#schedule .note-group.annoation p span.double {
  font-size: 1rem;
  margin-right: 6px;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.annoation p span.double {
    font-size: 1rem;
    margin-right: 6px;
  }
}
#schedule .note-group.attention {
  text-align: left;
  margin-top: 2rem;
}
#schedule .note-group.attention p {
  margin-bottom: 0;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.attention p {
    font-size: 0.9rem;
  }
}
#schedule .note-group.support {
  margin-top: 2rem;
}
#schedule .note-group.support h3 {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.support h3 {
    font-size: 1rem;
  }
}
#schedule .note-group.support ul {
  text-align: left;
  list-style: disc;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 24px;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.support ul {
    padding-left: 14px;
  }
}
#schedule .note-group.support ul li {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 639.9px) {
  #schedule .note-group.support ul li {
    font-size: 0.9rem;
  }
}

#attention .attention-h3-title {
  text-align: left;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 2rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639.9px) {
  #attention .attention-h3-title {
    font-size: 1rem;
  }
}
#attention ul {
  text-align: left;
}
#attention ul li {
  text-indent: -16px;
  margin-left: 16px;
  margin-bottom: 0px;
  line-height: 25px;
}
#attention p {
  text-align: left;
}
@media screen and (max-width: 639.9px) {
  #attention p {
    font-size: 14px;
  }
}
#attention .text-indent {
  text-align: left;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 2rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639.9px) {
  #attention .text-indent {
    font-size: 14px;
  }
}

#access .facility-name {
  font-size: 1.4rem;
}
@media screen and (max-width: 639.9px) {
  #access .facility-name {
    font-size: 1.1rem;
  }
}
#access .facility-name img {
  width: 170px;
}
@media screen and (max-width: 639.9px) {
  #access .facility-name img {
    width: 150px;
  }
}
#access .facility-access {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  margin-top: 2rem;
}
@media screen and (max-width: 639.9px) {
  #access .facility-access {
    font-size: 1rem;
  }
}
#access .facility-access.attention {
  font-size: 0.9rem;
  margin-top: 0;
}
@media screen and (max-width: 639.9px) {
  #access .facility-access.attention {
    font-size: 14px;
  }
}
#access iframe {
  width: 100%;
  margin-top: 2rem;
}

/*=====================メニュー用のCSS*/
.lp-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 100vw;
  box-shadow: none;
  padding: 0 30px 0 30px;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 639.9px) {
  .lp-header {
    height: 50px;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639.9px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo {
  height: 70px;
  transition: all 0.5s;
  margin-bottom: 0;
  width: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo {
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639.9px) {
  .lp-header .banner-area .lp-header-logo {
    height: 35px;
    margin-top: 10px;
  }
}
.lp-header #navArea {
  z-index: 101;
}
.lp-header nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.lp-header nav .inner {
  padding: 25px 10px 25px 10px;
}
.lp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: none;
}
.lp-header nav .inner ul li a {
  display: block;
  color: white;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 575px) {
  .lp-header .toggle_btn {
    right: 10px;
  }
}
.lp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #5485C4;
}
.lp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
.lp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
.lp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.lp-header #mask {
  display: none;
  transition: all 0.5s;
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #5485C4;
}
.lp-header .open .toggle_btn span {
  background-color: #5485C4;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.lp-header .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.lp-header .open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
.lp-header .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}

.safari .dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}
.safari::before, .safari::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 100px;
  background: #bbb5a5;
}
.safari::before {
  top: -100px;
}
.safari::after {
  bottom: -100px;
}

body.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */