@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


/*--------------------------------------------------------
  
--------------------------------------------------------*/
:root {
  --backcolor:#333333;
  --forecolor:#ffffff;
  --td_backcolor:#aa0000;
  --midashicolor:#a27a3f;
}


/*--------------------------------------------------------
  
--------------------------------------------------------*/
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
  'Noto Serif JP', 
  'Noto Sans JP', 
--------------------------------------------------------*/
@media screen and (max-width:576px){
body{
    margin: 0;
    padding: 0;
    font-size: 70%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: var(--forecolor); /* 標準文字色 */
    background-color: var(--backcolor);
}
}
@media screen and (min-width:576px){
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: var(--forecolor); /* 標準文字色 */
    background-color: var(--backcolor);
}
}
@media print,screen and (min-width:768px){
body{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: var(--forecolor); /* 標準文字色 */
    background-color: var(--backcolor);
}
}



img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    max-width: 100%;
    height: auto;
}

/* リンク文字色 */
a:link{
    color: #eeeeee;
    text-decoration: underline;
}
a:visited{
    color: #eeeeee;
    text-decoration: underline;
}
a:hover{
    color: #81BA32;
    text-decoration: none;
}
a:active{
    color: #81BA32;
    text-decoration: none;
}

p{
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.5;
    text-align: left;
}
p.large{
	font-weight: bold;
}
p.indent{
    padding-left: 12px;
    background-image : url(../images/point_1.png);
    background-position: top 5px;
    background-repeat: no-repeat;
}
.left{
    float: left;
}
.right{
    float: right;
}

/*------------------------------------------*/
/* 余白  */
/*------------------------------------------*/
.spacer {
    height:5rem;
}


/*--------------------------------------------------------
  新規投稿NEWマークの色
--------------------------------------------------------*/
.new-txt{
    color: #ff0000;
}


/*--------------------------------------------------------
  見出し
--------------------------------------------------------*/
.midashi{
  position: relative;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-left: 0px;
	padding-top: 3px;
	font-size: 2em;
	color: var(--midashicolor);

}
.midashi span.bold{
	font-size: 1.3em;
	padding-right: 6px;
	text-transform: capitalize;
}
.midashi span.normal{
	font-weight: normal;
}



.midashi:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

/*--------------------------------------------------------
  幅100%イメージ
--------------------------------------------------------*/
.full-width{
    width:100% !important;
    height:auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.full-width img{
    width:100% !important;
    height:auto !important;
    border:0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*--------------------------------------------------------
  リスト
--------------------------------------------------------*/
ul.type1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.type1 li{
    text-align: left;
    line-height: 1.4;
    margin-bottom: 7px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #a1bd02;
}

/* リンク文字色 */
ul.type1 li a:link{
    color: #ffffff;
    text-decoration: none;
}
ul.type1 li a:visited{
    color: #dddddd;
    text-decoration: none;
}
ul.type1 li a:hover{
    color: #81BA32;
    text-decoration: underline;
}
ul.type1 li a:active{
    color: #81BA32;
    text-decoration: underline;
}


/*--------------------------------------------------------
  すべてのお知らせ
--------------------------------------------------------*/
.notices {

  clear: both;
  position: relative;

  margin-top: 50px;
  margin-right: auto; 
  margin-bottom: 50px;
  margin-left: auto; 
  max-width: 960px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;

  width:100%;

}

.notices .notices-title {
  margin: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
/*  border-bottom: 1px solid #a27a3f;  */
/*  line-height: 2.5;   */
}

.notices .notices-title h1{
  margin: 0;
  padding: 0;
}

.notices ul{
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  width:100%;
}
.notices ul li{
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;

  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

  width: calc( 100%  );
  vertical-align: top;
  text-align: left;
  line-height: 1.4;

  border-width: 0.5px;
  border-style: solid;
  border-color: #a27a3f;
  border-radius: 0px;    	

/*  background:#ffffff;*/
  /*box-shadow: 0 0 8px 0 rgb(0 0 0 / 16%);*/


}
/*
.notices ul li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: -1;
  background-color: #a27a3f;
  top: 10px;
  left: 10px;
}
*/

.notices .notices-category {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
  /*color: #ffffff;*/
  /*background: #c12982;*/
  /*border-radius: 3px 3px 3px 3px;*/
}

.notices .notices-date {
  margin-left: 0px;
  margin-right: 15px;
  padding:2px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
/*  background: #5bb7ae;*/
/*  border-radius: 3px 3px 3px 3px;*/
}

.notices .notices-category-slug-important-notices {
  margin-left: 5px;
  margin-right: 5px;
  padding:2px;
  font-size: 1rem;
  color: #ffffff;
  background: #ee0000;
  border-radius: 3px 3px 3px 3px;
}
.notices .notices-category-slug-oshirase {
  margin-left: 5px;
  margin-right: 5px;
  padding:2px;
  font-size: 1rem;
  color: #ffffff;
  background: #00ee00;
  border-radius: 3px 3px 3px 3px;
}
.notices .notices-category-slug-oshirase-irori {
  margin-left: 5px;
  margin-right: 5px;
  padding:2px;
  font-size: 1rem;
  color: #ffffff;
  background: #0000ee;
  border-radius: 3px 3px 3px 3px;
}
.notices .notices-category-slug-oshirase-yakyu {
  margin-left: 5px;
  margin-right: 5px;
  padding:2px;
  font-size: 1rem;
  color: #ffffff;
  background: #aaaaaa;
  border-radius: 3px 3px 3px 3px;
}

.notices .notices-content {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 1rem;
}
.notices .notices-content-title {
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-weight: 600;
  font-size: 1rem;
}
.notices .notices-content-details {
    display:none;
}
@media screen and (min-width:576px) {
  .notices .notices-content-details {
    display:block;
    margin-left: 15px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 1rem;
  }
}

/* リンク文字色 */
.notices  a:link{
  color: #81BA32;
  text-decoration: underline;
}
.notices  a:visited{
  color: #81BA32;
  text-decoration: underline;
}
.notices  a:hover{
  color: #81BA32;
  text-decoration: none;
}
.notices  a:active{
  color: #81BA32;
  text-decoration: none;
}

/*--------------------------------------------------------
  WordPressページ送り
--------------------------------------------------------*/
.wp-pagenavi {
  margin-top: 50px;
  margin-right: auto; 
  margin-bottom: 50px;
  margin-left: auto; 
  max-width: 960px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
}
.page-numbers {
  margin-top: 0px;
  margin-right: 5px; 
  margin-bottom: 0px;
  margin-left: 5px; 
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;

  font-size: 1rem;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #a27a3f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}


/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
/* スキップリンク */
#skip-link a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
 
#skip-link a:focus,
#skip-link a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

#yakyu-title{
    margin-left: -1000px;
}




.yakyu-layout {
    color: var(--forecolor); 
    background-color: var(--backcolor);
}

/* container */
@media screen and (max-width:576px){
.yakyu-container{
	width: 100%;
        margin-top: -1px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
	background-color: var(--backcolor);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--backcolor);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--backcolor);
}
}
@media screen and (min-width:576px){
    .yakyu-container{
        max-width:540px;

        margin-top: -1px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
	background-color: var(--backcolor);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--backcolor);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--backcolor);
    }
}
@media screen and (min-width:768px){
    .yakyu-container{
        max-width:720px;

        margin-top: -1px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
	background-color: var(--backcolor);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--backcolor);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--backcolor);
    }
}
@media screen and (min-width:992px){
    .yakyu-container{
        max-width:960px;

/*	width: 960px;*/
        margin-top: -1px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
	background-color: var(--backcolor);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--backcolor);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--backcolor);
    }
}
@media print,screen and (min-width:1200px){
    .yakyu-container{
        max-width:1140px;

/*	width: 960px;*/
        margin-top: -1px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
	background-color: var(--backcolor);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: var(--backcolor);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: var(--backcolor);
    }
}



/* ヘッダー */
.yakyu-header{
    margin: 0;
    padding: 0;
}

.yakyu-header a:link{
    text-decoration: none;
}



/* フッター */
.yakyu-footer{
    clear: both;
    background-color: #7db8e7;
    background-color: var(--backcolor);
    padding-top: 8px;
    padding-bottom: 8px;
}

.yakyu-footerMain {

}

.yakyu-footerMain p{
    text-align: center;
    color: var(--forecolor);
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------
  snsボタン
--------------------------------------------------------*/
/* ボタン全体の位置 */
.sns-btn-list{
/*background-color:white;*/
    width:100%;
    margin: 0;
    padding: 0;
    text-align: center;

}

.sns-btn-list li{
  display:inline-block !important;
  list-style: none !important;
  width:100px !important;
}

.sns-btn-list li img{
/*background-color:black;*/
/*    width:30px !important;*/
/*    height:auto !important;*/
    margin: 5px 0 0 0;
    padding: 0;
}

/* ボタンにマウスを乗せた時 */
.sns-btn-list li img:hover{
-webkit-transform:translateY(-2px);
-ms-transform:translateY(-2px);
transform:translateY(-2px);
}


/*--------------------------------------------------------
  「戻る」ボタン
--------------------------------------------------------*/
.return-home {
    margin: 0px auto;
    padding: 0;
    width:20%;
}
.return-home a {
    color: #ffffff;
    text-decoration: none;
}
.return-home a:link{
    color: #ffffff;
    text-decoration: none;
}
.return-home a:visited{
    color: #ffffff;
    text-decoration: none;
}
.return-home a:hover{
    color: #ffffff;
    text-decoration: none;
}
.return-home a:active{
    color: #ffffff;
    text-decoration: none;
}


.return-home-button {
    color:#ffffff;
    margin: 0;
    padding: 14px 24px;
    text-align: center;
    background-color:#cf2e2e;
    border-width: 1px;
    border-style: solid;
    border-color: #cf2e2e;
    border-radius: 4px;
}
/* ボタンにマウスを乗せた時 */
.return-home-button:hover{
    background-color:#ef7575;
}

/*--------------------------------------
　　Wordpress先頭に戻る「WPFront Scroll Top」サイズ調整
--------------------------------------*/
@media screen and (max-width:600px){
#wpfront-scroll-top-container{ /* スマホ用 */
    width:60px !important;
    height:60px !important;
    right:10px !important;
    bottom:20px !important;
}
}
@media screen and (min-width: 600px) { /* PC用 */
  #wpfront-scroll-top-container{
      width:80px !important;
      height:80px !important;
      right:20px !important;
      bottom:20px !important;
  }
}

@media only print {
    #wpfront-scroll-top-container {
        display:none !important;
    }
}

/*--------------------------------------
　　スクロールバー
--------------------------------------*/
/* スクロールの幅の設定 */
.scroll_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
.scroll_box::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.scroll_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1959A8;
}







/*--------------------------------------
　　選手・スタッフ紹介
--------------------------------------*/
@media screen and (max-width:576px){
.members {
    display: block ;
    flex-basis:0;
    flex-grow: 0;
}

.members figure {
    margin: 0;
    padding: 0;
    width:100%;
}

.members figure table{
    padding: auto;
    width:90% ;
}
.members figure table th{
  vertical-align: top;
  width:50% ;
}
.members figure table td{
  vertical-align: top;
  width:50% ;
}

.members figure table th img{
    margin: 0;
}
.members figure table td img{ 
    margin: 0;
}
}

@media screen and (min-width:576px){

  .members {
    display: flex ;
    flex-flow:row wrap;
  }
  .members figure {
    margin: 0;
    padding: 0;
    width:33% ;
  }
  .members figure table{
    padding: auto;
    width:90% ;
  }
  .members figure table th{
    vertical-align: top;
    width:100% ;
    display:block;
  }
  .members figure table td{
    vertical-align: top;
    width:100% ;
    display:block;
  }

  .members figure table th img{
    margin: 0;
  }
  .members figure table td img{ 
    margin: 0;
  }
}


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

  .members {
    display: flex ;
    flex-flow:row wrap;
  }

  .members figure {
    margin: 0;
    padding: 0;
    width:33% ;
  }
  .members figure table{
    padding: auto;
    width:90% ;
  }
  .members figure table th{
    vertical-align: top;
    width:100% ;
    display:block;
  }
  .members figure table td{
    vertical-align: top;
    width:100% ;
    display:block;
  }

  .members figure table th img{
    margin: 0;
  }
  .members figure table td img{ 
    margin: 0;
  }
}


@media print,screen and (min-width:992px){

  .members {
    display: flex ;
    flex-flow:row wrap;
  }

  .members figure {
    margin: 0;
    padding: 0;
    width:33% ;
  }
  .members figure table{
    padding: auto;
    width:90% ;
  }
  .members figure table th{
    vertical-align: top;
    width:100% ;
    display:block;
  }
  .members figure table td{
    vertical-align: top;
    width:100% ;
    display:block;
  }

  .members figure table th img{
    margin: 0;
  }
  .members figure table td img{ 
    margin: 0;
  }
}


@media screen and (min-width:1200px){

  .members {
    display: flex ;
    flex-flow:row wrap;
  }

  .members figure {
    margin: 0;
    padding: 0;
    width:33%;
  }
  .members figure table{
    padding: auto;
    width:90% ;
  }
  .members figure table th{
    vertical-align: top;
    width:100% ;
    display:block;
  }
  .members figure table td{
    vertical-align: top;
    width:100% ;
    display:block;
  }
  .members figure table th:nth-child(1) {
    width:30% ;
    display:table-cell !important;
  }
  .members figure table td:nth-child(1) {
    width:30% ;
    display:table-cell !important;
  }
  .members figure table th:nth-child(2) {
    width:70% ;
    display:table-cell !important;
  }
  .members figure table td:nth-child(2) {
    width:70% ;
    display:table-cell !important;
padding-left:10px; 
  }

  .members figure table th img{
    margin: 0;
  }
  .members figure table td img{ 
    margin: 0;
  }
}
