@charset "UTF-8";
/*special-seat*/
.bg_special-seat{background:#9b437c}
.bg_special-seat-lighter{background:#e6d0de}
.bd_special-seat{border: 2px solid #9b437c;}
.c_special-seat{color:#9b437c}

/*coatside-seat-1st*/
.bg_coatside-seat-1st{background:#b8522e}
.bg_coatside-seat-1st-lighter{background:#edd4cb}
.bd_coatside-seat-1st{border: 2px solid #b8522e;}
.c_coatside-seat-1st{color:#b8522e}

/*coatend-seat-home*/
.bg_coatend-seat-home{background:#136361}
.bg_coatend-seat-home-lighter{background:#c0d8d8}
.bd_coatend-seat-home{border: 2px solid #136361}
.c_coatend-seat-home{color:#136361}

/*coatend-seat-away*/
.bg_coatend-seat-away{background:#685673}
.bg_coatend-seat-away-lighter{background:#d9d5dc}
.bd_coatend-seat-away{border: 2px solid #685673}
.c_coatend-seat-away{color:#685673}

/*coatside-seat-2nd*/
.bg_coatside-seat-2nd{background:#0b4274}
.bg_coatside-seat-2nd-lighter{background:#c1cfdd}
.bd_coatside-seat-2nd{border: 2px solid #0b4274}
.c_coatside-seat-2nd{color:#0b4274}

/*coatside-seat-home*/
.bg_coatside-seat-home{background:#8bafcf}
.bg_coatside-seat-home-lighter{background:#e1ebf3}
.bd_coatside-seat-home{border: 2px solid #8bafcf}
.c_coatside-seat-home{color:#8bafcf}

/*coatside-seat-away*/
.bg_coatside-seat-away{background:#468f71}
.bg_coatside-seat-away-lighter{background:#d0e3dc}
.bd_coatside-seat-away{border: 2px solid #468f71}
.c_coatside-seat-away{color:#468f71}

/*pair-seat-home*/
.bg_pair-seat-home{background:#c7892e}
.bg_pair-seat-home-lighter{background:#f1e2cc}
.bd_pair-seat-home{border: 2px solid #c7892e}
.c_pair-seat-home{color:#c7892e}

/*pair-seat-away*/
.bg_pair-seat-away{background:#42779c}
.bg_pair-seat-away-lighter{background:#d0dde6}
.bd_pair-seat-away{border: 2px solid #42779c}
.c_pair-seat-away{color:#42779c}

/*box-seat*/
.bg_box-seat{background:#bbb643}
.bg_box-seat-lighter{background:#eeedd1}
.bd_box-seat{border: 2px solid #bbb643}
.c_box-seat{color:#bbb643}

/*unreserved-seat-1st*/
.bg_unreserved-seat-1st{background:#9397ae}
.bg_unreserved-seat-1st-lighter{background:#e4e5ea}
.bd_unreserved-seat-1st{border: 2px solid #9397ae}
.c_sunreserved-seat-1st{color:#9397ae}

/*unreserved-seat-2nd*/
.bg_unreserved-seat-2nd{background:#96262d}
.bg_unreserved-seat-2nd-lighter{background:#e4c9cb}
.bd_unreserved-seat-2nd{border: 2px solid #96262d}
.c_unreserved-seat-2nd{color:#96262d}

/*unreserved-seat-1st-child*/
.bg_unreserved-seat-child-1st{background:#ebe3e3}
.bg_unreserved-seat-child-1st-lighter{background:#e8e8e8}
.bd_unreserved-seat-child-1st{border: 2px solid #ebe3e3;}
.c_sunreserved-seat-child-1st{color:#ebe3e3}

/*unreserved-seat-2nd-child*/
.bg_unreserved-seat-child-2nd{background:#f5f1f1}
.bg_unreserved-seat-child-2nd-lighter{background:#ffffff}
.bd_unreserved-seat-child-2nd{border: 2px solid #f5f1f1;}
.c_unreserved-seat-child-2nd{color:#f5f1f1}
.bg_w {background-color: white;}

.alert_box{
    width: calc(90% - 40px);
    margin: 20px 5%;
    font-size: 1.2em;
    padding: 20px;
    background-color: #FFEFEF;
    color: #C25338;
    border:1px solid #D4440D;
}
.btn_1{
  margin: 10px 15%;
  width: 70%;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  background: #fdd100;
  color: red!important;
  border: solid 3px #ff0000;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,255,255,.2) 5px, rgba(255,255,255,.2) 10px);
margin-top: 30px;
}
.btn-2{
    height: 100px;
    display: block;
    border: solid 1px #111;
    position: relative;
    background: #fdd002;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    width: 100%;
    margin: 30px 0;
}
.btn-2 > img{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    margin: auto;
    margin-left: 40px;
}
.btn-2 > p{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    font-size: 40px;
    margin: auto;
    line-height: 100px;
    color: black;
    font-weight: 700;
}
/*全体*/
.hidden_box {
  margin: 0;
  padding: 0;
   width: 100%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}

/*ボタン装飾*/
.hidden_box label {
   padding: 0 50px;
    font-weight: bold;
    background: #fdd002;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
    width: calc(100% - 100px);
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    text-align: left;
    color:black;
    display: block;
    border: solid 1px #111;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f095';
    font-family: 'FontAwesome';
    padding-right: 15px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: silver;
}

/*アイコンを切り替え*/
.hidden_box input:checked + label:before {
     content: '\f00d';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #668ad8;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked + label + .hidden_show {
    height: auto;
    opacity: 1;
    background: #f9f5e4;
    border: solid 1px #111;
    padding: 10px 15px;
    width: calc(100% - 30px);
    border-top: none;
}
.width_60 {
  width: 60%;
  margin: 0 20%;
}

.width_90 {
  width: 90%;
  margin: 0 5%;
}

.mg_t_80 {
  margin-top: 80px;
}

.bg_main {
  background-color: #fdd100;
}

.bg_main_second {
  background-color: #ca0003;
}

.bg_gr {
  background-color: #f2f3f0;
}

.bg_gray {
  background-color: #cccccc;
}

.pd_r_20 {
  padding-right: 20px;
}

.bg_slanting {
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

.pd_36 {
  padding: 0 0 36px;
}

.mg_auto {
  margin: 0 auto;
}

.te_a_center {
  text-align: center;
}

.ticket_btn {
  text-align: center;
  width: calc(100% - 4px - 8em);
  margin: 20px 0;
}

.ticket_div_form {
  float: left;
  width: 40%;
  margin: 0 5%;
}

.ticket_div_form__title {
  font-size: 20px;
  text-align: center;
}
.ticket_div_form__sentence{
  font-size: 1.7em;
}
.ticket_div_form__tel {
  font-size: 40px;
}

.ticket_div_form__icon {
  text-align: center;
  font-size: 40px;
}

.mg_b_30 {
  margin-bottom: 30px;
}

.btn-flat-border {
  display: inline-block;
  padding: 1em 4em;
  text-decoration: none;
  border-radius: 3px;
  transition: .4s;
  font-size: 20px;
  font-weight: 700;
  background: #ffd700;
  color: #4c3c3c;
  border: solid 2px #ffd700;
}

.btn-flat-border:hover {
  background: white;
  color: #4c3c3c;
  border: solid 2px #4c3c3c;
}

.button_top {
  text-align: center;
  font-size: 20px;
  padding: 2em 0 0.5em;
  color: #4c3c3c;
  font-weight: 600;
}

.pd_l_10 {
  padding-left: 10px
}

.pd_t_36 {
  padding-top: 36px;
}

.pd_r_10 {
  padding-right: 10px
}

.mr_r_20 {
  margin-right: 20px
}

.mr_t_30 {
  margin-top: 30px
}

.member_list {
  width: 100%;
}

.member_list__subtitle {
  text-align: center;
  font-size: 18px;
  padding-bottom: px;
}

.member_list__sentence {
  font-size: 18px;
  color: black;
  padding: 0.7em 0;
  text-align: center;
  font-weight: 500;
}

.member_list__title {
  font-size: 35px;
  text-align: center;
}

.member_list__price {
  text-align: center;
  font-size: 25px;
}

.member_list__div {
  margin-top: 20px;
  color: white;
  padding: 15px;
  padding-bottom: 30px;
}

.member_list__ul {
  font-size: 20px;
}

.member_list__li {
  font-size: 20px;
  border-bottom: solid 1px white;
  padding-bottom: 3px;
  padding-top: 6px;
}

.member_list>li {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.ct_2 {
  font-size: 15px;
  width: 25%;
}

.pd_b_100 {
  padding-bottom: 100px
}
.pd_b_40{
  padding-bottom: 40px;
}
.pd_t_40{
padding-top: 40px;
}
.bd_g {
  border-top: solid 1px #afabab;
}

.bd_diamond {
  border-bottom: solid 3px #009ae4;
}

.bd_white {
  border-bottom: solid 8px #fff;
}

.bd_black {
  border-bottom: solid 8px black;
}

.color_diamond {
  color: #009ae4
}

.back_c_diamond {
  background-color: #009ae4;
}

.bd_platinum {
  border-bottom: solid 3px #a0a0a0;
}

.color_platinum {
  color: #a0a0a0
}

.back_c_platinum {
  background-color: #a0a0a0;
}

.bd_gold {
  border-bottom: solid 3px #c19407;
}

.color_gold {
  color: #c19407
}

.color_black {
  color: #333333
}

.color_white {
  color: #fff
}

.back_c_gold {
  background-color: #c19407;
}

.bd_regular {
  border-bottom: solid 3px #fdd100
}

.color_regular {
  color: #fdd100
}

.back_c_regular {
  background-color: #fdd100;
}

.bd_junior {
  border-bottom: solid 3px #e80014
}

.color_junior {
  color: #e80014
}

.back_c_junior {
  background-color: #e80014;
}

.fc_main_title {
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 10px;
}

.fc_main_sentence {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.fc_special__ul {
  list-style: none;
  margin-top: 20px;
}

.fc_special__p {
  border-bottom: 4px solid #c5161e;
  padding-bottom: 6px;
  font-size: 33px;
  color: #c5161e;
}

.fc_special__p>i {
  margin-right: .2em;
  font-size: 40px;
}

.fc_special__ul_ul {
  width: 50%;
  margin-left: 50%;
}

.fc_special__li_li {
  width: 16%;
  margin: 1%;
  text-align: center;
  border: 4px double #fff;
  padding: 4px 0;
  float: left;
  font-size: 10px;
}

.fc_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.ticket_main_title {
  font-family: abolition;
  width: 60%;
  margin-left: 20%;
  font-size: 50px;
  text-align: center;
  font-weight: 500;
}

.ticket_p_sentence {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.ticket_p_sentence_en {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-family: abolition;
}

.is_bold {
  font-weight: 800;
}

.tb_zashu {
  width: 90%;
  margin: 0 5%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 1px 1px;
  color: black!important;
  vertical-align: middle;
}

.tb_zashu tbody td {
  padding: 7px 10px;
}

.tb_zashu tbody tr:nth-child(2) td {
  background: #9b437c;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(2) td:nth-child(n+3) {
  background: #9b437c40;
  vertical-align: middle;
  font-weight: 700;
  color: #252424;
  font-size: 110%;
}

.tb_zashu tbody tr:nth-child(3) td {
  background: #b8522e;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(3) td:nth-child(n+2) {
  background: #b8522e40;
  vertical-align: middle;
  font-weight: 700;
  color: #252424;
  font-size: 110%;
}

.tb_zashu tbody tr:nth-child(4) td {
  background: #0c6363;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(4) td:nth-child(n+2) {
  background: #0c636340;
  vertical-align: middle;
  font-weight: 700;
  color: #252424;
  font-size: 110%;
}

.tb_zashu tbody tr:nth-child(5) td {
  background: #685673;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(5) td:nth-child(n+2) {
  background: #68567340;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(6) td {
  background: #0b4274;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(6) td:nth-child(n+2) {
  background: #0b427440;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(7) td {
  background: #8bafd0;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(7) td:nth-child(n+2) {
  background: #8bafd040;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(8) td {
  background: #468f71;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(8) td:nth-child(n+2) {
  background: #468f7140;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(9) td {
  background: #c7892e;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(9) td:nth-child(n+2) {
  background: #c7892e40;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(10) td {
  background: #43779c;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(10) td:nth-child(n+2) {
  background: #43779c40;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(11) td {
  background: #bbb643;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(11) td:nth-child(n+2) {
  background: #bbb64340;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}
.tb_zashu tbody tr:nth-child(12) td{
background: #6cb147;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}
.tb_zashu tbody tr:nth-child(12) td:nth-child(n+2){
background: #6cb14740;
   vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}
.tb_zashu tbody tr:nth-child(13) td:nth-child(2) {
  background: #9397ae;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}
.tb_zashu tbody tr:nth-child(13) td:nth-child(n+3) {
  background: #9397ae40;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}
.tb_zashu tbody tr:nth-child(14) td {
  background: #d6c8c880;
  vertical-align: middle;
  font-weight: 700;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(15) td {
  background: #97272e;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  font-weight: 900;
}

.tb_zashu tbody tr:nth-child(15) td:nth-child(n+2) {
  background: #97272e40;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:nth-child(16) td {
  background: #d6c8c840;
  vertical-align: middle;
  font-weight: 700;
  font-size: 110%;
  color: #252424;
}

.tb_zashu tbody tr:first-child, .tb_zashu tbody tr:first-child td, .tb_zashu tbody tr:nth-child(2) td:first-child, .tb_zashu tbody tr:nth-child(13) td:first-child {
  background: #403e36;
  vertical-align: middle;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.tb_zashu tbody tr:nth-child(2)>td:nth-child(2), .tb_zashu tbody tr:nth-child(n+2):nth-child(-n+12)>td:first-child, .tb_zashu tbody tr:nth-child(13)>td:nth-child(2), .tb_zashu tbody tr:nth-child(15)>td:first-child, .tb_zashu tbody tr:nth-child(17)>td:first-child {
  text-align: center;
}

.ticket_box {
  border-left: 15px solid #fbd002;
  box-sizing: border-box;
  background: linear-gradient(225deg, transparent 50px, #f6f6f6 0);
}

.ticket_box__title {
  font-size: 40px;
  border-bottom: 4px solid #97272e;
  margin-top: 30p;
  margin-left: .5em;
  padding-top: 15px;
  color: #97272e;
  font-weight: 700;
  width: 80%;
}

.ticket_box__sentence {
  font-size: 20px;
  margin-left: 20px;
  color: black;
  float: left;
  margin-top: 5px;
  width: 80%;
  margin-bottom: 20px;
}

.bd_r_1 {
  border-right: solid 1px #dedbdb;
}

.mg_t_50 {
  margin-top: 50px;
}

.ticket_box__button {
  width: calc((100% - 1px)*0.5);
  float: left;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border-top: solid 1px #dedbdb;
  border-bottom: solid 1px #dedbdb;
  color: #9f3d44;
  font-weight: 600;
}

.ticket_box input:checked~.hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  width: calc(100% + 15px);
  background: #f9f9f9;
  box-sizing: border-box;
  margin-left: -15px;
  padding-left: 20px;
  border-left: 15px solid #fbd002;
}


/*チェックは見えなくする*/

.ticket_box input {
  display: none;
}


/*中身を非表示にしておく*/

.ticket_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.ticket_box__box {
  margin: 0;
}

.ticket_box__box>ul {
  margin: 0;
  list-style: none;
}

.ticket_box__box>ul>li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ticket_box__box>ul>li a {
  text-decoration: none;
  display: block;
}

.ticket_box__box>ul>li>.box-left {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  vertical-align: middle;
  color: #9f3d44;
  font-weight: 600;
  text-align: right;
  font-size: 20px;
}

.ticket_box__box>ul>li>.box-right {
  display: inline-block;
  width: 74%;
  vertical-align: middle;
  font-size: 16px;
}
.ticket_guide{
    margin: 30px 0;
    padding: 20px;
    border-bottom: 2px solid #676767;
    padding-bottom: 50px;
}
.ticket_guide__left {
  float: left;
  width: 350px;
}

.ticket_guide__right {
  float: left;
  width: calc(100% - 374px);
  margin-left: 20px;
}

.ticket_guide__right_title {
  font-size: 2em;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
}

.ticket_guide__right_sentence {
  font-size: 1.6em;
    padding: 10px 0;
}

.ticket_guide__right_title::before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom:0;
  background-image: url(/v=1565563206/files/user/%E5%BA%A7%E5%B8%AD%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3.svg?v=1565563206);
  background-position: 0;
  background-repeat: no-repeat;
}
.park{
    background: #fd0202;
    color: white;
    padding: 0 25px;
    border-radius: 5px;
    line-height: 50px;
    display: block;
    text-align: center;
    margin-top: 20px;
        font-size: 2em;
}
.park_gray{
  background: #3e3d3d;
    color: white;
    padding: 0 25px;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin-top: 20px;
        font-size: 2em;
}
.tbl_price {
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px;
}

.tbl_price th {
  font-size: 1.2rem;
  padding: 0.3em 0.5em 0.5em 0.5em;
  vertical-align: bottom;
  line-height: 1.3;
  color: white;
}

.tbl_price td {
  font-size: 1.2rem;
  padding: 0.8em 0.5em 0.8em 0.5em;
  vertical-align: bottom;
  line-height: 1.3;
      color: #484848;
    font-weight: 600;
}

@media(min-width:1436px) {
  .member_list>li:nth-child(n + 4) {
    margin-top: 20px
  }
  .member_list>li:nth-child(4) {
    margin-left: 18.5%
  }
  .member_list>li:nth-child(5) {
    margin-right: 18.5%
  }
  .mg_015 {
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  .width_30 {
    width: 30%;
  }
  .tb_zashu, .width_90 {
    width: 70%;
    margin: 0 15%;
  }

}
@media(max-width:1435px){
  .ticket_guide__left{
    width: 50%;
    margin: 0 25%;
  }
  .ticket_guide__right{
    width: 100%;
    margin: 0;
    padding-top: 30px;
  }
}
@media(min-width:1000px) and (max-width:1435px) {
  .mg_015 {
    margin: 0 1.5%;
  }
  .width_30 {
    width: 45%;
  }
  .member_list>li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .member_list__title {
    font-size: 28px;
  }
  .member_list__sentence {
    font-size: 15px;
  }
  .member_list__price {
    font-size: 20px;
  }
  .btn-flat-border {
    padding: 1em 0;
    margin: 1em 0;
    width: 100%;
  }
  .tb_zashu tbody tr:nth-child(2) td:nth-child(n+3), 
.tb_zashu tbody tr:nth-child(3) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(4) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(5) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(6) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(7) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(8) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(9) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(10) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(11) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(12) td:nth-child(n+3), 
.tb_zashu tbody tr:nth-child(13) td:nth-child(n+1), 
.tb_zashu tbody tr:nth-child(14) td:nth-child(n+2), 
.tb_zashu tbody tr:nth-child(15) td{
    font-size: 80%;
  }
  .ticket_p_sentence_en {
    font-size: 15px;
  }
  .ticket_box__title {
    font-size: 20px;
  }
  .width_30 {
    width: 30%;
  }
  .tb_zashu, .width_90 {
    width: 70%;
    margin: 0 15%;
  }
  .ticket_box__sentence {
    font-size: 15px;
  }
  .ticket_div_form__tel {
    font-size: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .mg_015 {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .width_30 {
    width: 95%;
  }
  .member_list>li {
    margin-top: 20px;
  }
  .btn-flat-border {
    padding: 1em 0;
    margin: 1em 0;
    width: 100%;
  }
  .tb_zashu tbody tr:nth-child(2) td:nth-child(n+3), 
  .tb_zashu tbody tr:nth-child(3) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(4) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(5) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(6) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(7) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(8) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(9) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(10) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(11) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(12) td:nth-child(n+3), 
  .tb_zashu tbody tr:nth-child(13) td:nth-child(n+1), 
  .tb_zashu tbody tr:nth-child(14) td:nth-child(n+2), 
  .tb_zashu tbody tr:nth-child(15) td{
    font-size: 80%;
  }
  .ticket_p_sentence_en {
    font-size: 15px;
  }
  .ticket_box__title {
    font-size: 18px;
  }
  .ticket_box__sentence {
    font-size: 15px;
  }
  .ticket_div_form__tel {
    font-size: 30px;
    text-align: center;
  }
  .ticket_box__box>ul>li>.box-left {
    width: 37%;
    font-size: 15px;
  }
  .ticket_box__box>ul>li>.box-right {
    width: 55%;
    font-size: 16px;
  }
  .ticket_div_form {
    width: 95%;
    margin-left: 0;
  }
  .ticket_main_title {
    width: 80%;
    margin-left: 10%;
  }
  .tb_zashu tbody td {
    padding: 4px;
  }
  .ticket_guide__right_sentence{
    font-size: 20px;
  }
  .ticket_guide__right_title{
    font-size: 22px;
    padding-left: 30px;
  }
  .ticket_guide__right_title::before{
    width: 30px;
    height: 30px;
  }
  .ticket_guide{
    padding: 0;
    margin: 50px 0;
  }
  .ticket_guide__right_sentence{
    padding: 10px 5px;
  }
  .ticket_guide__right{
        padding-top: 10px;
  }
}
/*TYPE(hidden sidebar)*/
@media screen and (max-width: 768px) {
.ticket_guide__left{
    width: 100%;
    margin: 0;
  }
  .btn-2 > img{
    width: 65px;
    margin-left: 10px;
}
.btn-2 > p{
    left: 80px;
    font-size: 25px;
}
.hidden_box label{
      padding: 0 30px;
    width: calc(100% - 60px);
    line-height: 100px;
    font-size: 25px;
}
}
.flex_box { 
  padding: 10px; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    margin: 0 0 2em;
}
 
.flex_item {
         padding: 10px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #111;
    overflow: auto;
    min-width: 0;
    background: #fdd101;  
    height: 210px;         
}
.buy_bleague__img{
    margin: 25px auto;
    max-height: 60px;
    text-align: center;
    display: table;
}
.flex_item__h2{
  text-align: center;
    font-size: 2.5em;
    color: black;
    font-weight: 700;
}
.flex_item > i{
  height: 110px;
    color: black;
    width: 100%;
    line-height: 100px;
    font-size: 60px;
    text-align: center;
}
.ticket_h2_title{
text-align: center;
    font-size: 30px;
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
}
.ticket_h3_tilte2{
    margin-bottom: 15px;
    padding: 4px 6px;
    background-color: #ffd700;
    border: 2px solid #838383;
    border-radius: 4px;
    color: #000000;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}
.ticket_h3_tilte2::before{
    content: " ";
    font-size: 34px;
    border-left: 6px solid #e40073;
    margin-right: 8px;
    vertical-align: sub;
}
.ticket_box_point {
    margin: 2em 0;
    padding: 0.5em 1em;
}
.ticket_box_point p {
    margin: 0; 
    padding: 0;
}
.ticket_list_box{
  padding: 10px;
}
.ticket_list_box li{
  position: relative;
  padding-left: 25px;
  font-size: 1.3em;
}
.ticket_list_box li:before {
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    color: #111;
}
.accbox {
    margin: 0;
    padding: 0;
    width:100%;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

.nav ul {
	max-width: 1240px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5em;
	font-weight: 300;
}

.nav li span {
	display: block;
}

.nav a {
	display: block;
	color: rgba(249, 249, 249, .9);
	text-decoration: none;
	transition: color .5s, background .5s, height .5s;
}
.ticket-boxi{
  display: flex; 
    padding:  10px;
    flex-wrap: wrap;             /* 余白指定 */
    justify-content: center;
}
 
.ticket-boxi-item{
    padding: 10px;
    color: #fff;
    margin: 10px;
    border-radius: 5px;
    border: solid 1px #000000;
    width: 20%;
}
.ticket-boxi-img{
      width: 70%;
    margin: 0 15%;
}
.ticket-boxi-title{
  color: #333;
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
}
.opacity{
      opacity: 0.2;
}
@media(max-width:768px){
  .ticket-boxi-item{
    width:30%;
  }
}
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.manner_table{
      margin-bottom: 30px;
    width: 100%;
    border: 1px solid #bfbfbf;
    margin-top: 30px;
}
.manner_table th {
    color: #FFF;
    text-align: center;
    background: #b5b5b5;
}
.manner_table tbody tr {
    border-bottom: 1px solid #bfbfbf;
}
.manner_table th, .manner_table td {
    padding: 10px;
}

.rule-list {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px; 
    display: flex;
}
 
.rule-list li{
     padding: 10px;
    color: #333;
    margin: 10px;
    background: #ffd701;
    border-radius: 5px;
    width: 30%;
    text-align: center;
}
.list_enter {
  position: relative;
  border: solid 2px #fddc38;
  margin: 3em 0 1em 0;
}
.list-enter_title {
  font-size: 1.15em;
  background: #fddc38;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.list_enter ul,.list_enter ol {
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  color: #7a7a7a;
  border: none;
  list-style-type: none;
}
 .list_enter ol{
  counter-reset: number;
}
.list_enter ul li,.list_enter ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #fddc38;
}
.list_enter ul li:last-of-type,.list_enter ol li:last-of-type{
  border-bottom: none;
}
.list_enter_left{
      display: inline-block;
    width: 60%;
    vertical-align: middle;
}
.list_enter_left > span{
  font-size: 1.5em;
}
.list_enter_right{
      display: inline-block;
    width: 38%;
    margin-left: 2%;
    vertical-align: middle;
    text-align: center;
}
.list_enter_right > span{
   font-size: 2em;
}
@media screen and (max-width: 768px) {

.rule-list{
 display: block;
}
.rule-list li{
 width: 90%;
 margin: 5% 0;
}
}
.gct-itemList__item{
  margin-bottom: 20px;
}
.text_c{
  text-align: center;
}
.col-1 {
    display: inline-block;
    width: 200px;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 100px;
    /* border: solid 1px; */
}