@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#000;
}

/* base.css */

/* デフォルト文字サイズはそのままにします */

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
   letter-spacing:1px;
   background : #ffffff url(images/bg.gif) repeat-x 0px 90px;
   border-top:0px solid #134D99;
  line-height: 1.6;
  color: #333;
}


/* ヘッダー・ナビ・メインコンテンツの幅指定を調整 */
#wrapper {
  max-width: 100%;

  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

header {
  text-align: center;
  padding: 20px 0;
}

nav {
  background: #0066cc;
  color: #fff;
  padding: 10px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
}


#main {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

#sidebar {
  float: right;
  width: 28%;
  box-sizing: border-box;
}

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

/* フッター */
footer {
  clear: both;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}

/* テーブル調整（幅固定は避ける） */
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}


h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */

div#top {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 　　 position: relative;
}

div#header {
   position:relative;
       width:100%;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
}

div#serch {
   position:absolute;
   top:0;
   right:0;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   float:left;
        width: 100%;
   margin-top:10px; /* menuとその上下のマージンをbg.gifと干渉しないように調整 */
   margin-bottom:15px;
}

div#icatch {

}

div#contents {
   float:none;
  margin-left: 200px;
  margin-right: 200px;
   padding:10px 0;
   background:#fff;
}


div#main {
   float:left;

}

div#main2 {
   float:right;

}

div#sub {
   float:right;

}

div#totop {
   clear:both;
}

div#footMenu {
   float:center;

   margin-top:10px;

}

div#footer {
   clear:both;

}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px 0 0 0;
   font-size:200%;/* 32px相当 */
   line-height:1.0;
}

div#header h1 a:hover {
   color:#f1f1f1;
}


div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:70%;/* 11px相当 */
}

div#header #gnavi li a {
   display:block;
   padding-left:8px;
   background : url(images/bg_arrow.gif) no-repeat 0px 50%;
}


/* ========SERCH CUSTOMIZE======== */
div#serch dt{
   float:left;
   margin:0;
   padding:0;
}

div#serch dd{
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0 0 1px 0;
   padding:0;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #cecbce;border-right-color : #cecbce;border-bottom-color : #cecbce;border-left-color : #cecbce;border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;
   border-bottom:none;
   background : #ffffff url(images/bg_menu.gif) repeat-x -40px 0px;
}

div#menu li a {
   display:block;
      width:123px;   /* ホーム～写真館のmenuを固定幅で設定　％設定したいが・・・ */
      height:40px;   /* 20pxから40pxに変更 */
   padding:10px 0;
   line-height:20px;
   font-weight:bold;
   text-align:center;
   outline:none;
}


div#menu li.home {

   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#menu li.active a {
   color:#fff;
   background : #ffffff url(images/bg_menu.gif) repeat-x 100% 100%;
   text-decoration:none;
}


#menu li.active > a {
  background-color: #00bfff;  /* #00bfffは水色　お好みで色調整 */
  color: #fff;
}

#menu li.active > a:hover {
  background-color: #003c99;  /* #003c99は濃い青色　お好みで色調整 */
  color: #fff;
}

#menu li a:hover {
  background-color: #003c99;
  color: #fff;
}






/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#134D99;
}

div#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background : #ffffff url(images/bg_h2.gif) repeat-x 100% 100%;
}

div#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main div.topNavi {
   height:1em;
   overflow:visible;
}

div#main div.topNavi div.topNaviColumn {
   display:inline;

   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;

   text-align:right;
}

div#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background : url(images/bg_arrow.gif) no-repeat left 50%;
}

div#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
   padding-top:5px;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background : url(images/bg_dotline.gif) repeat-x 0px 100%;
}

div#main table {
   font-size:75%;/* 12px相当 */
}

table {
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table.scorechart th {
	text-align: center;
}
table.scorechart td {
	text-align: center;
}


table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

table td ol{
	margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
	margin:0;
padding:0;
	list-style-type: none;
}



/* ========MAINCONTENTS CUSTOMIZE======== */
div#main2 a {
   color:#134D99;
}

div#main2 a:hover {
   color:#134D99;
   text-decoration:underline;
}

div#main2 h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background : #ffffff url(images/bg_h2.gif) repeat-x 100% 100%;
}

div#main2 h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:88%;/* 14px相当 */
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

div#main2 h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main2 p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main2 ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main2 dt {
   margin-bottom:3px;
}

div#main2 dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
div#main2 div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
}

* html div#main2 div.topNavi {
   height:1em;
   overflow:visible;
}

div#main2 div.topNavi div.topNaviColumn {
   display:inline;

   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

div#main2 div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

div#main2 div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;

   text-align:right;
}

div#main2 div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background : url(images/bg_arrow.gif) no-repeat left 50%;
}

div#main2 div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

div#main2 div.topNavi div.topNaviColumn p.cRight {
   right:0;
}


/* INFORMATION CUSTOMIZE */
div#main2 dl.information {
   margin:0;
}
div#main2 dl.information dt {
   float:left;
   padding-top:5px;
}

div#main2 dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background : url(images/bg_dotline.gif) repeat-x 0px 100%;
}


div#main2 table {

   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
      font-size:75%;/* 12px相当 */
}

div#main2 table th {
   padding: 5px;
   border:1px solid #999;
   border-width: 0 0 1px 1px;
   background: #EFEBEF;
   font-weight: bold;
   line-height: 120%;
   text-align: left;
}

table th#scorechart {
	text-align: center;
}
table td#scorechart {
	text-align: center;
}


table td {
	padding:5px;
	border:1px solid #999;
	border-width:0 0 1px 1px;
	text-align:left;
	color: #000;
}

table td#schedule {
   padding:1px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:center;
}

table td ol{
	margin:0;
padding:0 0 0 30px;
font-size:100%;
}

table td li{
	margin:0;
padding:0;
	list-style-type: none;
}





/* ========所属リーグ欄 CUSTOMIZE======== */


table.sleague {


}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:5px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

div#sub h3 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight:bold;
   background:#EFEBEF;
}

div#sub h4 {
   padding:5px;
   font-size:75%;/* 12px相当 */
   font-weight: normal;
   background:#FFFFFF;
}
div#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

div#sub li {
   padding:0px;
   font-size:75%;/* 12px相当 */
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

div#sub li a {
	display:block;
	background : url(images/bg_arrow.gif) no-repeat 5px 50%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

div#sub li a:hover {
   display:block;
   color:#333;
   background : #efebef url(images/bg_arrow.gif) no-repeat 5px 50%;
   text-decoration:none;
}

div#sub li.home {
   margin-left:0;
   border-left:1px solid #CECBCE;
}

div#sub li.active a {
   color:#fff;
   background : #ffffff url(images/silver.png) repeat-x 100% 100%;
   text-decoration:none;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   text-align:center;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background : url(images/bg_totop.gif) no-repeat 0px 50%;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 7px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   font-style:normal;
   font-size:70%;/* 11px相当 */
   color:#999;
   line-height:3.0;
   text-align:center;
}
#top #contents #main p em strong {
	color: #F00;
}
#top #contents #main h3 strong {
	color: #F00;
}
.shusei {
	color: #F00;
}
.akaji {
	color: #F00;
}

/* ========HEADIMAGE CUSTOMIZE======== */
#headImage {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 26 / 10; /* 例: 780x300 = 26:10 */
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0; /* ← 画像下の隙間対策として追加 */
}

#headImage ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

#headImage ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#headImage ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が切れてもOKなら使用 */
  margin: 0;
  padding: 0;
}

#headImage .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: rgba(128, 128, 128, 0.3);  /* 半透明のグレー */
  background: none;                 /* 背景をなくす */
  border: none;                     /* 枠なし */
  padding: 0;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  transition: color 0.3s ease;
}

#headImage .slider-arrow:hover {
  color: rgba(128, 128, 128, 0.9);  /* ホバー時：やや濃いグレー */
}

#headImage .slider-arrow.prev {
  left: 10px;
}
#headImage .slider-arrow.next {
  right: 15px;
}



/* ========赤文字======== */
.akamoji {
	color: #F00;
}

/* ========ReadMore button======== */
.ReadMoreButton {
    text-align:center;
    padding:10px;
    color:#fff;
    background:#03A9F4;

}
.ReadMoreClose {
    background:#666;
}

/* ========  ======== */
.img-protect {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}


#top,#headImage {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box;
}


/* ビューポート対応 */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/* 各セクションの初期設定（スマホ表示） */
.main, .sub {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/* セクションのはみ出し防止 */
section {
  max-width: 100%;
  overflow-x: hidden;
}

/* 画像等の自動縮小 */
img, video, iframe, table {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 画像等の縮小 HTMLのimgタグ内にclass="shrink-image"として設定*/
img.shrink-image {
  width: 70%;
  height: auto;
  display: block;
}


/* カードやアイコンレイアウトの修正 */
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.feature {
  flex: 1 1 300px;
  max-width: 100%;
}

/* PCサイズでは2カラム（横並び）に変更 */
@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
    gap: 20px; /* main と sub の間にスペース */
  }


  #main {
    flex: 1; /* subの残りのスペースを全部使う  width: 75%とすれば固定で75%になるため */
  }

  #sub {
    width: 25%;  /* 例: サブが存在すれば25% */
  }
}

/* 共通設定 */
.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;  /* stretch ではなく top 揃えに */
  gap: 10px;
  padding: 20px 0 10px 0;
  background: #ffffff;
}

/* img をインラインじゃなくブロックにして余計なベースライン余白を消す */

.sponsors img {
  display: block;
  width: 250px;    /* ロゴの大きさはここで制御 */
  height: auto;
  object-fit: contain;
}



#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

#headImage {
  margin-top: 100px;
  width: 100%;
  aspect-ratio: 26 / 10;
  position: relative;
  overflow: hidden;
  padding: 0;
  line-height: 0;
}

/* 上部固定するヘッダー */
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* メニューの下にある画像が隠れないようにマージンを追加 */
#headImage {
  margin-top: 130px; /* ヘッダー（画像＋メニュー）の高さに応じて調整 */
}


#top.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white; /* または透明を避けるなら任意色 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* headImageが隠れないよう margin-top を確保（トップ固定の高さに応じて） */
#headImage {
  margin-top: 135px; /* ヘッダーとメニューの高さ合計に応じて調整（例: 60+60） */
}


/* コンテンツがヘッダーに隠れないようにマージン調整 */
body {
  padding-top: 135px; /* 画像90＋メニュー分45の高さに応じて調整 */
}


/* 埋め込みGoogleカレンダー用 */

.calendar-wrapper {
  position: relative;
  width: 80%;
  padding-top: 50%; /* 高さの比率 → 4:3比率の場合は75%（変更可） */
  overflow: hidden;
}

.calendar-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* pdf等のアイコンが横に表示されるように */
.link-with-icon {
  display: inline-block;
  white-space: nowrap;
}

.link-with-icon .mini-icon {
  display: inline;
  vertical-align: middle;
  height: 1em;
}

/* 複数スポンサーバナーが改行されて２段にならないように */
.sponsor-banner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; /* ロゴ間の余白（必要に応じて調整） */
  max-width: 150px;   /* 必要なら幅を制限 */
  height: auto;
}

.photo-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 任意：間隔 */
}
  .photo-pair img {
    width: 48%;
    height: auto;
    display: block;
  }
