@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.2vw 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.5vw 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;
}
.main img{
 margin: 0 auto;
 max-width: 100%;
 width: 100%;
 height: auto;
}

.day2{
 margin: 0 auto;
 width: 800px;
}
.day2 .day2L{
 float: left;
 width: 140px;
 background-image: url(../img/day2L.png);
 background-position: right center;
 background-size: 100% auto;
 padding: 15px 0 15px 10px;
 background-repeat: no-repeat;
 font-size: 20px;
 line-height: 150%;
 text-align: left;
 color: #fff;
 font-weight: 700;
}
.day2 .day2R{
 float: right;
 width: 600px;
 border-top: 1px solid #000;
}
.day2 .day2R dl{
 width: 100%;
 border-bottom: 1px solid #000;
}
.day2 .day2R dt{
 float: left;
 width: 140px;
 padding: 5px 10px;
 font-size: 16px;
 line-height: 150%;
 text-align: left;
 color: #fff;
 font-weight: 700;
 background-color: #bb0c5c;
}
.day2 .day2R dl:nth-child(2n) dt{
 background-color: #cd6187;
}
.day2 .day2R dd{
 margin: 0 0 0 160px;
 padding: 5px 10px;
 font-size: 16px;
 line-height: 150%;
 text-align: left;
}

#kaisai{
 padding: 8vw 0 0;
}
h2{
 margin: 0 auto;
 width: 88%;
}
h2 img{
 width: 100%;
 height: auto;
}
.kaisai{
 margin: 0 auto;
 padding: 6vw 0 0;
 width: 88%;
}
h3{
 margin: 0 auto;
 padding: 0 0 1.5vw;
 width: 100%;
 background-image: url(../img/line.jpg);
 background-position: center bottom;
 background-size: 100% 5px;
 background-repeat: no-repeat;
 font-size: 3.3vw;
 line-height: 100%;
 text-align: center;
 font-weight: 800;
 color: #bb0c5c;
 font-family: "Noto Sans JP", sans-serif;
}
.kaisai .date{
 padding: 2vw 0 3vw;
 width: 100%;
 font-size: 3.15vw;
 line-height: 160%;
 text-align: left;
 font-weight: bold;
}
.kaisai .date dt{
 float: left;
 width: 17%;
}
.kaisai .date dd{
 margin: 0 0 0 17%;
}
.kaisai .taniha{
 margin: 0 auto 4vw;
 width: 70%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.kaisai .taniha a{
 padding: 1.5vw 1.5vw 1.5vw 3vw;
 width: 100%;
 display: block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-radius: 10px;
 transition: .3s;
 background-color: #a50640;
}
.kaisai .taniha a:hover{
 opacity: .6;
}
.kaisai .taniha div{
 float: left;
 padding: 2.5vw 0 0;
 width: 75%;
 font-size: 2.1vw;
 line-height: 150%;
 text-align: left;
 font-weight: bold;
}
.kaisai .taniha div span{
 font-weight: bold;
 color: #fff500;
}
.kaisai .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 auto;
 padding: 8vw 0 0;
 width: 88%;
 text-align: center;
}
.schedule .sd{
 padding: 5vw 0 0;
 width: 100%;
}
.schedule .sd img{
 width: 100%;
 height: auto;
 pointer-events: none;
}

.work{
 margin: 0 auto;
 padding: 8vw 0 0;
 width: 88%;
 text-align: center;
}
.work .wk{
 padding: 4vw 0 0;
 width: 100%;
}
.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: #fffde4;
 -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;
}

.access{
 margin: 0 auto;
 padding: 8vw 0 0;
 width: 88%;
 text-align: center;
}
.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.33% 0 0;
 padding: 0;
 width: 24%;
}
.gakka .ga li:last-child{
 margin: 0;
}
.gakka .ga li a{
 padding: 1vw 0 1.2vw;
 width: 100%;
 border-radius: 20px;
 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:last-child a{
 background-color: #ab1e3c;
}
.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 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;
}