@charset "utf-8";

html {	font-size: 20px;}
@media screen and (min-width: 750px) {	html {	font-size: 14px; }}
html * { box-sizing: border-box; }
body {
	margin: 0;
	background: url(../images/bg.png);
	font-family: sans-serif;
        width:100%;
}

/*ブラウザの大きさで実行したりしなかったり*/
@media only screen and (max-width:900px){.br-sp {display:none;}}
@media only screen and (min-width:900px){.unbr-sp {display:none;}}
/*ブラウザの大きさで実行したりしなかったり終*/

h1 {
  font-family: 'Bitter', serif;
  font-size: 30px;
  padding:30px 0 30px 0;
  min-width:200px;
  text-align:center;
}

h2 {
  font-family: 'Bitter', serif;
  font-size: 25px;
  text-align:right;
}

h3{
  font-family: 'Bitter', serif;
  font-size: 35px;
}

h4{
  padding:3px;
  border-bottom: 4px solid #2097b6;
  border-left:0px solid #2097b6;
  margin: 0.5vw;
  color:#209700;
  font-family: 'cursive', cursive;
  font-size: 30px;
  font-color:#111111;
}
@media screen and (max-width: 900px) { h4 { font-size:3.5vw; }}

h5{
  font-size: 20px;
  margin: 1vw;
  color:#209700;
}

h6{
  font-size: 150px;
  margin: 1vw;
}

p{
  margin: 0;
  color:#000000;
}

.migisoroe{ text-align:right;}
.nakasoroe{ text-align:center;}
.hidarisoroe{ text-align:left;}

@media only screen and (max-width:900px){

}

.tangokaigyo { display: inline-block; }/*自動改行させたいところに使う　spanに本クラスを付けて使用する*/


/* ヘッダー */
header {
	background: url(../images/930.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size:100%;
        min-width:100%;
}
.header-container { padding: 4vw 20px 5vw 20px; }
.header-logo {
  list-style: none;
  font-size: 4vw;
  font-weight:900;
  font-family: 'Bitter', serif;
  color       : #ffffff;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}

.header-logo img {
  position: absolute;
  margin: 1px 0 0 0;
  width: 7vw;
  height: 6vw;
}

@media all and (-ms-high-contrast:none){
      *::-ms-backdrop, .header-logo img { position: absolute;
                                          margin: -10px 0 0 0;
                                        }
}

@supports (-ms-ime-align:auto) {
       .header-logo img { position: absolute;
                          margin: -10px 0 0 0;
                        }
}


/* ナビゲーション */
nav {
	font-size: 0.78rem;
        font-weight: 200;
	background: linear-gradient(-60deg, #ffff00, #7fffd4);
        min-width:300px;
}

.nav-container { padding: 0 20px 0 10%; }

@media screen and (min-width: 768px) {
	nav {
		font-size: 1.5rem;
                font-weight: 600;
                min-width:700px;
	}
       .nav-container { padding: 0 20px 0 70px; }
}
.globalnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.globalnav li {
	float: left;
	width: 15.5%;
}
.globalnav li a {
	display: block;
	padding: 10px 0;
	border-bottom: 8px solid #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	color: #483d8b;
}
.globalnav li a:hover,
.globalnav li a.current {
	border-bottom: 8px solid #7bae34;
	color: #ff0000;
}

/* フッター */
footer { }
.footer-container {
	padding: 20px;
	background: #000000;
}
.copyright {
	margin: 0;
	font-size: 0.8rem;
	color: #ffffff;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 10px 0 0px 30px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: 12px
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {content: '';}

.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {text-decoration: underline;}
/*パンくずリスト終*/

/* メインコンテンツレイアウト部分 */
main { }
.main-container {
	padding: 0 ;
	background: url(../images/ht-bg-pattern.png);
}

.maincol {
	margin: 0;
	padding: 0px 0 30px 0;
}
@media screen and (min-width: 900px) {
	.main-container {overflow: hidden;}
	.maincol {
		float: center;
		margin: 0;
		width: 96% auto;
	}
}

.box4 {
    padding: 30px 40px 0px 40px;
    margin: auto;
    max-width:1000px;
    min-width:300px;
    color: #232323;
    background: #ffffff;
    font-size: 20px;
    border-radius: 10px;/*角の丸み*/
    justify-content:center;
    box-shadow:0px 3px 10px 2px rgba(0,0,0,0.3);
    overflow: hidden;
    z-index:  -1;  
}

@media screen and (max-width: 900px) {
.box4 {
    padding: 10px 20px 10px 20px;
    font-size: 1em;
}
}
.illust1{ background: url(../images/soccer.png)  right bottom  no-repeat,#ffffff; }

.clear { clear:both; } 　/*floatの解除*/

/*テーブル*/
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table tr {
  background-color: #e6f2f5;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 0.5em;
  border-right: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2;
}
table th {font-size: .85em;}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
    background: #78bbc7;
    color: #fff;
    text-align:left;
}
.txt{
   text-align: left;
   font-size: .75em;
}
.txt2{font-size: .55em;}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
  font-size: .80em;
}
.non{
  text-align: center;
  background: #167F92;
  color: #fff;
  font-weight: bold;
}

.t-haba1{width:30%;}
.t-haba2{width:10%;}
.t-haba3{width:25%;}

/*スポーツ賞表彰者募集ページに使うテーブル設定（変更点）*/
  .sportssyow table th{
    font-size: 1.1em;
    background: #00a7db;
    width:18%;
    text-align-last: justify;
  }
  .sportssyow table td{
    padding: 10px 5px 10px 5px;
    text-align: left;
  }
  .supohaba{
    font-size:0.8em;
    width:18%;
  }

/*スポーツ賞表彰者募集ページに使うテーブル設定 終わり*/

@media screen and (max-width: 900px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;  
  }
  table tbody th {
    writing-mode: rl-tb;
    text-align:center;
    font-size: .85em;
  }
  .price{margin: 0 0 0 3em;}
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1.0em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child { border-bottom: 0;}

  .t-haba3{width:100%;}

  /*スポーツ賞表彰者募集ページに使うテーブル設定（変更点）*/
   .sportssyow table th{
      font-size:4vw;
      padding: 10px 30px 10px 30px;
      width:100%;
   }
   .sportssyow table td{
    padding: 20px 20px 20px 20px;
  }
  .supohaba{ width:auto; }
  /*スポーツ賞表彰者募集ページに使うテーブル設定 終わり*/
   .hamaranai{font-size: 2.5vw; line-height: 2em;}
  /*文字がはまらない場合*/


  /*文字がはまらない場合　終わり*/

}

/*テーブル終わり*/

/*スポーツ賞表彰者募集ページに使うリストの設定*/
.sportssyow ol{
   margin: 0 0 0 0;
}

/*スポーツ賞表彰者募集ページに使うリストの設定　終わり*/

/*追従メニュー*/
.left-fixed-banner {
    position: fixed;
    bottom: 18%;
    left: 0;
    width: 10%;
    margin-left: 2%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.banner-box {
    min-height: 45px;
    margin: 5px;
    border: 1px solid #000;
    padding: 2px 10px 2px 2px;
    position: relative;
    border-radius: 10px;
    box-shadow: 3px 3px 0px 0 rgb(96,102,138);
    cursor: pointer;
    color: #000;
}

.banner-box a{
}

.banner-box::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 5px;
}

.banner-box:active {
 box-shadow: none;
}

#banner-1 {background: skyblue;}
#banner-2 {background: tomato;}
#banner-3 {background: lime;}
#banner-4 {background: yellow;}
@media screen and (max-width: 900px) {
   .banner-box {
     min-height: 70px;
     -ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
   }
   .left-fixed-banner {
      bottom: 18%;
      left: 0;
      width: 10%;
      margin-left: 0;
      text-align: center;
      line-height: 20px;
      font-size: 16px;
   }
}
/*追従メニュー終わり*/
/*見出し*/
.midasi1 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size:3vw;
  font-weight: bold;
}

.midasi1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
@media screen and (max-width: 900px) { .midasi1 { font-size:4vw; }}

.midasi2 {
  font-weight: bold;
  border-left: 5px solid #4c9ac0;
  border-bottom: 2px dashed #4c9ac0;
  padding: 0.25em 0 0.3em 0.5em;
  font-family: 'cursive', cursive;
  font-size: 30px;
  font-color:black;
}
@media screen and (max-width: 900px) { .midasi2 { font-size:3.8vw; }}

.midasi3{
  font-size:3vw;
  font-weight: bold;
  padding: 0 0.5em;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  outline: 3px solid #4c9ac0;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)),
              repeating-linear-gradient(-45deg, #4c9ac0 0 2px, #fff 2px 6px);
}
@media screen and (max-width: 900px) { 
  .midasi3 {
    font-size:5vw;
    margin-top: 10px;
  }
}


.kagetoiro1{
  padding:6px;
  background: #ffffff;
  border-bottom: 4px solid #2097b6;
  border-left:7px solid #2097b6;
  border-radius: 40px;
  color:#209700;
  box-shadow:0px 3px 7px 0px rgba(0,0,0,0.3);
  width:250px;
}

.kagetoiro2{
  padding:0 0 0 0;
  text-align: left;
  font-family: 'cursive', cursive;
  margin: 1vw;
  color:#ff4500;
}

.kagetoiro3{
  padding:10px;
  border-bottom: 4px solid #2097b6;
  border-left:10px solid #2097b6;
  margin: 0.5vw;
  font-family: 'ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  margin: auto;
  font-size: 30px;
  font-weight:bold;
  background: #ffffff;
  border-bottom: 4px solid #0000ff;
  border-left:10px solid #0000ff;
  text-align:left;
  max-width:1000px;
}
@media screen and (max-width: 900px) { .kagetoiro3 { font-size: 1em; }}

/*見出し終わり*/

/*ポップアップ*/
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}
/*ポップアップ終わり*/
 .kasen mark {
   background: linear-gradient(transparent 60%, yellow 0%);
 }

/*グリッド設定*/
.gridnarabe1 {
  display: grid;
  grid-template-columns: 65% 1fr;
  grid-gap: 5px 5px;
  border-radius: 100px ;
}
.gcell1 {
      grid-column-start: 1;
      grid-row-start: 1;
      grid-row-end: 3;
}
.gcell2 {
      grid-column-start: 2;
      grid-row-start: 1;
}
.gcell3 {
      grid-column-start: 2;
      grid-row-start: 2;
}
.gcell4 {
      grid-column-start: 1;
      grid-row-start: 1;
}

@media screen and (max-width: 900px) {
  .gridnarabe1 {grid-template-columns: 100% 1fr;}
.gcell1 {
      grid-row-start: 1;
      grid-row-end: 1;
}
.gcell2 {
      grid-column-start: 1;
      grid-row-start: 2;
}
.gcell3 {
      grid-column-start: 1;
      grid-row-start: 3;
}
}

/*グリッド設定終わり*/

/*マップ制御*/
.map {
       position: relative; 
       height: 0;
       padding: 30px 0 56.25%;
       overflow: hidden;
}
.map iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
}
/*マップ制御終わり*/
