/* 2024/8/ 共通 */
.indent-5 span {
  padding-left: 30px;
  &.access {
    padding-left: 1px;
  }
  &.hp {
    padding-left: 7px;
  }
  &.remarks {
    padding-left: 0px;
    font-size: 12px;
  }
}

.img-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4px !important;
}

.img-contents {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  @media screen and (max-width: 500px) {
    flex-direction: column;
    align-items: center;
  }
  .img-content {
    margin-right: 20px;
    width: 180px;
    &:nth-child(2) {
      margin-right: 0 !important;
    }
    @media screen and (max-width: 500px) {
      margin-top: 10px !important;
      margin-right: 0px !important;
      &:nth-child(1) {
        margin-top: 0 !important;
      }
    }
  }
  img {
    height: 160px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  p {
    font-size: 14px;
  }
}

.event-date-240907,
.event-date-240908 {
  padding-left: 0 !important;
}

/* 2024080101 */
.map-link {
  word-break: break-all;
}

.japan-sports-agency-link {
  font-size: 12px;
  word-break: break-all;
}

.guest-contents {
  display: flex;
  justify-content: center;
  @media screen and (max-width: 640px) {
    display: block;
  }
  .guest-content {
    &:first-child {
      margin-right: 24px;
      @media screen and (max-width: 640px) {
        margin-right: 0;
      }
    }
    .date {
      font-size: 20px;
      text-align: center;
    }
    .guest-img {
      width: 200px;
      height: 300px;
      margin: 0 auto;
      &:nth-child(3) {
        width: 270px;
        height: 100%;
      }
      &.guest-img_w270 {
        width: 270px;
        height: 100%;
      }
      @media screen and (max-width: 500px) {
        margin: 0 auto;
      }
      img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
      }
    }
    .guest-name {
      font-size: 18px;
      text-align: center;
      margin-top: 10px !important;
    }
    .guest-name span {
      font-size: 15px;
    }
  }
}

.event-hall-map,
.stage-schedule {
  text-align: center;
  border: 1px solid #000;
  padding: 30px;
  width: 240px;
  margin: 0 auto 24px;
  font-weight: bold;
  font-size: 20px;
}

.align-start {
  display: inline-block;
  width: 3.3em;
}

.rugby {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 640px) {
    display: block;
  }
  .rugby-dis {
    .ricoh-black-rams-tokyo {
      padding-left: 105px;
    }
  }
  .rugby-sample-img {
    width: 220px;
    @media screen and (max-width: 640px) {
      width: 100%;
    }
    img {
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }
}

.rugby-logo {
  margin-bottom: 20px;
  @media screen and (max-width: 640px) {
    width: 100%;
    margin-top: 20px;
  }
}

.soccer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  @media screen and (max-width: 640px) {
    display: block;
  }
  .soccer-dis {
    .soccer-logo {
      margin-top: 24px;
      width: 120px;
      @media screen and (max-width: 640px) {
        display: none;
      }
      img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
      }
    }
  }
  .soccer-sample-img {
    display: flex;
    flex-direction: column;
    .play-img {
      width: 220px;
      margin-bottom: 12px;
      @media screen and (max-width: 640px) {
        width: 100%;
      }
      img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
      }
    }
    .copyright {
      width: 100px;
    }
  }
}

.soccer-logo-sp {
  display: none;
  @media screen and (max-width: 640px) {
    display: block;
    margin-bottom: 20px;
  }
}

/* 2024080102 */
.event-title {
  border-bottom: none;
  font-size: 24px;
  margin-bottom: 16px;
}

.exhibit-info {
  text-align: center;
  border: 1px solid #000;
  padding: 30px;
  width: 240px;
  margin: 0 auto 24px;
  font-weight: bold;
  font-size: 20px;
}

.event-info {
  overflow-x: auto;
}

.event-info td {
  vertical-align: middle !important;
  text-align: center;
}

.th-implementation {
  width: 110px;
}

.emphasis{
  font-weight: bold;
  color: red;
}

#SportsContent .mw400{
	max-width: 400px;
	margin: 0 auto;
}
