/***共通**********/


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.4rem;
	background-color: #fffffff;
	color: #666666;
/* 	text-align:center; */

}
br {
	display: initial;
}
a:link    {
           text-decoration: none;
}
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: 4vw;
}
.mgt8 {
  margin-top: 8vw;
}
/***共通end*******/

/* パーツ */


main {
  background: #ffffff;
}
main>section{
  /*! padding-bottom: 50px; */
}
h3 {
  text-align: center;
  margin: 0 auto 5vw;
/*   height: 22px; */

}
h3 img {
  height: 27px;
}


#top_main {
  width: 100%;

}
#top_main img {
  width: 100%;
}
#event {
  /*! height: 500px; */
  padding: 50px 0 0;
}
#event h3 {
}
#event img {
  height: 22px;
}
#event .event_slider {
}
#eventslider .fs-pt-carousel img {
  max-width: 80vw;
}
