@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.mb0 { margin-bottom:0!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }

.pb0 { padding-bottom:0!important; }
.pb5 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }
.pb40 { padding-bottom:40px!important; }

.mAuto {
	margin:auto;
}

.justC {

}


.red { color:#f00; }
.fwB { font-weight:bold!important; }
.fwN { font-weight:normal!important; }

.regBtnArea {
	display: flex;
	width:660px;
	margin:auto;
	justify-content:space-between;
	align-items:center;
}

a.btnNext,
a.btnBack,
.btnNext,
.btnBack {
	display: inline-block;
    width: 100%;
    min-width: 320px;
    justify-content: center;
    align-items: center;

	background: #007DB8;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
	border:none;
    padding: 10px 15px;

    text-decoration: none!important;
    cursor:pointer;

}


a.btnNext,
.btnNext {
	color:#fff;
}

.btnBack {
    background: #adadad;
    border: 1px solid #ccc;
    color:#fff!important;
}

a.btnNext:hover,
.btnNext:hover {
    background: #006799;
}

a.btnBack:hover,
.btnBack:hover {
    background: #979797;
}


#timetableArea .blockTitle p {
	font-size:100%;
	text-align:left;
}

.regBtnAreaFl ul {
	max-width:700px;
	margin:2em auto;
}
.regBtnAreaFl ul li.left {
	float:left;
}
.regBtnAreaFl ul li.right {
	float:right;
}

.regBtnAreaFl1{
	max-width:400px;
	margin:1em auto;
}

#contact {
	max-height:400px;
}


.selActive {
	background:#fbefc2!important;
}
.selFocus {
	/*background:#ff8c29!important;*/
}


#timetableArea .areaMain .timetableBlock {
	margin-bottom:0;
}


#timetableArea .pitch .btnDetailPitch > a {
    display: inline;
    padding: 0;
    background: none;
    color: #007DB8;
    font-size: 16px;
}
#timetableArea .pitch .btnDetailPitch > a:hover,
#timetableArea .pitch .btnDetailPitch > a:active {
	text-decoration:none;
}

.detailBoxArea .panel,
.detailBoxArea .model {
    margin-bottom: 0.5em;
    line-height: 1.3;
    font-size: 15px !important;
}

.max1300 {
	max-width:1300px;
	margin:auto;
}

/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
	.regBtnAreaFl ul {
		max-width:98%;
		margin:1em auto;
	}
	.regBtnAreaFl ul li.left {
		float:none;
		margin-bottom:0.5em;
	}
	.regBtnAreaFl ul li.right {
		float:none;
		margin-bottom:0.5em;
	}

}


.markPS.sesCate5,
.detailBoxArea .session-type.sesCate5 {
	color:#007DB8;
}





.hero {
  position: relative;
}

.hero-img {
  width: 100%;
  overflow: hidden;
}

.hero-text {
  position: absolute;
  top: 90px;
  left: 50px;
  text-align: left;
}

.hero-text img{
  width: 170px;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-family: "BentonSansBold";
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #D99700;
  line-height: 1;
}

.hero-text h1+p {
  color: #007DB8;
}

.hero-tab,
.hero-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero {
    text-align: right;
  }

  .hero-tab {
    display: block;
  }

  .hero-sp {
    display: none;
  }

  .hero-img {
    text-align: center;
    /*margin-top: 70px;*/
  }

  .hero-img>div {
    margin: 0 -9999px;
    position: relative;
    overflow: hidden;
    min-height: 300px;
  }

  .hero-img>div>div {
    max-width: 1280px;
    margin: 0 auto;
  }

  .hero-img img {
    width: auto;
    margin: 0 auto;
  }

  .hero-text {
    top:0;
    font-size: 20px;
    display: table;
    height: 100%;
  }

  .hero-text>div {
    display: table-cell;
    vertical-align: middle;
  }

  .hero-text img{
    width: 240px;
    margin-bottom: 30px;
  }

  .hero-text h1 {
    font-size: 45px;
  }

  .hero-text h1+p {
    font-size: 23px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-text {
    left: calc((100% - 960px) / 2);
  }

  .hero-text h1 {
    font-size: 50px;
  }

  .hero-text h1 {
    font-size: 56px;
  }
}

@media screen and (min-width: 1281px) {
  .hero-img>div>div {
    max-width: 1920px;
  }

  .hero-tab {
    display: none;
  }

  .hero-pc {
    display: inherit;
  }
}

@media screen and (min-width: 1920px) {
  .hero-img {
    margin: 70px 0 0;
  }

  .hero-img>div {
    margin: 0;
  }

  .hero-img>div>div {
    width: 100%;
    max-width: 100%;
  }

  .hero-img img {
    width: 100%;
    height: auto;
  }
}
