@charset 'utf-8';

main #onst{
    text-align: left;
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75;
}
main #onst .onstage-pt{
	position: relative;
}
main #onst .onstage-pt .pt-on-ms{
	position: absolute; bottom: 15%; left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	padding: 4% 2% 4% 2%;
	background:rgba(255,255,255,0.7);
	color: #CC0000;
	font-size: 46px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
.h01 {
	margin: 0 0 6% 0;
}
main #onst .textbox{
    padding-top: 30px;
}
main #onst .textbox .textbox--header{
    text-align: center;
    margin-bottom: 30px;
}

main #onst .textbox .textbox--header p{
    margin-bottom: 15px;
}
main #onst .textbox .textbox--header p:nth-last-of-type(1){
    margin-bottom: 0;
}
main #onst .textbox .textbox--header .brfix{
    display: block;
}
main #onst .textbox .textbox--header p strong{
    color: #d70c19;
    font-weight: bold;
}
main #onst .textbox .textbox--header p a{
    text-decoration: underline;
}
@media screen and (max-width: 640px){
    main #onst .onstage-pt .pt-on-ms{
        font-size: 26px;
        line-height: 130%;
    }
}
@media screen and (min-width: 480px){
    main #onst .textbox .textbox--header{
        margin-bottom: 45px;
    }
    main #onst .textbox .textbox--header p{
        margin-bottom: 30px;
    }
    main #onst .textbox .textbox--header .brfix{
        display: none;
    }
}

main #onst .textbox .textbox--header .textbox--header-qr{
    text-align: center;
    margin-top: 15px;
}
main #onst .textbox .textbox--header .textbox--header-qr a{
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
main #onst .textbox .textbox--header .textbox--header-qr a img{
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 480px){
    main #onst .textbox .textbox--header .textbox--header-qr{
        margin-top: 30px;
    }
}

main #onst .tablefix{
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
main #onst .tablefix th, main #onst .tablefix td{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 1.125rem;
    line-height: 1.5;
}
main #onst .tablefix th{
    white-space: nowrap;
    width: 80px;
}
main #onst .tablefix a{
    text-decoration: underline;
}

main #onst .timetable{
    padding-top: 10px;
}

.cap{font-size:75%;}

main #onst h2 {
  position: relative;
  padding: 5px 10px;
  background:#D94977;
  color: white;
  line-height: 1.3;
  z-index:-1;
}

main #onst .timetable table {
	font-size: 85%;
	line-height: 1.5;
	width: 100%;
    border-collapse: collapse;  /* セルの線を重ねる */
}
 
main #onst .timetable th,td {
    padding: 5px 10px;          /* 余白指定 */
}
 
main #onst .timetable th {
    background-color: #D94977;  /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}
 
main #onst .timetable td {
    background-color:#FFD3F6 ; /* 背景色指定 */
    padding-left: 25px;         /* 余白指定 */
}
 
main #onst .timetable th::after {
    content:'';                 /* 空の要素を作る */
    position:  absolute;        /* 位置指定 */
    height: 24px;               /* 高さ指定 */
    width: 24px;                /* 幅指定 */
    background-color: #D94977;  /* 背景色指定 */
    transform:  rotate(45deg);  /* 要素を回転 */
    top: 5px;                   /* 位置指定 */
    right: -12px;               /* 位置指定 */
    z-index:  -1;               /* 重なり調整 */
}
 
main #onst .timetable tr {
    border-bottom:  solid #fff; /* 線指定 */
}

/*開催状況*/
.ons-kaisai {
	font-size: 22px;
	font-weight: bold;
	text-align: center
}
.ons-pic-box {
	width: 100%;
}
.ons-pic {
	float: left;
	width: 31.3333%;
	margin: 0 1% 4% 1%;
}
.ons-pic img {
	width: 100%;
}
@media screen and (max-width: 640px){
	.ons-pic {
		float: left;
		width: 48%;
	}
}

/* clear関係 */
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* clear関係 */