.acf-map {
  width: 1020px;
  height: 500px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

@media screen and (max-width: 750px) {
  .acf-map {
      width: 375px;
      height: 250px;
      margin-left: -20px;
      margin-bottom: 41px;
  }
}

main {
  margin-bottom: 100px;
}

.schedules .share-btn-area {
  margin-bottom: 30px;
}

.schedules .select-area .country {}

.schedules .select-area .country a {
  display: inline-block;
  width: 25%;
  height: 64px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  color: #2D2D2D;
  text-decoration: none;
  line-height: 58px;
  text-align: center;
  background-color: #b0b0b0;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 10px solid #333;
  margin-left: -4px;
}


.schedules .select-area .country a:first-of-type {

  margin-left: 0;
}

.schedules .select-area .country a:last-of-type {}

.schedules .select-area .country a.active,
.schedules .select-area .country a:hover {
  color: #e6002d;
  background-color: #e5e5e5;
  opacity: 1;
  border-bottom: 10px solid #e6002d;
}

.schedules .select-area .area {
  text-align: center;
  font-weight: bold;
}

.schedules .select-area .area>div {
  display: none;
}

.schedules .select-area .area>div.selected {
  display: flex;
}

.schedules .select-area .area .triple a {
  height: 54px;
  line-height: 54px;
}

.schedules .select-area .area .double a {
  display: inline-block;
  height: 64px;
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  color: #2D2D2D;
  text-decoration: none;
  line-height: 64px;
  text-align: center;
  background-color: #dbdada;
  cursor: pointer;
  transition: 0.2s;
  margin-left: -4px;
}

.schedules .select-area .area a {
  position: relative;
  display: block;
  margin-right: 0;
  font-size: 14px;
  color: #2D2D2D;
  letter-spacing: 0.56px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  background-color: inherit;
  height: 35px !important;
  line-height: 35px !important;
  min-width: 25%;
  max-width: 33%;
}

.schedules .select-area .area .japan.double a {
  width: 25%;
}

.schedules .select-area .area a:last-of-type {
  margin-right: 0;
}

.schedules .select-area .area a.active,
.schedules .select-area .area a:hover {
  color: #e6002d;
  background: #e5e5e5;
}

.schedules .select-area .area .double.selected {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .schedules .select-area .area .double.selected {
      justify-content: center;
  }
}

.schedule-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #151515;
}

.conference-item:hover {
  /* opacity: .7;
  cursor: pointer; */
}

/* リンクCSS打ち消し */
.schedule-link:hover {
  color: #151515;
  opacity: 1;
}

.schedules .ranking {
  margin-bottom: 0;
}

.schedules .result-area {
  padding-bottom: 14px;
  margin-top: 20px;
}

.schedules tbody tr:nth-child(odd),
tbody tr:nth-child(odd) {
  background-color: #f1f1f1 !important;
}

.schedules tbody tr:nth-child(even),
tbody tr:nth-child(even) {
  background-color: #e1e1e1 !important;
}

.schedules .result-area table {
  width: 100%;
  border-spacing: 0px 0.5em;
  border-collapse: collapse;

}

.schedules .result-area table>thead {
  border: 0;
  background-color: #2D2D2D;
}

/* .schedules .result-area table>thead>tr>th {
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.48px;
  color: #ffffff;
  font-size: 14px;
  height: 54px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  width: 80px;
} */
.schedules .result-area table>thead>tr>th:first-of-type {
  padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
  .schedules .result-area table>thead>tr>th:first-of-type {
      padding-left: 13px !important;
  }
}

.schedules .result-area table>thead>tr>th:nth-of-type(8) {
  line-height: 16px;
}

.schedules .result-area table>thead>tr>th:after {
  background-color: #ffffff;
}

.schedules .result-area table>tbody>tr>td {
  font-weight: bold;
  font-size: 13px;
}

.schedules .result-area table>tbody>tr>td:first-of-type {
  padding-left: 20px;
  width: 55px !important;

}

@media screen and (max-width: 768px) {
  .schedules .result-area table>tbody>tr>td:first-of-type {
      padding-left: 14px !important;
  }
}


.schedules .result-area table>tbody>tr>td:nth-of-type(2) {
  /* position: relative;
  width: 55px;
  letter-spacing: 0.28px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden; */
  width: 30px;
}

.schedules .result-area table>tbody>tr>td:nth-of-type(2) span {
  position: absolute;
  display: inline-block;
  top: 14px;
  left: 20px;
  width: 55px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid #F5F5F5;
  text-align: center;
  line-height: 40px;
}

.schedules .player-item:first-of-type {
  padding-left: 0;
}

.schedules .result-area table>tbody>tr>td:nth-of-type(2) span img {
  display: inline;
  max-width: 37px;
  max-height: 37px;
  background-color: #FFFFFF;
  vertical-align: middle;
  overflow: hidden;
}

.schedules .result-area table>tbody>tr>td:nth-of-type(3) {
  width: 55px;
  letter-spacing: 0.32px;
  overflow: hidden;
}

.schedules .result-area table>tbody>tr>td:nth-of-type(4) {
  width: 57px;
  letter-spacing: 0.32px;
  overflow: hidden;
}

.schedules .result-area table>thead>tr>th.join-teams-title {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .schedules .result-area table>thead>tr>th.join-teams-title {
      width: 500px;
  }
}

.schedules .result-area table>tbody>tr>td:nth-of-type(5) {
  width: 55px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .schedules .result-area table>tbody>tr>td:nth-of-type(5) {
      padding-left: 10px !important;
  }
}

.schedules .result-area table>tbody>tr>td:nth-of-type(6) {
  width: auto;
  letter-spacing: 0.32px;
  overflow: hidden;
}

.schedules .result-area table>tbody>tr>td:nth-of-type(7) {
  width: 55px;
  letter-spacing: 0.32px;
  overflow: hidden;
}

.schedules .result-area table>tbody>tr>td:last-of-type {
  width: auto;
  letter-spacing: 0.32px;
  /* overflow: hidden; */
  padding: 0 !important;
  padding-right: 30px !important;
}

.schedules .result-area h5 {
  margin: 50px auto 0px auto;
  width: 1020px;
  height: 16px;
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #2D2D2D;
  font-weight: normal;
  text-align: right;
}

.schedules .area-items {
  width: 100px;
  background: #F2F2F2;
}

.schedules .btn-view {
  width: 100px;
  color: #fff;
  text-transform: uppercase;
}

.schedules .btn-view::after {
  padding: 9px;
  padding-top: 0px;
  padding-right: 0;
  display: inline-block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url(../img/more-mark.png);
}

.schedules .btn-dark {
  width: 100px;
  text-align: center;
  margin: 12px auto;
  background: #000;
  color: #fff;
  padding: 2px 0;
}

.schedules .btn-dark:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  main {
      margin-bottom: 58px;
  }

  .schedules .share-btn-area {
      margin-bottom: 40px;
  }

  .schedules .select-area {
      margin-left: -20px;
      margin-right: -20px;
  }

  .schedules .select-area .country {
      margin-bottom: 30px;
  }

  @media screen and (max-width: 768px) {
      .schedules .select-area .country {
          margin-bottom: 15px;
      }
  }

  .schedules .select-area .country a {
      width: 50%;
      height: 40px;
      margin-left: 0px;
      font-size: 12px;
      letter-spacing: 0.48px;
      font-weight: bold;
      line-height: 40px;
      border-bottom-width: 4px !important;
  }

  .schedules .select-area .country a:first-of-type {
      border-radius: 0;
      margin-left: 0;
      margin-bottom: 0;
  }

  .schedules .select-area .country a:last-of-type {
      border-radius: 0;
      margin-bottom: 0;
  }

  .schedules .select-area .country a:nth-child(2n+1) {
      margin-left: 0;
  }

  .schedules .select-area .area {
      margin-bottom: 0;
      text-align: center;
      font-weight: bold;
  }

  .schedules .select-area .area>div {
      display: none;
  }

  .schedules .select-area .area>div.selected {
      display: block;
  }

  @media screen and (max-width: 768px) {
      .schedules .select-area .area>div.selected {
          margin-bottom: 30px;
      }
  }

  .schedules .select-area .area a {
      position: relative;
      display: inline-grid;
      margin-right: 2px;
      margin-bottom: 2px;
      color: #2D2D2D;
      text-decoration: none;
      text-align: center;
      background: #dbdada;

  }

  .schedules .select-area .area a.active,
  .schedules .select-area .area a:hover {}

  .schedules .select-area .area .double a {
      font-size: 12px;
  }

  @media screen and (max-width: 768px) {
      .schedules .select-area .area .double a {
          width: 44% !important;
      }
  }

  .schedules .select-area .area .double a:nth-of-type(2n) {
      margin-right: 0;
  }

  .schedules .select-area .area .triple a {
      width: 123px;
      height: 44px;
      line-height: 44px;
      font-size: 12px;
      letter-spacing: 0.48px;
  }

  .schedules .select-area .area .triple a:nth-of-type(3n) {
      margin-right: 0;
  }

  .schedules .result-area {
      margin-top: 10px;
      padding-bottom: 0px;
  }

  .schedules .result-area .ranking {
      margin-left: -20px;
      margin-right: -20px;
  }

  .schedules .result-area .ranking .result-table {
      overflow: auto;
  }

  .schedules .result-area .ranking .result-table tr,
  .schedules .result-area .ranking .result-table td {
      letter-spacing: 1px;
  }

  .schedules .result-area table {
      margin: 0;
      border-spacing: 0px;
  }

  .schedules .result-area table>thead {
      border: 0;
      background-color: #2D2D2D;
  }

  .schedules .result-area {
      padding-bottom: 0px;
      margin-top: 15px;
  }

  .schedules .result-area .result-table {
      overflow: auto;
  }

  .schedules .result-area .ranking {
      margin-left: -20px;
      margin-right: -20px;
  }

  .schedules .result-area .ranking .result-table {
      overflow: auto;
  }

  .schedules .result-area table {
      margin: 0;
      width: 100%;
      /* width: max-content; */
      display: table;
  }

  .schedules .result-area table>thead {
      display: table-header-group;
      background: transparent;
  }

  .schedules .result-area table>thead tr {
      background: #2D2D2D;
  }

  .schedules .result-area table tbody {
      display: table-row-group;
  }

  .schedules .result-area table tr {
      /* display: table-row;
      position: relative;
      top: 0;
      left: 0;
      border: 0; */
  }

  .schedules .result-area table>thead>tr>th,
  .schedules .result-area table td {
      display: table-cell;
      padding: 0 !important;
  }

  .schedules .result-area table>tbody>tr>td:nth-of-type(2),
  .schedules .result-area table>tbody>tr>td:nth-of-type(3) {
      white-space: wrap;
      /* width: 100px !important; */
      min-width: 90px;
  }
}

.contents {
  width: 1200px;
  margin: 0px auto;
}

#dataTable1_length {
  display: none;
}

.breadcrumb {
  display: none;
}

.schedules .on-sale {
  background: #e6002d;
  margin: 5px 0;
  color: #fff;
  border-radius: 15px;
  font-size: 11px;
  display: block;
  position: relative;
  padding-right: 8px;
}

.schedules .on-sale:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/link-icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  right: 6px;
  background-size: cover;
}

.schedules .sold-out,
.schedules .not-on-sale,
.schedules .coming-soon {
  background: #7F7F7F;
  margin: 0 auto;
  color: #fff;
  border-radius: 15px;
  font-size: 11px;
  display: block;
  width: 85%;
  text-align: center;
}

.link-wrap {
  width: 114px;
  text-align: center;
}

.table-001 tbody tr:hover {
  /* cursor: pointer;
  opacity: .7; */
}


@media screen and (max-width: 768px) {

  .schedules .not-on-sale,
  .schedules .coming-soon {}
}


.schedules .archive {
  background: #f9ddc2;
  color: #e6002d;
  height: 20px !important;
  line-height: 20px;
  width: 92px !important;
  padding: 5px 15px;
  margin: 5px auto;
}

.schedules .btn-view-disabled {
  background: #7F7F7F;
  color: #fff;
  height: 20px !important;
  line-height: 20px;
  width: 60px !important;
  padding: 5px 15px;
  pointer-events: none;
  cursor: default;
  margin: 0px auto;
}

.schedules .country-item {
  width: 230px;
}

.schedules .double {
  display: flex;
  margin: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.conference a {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {

  .schedules .double {
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0 25px;
      box-sizing: border-box;
  }

  .schedules .conference .double a {
      width: 499px;
  }
}

.contents {
  width: auto;
  max-width: 1200px;
}

.conference-item td.join-teams-flag-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .conference-item td.join-teams-flag-wrapper {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: space-around !important;
      align-items: center !important;
      width: 100% !important;
  }
}


.conference-item td .join-teams-flag {
  height: auto;
}

.conference-item td.join-teams-flag-wrapper img {
  width: 30px;
}

.pulldown-area ul.inner li::before {
  content: none;
}

.pulldown-area ul.inner li {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d9d9d9;
  padding: 10px 20px;
  margin: 20px 0;
}

.pulldown-area ul.inner li p {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
}

.select2-container--default .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rende#e6002d {
  line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 37% !important;
}

.select2-container {}

.wp-block-table {
  max-width: 1200px;
  margin: 0 auto;
}

.wp-block-table tr {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-table tr td:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBDBDB;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;

  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
}

.wp-block-table tr td:nth-of-type(1) {
  margin-right: 20px;
}

.wp-block-table tr td:nth-of-type(3) {
  text-align: right;
}


.wp-block-table tr td:nth-of-type(3),
.wp-block-table tr td:nth-of-type(8) {
  width: 300px;
}

.wp-block-table tr td:nth-of-type(5) {
  font-weight: bold;
  margin-right: 20px;
  font-size: 24px;
}

.wp-block-table tr td:nth-of-type(6) {
  font-weight: bold;
  font-size: 24px;
}



.wp-block-table td img {
  width: 50px !important;
  height: auto;
}

.wp-block-table td,
.wp-block-table th {
  border: none !important;
}

.schedules .wp-block-table tbody tr,
.schedules .wp-block-table tbody tr {
  background-color: initial !important;
}

.col2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col2 .col:first-of-type {
  /* margin-right: 20px; */
}

.schedule-detail .col2 {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.schedule-detail .col {
  margin: 0;
  width: auto;
}


.schedules .contents .content-select-area .select-area a.country-item.active {
  display: inline-block;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  text-decoration: none;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  margin-left: 0;
  color: #e6002d;
  background-color: #e5e5e5;
  opacity: 1;
  border-bottom: 10px solid #e6002d;
}

.schedules .contents .content-select-area .area-items {
  width: 100px;
  background: #F2F2F2;
}

.schedules .contents .content-select-area .select-area .area a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #2D2D2D;
  letter-spacing: 0.56px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 7px solid #a09d9d;
  background-color: inherit;
  height: 35px !important;
  line-height: 35px !important;
  /* margin-top: 40px; */
}

.none-archive.schedules .contents .content-select-area .select-area .area a:first-of-type {
  /* order: 3; */
}

.schedules .contents .content-select-area .select-area .area .double a {
  height: 35px;
  vertical-align: middle;
  line-height: normal;
  align-items: center;
  letter-spacing: 0px;
  background: #dbdada;
  border-bottom: 0;

}

@media screen and (max-width: 768px) {
  .schedules .contents .content-select-area .select-area .area .double a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      line-height: 12px !important;
  }
}

/* .schedules .select-area .area a:hover {
  background-color: #e5e5e5;
  opacity: 1;
  color: #e6002d;
} */


.schedules .contents .content-select-area .select-area .area a.active {
  background-color: #e5e5e5;
  opacity: 1;
  color: #e6002d;
}

.schedules .sold-out, .schedules .not-on-sale, .schedules .btn_coming-soon {
  background: #7F7F7F;
    margin: 0 auto;
    color: #fff;
    border-radius: 15px;
    font-size: 11px;
    display: block;
    width: 85%;
    text-align: center;
}

