@charset "UTF-8";
/* CSS Document */

/* 公演日程一覧box */
.box_sche {
	width: 100%; max-width: 900px; height: 190px; display: table;
	margin: 0 auto;
	margin-top: 35px;
	padding: 0px 0px 15px 0px;
	background-color: rgba(0,0,0,0.00);
	background-image: linear-gradient(to right, rgba(0,0,0,0.35) 50%, rgba(10,59,159,0.25) 100%);
	opacity: 1.0;
  border-radius: 1.1rem;
	border: 1px #A4965C solid;
	position: relative;
}
/* リンク設定 */
.ticketslink_box { width: 100%; position: relative; padding: 5px 0px;
  display: table-cell;
  vertical-align: middle;
}
.ticketslink_box a {
	position: absolute; display: block;
	top: 0; left: 0;
	width: 100%; height: 185px;
	text-indent: -9999px;
}
.ticketslink_box a:hover {
	background-color: #000000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.box_sche_text1 {
	color: #FFFFFF;
	line-height: 1.9;
	text-align: left;
	width: 100%; max-width: 800px;
	margin: 0 auto;
	margin-bottom: 0px; }

@media screen and (max-width: 950px) {
  .box_sche {
    width: 100%; height: 140px; 
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px 0px 10px 0px;
  }
  /* リンク設定 */
  .ticketslink_box { width: 100%; position: relative; padding: 5px 0px;
    display: table-cell;
    vertical-align: middle; }
  .ticketslink_box a {
    position: absolute; display: block;
    top: 0; left: 0;
    width: 100%; height: 150px;
    text-indent: -9999px;
  }
  .box_sche_text1 {
		font-size: 1.5rem;
		line-height: 1.7; width: 88%; }
}

/* スケジュール */
.hoshitori_box1 {
	width: 100%; max-width: 750px;
	margin-top: 15px;
	padding: 1.3rem 0rem;
  background-color: rgba(255,255,255,0.10);
}
.hoshitori_box2 {
	width: 30%;
	margin-top: 15px;
	padding: 1.3rem 0rem;
  background-color: rgba(255,255,255,0.10);
}
.hoshitori_box3 {
	width: 50%;
	margin-top: 15px;
	padding: 1.3rem 0rem;
  background-color: rgba(255,255,255,0.10);
}

table {
  table-layout: fixed;
}
.table1 {
	width: 95%	
}
.table2 {
	width: 95%
}
.table3 {
	width: 95%
}

.s1 {
  padding: 9px;
  vertical-align: middle;
  text-align: center;
  background-repeat: repeat;
  font-size: 16px;
}
.s2 {
	padding: 6px 0;
  vertical-align: middle;
  text-align: center;
  background: center url("../common/hoshi_line.png") no-repeat;
  font-size: 23px;
  color: #F5F2E1;
	font-family: 'MS PGothic', sans-serif;
}
.s9 {
	padding: 5px 7px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.s0 {
  padding-right: 16px;
  vertical-align: middle;
  text-align: right;
  width: 95px;
}
.sat {
	color: #FFFFFF;
  background: center url("../common/hoshi_sat.png") no-repeat;
}
.sun {
	color: #FFFFFF;
  background: center url("../common/hoshi_sun.png") no-repeat;
}

.curtain_call1 { color: #E8154F; font-weight: bold; text-shadow: 0px 0px 12px #ffffff; }
.w_d { color: #DA07A2; font-weight: bold; text-shadow: 0px 0px 12px #ffffff; }

/*sp*/
@media screen and (max-width: 700px) {
	
	.hoshitori_box2 {
		width: 60%
	}
	.hoshitori_box3 {
		width: 70%
	}
	
	.table1 {
		width: 97%
	}
  .table2 {
    width: 97%
  }
  .table3 {
    width: 97%
    }

  .s1 {
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    background-repeat: repeat;
    font-size: 13px;
  }
  .s2 {
    padding: 3px 0;
    vertical-align: middle;
    text-align: center;
    background: center url("../common/hoshi_line.png") no-repeat;
    font-size: 16px;
		font-family: 'MS PGothic', sans-serif;
  }
  .s9 {
    padding: 	5px 0px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
		line-height: 1.0;
  }
  .s0 {
    padding-right: 5px;
    vertical-align: middle;
    text-align: right;
    font-size: 13px;
    width: 5.4rem;
  }
  .sat {
    color: #FFFFFF;
    background: center url("../common/hoshi_sat.png") no-repeat;
		background-size: contain;
  }
  .sun {
    color: #FFFFFF;
    background: center url("../common/hoshi_sun.png") no-repeat;
		background-size: contain;
  }
	
}

.after1 { background-color: rgba(202,187,111,0.76); }
.after_a { color: #FF8512; font-weight: bold; font-family: 'MS PGothic', sans-serif;
	text-shadow: 0px 1px 5px #FFFFFF; }
.after_a2 { color: #FF8512; font-weight: bold; text-shadow: 0px 1px 5px #FFFFFF; }

.after_b { color: #A117E8; font-weight: bold; font-family: 'MS PGothic', sans-serif;
	text-shadow: 0px 1px 5px #FFFFFF; }
.after_b2 { color: #33D2FF; font-weight: bold; text-shadow: 0px 1px 5px #000000; }

.after_c { color: #000000; font-weight: bold; font-family: 'MS PGothic', sans-serif;
	text-shadow: 0px 1px 5px #FFFFFF;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 3px; }
.after_c2 { color: #000000; font-weight: bold; text-shadow: 0px 1px 5px #FFFFFF;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 2px;}

.wcast_a { color: #FF64AB; font-weight: bold; font-family: 'MS PGothic', sans-serif;
	text-shadow: 0px 1px 5px #000000; }
.wcast_b { color: #EBE14F; font-weight: bold; font-family: 'MS PGothic', sans-serif;
	text-shadow: 0px 1px 5px #000000; }

.tic_text_line {
	border-left: 7px solid rgba(165,78,116,0.80);
	margin: 7px 0px 0px 1em;
	padding: 0px 0px 0px 1.1em;
}
.tic_text_line_b {
	border-left: 7px solid rgba(9,61,77,0.50);
	margin: 3px 0px 7px 0.5em;
	padding: 0px 0px 0px 0.6em;
}

.under {
  border-bottom: 2px solid #ff0000;
  padding-bottom: 2px;
}

/* キャストリスト */
#ticket_tbl {
  font-size: 0.9em;
	margin-top: 15px;
	width: 100%; max-width: 850px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	text-align: left;
}
.t_date1 {
	color: #FFFFFF;
	vertical-align: middle; text-align: center;
	border-bottom: 1px solid #707070;
	width: 20%;
	font-size: 1.1em; font-weight: bold;
  line-height: 1.3;
	padding: 1.5rem 0;
	background-color: rgba(255,255,255,0.15);
}
.t_hoshi {
  font-size: 1.3em;
	vertical-align: middle; text-align: center;
	border-bottom: 1px dotted #434648;
}
.t_hoshi2 {
	vertical-align: middle;
	border-bottom: 1px dotted #434648;
	padding: 13px;
	background-color: rgba(31,25,26,0.50);
}

.t_left {
  font-size: 1.3em;
	vertical-align: middle; text-align: center;
	border-bottom: 1px dotted #434648;
	border-right: 1px solid #434648;
	padding: 1rem 0;
  line-height: 1.5;
}
.t_left_under {
	vertical-align: middle; text-align: center;
	border-right: 1px solid #434648;
	padding: 1rem  0;
}
.t_under {
	vertical-align: middle; text-align: center;
}

.t_left_right { border-right: 1px dotted #434648; }
.t_left_right2 { border-right: 1px solid #434648; }

.t_01 { background-color: rgba(255,255,255,0.10); }
.t_02 { background-color: rgba(240,237,216,0.05); }

.cast_list_txt1 {
  font-size: 0.9em;
	margin-top: 10px;
}


@media screen and (max-width: 700px) {
  #cast_list1 {
    font-size: 0.8em;
  }
  .t_date1 {
    font-size: 1.0em;
  }

  .t_left {
    font-size: 1.0em;
    padding: 1rem 0;
    line-height: 1.2;
  }
  .t_hoshi {
    font-size: 1.1em;
  }
  .cast_list_txt1 {
    font-size: 0.8em;
    margin-top: 10px;
  }
  
}