@charset "utf-8";
/*
Theme Name: bb
Theme URI: https://bb.inventive-co.com/
Description: inventive
*/

body {
	position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .08em;
  color: #000;
}



/* margin */
.mt0 {
	margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

#wrapper {
	margin:0 auto;
  font-family: A-OTF UD Shin Go Pr6 B, sans-serif;
}
#contents_wrap {
	width:auto;
	margin:auto 0;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 80px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}


/* dropdown */
/* HEADER */
#header {
  background: #fff;
  position: static;
  top: -30px;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999;
  background: linear-gradient(
  90deg,
  #fff 0%,
  #fff 50%,
  #003768 50%,
  #003768 100%
);
}
#header.m_fixed {
  top: 0;
  position: fixed;
}
#header_container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between; /* 左右均等分布 */
  align-items: center; /* 上下中央揃え */
  height: 100px;
	background: linear-gradient(
  135deg,
  #fff 0%,
  #fff 34%,
  #003768 34%,
  #003768 100%
);
}
header #headerlogo {
  width: 200px;
}
header #headerlogo img {
  width: 76%;
}
header nav {
  font-weight: 500;
  margin:0 0 0 auto;
}
header nav ul.menu li {
  display:inline-block;
  font-size: 1em;
  font-weight: 500;
}
header nav ul.menu li a {
  display:block;
  line-height: 1.3rem;
  text-align: center;
  text-decoration: none;
  padding: 30px 24px 30px 28px;
  color: #fff;
}
header nav ul.menu li a:hover {
  color:#BD262C;
}
header nav ul.menu li a:hover img {
  opacity: 0.8;
}



/* --- 全体のBOX定義 ---------------------------------------- */
.mainimg_box {
  position   : relative;
  max-width  : 100%;
  height     : auto;
    padding-top: 38%;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.mainimg_box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.mainimg_box .src1 {
  background-image : url(img/main02.jpg);   /* 背景の画像を指定 */
  background-size:cover;
}

/*contents*/
.contents {
  max-width: 1200px;
  margin: auto;
}
.contents p {
  margin-bottom: 1em;
}


/*TOPPAGE*/
section.container {
  margin: 120px auto 0;
}

/*試合結果　お知らせ*/
section.contents_infoeria {
  background: linear-gradient(
  90deg,
  #eaf8ff 0%,
  #eaf8ff 50%,
  #fff 50%,
  #fff 100%
);
}
.infoeria_wrap {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.infoeria_wrap a {
  text-decoration: underline;
}
.infoeria_left {
  width: 50%;
  padding: 24px 12px;
}
.infoeria_right {
  width: 50%;
  padding: 24px 12px;
}
h1.h1_ttl {
  position: relative;
	padding-bottom: 24px;
	font-size: 26px;
	text-align: center;
  font-weight: 600;
  line-height: 1em;
}
h1.h1_ttl::after {
	content: attr(data-en);
	display: block;
  font-family: 'Exo', sans-serif;
	color: #BD262C;
	font-size: 12px;
}

.info_main {
	margin:0 10px 10px;
}
.info_main a {
	text-decoration: underline;
}
.info_main dl {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #a4a4a4;
}
.info_main dl dt {
	font-size:0.9em;
	color:#999;
  margin-bottom: 10px;
}
.info_main dl dt.official time:after {
    font-family: dnp-shuei-mgothic-std, sans-serif !important;
    font-size:0.8em;
    content: '公式戦';
    line-height: 1em;
    color: #fff;
    background-color: #003768; 
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
    padding: 4px;
}
.info_main dl dt.open time:after {
    font-family: dnp-shuei-mgothic-std, sans-serif !important;
	font-size:0.8em;
    content: 'オープン戦';
    line-height: 1em;
    color: #fff;
    background-color: #405e17;  
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
    padding: 4px;
}
.info_main dl dt.info time:after,
.single_box p.info time:after {
    font-family: dnp-shuei-mgothic-std, sans-serif !important;
	  font-size:0.8em;
    content: 'お知らせ';
    line-height: 1em;
    color: #fff;
    background-color: #f76913; 
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
    padding: 4px;
}
.info_main dl dd {
	display: flex;
}
.info_main dl dd p.info_ttl {
	font-weight:500;
  margin-bottom: 8px;
}
.info_main dl dd p.tag {
  color: #472807;
	font-weight:600;
  margin-left: 16px;
}
.info_main dl dd p.tag::before {
  content: '《';
}
.info_main dl dd p.tag::after {
  content: '》';
}

/*詳しく見るボタン*/
div.nav_btn {
  margin: 16px auto;
  text-align: center;
}
.nav_btn a {
  display: block;
  background-color: #003768;
  background-image: url("img/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 40px bottom 50%;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 34px;
}
.nav_btn a:hover {
  opacity: 0.8;
}

.tolist,
.tolist a {
  width: 234px;
}
.tocontact,
.tocontact a {
  width: 290px;
}

/*TOPバナー*/
.bnr_box {
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items:center;
  margin: 120px 0 0;
}
.bnr_in {
  margin: 0;
  width:calc(33.3333333% - 60px);
  background-color: #000;
  height: 100px;
  margin: 0 60px 0 0;
  display: flex;
  text-align: center;
  align-items: center;
}
.bnr_in:nth-child(3n){
  margin-right:0;
  }
.bg01 {
  background-image: url(img/top_bnr01.jpg);
  background-position: 0;
}
.bg02 {
  background-image: url(img/top_bnr02.jpg);
  background-position: 0 -40px;
}
.bg03 {
  background-image: url(img/top_bnr03.jpg);
  background-position: 0;
}
.bnr_in a p {
  margin: 16px 0 0;
  font-weight: 600;
}
.bnr_in a span {
  display: block;
  font-family: 'Exo', sans-serif;
	color: #BD262C;
	font-size: 12px;
}
.bnr_in a{
  display:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 55, 104, 0.5);
  color: #fff;
  font-size: 26px;
}
.bnr_in a:hover {
  text-decoration: none;
  background-color: rgba(0, 55, 104, 0.8);
}

/*TOPチーム紹介*/
.top_team {
  margin: 60px auto 0;
}
.team_box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.team_img {
  width: 30%;
}
.team_img img {
  width: 100%;
}
.team_ttl {
  color: #BD262C;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 12px !important;
}
ul.sns_btn {
  margin: 12px 0 0;
}
ul.sns_btn li {
  display: inline-block;
  margin-right: 8px;
}


/*スポンサー*/
.sponser_bg {
  background-color: #f6f7f8;
  padding: 40px 0;
  margin: 120px 0 0;
}
.sponser_in {
  float: left;
  width: 23%;
  margin: 0 1% 20px;
  text-align: center;
}
h2.h2_ttl {
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 4px;
  margin: 0 0 24px 12px;
  position: relative;
}
h2.h2_ttl::before {
  content: '';
  background-color: #003768;
  width: 4em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*下層見出し*/
.h1_title {
  background-image: url(img/page_ttl_bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  height: 150px;
  line-height:150px;
  text-align: center;
}
.h1_title h1 {
  font-size: 2em;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 5px #333;
}
h2.page_ttl {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 40px;
  padding: 16px 16px 20px 16px;
  background: #003768;
  position:  relative;
  color: #fff;
}
h2.page_ttl:before {
  content:  '';              
  width: 100%;                
  height: 2px;                
  background-color: #fff;    
  display:  block;           
  position:  absolute;        
  left:  0;                 
  bottom: 3px;          
}
h3.sub_ttl {
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 600;
  padding-left: 12px;
  border-left: #BD262C 4px solid;
  margin-bottom: 24px;
}


/*ぱんくず*/
.breadcrumb {
  background: #f1f1f1;
}
.breadcrumb .ib {
  max-width: 1100px;
  margin: auto;
  font-size: 11px;
  padding: 4px 0 4px 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .ib a {
  color: #333;
}
.breadcrumb .ib a:hover {
  color: #bd262c;
}

/*コンテンツ*/
section.articleeria {
  max-width: 1100px;
  margin: 46px auto;
}

.sp_on {
  display: none;
}

/*スケジュール*/
.monthly_box {
  max-width: 100%;
  margin-bottom: 80px;
}
.monthly_table table {
  border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-color: #CCC;
}
.monthly_table table th {
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background:#e4e4e4;
	padding: 2px;
}
.monthly_table table td {
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 2px 4px 2px 8px;
	text-align: left;
}
th.day {
  width: 60px;
}
th.week {
  width: 50px;
}
th.time {
  width: 70px;
}
th.sche {
  width: 370px;
}
th.ground {
  width: 270px;
}
th.match {
  width: 280px;
}
td.tac {
  text-align: center !important;
  padding: 2px !important;
}
td.sat {
  color :#0808cc;
}
td.sun {
  color: #BD262C;
}

/*一覧、詳細ページ*/
.single_box {
  display: flex;
  justify-content: space-between;
}
.single_box .single_main {
  width: 900px;
}
.single_box .single_main a:link {
  text-decoration: underline;
}
.single_box .single_side {
  width: 150px;
  margin-left: auto;
}
.single_side .archive_box {
  margin: 0 0 60px;
}
.archive_box ul li {
  font-size: 0.85em;
  margin: 0 5px 8px 8px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #a4a4a4;
}
.archive_box ul li:before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.single_box p time {
  font-size: 0.9em;
  color: #999;
}
.single_box img {
  width: 500px;
  margin: 0 16px;
}

/* 試合結果詳細 */
.result_read {
  background-color: #eaf8ff ;
  padding: 30px 12px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 40px;
}
.result_read div.read_01 {
  display: flex;
  justify-content:center;
  align-items:center;
}
p.date {
  display: block;
  padding-left: 40px;
  background-image: url("img/date.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0px bottom 50%;
  margin: 0 40px 1em 0;
}
p.ground {
  display: block;
  padding-left: 24px;
  background-image: url("img/place.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0px bottom 50%;
}
.result_read div.read_03 {
  display: flex;
  justify-content:center;
  align-items:center;
  font-size: 1.1em;
}
.read_score_box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 44px;
}
.read_score_box:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 44px 
}
.read_score_box:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 4px;
  background-color: #333;
}
p.read_team {
  min-width: 280px;
}
p.read_num {
  min-width: 50px;
  font-family: din next lt w04 bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 3.8em;
}
.result_read div.read_03 p {
  margin-bottom: 0;
}
p.in {
  color: #BD262C;
}

.result_score {
  margin-bottom: 40px;
}
.scorebord {
  margin: 0 0 36px;
}
.scorebord table {
  border-collapse: collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-color: #CCC;
  margin-bottom: 8px;
}
.scorebord table th {
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background:#e4e4e4;
	padding: 2px;
  width: 60px;
  font-weight: 600;
  color: #595858;
}
.scorebord table td {
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 2px 4px 2px 4px;
	text-align: center;
  vertical-align: middle;
}
.scorebord table th.team {
  width: 240px;
}
.scorebord table th.total {
  width: 70px;
}
.scorebord table td.team_name {
  background:#f3f2f2;
  text-align: left;
  padding: 10px 4px;
}
.scorebord table td.in {
  color: #BD262C;
}
.scorebord table td.t_total {
  font-weight: 600;
  font-size: 1.2em;
}
p.caption {
  text-align: right;
  color: #8b8b8b;
}
.result_detail span {
  background-color: #472807;
  color: #fff;
  padding: 3px 6px;
  border-radius: 5px;
  margin-right: 8px;
}
.result_detail div.longhit {
  display: flex;
}
.result_detail div.longhit p {
  margin-right: 32px;
}

.single_main img {
  margin-bottom: 16px;
}

/*一覧へ戻るボタン*/
.single_btn {
  margin-top: 100px;
}
div.back_btn {
  margin: 16px auto;
  width: 234px;
  text-align: center;
}
.back_btn a {
  display: block;
  background-color: #003768;
  background-image: url("img/btn-back.svg");
  background-repeat: no-repeat;
  background-position: left 40px bottom 50%;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  width: 234px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 34px;
}
.back_btn a:hover {
  opacity: 0.8;
}

/* 選手・スタッフ */
.player_box {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.player_box::after{
  content:"";
  display: block;
  width:360px;
}
.player_inner {
  display: flex;
  width: 340px;
  background-color: #F1F1F1;
  padding: 10px;
  margin: 0 10px 10px 0;
}
.player_inner:nth-child(3n) {
  margin-right: 0px;
}
.player_img {
  width: 140px;
}
.player_img img {
  width: 140px;
}
.player_name {
  width: 185px;
  margin: 0 0 0 15px;
}
.player_name p.post {
  display: inline-block;
  margin-bottom: 4px;
  background-color: #BD262C;
  padding: 2px 4px 0;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9em;
}
.player_name p.name {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  margin: 4px 0 0;
}
.player_name p.furigana {
  color: #7e7e7e;
  font-family: 'Exo', sans-serif;
  font-size: 0.9em;
}
.player_name p.number {
  color: #003768;
  font-family: din next lt w04 bold, Arial, Helvetica, sans-serif;
  line-height: 1em;
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0;
}
.player_name p.lar {
  margin-bottom: 4px;
}
.player_name p.school {
  margin-bottom: 0;
  line-height: 1.6em;
}

/* 専用施設 */
.img_box {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.img_box::after{
  content:"";
  display: block;
  width:350px;
}
.img_inner {
  width: 350px;
  margin: 0 25px 15px 0;
}
.img_inner img {
  width: 100%;
}
.img_inner:nth-child(3n) {
  margin-right: 0px;
}
.googlemap {
  width: 100%;
  height: 450px;
  margin: 0 0 60px;
}

/* CONACT */
.formbox {
	width:90%;
	margin:50px auto 30px;
}
table.contactform {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    width: 100%;
    margin-top: 15px;
}
table.contactform th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 20%;
	background:#F3F3F3;
	padding: 15px 10px;
	text-align: left;

}

table.contactform td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-collapse:collapse;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 15px 10px;
}

table.contactform td.btn {
	padding-top: 15px;
	padding-bottom: 15px;
}
table.contactform tr th span {
    color: #C00;
	margin-left:5px;
	font-size:0.8em;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 80%;
        height: 1.5em !important;
}
.wpcf7 input[name="tel-283"] {
        width: 40%;
        height: 1.5em !important;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 200px !important;
}

.fc_red {
  color: #C00;
}



/* FOOTER */
.footer_menubox {
  background-color: #F6F7F8;
}
.footer_menu {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 8px 0; 
}
.footer_menu ul li {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 8px;
}

footer {
  width: 100%;
  /*position: absolute;←絶対位置*/
  /*bottom: 0; 下に固定*/ 
  text-align: center;
  margin: 20px 0;
}

footer .copyright p.copy {
  font-family: 'Exo', sans-serif;
  color: #888;
  font-size: 0.8em;
  letter-spacing: 1px;
}


