@import url("https://fonts.googleapis.com/css?family=Amiri:400,700");

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

.fb_iframe_widget > span {
  vertical-align: top !important;
}

.off{
  display: none;
  opacity: 0;
}

.ttlTheater {
  position: relative;
  width: 246px;
  width: 32%;
}

.theater_caption {
  position: relative;
  width: 496px;
  width: 66%;
  margin: 0 auto 30px;
}

.theater_caption .end_txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.theaterTabArea {
  position: relative;
  margin-bottom: 40px;
}

.theaterTabArea .theaterTabList {
  text-align: center;
  letter-spacing: -0.4em;
}

.theaterTabArea .theaterTabList li {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 11px;
  color: #fff;
  position: relative;
  width: 230px;
  width: 30%;
  margin-left: 2%;
  margin-bottom: 10px;
  padding: 13px 0;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  background: #000;
}

.theaterTabArea .theaterTabList li.end_area {
  background: #191919;
  opacity: 0.7;
}

.theaterTabArea .theaterTabList li:nth-child(3n+1) {
  margin-left: 0;
}

.theaterTabArea .theaterTabList li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6px;
  height: 4px;
  background: url(/sp//assets/img/theater/tub_point.png);
  -webkit-background-size: 6px 4px;
          background-size: 6px 4px;
}

.theater_inner {
  position: relative;
  width: 690px;
  width: 93%;
  margin: 0 auto;
}

.theater-container {
  position: relative;
  margin: 0 auto 40px;
  padding-bottom: 20px;
}

.theater-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #000;
}

.theater-container:last-child {
  margin-bottom: 0;
}

.theater-container .theater__title {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.theater-container .theater__table {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
}

.theater-container .theater__table tbody {
  color: #fff;
}

.theater-container .theater__table tbody tr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 10px 4px;
  background: #000;
  text-align: left;
  letter-spacing: -0.4em;
}

.theater-container .theater__table tbody td {
  position: relative;
  line-height: 1.4em;
  text-align: left;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.theater-container .theater__table tbody td a {
  color: #fff;
  text-decoration: none;
}

.theater-container .theater__table tbody .area {
  width: 18%;
  padding-left: 4px;
}

.theater-container .theater__table tbody .place {
  width: 55%;
}

.theater-container .theater__table tbody .other {
  width: 23%;
  padding-left: 2%;
  font-size: 11px;
}
/*
.theater-container .theater__table tbody .lv {
  width: 26%;
  padding-left: 10px;
  text-align: center;
}
*/

.theater-container .theater__table tbody .t-t__head {
  border-top: none;
  background: #725188;
}

.theater-container .theater__table tbody .t-t__head:before {
  display: none;
}

.theater-container .theater__table tbody .t-t__second {
  border-top: none;
}

.theater-container .theater__table tbody tr {
  position: relative;
}

.theater-container .theater__table tbody tr:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 96%;
  height: 1px;
  background: #2d2d2d;
}

.theater-container .theater__table tbody tr:last-child:before {
  display: none;
}

.list_btn{
  text-align: center;
  width: 200px;
  margin: 50px auto 0;
  position: relative;
  
}
.list_btn a{
  background: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding: 13px 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.loadshow_list .theater-container{
  display: none;
}

.end_txt{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 100;
  position: relative;
}