@charset "UTF-8";
/* CSS Document */

table {
  table-layout: fixed;
}
.table1 {
	width: 80%
}
.table2 {
	width: 28%
}
.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("../common/hoshi_line.png") no-repeat;
  font-size: 19px;
  color: #2B260F;
}
.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("../common/sat.png") no-repeat;


}
.sun {
  background: center url("../common/sun.png") no-repeat;

}

/* 休演日 */
.t_hoshi_off {
 vertical-align: middle; text-align: center;
 font-size: 14px; color: #2B260F; line-height: 2.5;
 background-color: rgba(65,65,65,0.00);
}

/* Schedule page */
/* ボタン */
.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: #DE3F20;
}
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: #AE272A;
}
a.btn_slide:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}