.baseball-heading {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}
.baseball-heading h1 {
  margin-bottom: 4px;
  font-weight: bold;
}
.baseball-heading p {
  margin-top: 0;
  color: #1d96aa;
}

.baseball-match {
  margin-bottom: 40px;
}

.baseball-card {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  color: #454545;
  text-align: center;
  background-color: #e1dddd;
}
.baseball-card::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #1d90ca transparent transparent transparent;
}
.baseball-card .date {
  margin-bottom: 10px;
  font-size: 30px;
}
.baseball-card .date span {
  display: inline-block;
  padding: 4px;
  margin-right: 8px;
  margin-left: 4px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  background-color: #22ac38;
  border-radius: 4px;
  vertical-align: middle;
}
.baseball-card .inner {
  padding: 10px;
  background: #fff url(../images/icon-vs.png) 50% no-repeat;
  background-color: #ffffff;
  overflow: hidden;
}
.baseball-card .team-left {
  float: left;
}
.baseball-card .team-right {
  float: right;
}
.baseball-card .team-name {
  font-size: 14px;
  font-weight: bold;
}

.baseball-heading-blue {
  margin-bottom: 32px;
  text-align: center;
}
.baseball-heading-blue span {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #1d8fca;
}
.baseball-heading-blue span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #1d90ca transparent transparent transparent;
}

.baseball-list-wrap {
  padding: 6px 10px;
  background: url(../images/bg-gray.png);
}
.baseball-list-wrap .row {
  margin-right: -4px;
  margin-left: -4px;
}
.baseball-list-wrap .row .col-sm-6,
.baseball-list-wrap .row .col-xs-4 {
  padding: 4px;
}
.baseball-list-wrap .team-logo {
  display: block;
}
.baseball-list-wrap .team-logo img {
  width: 100%;
  height: auto;
}

.baseball-league-heading {
  padding: 4px;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #4d4d4d;
}

.baseball-month {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1d8fca;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-color: #ffffff;
}
.baseball-month::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #1d90ca transparent transparent transparent;
}
.baseball-month small {
  display: block;
  font-size: 12px;
}

.baseball-sheet {
  margin-top: 40px;
  margin-bottom: 40px;
}
.baseball-sheet .heading {
  margin-bottom: 20px;
  text-align: center;
}
.baseball-sheet .heading p {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 14px;
}
.baseball-sheet .heading strong {
  font-size: 36px;
  font-weight: bold;
}

.baseball-sheet-cat {
  position: relative;
  padding: 30px 10px 10px;
  background-color: #ececec;
}
.baseball-sheet-cat::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f4f4f4 transparent transparent transparent;
}
.baseball-sheet-cat > .row {
  margin-right: -4px;
  margin-left: -4px;
}
.baseball-sheet-cat > .row > .col-xs-6 {
  padding: 4px;
}
.baseball-sheet-cat nav > p {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #4d4d4d;
}
.baseball-sheet-cat nav > ul {
  padding: 10px;
  font-size: 12px;
  background-color: #ffffff;
}
.baseball-sheet-cat nav > ul li {
  position: relative;
  padding: 2px 0 2px 8px;
}
.baseball-sheet-cat nav > ul li::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1d90ca;
}
.baseball-sheet-cat nav > ul a {
  color: #525263;
}

.baseball-btn {
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 8px;
}
.baseball-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.baseball-btn strong {
  display: block;
  font-size: 36px;
}

.baseball-btn-yuso {
  background-color: #e60012;
}
.baseball-btn-yuso:hover,
.baseball-btn-yuso:focus {
  color: #fff;
  opacity: 0.8;
}

.baseball-btn-shop {
  background-color: #acd598;
}
.baseball-btn-shop:hover,
.baseball-btn-shop:focus {
  color: #fff;
  opacity: 0.8;
}

.letterpack-btn-shop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #67b6d9;
}

.letterpack-btn-shop strong{
  margin-right: 0.75em;
}

.letterpack-btn-shop:hover,
.letterpack-btn-shop:focus {
  color: #fff;
  opacity: 0.8;
}

@media only screen and (min-width: 768px){
  .baseball-heading h1 {
    font-size: 56px;
  }
  .baseball-heading p {
    font-size: 24px;
  }

  .baseball-btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .baseball-btn::after {
    right: 24px;
  }

  .letterpack-btn-shop {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .baseball-card .team-left {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .baseball-heading-blue span {
    font-size: 36px;
  }

  .baseball-list-wrap {
    padding: 12px 16px;
  }
  
  .baseball-sheet {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}


/* チケット一覧 */
.ticket-list {
  background: #ffffff;
}

.ticket-list-heading {
  padding: 10px;
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  background: #08aeee;
}

.ticket-list-subheading {
  padding: 15px 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.ticket-list-subheading::before {
  font-family: FontAwesome;
  content: '\f138';
  font-size: 14px;
  color: #08aeee;
  margin-right: 4px;
  vertical-align: middle;
}

.ticket-list-row {
  padding: 15px 10px;
  border-top: 1px solid #f4f4f4;
}
.ticket-list-row > div {
  margin-top: 2px;
  margin-bottom: 2px;
}
.ticket-list-row + .ticket-list-subheading {
  border-top: 1px solid #f4f4f4;
}

.ticket-list-stock {
  font-weight: bold;
  color: #f74d72;
}

.ticket-list-shop {
  font-size: 12px;
}
.ticket-list-shop .label {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 8px;
  line-height: 1;
  font-size: 12px;
  background: #f2f2f2;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .ticket-list-heading {
    padding: 10px 20px;
  }

  .ticket-list-subheading {
    padding: 15px 20px;
  }

  .ticket-list-row {
    padding: 15px 20px;
  }
  .ticket-list-row > div {
    margin: 0;
  }
  .ticket-list-shop{
    font-size: 14px;
  }
}

.text-right {
  text-align: right;
}
.month-link {
  padding: 0 10px;
  line-height: 2;
}

/* code3:益川 - チケット一覧変更 bootstrapのカラム -> tableレイアウト に変更 */
.table-wrapper{
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #f2f2f2;
  padding-bottom: 12px;
}
.ticket-list-table{
  width: 100%;
  background-color: #fff;
}
.ticket-list-table td{
  font-size: 14px;
  text-align: left;
  padding: 8px 12px 0;
}
.ticket-list-table .table-item td{
  font-size: 12px;
}
.ticket-list-table .table-label td{
  background-color: #eaeaea;
  padding: 12px;
}


@media only screen and (min-width: 768px){
  .ticket-list-table td{
    padding: 16px 16px 0;
  }
  .ticket-list-table .table-item td{
    font-size: 14px;
  }
  .ticket-list-table .table-label td{
    padding: 16px;
  }
}

.ticket-list-table td.type{
  width: 32%;
}
.ticket-list-table td.shop{
  width: 17%;
}
.ticket-list-table td.price{
  width: 18%;
  text-align: center;
}

.ticket-list-table .table-memo td{
  border-bottom: 1px solid #f2f2f2;
  padding: 0 12px 8px;
}
.ticket-list-table .table-memo td small{
  display: inline-block;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .table-wrapper{
    overflow-x: unset;
    -webkit-overflow-scrolling: none;
  }
  .ticket-list-table .table-memo td{
    border-bottom: 1px solid #f2f2f2;
    padding: 0 16px 16px;
  }
  
}
@media (min-width: 992px) {
  .ticket-list-table td{
    font-size: 16px;
  }
}

/* バナー部分調整 */
.has-side_bnr{
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px){
  .has-side_bnr [class^='col-']{
    width: 100%;
  }
}

/* 販売中止告知掲載 */
.intro-caution{
  border: 4px solid #df0623;
  background-color: #df0623;
  border-radius: 36px;
  text-align: center;
  padding: 1rem 0.5rem;
  margin-bottom: 1.5rem;
}

.intro-caution p{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em){
  .intro-caution{
    border-radius: 32px;
    padding: 0.5rem 1rem;
  }

  .intro-caution p{
    font-size: 20px;
  }
}

/* 2022.06.02 add: /sell/baseball/opponent styles */
.opponent__logos{
  background-color: #fff;
  margin-bottom: 15px;
}

.opponent__logo-box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.opponent__logo-item{
  width: calc(100% / 4);
  padding: 0 5px 10px;
}

@media (min-width: 992px) {
  .opponent__logos{
    background-color: #fff;
    padding: 10px 0;
  }

  .opponent__logo-item{
    width: calc(100% / 8);
    padding: 0 5px;
  }
}
