/*アコーディオン*/
.your_concert {
	margin: 0 auto;
	width: 100%;
	max-width: 1264px;
	padding: 0 0 0;
	margin-bottom:15px;
	cursor: pointer;

}
.accordionbox{
	position: relative;
	max-width: 1264px;
}

.your_concert_pf {
	margin-top:15px;
}

.your_concert_title {
	display:block;
	padding:4px 12px 4px 40px;
	border: none;
	overflow:hidden;
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	background: #e9f8ff;
	height: 30px;
}
.your_concert_list {
	display:none;
	font-size:1.3rem;
	padding:16px;
	margin:0;
	background: #fff;
	border: 1px #ccc solid;
	max-width: 1264px;
	width: 100%;
	line-height: 2;
	position: static;
	z-index: 9999;
}
.your_concert_list ul {
	display: flex;
	flex-flow: column wrap;
	/* max-width: 40%; */
	height: 210px;
}
.your_concert_list ul li {
	width: 50%;
	margin: 0 10px 0 0;
}
.accordion_icon,
.accordion_icon span {
	display: none;
}

.accordion_icon,
.accordion_icon > div::before{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
transition-timing-function:ease-in-out;
}
.accordion_icon {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top:0;
	margin-top:0 !important;
	margin-bottom:0 !important;
	background:#0096e0;
}

.accordion_icon > div::before{
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -11px;
}

/*＋、－切り替え*/

.accordion_icon.active > div::before{
  margin-top: -4px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/*nav_checkbox*/
#nav_checkbox{
	margin:0 auto;
	width:90%;
	max-width: 1264px;
	text-align:left;
	display: flex;
}
#nav_checkbox .nav_checkbox_title,
#nav_checkbox .nav_checkbox_element{
	font-size:85.7%;
	line-height:1.2;
}
#nav_checkbox .nav_checkbox_left{
	float:left;
	padding: 14px 0;
}
#nav_checkbox .nav_checkbox_title {
	margin:0 14px 0 0;
	padding: 0 14px 0 0;
	border-right:1px solid #000;
	float:left;
	font-weight: bold;
	font-size: 1.4rem;
}
#nav_checkbox .nav_checkbox_element{
	margin:0;
	float:left;
}
#nav_checkbox .nav_checkbox_element input{
	margin:0 5px 0 0;
	vertical-align:middle;
}
#nav_checkbox .nav_checkbox_element label {
    margin-right: 12px;
	font-size: 1.4rem;
	vertical-align:middle;
}
#nav_checkbox .nav_checkbox_right {
	float: left;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	margin: 0 0 0 16px;
}
#nav_checkbox .nav_checkbox_right img {
	width: 28px;
	height: 25.6px;
}
.beginnerIcon_nav{
	margin-right: 5px;
}

/**/
.ex_bx {
    float: left;
    margin: 10px 0 0 20px;
	display: flex;
}
.mylist_bx {
    float: right;
    margin: 20px 0 0 0;
	display: flex;
}
.mytimetable .mylist_bx {
    float: none;
}
#bt_mylist a {
    padding: 4px 32px 4px 10px;
    display: block;
    text-decoration: none;
    background: url(/lfj_2024/common/img/icon_mylist.svg) no-repeat 95% 60% /18px auto;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    border: 1px solid #000;
    margin-right: 14px;
    background-color: #000;
}
#bt_mylist_bk a {
    padding:4px 10px;
	display:inline-block;
	text-decoration:none;
	color:#000;
	font-size:1.2rem;
	line-height:1.2;
    margin-right: 14px;
	background: #e1e109;
	border: 1px #e1e109 solid;
}
#about_mylist {
	padding: 5px 0;
}
#about_mylist a {
    padding: 0 15px 0px 0;
    font-size: 1.2rem;
    color: #888;
    text-decoration: none;
    background: url(/lfj_2024/common/img/icon_ques.png) no-repeat;
    background-position: 100% 50%;
    background-size: 12px 12px;
    border-bottom: 1px dotted #888;
}
#bt_mylist a:hover,#about_mylist a:hover {
    text-decoration: underline;
}
#bt_mylist_bk a:hover {
	background: #fff;
}

/*hall_color*/

.ball_hall_A {
    color:#00c262;
}
.ball_hall_B7,
.ball_hall_B5,
.ball_hall_B5M{
    color:#ffa800;
}
.ball_hall_C {
    color:#f93728;
}
.ball_hall_D7 {
    color:#8e8e88;
}
.ball_hall_G409 {
    color:#0071c5;
}


/* 2024追加 */
/*nav_checkbox*/
#nav_checkbox{
	display: none;
}