@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;
}
.s1b {
  padding: 10px;
  vertical-align: middle;
  text-align: center;background-image: linear-gradient(to top, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.0) 50%);
  font-size: 16px;
}
.s1b_right { border-right: 1px solid #C2C2C2; }
.s2 {
	padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  background: center url("../schedule_img/hoshi_line.png") no-repeat;
  font-size: 22px;
  color: #F9F5EA; text-shadow: 0px 2px 2px #000000;
}
.s9 {
	padding: 5px 7px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.s0 {
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  width: 90px;
}
.sat {
  background: center url("../schedule_img/sat.png") no-repeat;
  color: #FFFFFF;
}
.sun {
  background: center url("../schedule_img/sun.png") no-repeat;
  color: #FFFFFF;
}

/* 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: #D9840B;
}
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: rgba(218,7,54,0.90);
}
a.btn_slide:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.g_box {
  width: 830px;
	margin: 0px 0px 0px 0px;
  padding: 0px;
}
.g_box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.g_box_text {
	vertical-align: middle;
  float: left;
  width: 540px;
	padding: 0px 0px 0px 30px;
	font-size: 16px; line-height: 1.9;
	color: #FFFFFF;
}

.g_text_line {
	font-size: 14px; line-height: 1.7;
	border-left: 8px solid rgba(186,152,64,0.60);
	margin: 0px 70px 0px 0px;
	padding: 1px 0px 1px 10px;
}

.sche_block {
	margin: 20px 60px 10px 85px;
	padding: 40px 50px;
	background-color: rgba(0,0,0,0.10);
	opacity: 1.0;
	border: 1px #96927D solid;
  border-radius: 0.5rem;

}