@charset "utf-8";
secttion {
  padding: 60px 0;
}
.page_main {
  background: url(../img/schedule/main_bg.png) repeat-x left top;
  text-align: center;
  max-height: 185px;
  padding-top: 75px;
  padding-bottom: 10px;
}
.page_main img {
  width: 40% !important;
  margin: 0 auto;
}
.page_main-line {
  background: #22302A url(../img/schedule/main_bgline.png) no-repeat center top;
  height: 8px;
  margin-bottom: 80px;
}
.page_bottom-line {
  background: #22302A url(../img/schedule/main_bgline2.png) no-repeat center top;
  height: 8px;
}
h2.title {
  border-top: 1px solid #5C473F;
  border-bottom: 1px solid #5C473F;
  padding: 15px 0;
  font-size: 21px;
  line-height: 1.65217391;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.title.mini {
  margin-bottom: 30px;
}
h2.title.bst {
  background: url(../img/schedule/schedule_head01.png) no-repeat left center;
  padding-left: 65px;
}
h3.schedule_title {
  font-size: 40px;
}
h3.schedule_title .month {
  font-size: 60px;
}
.calendar_table {
  margin-bottom: 40px;
}
.calendar_table .youbi,
.calendar_table .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar_table .box {
  width: calc(100% / 7);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
}
.calendar_table .box:first-child {
  border-left: 1px solid #000;
}
.calendar_table .day.under .box {
  border-bottom: 1px solid #000;
}
.calendar_table .youbi .box {
  text-align: center;
  padding: 10px 0;
  font-size: 35px;
  font-weight: bold;
}
.calendar_table .youbi .box span {
  font-size: 18px;
  display: block;
}
.calendar_table .youbi .box.sun span {
  color: #CF0000;
}
.calendar_table .youbi .box.sat span {
  color: #004DFF;
}
.calendar_table .day .box {
  padding: 10px;
  text-align: center;
}
.calendar_table .day .box.play {
  background: #FFF67F;
}
.calendar_table .day .box span.day {
  font-size: 35px;
  font-weight: bold;
  display: block;
  line-height: 100%;
}
.calendar_table .day .box.sat span.day {
  color: #004DFF;
}
.calendar_table .day .box.sun span.day {
  color: #CF0000;
}
.calendar_table .day .box span.time {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.calendar_table .day .box .icon {
  height: 30px;
  margin-bottom: 10px;
}
.calendar_table .day .box .icon img {
  width: auto !important;
  height: 30px;
}
.calendar_table .day .box .cast {
  font-size: 14px;
}
.calendar_table .day .box .cast .label {
  background: #3E3322;
  color: #FFF;
  padding: 1px;
  margin-bottom: 3px;
}
.calendar_table .day .box .cast .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 3px;
}
.calendar_table .day .box .cast .name.sp {
  font-size: 14px;
  letter-spacing: -3px;
}
.schedule_info {
  width: 74.5%;
  margin: 0 auto 130px;
}
.schedule_info .col02.cf .col02List:first-child {
  width: 53.69127517%;
  float: left;
}
.schedule_info .col02.cf .col02List:last-child {
  width: 41.87919463%;
  float: right;
}
.schedule_info .col02.cf .col02List .txt01 {
  font-size: 14px;
  line-height: 1.6;
}
.schedule_info .col02.cf .col02List .txt01 a {
  color: #000;
}
.schedule_bst {
  margin-bottom: 100px;
}
.schedule_bst .photo {
  width: 30%;
  float: left;
}
.schedule_bst .text {
  width: 65%;
  float: right;
}
.schedule_bst .text li {
  list-style: none;
  text-indent: -22px;
  padding-left: 22px;
}
.schedule_bst .text li:before {
  content: '●';
  margin-right: 5px;
}
.schedule_bst .text p.small {
  font-size: 14px;
  padding-top: 15px;
}
.schedule_tichet {
  margin-bottom: 15px;
}
.schedule_tichet .left {
  width: 60%;
  float: left;
}
.schedule_tichet .right {
  width: 30%;
  float: right;
  text-align: right;
}
.schedule_tichet .right a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  background: #CA9E67;
  padding: 10px 20px;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
}
.schedule_tichet .right a:hover {
  opacity: 0.8;
}
#mainContents #ticketTable02 table {
  width: 100%;
  margin-bottom: 15px;
  table-layout: fixed;
}
#mainContents #ticketTable02 table tr th {
  background-color: #2498af;
  color: #fff;
}
#mainContents #ticketTable02 table tr td,
#mainContents #ticketTable02 table tr th {
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  border-right: #fff 4px solid;
  border-bottom: #fff 4px solid;
}
#mainContents #ticketTable02 table tr td {
  background-color: #e6ccc2;
}
#mainContents #ticketTable02 table tr td:first-child {
  background-color: #2498af;
  color: #fff;
}
.schedule_zseki {
  border: 4px double #000;
  padding: 15px;
  margin-bottom: 80px;
  font-size: 14px;
}
.schedule_zseki ul {
  margin-left: 20px;
}
.schedule_zseki ul li {
  list-style-type: disc !important;
  margin-bottom: 5px;
}
.schedule_zseki p {
  margin-bottom: 5px;
}
.schedule_zseki a {
  color: #000;
}
.calendar {
  width: 74.5%;
  margin: 0 auto;
}
.calendar .scheduleComment01 {
  margin-top: -30px;
  margin-bottom: 30px;
}
.calendar .secComment a {
  color: #000;
}
.calendar .close {
  position: relative;
}
.calendar .close::after {
  content: '公演中止';
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  text-align: center;
  width: 1%;
  padding: 0 6% 0 7.4%;
  font-weight: bold;
}
.calendar .close.close01::after {
  height: 32%;
  bottom: 6%;
  right: 0;
}
.calendar .close.close02::after {
  height: 60%;
  bottom: 0;
  left: 0;
}
.calendar .secComment {
  content: '*';
  padding-left: 15px;
}
.waribiki_title {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
.waribiki_title span {
  margin-left: 10px;
  font-size: 16px;
}
.schedule_off {
  margin-bottom: 30px;
}
.schedule_off dl {
  width: 100%;
}
.schedule_off dl dd {
  width: 100%;
  border-top: 1px solid #9FA0A0;
  padding: 15px 0;
}
.schedule_off dl dd:last-child {
  border-bottom: 1px solid #9FA0A0;
}
.schedule_off dl dd img {
  float: left;
  width: auto !important;
  margin-right: 20px;
}
.schedule_off dl dd p {
  padding-top: 20px;
}
.schedule_off-info {
  margin-bottom: 100px;
}
.schedule_off-info .btn {
  margin-bottom: 20px;
}
.schedule_off-info .btn a {
  background: #E7E7E7 url(../img/schedule/schedule_ticket05.png) no-repeat right 20px center;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  margin-right: 20px;
  text-decoration: none;
  color: #000;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
}
.schedule_off-info .btn a:hover {
  opacity: 0.8;
}
.schedule_off-info ul {
  margin-bottom: 15px;
}
.schedule_off-info li {
  list-style: none;
  text-indent: -22px;
  padding-left: 22px;
  font-size: 14px;
}
.schedule_off-info li:before {
  content: '●';
  margin-right: 5px;
}
.calendar_table .day .box span.sp_youbi {
  display: none;
}
@media only screen and (min-width: 481px) and (max-width: 1058px) {
  .schedule_info .left,
  .schedule_info .right {
    width: 48%;
  }
  .schedule_tichet .left {
    width: 54%;
  }
  .schedule_tichet .right {
    width: 45%;
  }
  .schedule_off dl dd p {
    padding-top: 0;
    font-size: 90%;
  }
  .schedule_off-info .btn a {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .calendar_table .youbi {
    display: none;
  }
  .calendar_table .box {
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .calendar_table .day {
    display: inline-block;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 90%;
    margin: 0 auto;
  }
  .calendar_table .day .box {
    text-align: left;
  }
  .calendar_table .day .box span.day {
    display: inline-block;
    width: auto;
  }
  .calendar_table .day .box span.time {
    display: inline-block;
  }
  .calendar_table .day .box .icon.no {
    display: none;
  }
  .calendar_table .day .box .cast .label {
    padding: 5px 10px;
  }
  .calendar_table .day .box .cast .name.sp {
    font-size: 18px;
  }
  .calendar_table .day.under .box {
    border-bottom: none;
  }
  .calendar_table .day.under .box:last-child {
    border-bottom: 1px solid #000;
  }
  .calendar_table .day .box span.sp_youbi {
    display: inline-block;
  }
  .calendar_table .day .box.sat span.sp_youbi {
    color: #004DFF;
  }
  .calendar_table .day .box.sun span.sp_youbi {
    color: #CF0000;
  }
}
@media only screen and (max-width: 480px) {
  .page_main-line {
    margin-bottom: 6%;
  }
  h2.title {
    font-size: 16px;
    padding: 10px 0;
  }
  #wrap #mainContents .schedule_info {
    width: 100%;
    margin-bottom: 6%;
  }
  #wrap #mainContents .schedule_info .col02 .col02List {
    float: none;
    width: 100%;
  }
  #wrap #mainContents .schedule_info .col02 .col02List .schedule_info_ttl {
    width: 53.33333333%;
  }
  #wrap #mainContents #ticketTable02 table tr th,
  #wrap #mainContents #ticketTable02 table tr td {
    font-size: 14px;
  }
  .calendar {
    width: 100%;
  }
  .calendar .scheduleComment01 {
    margin-top: 0;
  }
  .calendar .close::after {
    padding: 0 4% 0 9.4%;
  }
  .schedule_bst .photo {
    width: 80%;
    float: none;
    margin: 0 auto 20px auto;
  }
  .schedule_bst .text {
    width: 100%;
    float: none;
  }
  .schedule_tichet .left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .schedule_tichet .right {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  h2.title {
    margin-bottom: 30px;
  }
  h3.schedule_title {
    font-size: 16px;
  }
  h3.schedule_title span {
    font-size: 16px !important;
  }
  .waribiki_title span {
    margin-left: 0;
    display: block;
  }
  .schedule_off dl dd img {
    float: none;
    margin-right: 0px;
    max-width: 100%;
  }
  .schedule_off-info .btn a {
    margin-bottom: 20px;
  }
}
