/***共通**********/
body {
  /*	background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;*/
  /*	background: radial-gradient(#fad96e, #f15266);*/
  background-size: cover;
  height: 100%;
}
body main {
  font-family: 'Noto Sans JP', sans-serif;
  /*font-family: Helvetica, Arial, "ryo-gothic-plusn",sans-serif;*/
  font-size: 1.4rem;
  /*font-size: 1.8em;*/
  line-height: 2.4em;
  background-color: #fffffff;
  /* color: #666666; */
  /* 	text-align:center; */
}
br {
  display: initial;
}

a:active {}
a:visited {
  /* color: #666666; */
}
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;
}
.mgt4 {
  margin-top: 40px;
}
.mgt8 {
  margin-top: 120px;
}
/***共通end*******/

/* */
main {
  background: #ffffff;
}
main > section {}
h3 {
  text-align: center;
  margin: 0 auto 30px;
  /*   height: 22px; */
}
h3 img {
  height: 27px;
}
#top_main {
  width: 100%;
  min-width: 1080px;
  /*! margin-bottom: 150px; */
}
#top_main img {
  width: 100%;
}
#event {
  /*! height: 500px; */
  padding-top: 50px;
}
#event h3 {}
#event img {
  height: 22px;
}
#event .event_slider {}
#eventslider .fs-pt-carousel img {
  max-width: 80vw;
}
