@charset "UTF-8";
/* CSS Document */

table {
  table-layout: fixed;
}
.table1 { width: 100% }
.table2 { width: 40% }
.table3 { width: 30% }

.s1 {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  background-repeat: repeat;
  font-size: 16px;
}
.s2 {
	padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  background: center url("../schedule_img/hoshi_line.png") no-repeat;
  font-size: 22px;
  color: #600E0E;
}
.s9 {
	padding: 5px 7px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.s0 {
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}
.sat {
  background: center url("../schedule_img/sat.png") no-repeat;
  color: #000000;
}
.sun {
  background: center url("../schedule_img/sun.png") no-repeat;
  color: #000000;
}

/* ボタン */
.btn,
a.btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
	margin: 0.4rem  0.2rem;
  padding: 0.7rem 2.7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn_slide {
  overflow: hidden;
  color: #fff;
  background: #92181B;
}
a.btn_slide span { position: relative; }
a.btn_slide:before {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #D47600;
}
a.btn_slide:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* 各公演設定 */
.tic_text_block01 {
	margin: 35px 60px 0px 60px; padding: 0px;
	width: 850px; height:150px; display: table;
  border: 1px #A48349 solid; border-radius: 0.5rem;
	position: relative;
  background: url("../schedule_img/sche_back01.png") no-repeat 0px center; 
}

.tic_text_block02 {
	margin: 30px 0px 50px 65px; width: 850px; height:150px; display: table;
  border: 1px #C8703B solid; position: relative;
  background: url("../schedule_img/sche_back02.jpg") no-repeat 0px center; 
}

.sche_title_a {
	margin: 0px 40px 0px 40px;
  font-size: 33px;
	font-weight: 700; color: #e20011;
  font-family: 'IM Fell DW Pica', serif;
  letter-spacing: 0px;
  background: -webkit-linear-gradient(top, #e20011 30%, #680D14 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	float: left;
}

.block_text01 {
	font-size: 15px; line-height: 1.7;
}

.block_text01_sp {
	-webkit-text-size-adjust: 120%;
	-moz-text-size-adjust: 120%;
	-ms-text-size-adjust: 120%;
	-o-text-size-adjust: 120%;
	text-size-adjust: 120%;
}

/* リンク設定 */
.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;
}
.ticketslink_box a:hover {
	background-color: #CFB78C;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}