@charset "UTF-8";
/* CSS Document */

.table_hoshi1 {
 margin: 10px 0px 0px 0px;
 width: 800px;
 border-top: 1px solid #6C6550;
 border-bottom: 1px solid #6C6550;
 text-align: left;
}
.table_hoshi1b {
 margin: 25px 0px 0px 0px;
 width: 800px;
 border-top: 1px solid #6C6550;
 border-bottom: 1px solid #6C6550;
 text-align: left;
}
.table_hoshi2 {
 margin: 10px 0px 0px 0px;
 width: 600px;
 border-top: 1px solid #6C6550;
 border-bottom: 1px solid #6C6550;
 text-align: left;
}

/*sp*/
@media screen and (max-width: 700px) {

  .table_hoshi1 {
   margin: 15px 0px 0px 0px;
   width: 100%;
   border-top: 1px solid #6C6550;
   border-bottom: 1px solid #6C6550;
  }
  .table_hoshi1b {
   margin: 20px 0px 0px 0px;
   width: 100%;
   border-top: 1px solid #6C6550;
   border-bottom: 1px solid #6C6550;
  }
  .table_hoshi2 {
   margin: 15px 0px 0px 0px;
   width: 100%;
   border-top: 1px solid #6C6550;
   border-bottom: 1px solid #6C6550;
  }
	
}

.t_left {
 vertical-align: middle; text-align: center;
 border-bottom: 1px solid #6C6550;
 border-right: 1px solid #6C6550;
 font-size: 14px; font-weight: bold;
 width: 110px;
 height: 40px;
 background-color: rgba(30,66,103,0.50);
}
.t_left2 {
 vertical-align: middle; text-align: center;
 border-bottom: 1px dotted #6C6550;
 border-right: 1px solid #6C6550;
 font-size: 14px; font-weight: bold;
 height: 45px;
 background-color: rgba(0,0,0,0.35);
}
.t_left_under {
 vertical-align: middle; text-align: center;
 border-right: 1px solid #6C6550;
 font-size: 14px; font-weight: bold;
 height: 45px;
 background-color: rgba(0,0,0,0.35);
}
.t_left_right { border-right: 1px dotted #6C6550; }
.t_left_right2 { border-right: 1px solid #6C6550; }

.t_date {
 vertical-align: middle; text-align: center;
 border-bottom: 1px solid #6C6550;
 width: 60px;
 height: 40px;
 font-size: 14px; color: #FFFFFF; font-weight: bold;
 background-color: rgba(30,66,103,0.50);
}
.t_date_right { border-right: 1px solid #6C6550; }
.t_date_back {
 background-image: linear-gradient(to bottom, rgba(1,84,157,0.75) 20%, rgba(1,84,157,0.60) 100%);
}

.t_hoshi {
 vertical-align: middle; text-align: center;
 border-bottom: 1px dotted #6C6550;
 font-size: 17px; font-weight: bold;
 background-color: rgba(0,0,0,0.25);
}
.t_border_right { border-right: 1px solid #6C6550; }

.t_under {
 vertical-align: middle; text-align: center;
/* font-size: 14px;*/
 font-size: 17px; font-weight: bold;
 background-color: rgba(0,0,0,0.25);
}
/* 休演日 */
.t_hoshi_off {
 vertical-align: middle; text-align: center;
 font-size: 14px; color: #CEC7BD; line-height: 2.0;
 background-color: rgba(0,0,0,0.10);
}

.t_01 { background-color: rgba(39,17,20,0.50); }
.t_02 { background-color: rgba(14,19,29,0.50); }

.btm_sukima { padding: 7px 0px; }

.t_sat { background-color: rgba(33,119,183,0.80); }
.t_sun { background-color: rgba(204,44,79,0.80); }

.after1 { background-color: rgba(202,187,111,0.76); }
.after_a { color: #C8FF00; font-weight: bold; }
.after_b { color: #FF8500; font-weight: bold; }

.tic_text_line {
	font-size: 14px; line-height: 1.7;
	border-left: 7px solid #D61E7B;
	margin: 3px 70px 0px 100px;
	padding: 1px 0px 1px 15px;
}


/* ticket_tbl　プレイガイド */

.ticket_tbl table {
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 10px;
  width: 830px;
  table-layout: fixed;
  color: #FFFFFF;
}
.ticket_tbl table tr {
  background-color: rgba(0,0,0,0.10);
  padding: 0;
  border-bottom: 1px solid #6C6550;
}
.ticket_tbl table thead {
  border-bottom: 2px solid #6C6550;
  background-color: rgba(0,0,0,0.30);
}
.ticket_tbl table thead td {
  width: 220px;
}
.ticket_tbl table thead th:last-child {
  width: 210px;
}
.ticket_tbl table tr:last-child{
	border-bottom: none
}
.ticket_tbl table th,
.ticket_tbl table td {
	text-align: center;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #6C6550;
}
.ticket_tbl table th:last-child,
.ticket_tbl table td:last-child{
	border: none;
}
.ticket_tbl tbody th { /* 右 テキスト */
  background-color: rgba(0,0,0,0.20);
	text-align: center;
	color: #FFFFFF;
}
.txt {
	text-align: left;
}
.area2 {
	text-align: left;
}
.area3 {
	text-align: center;
}

@media screen and (max-width: 700px) {
  .ticket_tbl table {
    border: 0;
    width: 100%;
  }
  .ticket_tbl table th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #6C6550;
    padding-bottom: 1.4rem;
    margin-top: .6rem;

  }
  .ticket_tbl table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ticket_tbl table tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  
  .ticket_tbl table td {
    border-bottom: 1px solid #6C6550;
    display: block;
    text-align: center;
    position: relative;
    padding: 1.2rem 1.8rem 1.2rem 1.8rem; /* 右 値段 */
    border-right: none;
  }
  
  .ticket_tbl table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 1.8rem; /* 左 テキスト */
  }
  
  .ticket_tbl table td:last-child {
    border-bottom: 0;
  }
  .ticket_tbl tbody th {
		background-color: rgba(0,0,0,0.35);
  }
}
