*, *: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;
}
body {
  font-weight: 400;
  color: #1A1A1A;
  font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top {
  text-align: center;
}
h1, h2, h3, h4, p, dt, dd, li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transform: rotateZ(0.03deg);
}
.alert {
  font-weight: bold;
  font-size: 18px;
}
.center {
  text-align: center;
}
.sp {
  display: none;
}
.pc {
  margin: 0 auto;
  display: block;
}
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}
.change-time1 {
  animation-delay: 0.2s;
}
.change-time2 {
  animation-delay: 0.3s;
}
.change-time3 {
  animation-delay: 0.4s;
}
.change-time4 {
  animation-delay: 0.6s;
}
.btn_pdf a {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 18px;
  padding: 15px;
  background-color: #FFD000;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 475px;
  -webkit-box-shadow: 0px 5px #E8C100;
  box-shadow: 0px 5px #E8C100;
  position: relative;
  text-align: center;
}
.btn_pdf a::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 42%;
  right: 5%;
}
.btn_pdf a:hover {
  text-decoration: none;
  background-color: #FFE36C;
}
.alert {
  color: #FF4E1D;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
#about {
  padding: 80px 0;
}
#about h2 {
  color: #1764D6;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -50px;
  width: 100%;
  margin: auto;
  max-width: 450px;
}
#about .about_wrap {
  border-radius: 10px;
  border: 3px solid #1764D6;
  padding: 80px 20px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 940px;
}
#about .about_wrap .icon1 {
  position: absolute;
  top: -70px;
  left: 10%;
}
#about .about_wrap .icon2 {
  position: absolute;
  right: -30px;
  bottom: 10px;
}
#about .photo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#about .photo_wrap li {
  width: 24%;
}
#about .lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 700;
}
#about .alert {
  text-align: center;
  font-weight: 500;
}
#schedule {
  background-color: #FFD000;
  padding: 50px 0 0;
  text-align: center;
}
#schedule h1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px #8E7B64;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#schedule .schedule_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#schedule .schedule_wrap .schedule_list {
  width: 60%;
  padding-bottom: 40px;
}
#schedule .schedule_list dl {
  border-bottom: 2px dotted #4D4D4D;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  vertical-align: bottom;
}
#schedule .schedule_list dl dt {
  font-size: 32px;
}
#schedule .schedule_list dl dt span {
  font-size: 18px;
}
#schedule .schedule_list dl dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 0.6;
}
#event {
  padding: 100px 0;
  background-image: url(../images/event_bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
#event h1 {
  font-size: 40px;
  color: #1764d6;
  text-align: center;
  padding-top: 100px;
  background-image: url(../images/event_title.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
#event .outline_list {
  margin-bottom: 50px;
}
#event .outline_list dl {
  border-bottom: 2px dotted #b3b3b3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 20px 10px;
  align-items: stretch;
  margin: 0;
  vertical-align: bottom;
}
#event .outline_list dl dt {
  display: flex;
  align-items: center;
  width: 20%;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px;
}
#event .outline_list dl dd {
  width: 80%;
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
#event .outline_list dl dd span {
  font-size: 14px;
}
#event .btn_map {
  background-color: #1764D6;
  padding: 10px 50px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
#event .btn_map:hover {
  text-decoration: none;
  background-color: #4886E3;
}
#event .btn_map::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 39%;
  right: 5%;
}
#event .form {
  text-align: center;
  margin-bottom: 80px;
}
#event .form .alert {
  font-size: 18px;
}
#event .form .btn_form a {
  background-color: #ff4e1d;
  padding: 20px 50px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
  border-radius: 40px;
  max-width: 374px;
  position: relative;
  -webkit-box-shadow: 0px 5px #dd3a14;
  box-shadow: 0px 5px #dd3a14;
}
#event .form .btn_form a:hover {
  text-decoration: none;
  color: #FF7D5A;
}
#event .form .btn_form a::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 42%;
  right: 5%;
}
#event .present {
  text-align: center;
  margin-bottom: 70px;
}
#event .present ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  align-items: stretch;
}
#event .present ul li .img {
  margin-bottom: 20px;
}
#event .present ul li p {
  font-weight: bold;
}
#event .present ul li p span {
  font-size: 14px;
}
.form .caption {
  margin: 0 auto;
  max-width: 550px;
  text-align: left;
  text-indent: -16px;
  padding-left: 16px;
  font-weight: 500;
}
#event .attention {
  padding-top: 60px;
}
#event .attention ul li {
  /* [disabled]text-indent: -16px; */
  /* [disabled]padding-left: 16px; */
  font-size: 17px;
  list-style-type: disc;
  line-height: 1.8;
  font-weight: 500;
}
.attention .inner ul {
  margin-bottom: 50px;
}
.wrap {
  overflow: hidden;
  display: flex;
}
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  padding: 0;
  margin: 0;
  animation: loop-slide 20s infinite linear 1s both;
  position: relative;
  width: 100vw;
  flex-shrink: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
.content {
  width: 24vw;
  text-align: center;
  margin-right: 1vw;
}
.content:last-child {
  /* [disabled]margin-right: 0px; */
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
footer #contact {
  padding: 30px 0;
  background-color: #1764d6;
  text-align: center;
  color: #fff;
}
footer #contact h3 {
  display: flex;
  align-items: center;
}
footer #contact h3:before, footer #contact h3:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #fff;
}
footer #contact h3:before {
  margin-right: 1rem;
}
footer #contact h3:after {
  margin-left: 1rem;
}
footer #contact .tel a {
  pointer-events: none;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 800px;
  flex-wrap: wrap;
}
footer .copyright li {
  width: 48%;
}
#contact .txt a {
  color: #fff;
  text-decoration: underline;
}
.pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 0px;
  background-color: hsla(216, 81%, 46%, 0.70);
  bottom: 0px;
  z-index: 10;
}
.pagetop::after {
  content: "";
  position: absolute;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  left: 28%;
  top: 35%;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 90%;
  }
  #about {
    overflow: hidden;
  }
  #about h2 {
    color: #1764D6;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -40px;
    padding: 10px;
    font-size: 20px;
    max-width: none;
    width: 90%;
  }
  #about .about_wrap .icon1 {
    top: 10px;
    left: -10%;
    width: 20%;
  }
  #about .about_wrap .icon2 {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 20%;
  }
  #about .photo_wrap li {
    width: 48%;
    margin-bottom: 20px;
  }
  #about .lead {
    text-align: justify;
    margin-bottom: 30px;
  }
  #about .alert {
    text-align: justify;
  }
  #schedule .schedule_wrap .schedule_list {
    width: 100%;
    padding-bottom: 40px;
    order: 1;
  }
  #schedule .schedule_wrap dt {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #schedule .schedule_wrap dd {
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
  #schedule .schedule_wrap .img:first-child {
    order: 2;
  }
  #schedule .schedule_wrap .img:last-child {
    order: 3;
  }
  #event h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 15%;
    background-image: url(../images/event_title.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #schedule h1 {
    font-size: 30px;
  }
  #event .outline_list dl dt {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px;
    background-color: #D3DDE6;
    margin-bottom: 10px;
  }
  #event .outline_list dl dd {
    width: 100%;
  }
  .form .caption {
    text-align: left;
    text-indent: -14px;
    padding-left: 14px;
    font-size: 14px;
  }
  #event .btn_map {
    display: block;
  }
  .attention .inner ul {
    padding: 0 0 0 20px;
    margin: 0 0 50px;
  }
  #event .attention ul li {
    padding: 0;
    font-size: 14px;
    list-style-type: disc;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  footer #contact .tel a {
    pointer-events: auto;
    font-size: 35px;
  }
  #contact .tel_info {
    font-size: 14px;
  }
  footer .copyright {
    display: block;
  }
  footer .copyright li {
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  #contact .txt {
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {
  #about h2 {
    position: absolute;
    font-size: 4.3vw;
    top: -20px;
  }
  #about .lead {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 16px;
  }
}