.main {
  margin-top: 90px;
}

@media (max-width: 842px) {
  .main {
    margin-top: 70px;
  }
}
@media (max-width: 565px) {
  .main {
    margin-top: 50px;
  }
}
section {
  padding-top: 20px;
  padding-bottom: 80px;
}

#baceover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 274px 30px 1fr;
  grid-template-columns: 274px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
#baceover #bace_side {
  padding-bottom: 40px;
}
#baceover #bace_side .sidesticky {
  position: sticky;
  top: 90px;
  /*.sidestickyinner{
  	overflow: scroll;
  height: calc(100vh - 90px) ;
  }*/
}
#baceover #bace_side .searchbox {
  background-color: #ddecf7;
  padding: 26px;
  border-radius: 14px;
}
#baceover #bace_side .searchbox dl dt {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#baceover #bace_side .searchbox dl dd {
  margin-bottom: 40px;
}
#baceover #bace_side .searchbox dl dd .agelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
}
#baceover #bace_side .btnbox a {
  display: block;
  margin: 40px auto 0 auto;
  padding: 10px;
  background-color: #FAD586;
  border: 2px #707070 solid;
  border-radius: 10px;
  font-weight: bold;
  font-sizze: 17px;
}
#baceover #bace_main {
  padding-bottom: 80px;
}

.breadcrumbsbox ul {
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}
.breadcrumbsbox ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.breadcrumbsbox ul li a {
  position: relative;
}
.breadcrumbsbox ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  right: -10px;
  top: 5px;
}

.h2box {
  margin-bottom: 90px;
}
.h2box .h2img {
  text-align: center;
  margin-bottom: 34px;
}
.h2box h2 {
  text-align: center;
  font-weight: bold;
}

.contentsbace {
  margin-top: 70px auto;
}

.bottomslider {
  margin-top: 100px;
  margin-bottom: 60px;
}
.bottomslider .bottomsliderttl {
  max-width: 1140px;
  margin: 0 auto 70px auto;
  text-align: left;
}
.bottomslider .bottomsliderttl span {
  background-color: #90C1E7;
  padding: 15px 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}
.bottomslider .bottomsliderttl span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 8px solid #90C1E7;
  position: absolute;
  bottom: -8px;
  left: 40px;
}

.nextpagebox .btnbox a {
  display: block;
  width: 270px;
  margin: 110px auto 0 auto;
  padding: 20px;
  background-color: #FAD586;
  border: 2px #707070 solid;
  border-radius: 50px;
  font-family: "Sen", sans-serif;
}

.othereventslist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.othereventslist .eventitemover {
  padding: 20px 20px;
  margin-bottom: 60px;
}
.othereventslist .eventitemover.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .bottomslider {
    margin-top: 100px;
  }
  .bottomslider .bottomsliderttl {
    width: 90vw;
  }
  .breadcrumbsbox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 842px) {
  #baceover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 95vw;
    row-gap: 20px;
  }
  #baceover #bace_side .searchbox {
    background-color: #90C1E7;
    border-radius: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px 20px;
    padding-top: 30px;
  }
  #baceover #bace_side .searchbox .inputbox {
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px 10px 10px 30px;
    position: relative;
  }
  #baceover #bace_side .searchbox .inputbox:after {
    content: "";
    background: url(../images/common/icon_search.svg) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #baceover #bace_side .searchbox input[type=text] {
    border: none;
  }
  .breadcrumbsbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .breadcrumbsbox ul {
    width: 95vw;
    line-height: 1;
  }
  .breadcrumbsbox ul li {
    font-size: 8px;
    margin-right: 10px;
  }
  .breadcrumbsbox ul li a:after {
    width: 3px;
    height: 3px;
    right: -5px;
  }
  .h2box {
    margin-bottom: 40px;
  }
  .h2box h2 {
    font-size: 20px;
  }
  .h2box .h2img {
    margin-bottom: 20px;
  }
  .h2box .h2img img {
    height: 30px;
  }
  .othereventslist {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nextpagebox .btnbox a {
    margin-top: 60px;
  }
  .bottomslider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .bottomslider .bottomsliderttl {
    margin-bottom: 30px;
    text-align: center;
  }
  .bottomslider .bottomsliderttl span {
    font-size: 18px;
    padding: 10px 20px;
  }
  .bottomslider .bottomsliderttl span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -7px;
  }
}