/* -------------------------------- 
	https://www.mumeijuku.net
	stage style.css
-------------------------------- */
small {
  font-size: 12px;
}

/*.link-arrow a {
	text-decoration: underline;
}*/
.stage .contents-box {
  padding-bottom: 4em;
}
.stage .contents-box-inner {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.contents-box-inner div {
  opacity: 0;
}

/* detail */
.stage-box div.box-1st {
  padding-top: 0;
  padding-bottom: 4em;
}
.stage-box div.box-2nd {
  padding-top: 5em;
  padding-bottom: 4em;
}
.stage-box div.box-3rd {
  padding-top: 5em;
  padding-bottom: 0;
}

.stage-pic {
  text-align: center;
  margin: 30px auto 0;
}
.stage-pic a {
  text-decoration: none;
}
.stage-pic div {
  display: inline-block;
}

.stage-txt {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .stage-txt {
    padding-bottom: 0;
  }
}
.stage-txt h3 {
  font-family: "Ryumin Medium KL", serif;
  margin-top: 0;
  letter-spacing: 0;
}
.stage-txt dt {
  float: left;
  vertical-align: top;
  padding: 2px 0.5% 2px 0;
  margin: 0;
  font-weight: normal !important;
}
.stage-txt dd {
  vertical-align: top;
  padding: 2px 0 2px 0;
  display: block;
}
.stage-txt dl.namelist {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.stage-txt dl.namelist dt {
  width: 4rem;
  padding-bottom: 0.5rem;
  font-weight: normal !important;
}
.stage-txt dl.namelist dd {
  width: calc(100% - 4rem);
  padding-bottom: 0.5rem;
}
.stage-txt dl.namelist dd.cast-main {
  float: none;
  font-size: 125%;
}
.stage-txt dl.namelist dd.cast-second {
  margin-left: 4rem;
}

h4.ttl {
  background: #999;
  padding: 0.5rem;
  color: #fff;
  margin: 2.5 auto 1.5rem;
}

.stage-date {
  border: 1px solid #666;
  padding: 5px 10px;
  font-weight: bold;
  width: auto;
}

.stage-txt img {
  width: 100%;
}
.stage-txt .notice {
  font-size: 14px;
  line-height: 1.3rem;
}

@media only screen and (min-width: 1000px) {
  .stage-pic img {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .stage-pic div:last-child {
    display: none;
  }
}
@media only screen and (min-width: 680px) and (max-width: 1000px) {
  .stage-pic div {
    /*		  display: inline-block;*/
  }
  .stage-pic img {
    margin: 1.5em 0.5em 0;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .stage-txt dl.namelist-2 dt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .stage-pic div:last-child {
    display: none;
  }
}
/* -------------------------------- 
  schedule
-------------------------------- */
.scroll {
  overflow: auto;
  white-space: nowrap;
}

table.schedule {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}
table.schedule th,
table.schedule td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
  padding: 0.2rem;
  width: 11.1111111111%;
  background: #fff;
  vertical-align: middle;
}
table.schedule th:last-child {
  border-right: 1px solid #999;
}
table.schedule td:last-child {
  border-right: 1px solid #999;
}
table.schedule td {
  border-bottom: 1px solid #999;
}
table.schedule th.th1 {
  background: #ddd;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}
table.schedule th.th2 {
  background: #ccc;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #999;
  width: auto;
  font-weight: bold;
}
table.schedule td {
  color: #333;
}
table.schedule .red {
  color: #995354;
}
table.schedule .blue {
  color: #4A83A1;
}
table.schedule th.margin {
  background: none;
  border-left: none;
  border-right: none;
  height: 15px;
}
table.schedule .kyuen {
  color: #999;
}

table.schedule.schedule-tohaku th,
table.schedule.schedule-tohaku td {
  width: 5.5555555556%;
}

table.schedule.schedule-tohaku-tokyo {
  width: auto;
}
table.schedule.schedule-tohaku-tokyo th,
table.schedule.schedule-tohaku-tokyo td {
  width: 10%;
}

.icon-scroll {
  display: none;
}

@media screen and (max-width: 768px) {
  .icon-scroll {
    display: block;
    text-align: right !important;
    margin-top: 10px;
  }
  .icon-scroll img {
    width: 50px;
  }
}
@media print {
  .icon-scroll {
    display: none;
  }
}
/* ticket */
.ticket-plice {
  display: flex;
  flex-wrap: wrap;
}
.ticket-plice .type {
  width: 100px;
}
.ticket-plice dl {
  display: flex;
  flex-wrap: wrap;
}
.ticket-plice dt {
  width: 120px;
}
.ticket-plice dd {
  width: calc(100% - 120px);
}

.ticket-info {
  display: block;
  padding-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .ticket-info {
    padding-left: 0;
  }
}
.ticket-playguide dt {
  width: 12rem;
  float: left;
  font-weight: normal !important;
}
.ticket-playguide dd {
  padding-left: 10rem;
}

@media screen and (max-width: 768px) {
  .ticket-playguide dt {
    width: 100%;
    float: none;
  }
  .ticket-playguide dd {
    margin-left: 0;
    padding-left: 0;
  }
}
/* noto-bus */
@media screen and (max-width: 768px) {
  .noto-bus tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .noto-bus td:first-of-type {
    width: 100%;
    margin-top: 0.5rem;
    font-weight: bold;
  }
  .noto-bus td:nth-of-type(n+2) {
    width: auto;
  }
}
/* notice */
ul.notice-list li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5rem;
}

a.notice-btn {
  background: #999;
  padding: 0.5rem;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding-right: 1rem;
}
a.notice-btn i.fa.fa-angle-right {
  background: none;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
}
a.notice-btn:hover {
  opacity: 0.8;
}

/* -------------------------------- 
  access
-------------------------------- */
/* Access 2L  */
.ttl-02 {
  width: 500px;
}

.ttl-l.ttl-02:before, .ttl-l.ttl-02:after {
  bottom: 0.75em;
}

.contents-box.access {
  background: none;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  /* Access 1L  */
  .ttl-02 {
    width: 600px;
  }
  .ttl-l.ttl-02:before, .ttl-l.ttl-02:after {
    bottom: 0.25em;
  }
  .ttl-02 br {
    display: none;
  }
  .contents-box.access {
    width: 860px;
    margin: 3em auto auto;
  }
  .contents-box-inner .font18 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ttl-02 {
    width: 100%;
  }
}
.vertical {
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .vertical {
    /*			writing-mode: horizontal-tb;*/
  }
}
.line-height-1 {
  line-height: 1;
}

/* -------------------------------- 
  update
-------------------------------- */
.Barrymore-local {
  display: flex;
  flex-wrap: wrap;
}
.Barrymore-local dt {
  width: 5.5rem;
  margin-bottom: 1rem;
}
.Barrymore-local dt span {
  width: 4rem;
  border: 1px solid #666;
  display: inline-block;
  padding: 0.1rem 0.25rem;
  margin: 0.25rem auto auto;
  text-align: center;
}
.Barrymore-local dd {
  width: calc(100% - 5.5rem);
  margin-bottom: 1rem;
}
.Barrymore-local dd .Barrymore-data {
  width: 7rem;
  display: inline-block;
}
.Barrymore-local dd .Barrymore-time {
  width: 6rem;
  display: inline-block;
}
.Barrymore-local dd .Barrymore-place {
  width: auto;
  display: inline-block;
}
.Barrymore-local dd .Barrymore-contact {
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .Barrymore-local {
    display: block;
  }
  .Barrymore-local dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Barrymore-local dd {
    width: 100%;
  }
  .Barrymore-local dd .Barrymore-contact {
    margin-left: 0;
  }
}
.Barrymore-local__small {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1em;
  padding-top: 1em;
}

/* 2023.12.15 */
.info-kimottama[data-date="231215"] {
  border: 1px solid #b17f7f;
  background: #f0f0f0;
  padding: 1.5vw 3vw;
  text-align: center;
}
.info-kimottama[data-date="231215"] a {
  transition: all 0.3s ease-in-out;
}
.info-kimottama[data-date="231215"] a:hover {
  opacity: 0.8;
}
.info-kimottama[data-date="231215"] .info-kimottama__ttl {
  font-size: 1.85rem;
  font-weight: bold;
  font-family: "Noto serif", serif;
  line-height: 1.5;
}
.info-kimottama[data-date="231215"] .info-kimottama__sttl {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto serif", serif;
}
.info-kimottama[data-date="231215"] .text-red-marker {
  background: linear-gradient(transparent 60%, rgba(173, 58, 31, 0.5) 0%);
  padding-bottom: 0.2em;
}
.info-kimottama[data-date="231215"] .info-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  margin: auto;
}
.info-kimottama[data-date="231215"] .info-data dt {
  width: 4rem;
  text-align: right;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.info-kimottama[data-date="231215"] .info-data dd {
  width: calc(100% - 4rem);
  text-align: left;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.info-kimottama[data-date="231215"] .info-data span {
  font-size: 1.5rem;
}
.info-kimottama[data-date="231215"] a.formBtn {
  display: inline-block;
  background: #ac0205;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto serif", serif;
  text-decoration: none;
  padding: 0.85rem 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .info-kimottama[data-date="231215"] .info-kimottama .info-data span {
    font-size: 1.15rem;
  }
}

/* 2024.1.28 */
.okuyami {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  .okuyami {
    margin-bottom: 3rem;
  }
}

/* 2025.10.17 */
.info-tohaku .data-noto dl {
  display: flex;
}

/* 2026.04.30 */
.info-keikoba2026 .stage-txt {
  padding-bottom: 0;
}
.info-keikoba2026 .keikoba-flex {
  max-width: 800px;
  margin: 0 auto;
}
.info-keikoba2026 .keikoba-pic .row {
  display: flex;
}
@media (min-width: 1001px) {
  .info-keikoba2026 .keikoba-pic .ph:last-child {
    display: block;
  }
}
.info-keikoba2026 .btn {
  text-align: center;
  margin: 4em auto 0.5em;
  background: #995354;
  padding: 1em 4em;
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
  transition: ease 0.3s;
}
.info-keikoba2026 .btn:hover {
  opacity: 0.8;
}
.info-keikoba2026 .btn-caption {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}

.yokoku__box {
  max-width: 1000px;
  border: 3px double #999;
  padding: 2em;
  margin: 2em auto;
}
@media (max-width: 768px) {
  .yokoku__box {
    padding: 1em;
    margin: 1em auto;
  }
}
.yokoku__list {
  margin: auto auto 0 2em;
  line-height: 2;
}
@media (max-width: 768px) {
  .yokoku__list {
    margin: auto auto 0 0.5em;
  }
}/*# sourceMappingURL=style.css.map */