@charset "UTF-8";

/***************ファイト!九州 プロジェクト 野球振興活動報告-20220624*/
.ac-tite{
  background: #11415a;
  border-radius: 15px 15px 0 0;
  padding: 12px 20px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.act-overview{
  margin-bottom: 30px;
}
.act-ove-logo{
  margin: 0 25px 25px;
  text-align: center;
}
.act-overview a{
  text-decoration: underline;
}
.act-ove-lead{
  max-width: 960px;
  border: #4dc9fd 4px dotted;
  padding: 15px;
  margin: 0 auto 50px;
  color: #11415a;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.act-ove-lead span{
}
@media screen and (max-width: 480px) {
  /*－スマホ*/
  .act-ove-lead{
    padding: 10px;
    margin: 0 auto;
    font-size: 1.5em;
  }
}
/*地図部分*/
.activities-anc{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}
.activities-anc p{
  width:35%;
  text-align: center;
}
.activities-anc div{
  align-self: center;
  width:45%;
}
.activities-anc a{
  font-size: .9em;
  text-decoration: underline;
}
.act-anc-box{
  text-align: center;
}
.act-anc-box h2{
  position: relative;
  display: inline-block;
  padding: 0 50px 0 60px;
  color: #11415a;
}
.act-anc-box h2 span{
  font-size: .75em;
}
.act-anc-box h2:before{
  content: '';
  position: absolute;
  top: 60%;
  left:0;
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: #11415a;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.act-anc-box h2:after{
  content: '';
  position: absolute;
  top: 60%;
  right:0;
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: #11415a;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 480px) {
  /*地図部分－スマホ*/
  .activities-anc p{
    width:70%;
    margin: 0 auto 20px;
  }
  .activities-anc div{
    width:100%;
    margin: 0 auto;
  }
}
/*活動報告部分*/
.activities-box{
  background: #fff;
  padding: 35px;
  border-radius: 50px;
  border: #11415a 6px solid;
}
.activities-box h2{
  position: relative;
  margin-bottom: 30px;
  color: #11415a;
  font-size: 2.2em !important;
  text-align: center;
}
.activities-box h2:before{
  position: absolute;
  bottom: -5px;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  content: '';
  border-radius: 2px;
  background: #11415a;
}
.act-title{
  position: relative;
  display: flex;
  background: #4dc9fd;
  padding: 5px 15px;
  border: #fff 2px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.act-title.now:before,.act-title.fin:before,.act-title.can:before,.act-title.now2:before{
  position: absolute;
  right: 15px;
  top: 50%;transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
  min-width: 70px;
  padding: 3px 5px;
  font-size: .8em;
  text-align: center;
}
.act-title.now:before{
  content: '開催予定';
  background: #f8ff37;
  color: #11415a;
}
.act-title.now2:before{
  content: '一部延期';
  background: #f8ff37;
  color: #666;
}
.act-title.fin:before{
  content: '終了';
  background: #11415a;
}
.act-title.can:before{
  content: '中止';
  background: #666;
}
.act-title span{
  font-size: .8em;
}
.act-title h3.tt{
  align-self: center;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.act-title .logo{
  align-self: center;
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.activities-box p{
  padding: 0 2px;
}
.act-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2px;
  margin-top: 20px;
}
.act-photo li{
  flex-basis: calc((100% - 40px) / 3);
  max-width:calc((100% - 40px) / 3);
  margin-top:20px;
}
.act-photo li:nth-of-type(1),
.act-photo li:nth-of-type(2),
.act-photo li:nth-of-type(3){
  margin-top:0;
}
.act-photo li:nth-of-type(3n-1):nth-last-of-type(1){
  margin-right:auto;
  margin-left:20px;
}
@media screen and (max-width: 480px) {
  /*活動報告部分－スマホ*/
  .activities-box{
    padding: 20px 15px;
    border-radius: 20px;
    border: #11415a 3px solid;
  }
  .activities-box h2{
    margin-bottom: 20px;
    font-size: 2em !important;
  }
  .activities-box h2:before{
    height: 4px;
  }
  .activities-anc{
  display: block;
  }
  .act-photo li{
    flex-basis: calc((100% - 10px) / 2);
    max-width:calc((100% - 10px) / 2);
    margin-top:10px;
  }
  .act-photo li:nth-of-type(3){
    margin-top:10px;
  }
  .act-title{
    padding: 5px 10px;
  }
  .act-title.fin:before,.act-title.now:before,.act-title.can:before{
    right: 0;
    bottom: 0;
    top: auto;transform: none;
      -webkit-transform: none;
          -ms-transform: none;
    font-size: .8em;
    text-align: center;
  }
  .act-title h3.tt{
    font-size: 1.2em;
  }
  .act-photo li:nth-of-type(3n-1):nth-last-of-type(1){
    margin-right:0;
    margin-left:0;
  }
}
/*テーブル設定*/
table.act-table,table.anc-table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
table.act-table{
  margin-bottom: 5px;
}
table.act-table th,table.act-table td,table.anc-table th,table.anc-table td{
  border: #fff 2px solid;
  padding: 5px 15px;
}
table.act-table th{
  background: #dddddd;
}
table.anc-table th{
  background: #4dc9fd;
  padding: 12px;
  color: #fff;
  vertical-align: middle;
}
table.anc-table th img{
  width: 24px;
  height: 24px;
  margin-left: 3px;
  vertical-align: middle;
}
table.act-table td,table.anc-table td{
  background: #f5f5f5;
  padding: 10px 15px;
  vertical-align: middle;
}
table.act-table th.day{
  width: 20%;
}
table.act-table td.place{
  width: 35%;
}
table.act-table td.coach{
  width: 35%;
}
table.act-table td.member{
  width: 10%;
  text-align: right;
}
table.anc-table td{
  text-align: center;
}
@media screen and (max-width: 480px) {
  /*テーブル設定－スマホ*/
  table.act-table,table.anc-table{
    border: none;
  }
  table.act-table th,table.act-table td{
  display: block;
  border-bottom: none;
  }
  table.act-table th,table.anc-table th{
    width: 100%;
    font-size: 1.2em;
  }
  table.anc-table th img{
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
  table.act-table th.day,table.act-table td.place,table.act-table td.member,table.act-table td.coach{
    width: 100%;
  }
  table.act-table td.place,table.act-table td.member,table.act-table td.coach{
    text-align: left;
  }
}
/*コラボ表記*/
.collabo-balloon {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  display: inline-block;
  background: #ff9158;
  border-radius: 15px;
  padding: 3px 10px !important;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.collabo-balloon::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #ff9158 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .collabo-balloon {
    border-radius: 8px;
    padding: 5px 8px !important;
  }
}

/***************ファイト!九州 プロジェクト 野球振興活動報告-20230328※追記*/
#pr_2023 .act-ove-lead {
    border: #00943a 4px dotted;
    color: #010101;
}
#pr_2023 .ac-tite {
    background: #106547;
}
#pr_2023 .act-anc-box h2,
#pr_2023 .act-anc-box h2:before,
#pr_2023 act-anc-box h2:after {
    color: #010101;
}
#pr_2023 .act-anc-box h2 span {
    font-size: .6em;
}
@media screen and (max-width: 480px) {
#pr_2023 .act-anc-box h2 span {
    font-size: .8em;
}
}
#pr_2023 table.anc-table th {
    background: #00943a;
}
#pr_2023 .activities-box {
    border: #010101 6px solid;
}
#pr_2023 .activities-box h2{
    color: #106547;
}
#pr_2023 .activities-box h2:before {
    background: #106547;
}
#pr_2023 .act-title {
    background: #00943a;
}
.act-title.now3:before{
  position: absolute;
  right: 15px;
  top: 50%;transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
  min-width: 70px;
  padding: 3px 5px;
  font-size: .8em;
  text-align: center;
}
.act-title.now3:before{
  content: '開催準備中';
  background: #f8ff37;
  color: #666;
}

/***************ファイト!九州 プロジェクト 野球振興活動報告-20240220※追記*/
#pr_2024 .act-ove-lead {
    border: #fdd30c 4px dotted;
    color: #010101;
}
#pr_2024 .ac-tite {
    background: #010101;
}
#pr_2024 .act-anc-box h2,
#pr_2024 .act-anc-box h2:before,
#pr_2024 act-anc-box h2:after {
    color: #010101;
}
#pr_2024 .act-anc-box h2 span {
    font-size: .6em;
}
@media screen and (max-width: 480px) {
#pr_2024 .act-anc-box h2 span {
    font-size: .8em;
}
}
#pr_2024 table.anc-table th {
    background: #666;
    color: #fff;
}
#pr_2024 .activities-box {
    border: #999 6px solid;
}
#pr_2024 .activities-box h2{
    color: #010101
}
#pr_2024 .activities-box h2:before {
    background: #010101;
}
#pr_2024 .act-title {
    background: #fdd30c;
    color: #010101
}
#pr_2024 .act-title.now:before{
  background: #010101;
  color: #fff;
}
#pr_2024 .act-title.fin:before {
    background: #999;
    color: #fff;
}
.act-title.now3:before{
  position: absolute;
  right: 15px;
  top: 50%;transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
  min-width: 70px;
  padding: 3px 5px;
  font-size: .8em;
  text-align: center;
}

/***************ベースボールキッズ2022-20221019*/
/*メインビジュアル*/
#bbk-mainvisual .visual-box{
  background: #ffcc00;
  margin-bottom: 4em;
  line-height: 1;
  text-align: center;
}
#bbk-mainvisual .text-box{
  max-width: 1200px;
  border: #00a0ea 8px solid;
  padding: 30px;
  margin: auto;
}
#bbk-mainvisual .text-box p{
  transform: rotate(.028deg);
}
/*サブタイトル*/
h3.sub-tt{
  margin-bottom: 10px;
  border-bottom: none;
  color: #000;
  text-align: center;
}
h3.sub-tt p{
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
h3.sub-tt p:before,
h3.sub-tt p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #000;
}
h3.sub-tt p:before {
  left:0;
}
h3.sub-tt p:after {
  right: 0;
}
/*BOX調整*/
#bbk-content .sec-inner:not(:last-child) {
  padding: 5em 0 0;
}
#bbk-content .sec-inner:first-child {
  padding: 2em 0 0;
}
@media screen and (max-width: 650px) {
  #bbk-content .sec-inner:not(:last-child) {
    padding: 5em 10px 0;
  }
  #bbk-content .sec-inner:first-child {
    padding: 2em 10px 0;
  }
}
/*タイトル調整*/
#bbk-content h2.ac-tite{
  background-color: #4b4a48;
}
/*ニュースリスト*/
.n-list{
  margin-bottom: 15px;
}
.n-list li{
  display: flex;
  align-items: center;
  padding: 25px 20px;
  border-bottom: #000 1px solid;
}
.n-list li:first-child{
  padding: 0 20px 25px;
}
.n-list span{
  width: 10%;
  min-width: 140px;
  font-size: 1.8rem;
  font-weight: bold;
}
.n-list a{
  width: 90%;
  text-decoration: underline;
}
.n-list a:hover{
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .n-list li{
    display: block;
    padding: 25px 10px;
  }
  .n-list li:first-child{
    padding: 0 10px 25px;
  }
  .n-list span{
    display: block;
    font-size: 1.2rem;
    text-align: left;
  }
  .n-list a{
    width: 100%;
  }
}
/*地図・アンカー部分*/
#bbk-content .ac-wrap{
  margin: 0 10px 30px;
}
#bbk-content .ac-wrap dt{
  background: #f5f5f5;
  max-width: 700px;
  border: #4b4a48 1px solid;
  border-radius: 0;
  margin: 0 auto;
  color: #000;
}
#bbk-content .ac-wrap dt:before {
  background: #000;
}
#bbk-content .ac-wrap dt:after {
  background: #000;
}
#bbk-content .ac-wrap table.act-table th,
#bbk-content .ac-wrap table.act-table td{
  border: #999 1px solid;
}
#bbk-content .activities-anc{
  justify-content: center;
  align-content: flex-start;
  gap: 0;
}
#bbk-content .activities-anc p{
  width: 50%;
  paddng-right: 10px;
  text-align: left;
}
#bbk-content .activities-anc p img{
  width: 100%;
  max-width: 570px;
  margin-top: 2px;
}
#bbk-content .activities-anc div{
  width: 40%;
  align-self:flex-start;
}
@media screen and (max-width: 480px) {
  #bbk-content .activities-anc p{
    width: 100%;
    text-align: center;
  }
  #bbk-content .activities-anc div{
    width: 100%;
  }
}
#bbk-content table.anc-table th{
  background-color: #ffcc00;
  color: #000;
}
#bbk-content table.anc-table td{
  text-align: left;
}
#bbk-content .activities-box{
  border: #666 6px solid;
}
#bbk-content .activities-box h2{
  color: #000;
}
#bbk-content .activities-box h2:before{
  background: #000;
}
#bbk-content .act-title{
  display: block;
  background: #ffcc00;
  padding: 13px 10px;
  color: #000;
  text-align: center;
}
/*各会場情報*/
.archive-box .n-list{
  background: #f5f5f5;
  padding: 45px;
}
#bbk-content .archive-box .ac-wrap{
  margin: 0 10px 10px;
}
@media screen and (max-width: 480px) {
  .archive-box .n-list{
    padding: 20px;
  }
}
#bbk-content .sponsor-list{
  margin-top: 2em;
}
/*スポンサーバナー*/
.sponsor-bnr-list{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  text-align: center;
}
.sponsor-bnr-list li{
  border: #ccc 1px solid;
}
.sponsor-bnr-list li.text-bnr{
  display: table;
}
.sponsor-bnr-list li.text-bnr p{
  display: table-cell;
  vertical-align: middle;
}
.sponsor-bnr-list.L-size{
  justify-content: center;
  margin-bottom: 30px;
}
.sponsor-bnr-list.M-size,
.sponsor-bnr-list.S-size{
  margin-bottom: 30px;
}
.sponsor-bnr-list.M-size li{
  flex-basis:calc((100% - 60px) / 4);
  max-width:calc((100% - 60px) / 4);
}
.sponsor-bnr-list.S-size li{
  flex-basis:calc((100% - 80px) / 5);
  max-width:calc((100% - 80px) / 5);
}
.sponsor-bnr-list.SS-size li{
  flex-basis:calc((100% - 100px) / 6);
  max-width:calc((100% - 100px) / 6);
}
@media screen and (max-width: 480px) {
  .sponsor-bnr-list{
    gap:10px;
  }
  .sponsor-bnr-list.L-size{
    margin-bottom: 20px;
  }
  .sponsor-bnr-list.M-size,
  .sponsor-bnr-list.S-size{
    margin-bottom: 20px;
  }
  .sponsor-bnr-list.L-size li{
    width: 100%;
  }
  .sponsor-bnr-list.M-size li{
    flex-basis:calc((100% - 10px) / 2);
    max-width:calc((100% - 10px) / 2);
  }
  .sponsor-bnr-list.S-size li{
    flex-basis:calc((100% - 20px) / 3);
    max-width:calc((100% - 20px) / 3);
  }
  .sponsor-bnr-list.SS-size li{
    flex-basis:calc((100% - 30px) / 4);
    max-width:calc((100% - 30px) / 4);
  }
}