@charset "UTF-8";
.pc {
  display: block; }

.tablet {
  display: none; }

.smp {
  display: none; }

/* ================================================ 
	header 
==============================================================================================================================================================*/
header{
 width: 100%;
 background-color: #fff;
 position: fixed;
 top: 0;
 z-index: 100;
 border-bottom: 1px solid #ccc;
}
header .innar {
 margin: 0 auto;
 width: 98%;
 max-width: 1464px;
 padding: 17px 0 0;
}
header .innar .logo {
 float: left;
 margin-right: 20px;
}
header .innar .pcNav{
 float: right;
 padding: 0;
 min-width: 46%;
 max-width: 68%;
}
header .innar .pcNav li{
 float: left;
	position: relative;
}
header .innar .pcNav li::before{
	position: absolute;
	top: 12px;
	right: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 22px;
	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: -0px;
	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: 17px 15px 26px;
 font-size: 13px;
 line-height: 100%;
 font-weight: 500;
 color: #000;
 text-decoration: none;
 display: block;
 transition: .3s;
}
header .innar .pcNav li:nth-child(7) a,
header .innar .pcNav li:last-child a{
 border-right: none;
}
header .innar .pcNav li:last-child{
 margin: 10px 0 0;
 border-radius: 15px;
 border: 1px solid #f39700;
 box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
 overflow: hidden;
}
header .innar .pcNav li:last-child a{
 padding: 5px 18px 6px 22px;
 color: #fff;
 background-color: #f39700;
 background-image: url(../img/arrow_w.png);
 background-position: left 10% center;
 background-size: 5px auto;
 background-repeat: no-repeat;
 font-weight: 500;
 font-family: "Noto Sans JP", sans-serif;
}
header .innar .pcNav li:last-child a:hover{
 color: #f39700;
 background-color: #fff;
 background-image: url(../img/arrow_O.png);
 background-position: left 13% center;
}
header .innar .pcNav li:last-child::after{
 display: none;
}
header .innar .pcNav li.menu ul.submenu {
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	position: absolute;
	top: 56px;
	width: 100%;
	height: auto;
	display: block !important;
	-webkit-transition: all .3s;
	transition: all .3s;
}
header .innar .pcNav li.menu:hover ul.submenu {
	width: 100%;
	display: block;
	top: 56px;
	visibility: visible;
	opacity: 1;
}
header .innar .pcNav li.menu ul.submenu li,
header .innar .pcNav li.menu:hover ul.submenu li,
header .innar .pcNav li.menu ul.submenu li:last-child{
 margin: 0;
 float: none;
 width: 170%;
 height: auto;
 display: block;
 border-left-style: none;
 border-right-style: none;
 border-radius: 0;
 border: none;
 border-bottom: 1px solid #116cd1;
}
header .innar .pcNav li.menu ul.submenu li::after,
header .innar .pcNav li.menu ul.submenu li::before{
 display: none;
}
header .innar .pcNav li.menu ul.submenu li a,
header .innar .pcNav li.menu:hover ul.submenu li a {
	color: #116cd1;
	display: block;
	text-decoration: none;
	transition: .3s;
	padding: 8px 0 8px 8px;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
header .innar .pcNav li.menu:hover ul.submenu li a:hover {
	display: block;
	color: #fff;
	background: rgba(17,108,209,0.8);
}


.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: 900px;
 width: 72%;
 height: auto;
}
.main .main2{
 margin: 0 auto;
 padding: 40px 0 40px;
 max-width: 1120px;
 width: 90%;
}
.main .main2 img{
 max-width: 100%;
 width: 100%;
 height: auto;
}
.main .main3{
 margin: 0 auto;
 padding: 0 0 60px;
 max-width: 1120px;
 width: 90%;
}
.main .main3 img{
 max-width: 100%;
 width: 100%;
 height: auto;
}

#kaisai{
 margin: -40px 0 0;
 padding: 40px 0 0;
}
.kaisai{
 margin: 0 auto;
 padding: 60px 0 0;
 width: 900px;
}
h3{
 margin: 0 auto;
 padding: 0 0 15px;
 width: 100%;
 background-image: url(../img/line.jpg);
 background-position: center bottom;
 background-size: 100% 5px;
 background-repeat: no-repeat;
 font-size: 34px;
 line-height: 100%;
 text-align: center;
 font-weight: 800;
 color: #0069b7;
 font-family: "Noto Sans JP", sans-serif;
}
.kaisai .date{
 padding: 20px 0 30px;
 width: 100%;
 font-size: 32px;
 line-height: 160%;
 text-align: left;
 font-weight: bold;
}
.kaisai .date dt{
 float: left;
 width: 150px;
}
.kaisai .date dd{
 margin: 0 0 0 150px;
}
.kaisai .date dd span{
 padding: 4px 12px;
 font-size: 24px;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 border-radius: 10px;
 background-color: #009945;
 color: #fff;
 position: relative;
 top: -2px;
}
.eco{
 margin: 0 auto 30px;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
}
.eco a{
 padding: 27px 0;
 width: 100%;
 display: block;
 background-image: url(../img/ecoBg.jpg);
 background-position: center top;
 background-size: cover;
 background-repeat: no-repeat;
 text-align: center;
 transition: .3s;
 pointer-events: none;
}
.eco img{
 margin: 0 auto;
 width: 720px;
 height: auto;
}
.eco a:hover{
 opacity: .6;
}
.kaisai2{
 margin: 0 auto;
 padding: 20px 0 80px;
 width: 900px;
}
.kaisai2 .taniha{
 margin: 0 auto 30px;
 width: 70%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
}
.kaisai2 .taniha a{
 padding: 16px 15px 14px 30px;
 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: #003e82;
 pointer-events: none;
}
.kaisai2 .taniha a:hover{
 opacity: .6;
}
.kaisai2 .taniha .douji{
 width: 20%;
 height: auto;
 position: absolute;
 top: -18px;
 left: 25px;
}
.kaisai2 .taniha div{
 float: left;
 margin: 14px 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 30px;
 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: 30px 0 15px;
 width: 100%;
 font-size: 16px;
 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: 15px 0;
 width: 100%;
 font-size: 26px;
 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: -20px 0 0;
 padding: 20px 0 0;
}
.schedule{
 margin: 0;
 padding: 80px 0;
 width: 100%;
 text-align: center;
 background-color: #f5f9fc;
}
.schedule .inner{
 margin: 0 auto;
 width: 900px;
}
.schedule .sd{
 padding: 50px 0 0;
 width: 100%;
}
.schedule .sd img{
 width: 100%;
 height: auto;
 pointer-events: none;
}


#work{
 margin: -20px 0 0;
 padding: 20px 0 0;
}
.work{
 margin: 0 auto;
 padding: 80px 0;
 width: 900px;
 text-align: center;
}
.work .wk{
 padding: 40px 0 0;
 width: 100%;
}
.work .wk.wk1{
 padding: 40px 0 60px;
}
.work .wk li{
 padding: 20px 10px;
 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: 60px 0;
 width: 20%;
 border-radius: 20px;
 background-color: #f19ec2;
 font-size: 25px;
 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: 50px 0;
 background-color: #c81238;
}
.work .wk li:nth-child(7) .wkL{
 padding: 50px 0;
 background-image: url(../img/wk.jpg);
 background-position: center center;
 background-size: 100% 100%;
 background-repeat: no-repeat;
}
.work .wk li .wkL.nou{
 background-color: #8fc31f;
}
.work .wk li .wkL span{
 font-size: 15px;
}
.work .wk li .wkR{
 float: left;
 margin: 0 0 0 2%;
 width: 57%;
}
.work .wk li .wkR p{
 margin: 0;
 padding: 0 0 10px;
 width: 100%;
 font-size: 15px;
 line-height: 145%;
 text-align: left;
 font-weight: 500;
}
.work .wk li .wkR .act{
 padding: 10px 15px;
 width: 100%;
 font-size: 14px;
 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: 14px;
 font-weight: bold;
 text-indent: -7px;
 display: inline-block;
}
.work .wk li .wkR .act b{
 padding: 0 5px;
 font-size: 10px;
 font-weight: 500;
 display: inline-block;
}
.work .wk li img{
 float: right;
 width: 20%;
 height: auto;
}
.work .wk li .actPc{
 float: right;
 margin: 10px 0 0;
 padding: 10px 15px;
 width: 78%;
 font-size: 14px;
 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: 14px;
 line-height: 155%;
 text-align: left;
 font-weight: 500;
 float: left;
 width: 170px;
}
.work .wk li .actPc dd{
 margin: 0 0 0 170px;
 font-size: 14px;
 line-height: 155%;
 text-align: left;
 font-weight: 500;
}
.work .wk li .actPc dd b{
 padding: 0 5px;
 font-size: 10px;
 font-weight: 500;
 display: inline-block;
 vertical-align: top;
}


#access{
 margin: -20px 0 0;
 padding: 20px 0 0;
}
.access{
 margin: 0;
 padding: 80px 0 50px;
 width: 100%;
 text-align: center;
 background-color: #f8f7f5;
}
.access .inner{
 margin: 0 auto;
 width: 900px;
}
.access .busT{
 margin: 10px auto 15px;
 width: 440px;
 height: auto;
 mix-blend-mode: multiply;
}
.access .busL{
 float: left;
 width: 35%;
}
.access .busL img{
 margin: 5px 0 10px;
 width: 100%;
 height: auto;
}
.access .busL .tb{
 padding: 0;
 width: 100%;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 border-spacing: 0;
 background-color: #fff;
}
.access .busL .tb th,
.access .busL .tb td{
 padding: 5px;
 font-size: 14px;
 line-height: 100%;
 text-align: left;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
}
.access .busL .tb th{
 padding: 5px 5px 5px 35px;
 color: #fff;
 background-color: #0052a5;
 font-weight: bold;
 background-image: url(../img/bus.png);
 background-position: left 10px center;
 background-size: 20px 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: 5px 5px 5px;
 background-color: #e4007f;
 background-image: none;
 text-align: center;
}
.access .busL .tb.tb3 th:nth-child(3){
 padding: 5px 5px 5px;
 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 25px;
 width: 62%;
}
.access .busRT{
 margin: 0 0 10px;
 padding: 0 0 3px;
 width: 100%;
 font-size: 15px;
 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: 3px 0 0;
 font-size: 12px;
 text-align: left;
 font-weight: 500;
}

.gakka{
 margin: 0 auto;
 padding: 80px 0 0;
 width: 900px;
 text-align: center;
}
.gakka h4{
 font-size: 30px;
 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: 20px 0 40px;
 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: 10px 0 12px;
 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: 15px 0 0;
 font-size: 14px;
 line-height: 100%;
 text-align: center;
 font-weight: bold;
 color: #fff;
}
.gakka .ga li .ga2{
 padding: 8px 0 0;
 font-size: 23px;
 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: -19px;
}
.gakka .ga li p{
 margin: 0;
 padding: 5px 0 0;
 width: 100%;
 font-size: 13px;
 line-height: 150%;
 text-align: center;
 font-weight: 500;
 color: #fff;
 font-feature-settings: "palt";
}

.contact{
 margin: 60px auto 80px;
 padding: 30px 30px 30px;
 width: 900px;
 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 15px;
 font-size: 22px;
 text-align: left;
 font-weight: bold;
}
.contact div{
 float: left;
 width: 49%;
}
.contact div:nth-child(2){
 float: right;
}
.contact div a{
 padding: 20px 0;
 font-size: 24px;
 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;
}


/* ================================================ 
	sp-na
==============================================================================================================================================================*/
.sp-nav {
  display: none; }

.sp-logo {
  margin: 0 16px 15px;
  padding: 10px;
  text-align: center;
  background: #fff; }

.sp-tit {
  padding-top: 50px;
  margin: 0 6px 20px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-bottom: 1px #fff solid;
  padding-bottom: 8px; }

.sp-menu a {
  margin: 0 6px 20px;
  display: block;
  padding: 5px 10px;
  text-align: center;
  background: #184193;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: .3s; }
  .sp-menu a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7; }


/* ================================================ 
	ページトップへ
==============================================================================================================================================================*/
.gotop {
  text-align: center;
  padding: 10px 3% 50px; }


/* ================================================ 
	フッター
==============================================================================================================================================================*/
footer {
padding: 40px 0;
background: #f3f3f3;
position: relative;
z-index: 100; }
footer .innar {
margin: 0 auto;
width: 700px;
}
footer .innar .fLogo{
 float: left;
 width: 330px;
}
footer .innar .fLogo img{
 width: 100%;
 height: auto;
}
footer .innar .add{
 float: right;
padding: 22px 0 0;
 width: calc(100% - 360px);
 font-size: 16px;
 line-height: 150%;
 text-align: left;
}
footer .copy{
padding: 20px 0 0;
 font-size: 12px;
 text-align: center;
}

