@charset "UTF-8";
.pc {
  display: block; }

.tablet {
  display: none; }

.smp {
  display: none; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header .innar {
  margin: 0 auto;
  width: 96%;
  max-width: 96%;
  padding: 17px 0 0; }
  header .innar .logo {
    margin-right: 20px; }
header .innar .logo {
 width: 27%;
 margin-right: 2vw;
}
header .innar .logo img{
 width: 100%;
 height: auto;
}
header .innar .pcNav{
 float: right;
 padding: 0.2vw 0 0;
 width: 62%;
}
header .innar .pcNav li{
 float: left;
 position: relative;
}
header .innar .pcNav li::before{
	position: absolute;
	top: 0.6vw;
	right: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 2.4vw;
	background-color: #999;
}
header .innar .pcNav li:nth-child(5)::before,
header .innar .pcNav li:last-child::before{
 display: none !important;
}
header .innar .pcNav li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 0%;
	height: 4px;
	background-color: #116cd1;
 transition: .3s;
}
header .innar .pcNav li:hover::after{
	width: 100%;
}
header .innar .pcNav li a{
 padding: 1.2vw 1.19vw 3.2vw;
 font-size: 1.2vw;
 line-height: 100%;
 font-weight: 500;
 color: #000;
 text-decoration: none;
 display: block;
 transition: .3s;
}
header .innar .pcNav li:last-child{
 margin: 0.3vw 0 0;
 border-radius: 15px;
 box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
 overflow: hidden;
}
header .innar .pcNav li:last-child a{
 padding: 5px 1.8vw 6px 2.2vw;
}
header .innar .pcNav li:last-child a:hover{
 color: #0052a5;
 background-color: #fff;
}
header .innar .pcNav li:last-child::after{
 display: none;
}

/* ================================================ 
	スポーツ振興プロジェクトとは
==============================================================================================================================================================*/
.tit-project {
  background: url(../img/bg_project.png) no-repeat center top;
  height: 170px;
  box-sizing: border-box;
  padding: 40px 3% 0;
  text-align: center; }
  .tit-project h2 {
    font-size: 42px;
    line-height: 150%;
    color: #fff; }


.main{
 width: 100%;
 text-align: center;
 background-image: url(../img/mainBg.jpg);
 background-position: center top;
 background-size: 100% auto;
 background-repeat: repeat-y;
}
.main img{
 margin: 0 auto;
 max-width: 72%;
 width: 72%;
 height: auto;
}
.main .main2{
 padding: 4vw 0 3.8vw;
 max-width: 90%;
 width: 90%;
}
.main .main3{
 margin: 0 auto;
 padding: 0 0 5.8vw;
 max-width: 90%;
 width: 90%;
}
.kaisai{
 margin: 0 auto;
 padding: 6vw 0 0;
 width: 88%;
}
h3{
 padding: 0 0 1.5vw;
 font-size: 3.3vw;
}
.kaisai .date{
 padding: 2vw 0 3vw;
 font-size: 3.13vw;
}
.kaisai .date dt{
 width: 16.5%;
}
.kaisai .date dd{
 margin: 0 0 0 16.8%;
}
.kaisai .date dd span{
 padding: 4px 12px;
 font-size: 2.4vw;
 top: -2px;
}
.eco{
 margin: 0 auto 30px;
}
.eco a{
 padding: 27px 0;
}
.eco img{
 margin: 0 auto;
 width: 70.3%;
 height: auto;
}
.eco a:hover{
 opacity: .6;
}
.kaisai2{
 margin: 0 auto;
 padding: 2vw 0 0;
 width: 88%;
}
.kaisai2 .taniha{
 margin: 0 auto 3vw;
 width: 70%;
}
.kaisai2 .taniha a{
 padding: 1.5vw 1.5vw 1.5vw 3vw;
 border-radius: 10px;
 transition: .3s;
 background-color: #003e82;
}
.kaisai2 .taniha .douji{
 width: 20%;
 height: auto;
 position: absolute;
 top: -1.7vw;
 left: 2.4vw;
}
.kaisai2 .taniha div{
 float: left;
 margin: 1.3vw 0 0;
 width: 77%;
}
.kaisai2 .taniha div img{
 width: 100%;
 height: auto;
}
.kaisai2 .taniha img{
 float: right;
 width: 20%;
 height: auto;
}
.btArea{
 padding: 0 0 3vw;
 width: 100%;
 border: 5px solid #f39700;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.btArea p{
 margin: 0 auto;
 padding: 3vw 0 1.5vw;
 width: 100%;
 font-size: 1.55vw;
 line-height: 150%;
 text-align: center;
 font-weight: 500;
 }
.btArea .bt{
 margin: 0 auto;
 width: 40%;
 border-radius: 30px;
 border: 1px solid #f39700;
 box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.btArea .bt a{
 padding: 1.5vw 0;
 width: 100%;
 font-size: 2.5vw;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 color: #fff;
 display: block;
 border-radius: 30px;
 background-color: #f39700;
 background-image: url(../img/arrow_w.png);
 background-position: left 20% center;
 background-size: 10px auto;
 background-repeat: no-repeat;
 text-decoration: none;
 transition: .3s;
}
.btArea .bt a:hover{
 color: #f39700;
 background-color: #fff;
 background-image: url(../img/arrow_O.png);
 background-position: left 23% center;
}

.schedule{
 margin: 0;
 padding: 7vw 0;
 width: 100%;
 text-align: center;
 background-color: #f5f9fc;
}
.schedule .inner{
 margin: 0 auto;
 width: 88%;
}
.schedule .sd{
 padding: 5vw 0 0;
 width: 100%;
}
.schedule .sd img{
 width: 100%;
 height: auto;
 pointer-events: none;
}

.work{
 margin: 0 auto;
 padding: 7vw 0;
 width: 88%;
 text-align: center;
}
.work .wk{
 padding: 4vw 0 0;
 width: 100%;
}
.work .wk.wk1{
 padding: 4vw 0 6vw;
}
.work .wk li{
 padding: 1.9vw 1vw;
 width: 100%;
 border-bottom: 1px dotted #999;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.work .wk li:nth-child(2n){
 background-color: #f7f7f7;
}
.work .wk li .wkL{
 float: left;
 padding: 5.8vw 0;
 width: 20%;
 border-radius: 20px;
 background-color: #f19ec2;
 font-size: 2.5vw;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 color: #fff;
}
.work .wk li:nth-child(4) .wkL{
 background-color: #f39800;
}
.work .wk li:nth-child(5) .wkL{
 background-color: #0068b7;
}
.work .wk li:nth-child(6) .wkL{
 padding: 5vw 0;
 background-color: #c81238;
}
.work .wk li:nth-child(7) .wkL{
 padding: 5vw 0;
 background-image: url(../img/wk.jpg);
 background-position: center center;
 background-size: 100% 100%;
 background-repeat: no-repeat;
}
.work .wk li .wkL span{
 font-size: 1.5vw;
}
.work .wk li .wkR{
 float: left;
 margin: 0 0 0 2%;
 width: 57%;
}
.work .wk li .wkR p{
 margin: 0;
 padding: 0 0 1vw;
 width: 100%;
 font-size: 1.45vw;
 line-height: 145%;
 text-align: left;
 font-weight: 500;
}
.work .wk li .wkR .act{
 padding: 1vw 1.5vw;
 width: 100%;
 font-size: 1.35vw;
 line-height: 145%;
 text-align: left;
 font-weight: 500;
 border-radius: 10px;
 background-color: #edf7f2;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.work .wk li .wkR .act span{
 font-size: 1.45vw;
 font-weight: bold;
 text-indent: -0.8vw;
 display: inline-block;
}
.work .wk li img{
 float: right;
 width: 20%;
 height: auto;
}
.work .wk li .actPc{
 float: right;
 margin: 1vw 0 0;
 padding: 1vw 1.5vw;
 width: 78%;
 font-size: 1.36vw;
 line-height: 145%;
 text-align: left;
 font-weight: 500;
 border-radius: 10px;
 background-color: #edf7f2;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.work .wk li .actPc span{
 font-size: 14px;
 font-weight: bold;
 text-indent: -7px;
 display: inline-block;
}
.work .wk li .actPc dl{

}
.work .wk li .actPc dt{
 font-size: 1.36vw;
 line-height: 155%;
 text-align: left;
 font-weight: 500;
 float: left;
 width: 26%;
}
.work .wk li .actPc dd{
 margin: 0 0 0 26%;
 font-size: 1.36vw;
 line-height: 155%;
 text-align: left;
 font-weight: 500;
}
.work .wk li .actPc dd b{
 padding: 0 5px;
 font-size: 0.96vw;
 font-weight: 500;
 display: inline-block;
 vertical-align: top;
}

.access{
 margin: 0;
 padding: 7vw 0 4vw;
 width: 100%;
 text-align: center;
}
.access .inner{
 margin: 0 auto;
 width: 88%;
}
.access .busT{
 margin: 1vw auto 1.5vw;
 width: 50%;
 height: auto;
}
.access .busL{
 float: left;
 width: 35%;
}
.access .busL img{
 margin: 0.5vw 0 1vw;
 width: 100%;
 height: auto;
}
.access .busL .tb{
 padding: 0;
 width: 100%;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 border-spacing: 0;
}
.access .busL .tb th,
.access .busL .tb td{
 padding: 0.5vw;
 font-size: 1.4vw;
 line-height: 100%;
 text-align: left;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
}
.access .busL .tb th{
 padding: 0.5vw 0.5vw 0.5vw 3.5vw;
 color: #fff;
 background-color: #0052a5;
 font-weight: bold;
 background-image: url(../img/bus.png);
 background-position: left 1vw center;
 background-size: 2vw auto;
 background-repeat: no-repeat;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.access .busL .tb.tb2 th{
 background-color: #009641;
}
.access .busL .tb.tb3 th{
 background-color: #009641;
}
.access .busL .tb.tb3 th:nth-child(2){
 padding: 0.5vw 0.5vw 0.5vw;
 background-color: #e4007f;
 background-image: none;
 text-align: center;
}
.access .busL .tb.tb3 th:nth-child(3){
 padding: 0.5vw 0.5vw 0.5vw;
 background-color: #0068b7;
 background-image: none;
 text-align: center;
}

.access .busL .tb td{
 font-weight: 500;
 text-align: center;
}
.access .busR{
 float: right;
 padding: 0 0 2.5vw;
 width: 62%;
}
.access .busRT{
 margin: 0 0 1vw;
 padding: 0 0 0.3vw;
 width: 100%;
 font-size: 1.5vw;
 text-align: left;
 font-weight: bold;
 border-bottom: 1px solid #999;
}
.access .busR .img{
 float: left;
 width: 49%;
}
.access .busR .img2{
 width: 85%;
}
.access .busR .img img{
 width: 100%;
 height: auto;
}
.access .busR .img:nth-child(2){
 float: right;
}
.access .busR .img:nth-child(2).left{
 float: left;
}
.access .busR .img p{
 margin: 0;
 padding: 0.3vw 0 0;
 font-size: 1.15vw;
 text-align: left;
 font-weight: 500;
}

.gakka{
 margin: 0 auto;
 padding: 6vw 0 0;
 width: 88%;
 text-align: center;
}
.gakka h4{
 font-size: 3vw;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 display: flex;
 align-items: center;
}
.gakka h4 span{
 font-weight: bold;
 color: #cd3b45;
}
.gakka h4 span:nth-child(2){
 color: #0069b7;
}
.gakka h4 span:nth-child(3){
 color: #f49b00;
}
.gakka h4 span:nth-child(4){
 color: #ec79ac;
}
.gakka h4:before,
.gakka h4:after {
 content: "";
 height: 1px;
 flex-grow: 1;
 background-color: #666;
}
.gakka h4:before {
 margin-right: 1rem;
}
.gakka h4:after {
 margin-left: 1rem;
}
.gakka .ga{
 margin: 2vw 0 4vw;
 width: 100%;
}
.gakka .ga li{
 float: left;
 margin: 0 1% 0 0;
 padding: 0;
 width: 19.2%;
}
.gakka .ga li:last-child{
 margin: 0;
}
.gakka .ga li a{
 padding: 1vw 0 1.2vw;
 width: 100%;
 border-radius: 15px;
 background-color: #f19ec2;
 display: block;
 text-decoration: none;
 transition: .3s;
}
.gakka .ga li:nth-child(2) a{
 background-color: #f39700;
}
.gakka .ga li:nth-child(3) a{
 background-color: #0068b7;
}
.gakka .ga li:nth-child(4) a{
 background-color: #ab1e3c;
}
.gakka .ga li:last-child a{
 background-color: #8fc31f;
}
.gakka .ga li a:hover{
 opacity: .5;
}
.gakka .ga li img{
 width: 100%;
 height: auto;
}
.gakka .ga li .ga1{
 padding: 1.5vw 0 0;
 font-size: 1.4vw;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 color: #fff;
}
.gakka .ga li .ga2{
 padding: 0.8vw 0 0;
 font-size: 2.3vw;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 color: #fff;
}
.gakka .ga li:last-child .ga2{
 transform: scale(0.75, 1);
 white-space: nowrap;
 text-indent: -2vw;
}
.gakka .ga li p{
 margin: 0;
 padding: 0.5vw 0 0;
 width: 100%;
 font-size: 1.2vw;
 line-height: 150%;
 text-align: center;
 font-weight: 500;
 color: #fff;
}

.contact{
 margin: 6vw auto 8vw;
 padding: 3vw 3vw 3vw;
 width: 88%;
 text-align: center;
 border-radius: 5px;
 border: 6px solid #f7c600;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.contact p{
 margin: 0;
 padding: 0 0 1.5vw;
 font-size: 2.1vw;
 text-align: left;
 font-weight: bold;
}
.contact div{
 float: left;
 width: 49%;
}
.contact div:nth-child(2){
 float: right;
}
.contact div a{
 padding: 2vw 0;
 font-size: 2.3vw;
 text-align: center;
 font-weight: bold;
 color: #fff;
 display: block;
 text-decoration: none;
 background-color: #f7c600;
 border-radius: 5px;
 transition: .3s;
}
.contact div a:hover{
 opacity: .6;
}
/* ================================================ 
	フッター
==============================================================================================================================================================*/
footer {
padding: 4vw 0;
background: #f3f3f3;
position: relative;
z-index: 100; }
footer .innar {
margin: 0 auto;
width: 68%;
}
footer .innar .fLogo{
 float: left;
 width: 47%;
}
footer .innar .fLogo img{
 width: 100%;
 height: auto;
}
footer .innar .add{
 float: right;
padding: 2.2vw 0 0 5%;
 width: 48%;
 font-size: 1.6vw;
 line-height: 150%;
 text-align: left;
}
footer .copy{
padding: 2vw 0 0;
 font-size: 1.2vw;
 text-align: center;
}