@charset "UTF-8";
/* body.category-performance */ section {
/*
  margin-top : -120px;
  padding-top : 120px;
*/
}

.cat-performance{
	background-color: #fff!important;
}
.performance .fl_l {
    width: 620px;
    float: left;
    margin-right: 40px;
}
.performance .fl_r {
    width: 340px;
    float: right;
}
.fl_l img {
    width: 100%;
}
.performance .fl_r ul {
    text-align: center;
}
.performance .fl_r li.date span {
    font-size: 20px;
    line-height: 30px;
}
.performance .fl_r li p {
    background: #e5e5e5;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 5px;
}
.performance .fl_r li {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 0 0px 5px 0px;
    border-bottom: none;
}
.performance .fl_r li.last {
    border-bottom: 1px solid #bfbfbf;
}
.performance .post {
    margin: 30px 0;
}
.performance .ticket_info {
    border: 1px solid #bfbfbf;
    padding: 0 0px 5px 0px;
    margin-bottom: 80px;
}
.performance .ticket_info .ttl {
    background: #e5e5e5;
    padding: 5px 10px;
    border-bottom: 1px solid #bfbfbf;
}
.performance .ticket_info img {
    margin: 0px 0px 5px 0px;
}
.performance .ticket_info p {
    padding: 10px 20px;
}
.performance .ticket_info p a{
	color:#0000ff;
}
	




/* body.category-performance */ .content-inner h3{
	margin: 0 0 20px 0;
	padding: 5px 0 5px 15px;	
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #004ea1;
	border-left: 10px solid #106eb7;
	}

/* body.category-performance */ .content-inner h3 span{
	font-size:16px;
	color:#fff;
	padding-left:20px;
	line-height:2.1em;
}
/* body.category-performance */ .fl_l{
	width:66%;
	float:left;
	margin-right:2%;
}
/* body.category-performance */ .fl_r span,
/* body.category-performance */ .fl_l span{
	font-size: 113%;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 7px;
}
/* body.category-performance */ .fl_l p .btn {
	width:185px !important;
	height:50px;
	margin:10px 0 0 5px;
}	

/* body.category-performance */ .fl_r{
	width:32%;
	float:right;
/*	padding-top:0.8em;*/
}
/* body.category-performance */ .fl_l ul li {
    text-indent: -1em;
    padding-left: 1em;
    width: 100%;
    margin-left: 0;
    display: block;
}
/* body.category-performance */ .fl_l ul li.red {
    color: #FF0004;
}

/* body.category-performance */ .fl_l .senko_chusen {
    background-color: #fff5e6;
    padding: 15px;
}

/* body.category-performance */ .fl_l .senko_chusen img{ width:auto;}

.icon_chusen{
	width:80px !important;
	height:30px;
}
/* body.category-performance */ .fl_r .notes {
    margin-top: 20px;
}
.post{
	margin-bottom: 40px;
}
/* body.category-performance */ .infomation{
	margin-top:20px;
	text-align:left;
	font-weight:bold;
}
/* body.category-performance */ .fl_l ul.infomation li{
	display:block;
	width:100%;
	padding-left:0;
	text-indent:0;
	font-size:113%;
}

/* body.category-performance */ .fl_l ul.infomation li.mailadress{
	display:inline-block;
}
/* body.category-performance */ .fl_l ul.infomation li.mailadress a{
	text-decoration: underline;
}
/* body.category-performance */ .fl_l ul.infomation li.mailadress .mail_icon{
	display:inline-block;
	margin: 0 5px 4px 0;
	width:auto;
	}

.category-performance .post{
	margin:30px 0;
}
.category-performance .fl_l{
	width:620px;
	float:left;
	margin-right:40px;
}

.category-performance .fl_r{
	width:340px;
	float:right;
}
.category-performance .fl_r ul{
	text-align:center;
}
.category-performance .fl_r li{
	width:100%;
	border:1px solid #bfbfbf;
    padding: 0 0px 5px 0px;
    border-bottom: none;
}
.category-performance .fl_r li p{
	background:#e5e5e5;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #bfbfbf;
	margin-bottom:5px;
}
.category-performance .fl_r li.date span{
	font-size:20px;
	line-height:30px;
}
.category-performance .fl_r li.last{
	border-bottom:1px solid #bfbfbf;
}
.category-performance .ticket_info{
	border:1px solid #bfbfbf;
	padding: 0 0px 5px 0px;
	margin-bottom:80px;
}
.category-performance .ticket_info .ttl{
	background:#e5e5e5;
	padding: 5px 10px;
	border-bottom:1px solid #bfbfbf;
}
.category-performance .ticket_info img{
	margin: 10px 20px 0;
}
.category-performance .ticket_info p{
	padding: 10px 20px;
}
.category-performance .clear{
	clear:both;
}
.performance-list{
	width: 1020px;
	overflow: hidden;
}
.performance-list li{
	width:234px;
	min-height: 280px;
	float: left;
	margin:0 20px 0 0;
}
.performance-list li a:hover{
	opacity: 0.5 ;
}

.performance-list .thumb{
	width:234px;
	height:177px;
	overflow:hidden;
	display: inline-block;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.performance-list .thumb img{
	width:234px;
	height:177px;
}
.performance-list li img.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: contain;'
}
.performance-list p.date{
	margin-top:10px;
	color:#666;
	line-height: 1.2;
}
.performance-list p.date br{
	display:none;
}
.performance-list p.ttl {
	color:#000;
	font-weight:bold;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.performance-list p.date span{
	color:#fff;
	padding:1px 4px;
/*	margin-left:5px;*/
	font-size: 82%;

}

.performance-list p.date span.cat1{
	background:#004ea1;
	display:inline-block;
}
.performance-list p.date span.cat2{
	background:#79b200;
	display:inline-block;
}
.performance-list p.date span.cat3{
	background:#E40003;
	display:inline-block;
}
.page_navi {
	margin-top: 20px;
	text-align: center;
}
.page_navi li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 3px;
}
.page_navi li.current {
	font-weight: bold;
}
.page_navi li a:hover {
	text-decoration: underline;
} 
.performance .post p{
	margin: 30px 0;
}
.link.end{
    margin: 0 auto 50px auto;
    text-align: center;
    display: block;
    background-color: #eee;
    padding: 10px;
    font-size: 92%;
    width: 180px;
}



/*========================================================
sp_size
========================================================*/
@media screen and (max-width: 768px) {
	#contents {
		width: 94%;
		margin: 0 auto;
	}
	.content-inner h3 {
		width: 100%;
	}
	.performance-list .thumb {
		width: 100%;
		height: 100%;
	}
	.performance-list {
		width: 100%;
	}	
	.performance-list li {
		width: 46%;
		min-height: 220px;
		float: left;
		margin: 0 2% 0 2%;
	}
	.performance-list p.date {
		font-size: 67%;
	}
	.performance-list .thumb img {
		width: 100%;
	}
	.flexbox{
	  display:-webkit-box;
	  display: -webkit-flex;
	  display:-ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
	}
	.box1{
	  -webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
	  width: 100%;
	}
	.box1 img {
		margin: 0 auto;
		width: 100%;
	}
	.box2{
	  -webkit-box-ordinal-group:2;
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
  	  width: 100%;
	  margin-top: 30px;
	}
	.box2 .sp_appearance{
	  width: 40%;
	}
	.fl_l p .btn {
		width: 190px !important;
		height: auto;
		margin: 0px 0 10px 5px;
	}
	.performance-list .thumb img{ height:130px;}
	.performance-list p.ttl { font-size: 86%;}
/* page */
	h2.page-ttl {
		font-size: 130%;
		text-align: left;
		padding-bottom: 40px;
		width: 100%;
		margin: 0 auto;
	}
	.performance .fl_l {
		width: 100%;
		float: left;
		margin: 0 auto 30px auto;
	}
	.performance .fl_r {
		width: 100%;
		float: right;
	}
	.performance .fl_r li.date span {
		font-size: 17px;
		line-height: 25px;
	}
	.fl_r span, .fl_l span {
		font-size: 113%;
		font-weight: bold;
		display: inline-block;
		padding-bottom: 1px;
	}
}











