*{
	margin: 0;
	padding: 0;
}

body {
	color: #202020;
	background-color: #FFDB00;
	font-size: 100%;
	font-family: 'Roboto','Avenir','YuGothic','Osaka','Meiryo', sans-serif;
}

header{
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 1.5;
	padding: 2px 5px 8px 5px;
	background-color: #FFDB00;
	position: fixed;
	right: 20px;
	bottom: 0px;
}
li{
	list-style: none;
}
a {
	color: #202020;
	text-decoration:none;
}
a:hover{
	opacity: 0.4;
	transition: 0.2s ;
}

footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
footer a{
	margin: 10px 20px;
	font-size: 80%;
}









/*----index---*/
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
}
.arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
  width: 18px;
  height: 18px;
  border-top: 4px solid #FFDB00;
  border-right: 4px solid #FFDB00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  animation: arrow_first 1s ease 1s infinite alternate both;
}
@keyframes arrow_first {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.arrow + .arrow {
	bottom: 40px;
	animation: arrow_second 1s ease 1s infinite alternate both;
}
@keyframes arrow_second {
  0% {
    bottom: 35px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 35px;
  }
}
.wrap{
	width: 75%;
	margin: 0 auto;
}
.header{
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.menu{
	padding: 5px 10px;
	margin: 0px 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 125%;
}
.contain{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	/*justify-content: center;
    align-items: center;*/
}
.head{
	width: 25%;
	height: 175px;
	position: relative;
}
.head .center{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 5.8rem;
}
.box{
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}
.en{
	font-size: 45px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.head .jp{
	line-height: 1.0;
	font-weight: bold;
}
.contents{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}
.btn_box{
	width : 25% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
	border: 8px solid #ffdb00;
    box-sizing: border-box;
}
.btn_box img{
	width: 100%;
}
.sub_btn_box{
	width : 25% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
	border: 8px solid #ffdb00;
    box-sizing: border-box;
}
.sub_btn_box img{
	width: 100%;
}
.btn{
	position: relative;
	width: 50%;
	height: 175px;
	display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #ffdb00;
    box-sizing: border-box;
}
.btn_inner{
	width: 100%;
	height: 100%;
}
.btn_txt{
	padding: 2px 4px;
	background-color: #FFDB00;
}
.btn a .balloon1{
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 70%;
	text-align: center;
	color: #000;
	letter-spacing: -0.1em;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFDB00;
	border: 2px solid #000;
	left: 50%;
	margin-left: -37px;
    z-index: 9999;
    animation: rotation 0.8s ease 1s infinite alternate both;
}
@keyframes rotation {
  0% {
    top: -40px;
  }
  70% {
    top: -40px;
  }
  85% {
    top: -50px;
  }
  100% {
    top: -40px;
  }
}
.balloon1::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -11px;
  border-right: 10px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-90deg);
}
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -7px;
  border-right: 10px solid #FFDB00;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-90deg);
}
.event_box{
	box-sizing: border-box;
	border: 2px solid #000;
	width: 100%;
	min-height: 175px;
	padding: 8px;
	overflow: auto;
}
.event_box a{
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
}
.event_box .t1{
	padding: 8px 12px;
	width: 12%;
	font-weight: bold;
	font-size: 150%;
}
.event_box .t2{
	padding: 4px 10px;
	width: 80%;
	font-size: 120%;
}
.event_box .t3{
	padding: 4px 8px;
	width: 8%;
	font-size: 75%;
	font-weight: bold;
}
.4place{
	padding: 2px 3px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.news_box{
	box-sizing: border-box;
	border: 2px solid #000;
	width: 100%;
	min-height: 175px;
	padding: 8px;
	overflow: auto;
}
.news_box a{
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
}
.news_ul{
	border-bottom: 2px solid #000;
}
.news_box .t1{
	padding: 4px 4px;
	width: 8%;
	font-size: 75%;
	font-weight: bold;
}
.news_box .t2{
	padding: 4px 10px;
	width: 60%;
}
.news_box .t3{
	padding: 4px 8px;
	width: 16%;
	font-size: 75%;
}
.news_box .t4{
	padding: 4px 8px;
	width: 8%;
	font-size: 75%;
}
.news_box .t5{
	padding: 4px 8px;
	width: 8%;
	font-size: 75%;
	font-weight: bold;
}
.genre{
	padding: 2px 3px;
	text-align: center;
	background-color: #FFFFBB;
	font-family: "M PLUS Rounded 1c";
}
.past{
	border: 2px solid #000;
	border-radius: 12px;
	padding: 3px 2px;
	text-align: center;
	font-size: 50%;
}
.now{
	border: 2px solid #000;
	border-radius: 12px;
	padding: 3px 2px;
	text-align: center;
	background-color: white;
}
.next{
	border: 2px solid #000;
	border-radius: 12px;
	padding: 1px 2px;
	text-align: center;
	background-color: #000;
	color: #FFDB00;
}
.news_contents{
	width: 100%;
	min-height: 175px;
	overflow: auto;
	font-size: 110%;
}
.news_contents a{
	display: flex;
	width: 100%;
	justify-content: center;
    align-items: center;
}
.news_contents .news_ul{
	border-bottom: 2px solid #000;
}
.news_contents .t1{
	padding: 8px 4px;
	width: 8%;
	font-size: 75%;
	font-weight: bold;
}
.news_contents .t2{
	padding: 8px 10px;
	width: 60%;
}
.news_contents .t3{
	padding: 8px 8px;
	width: 16%;
	font-size: 75%;
}
.news_contents .t4{
	padding: 8px 8px;
	width: 8%;
	font-size: 75%;
}
.news_contents .t5{
	padding: 8px 8px;
	width: 8%;
	font-size: 75%;
	font-weight: bold;
}
.newsbig{
	font-size: 150%;
}
.blog{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.blog a {
	margin: 0px 3%;
}
.b_arrow {
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog_txt{
	font-family: 'Oswald', sans-serif;
	margin-left: 8px;
	font-size: 18px;
}

.about_box{
	width: 70%;
	text-align:justify
}
.pdf_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pdf_box .balloon1{
	position: absolute;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-left: -37px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0em;
	background-color: #FFDB00;
	border-radius: 70%;
	border: 2px solid #000;
	z-index: 9999;
	animation: rotation_pdf 0.8s ease 1s infinite alternate both;
}
@keyframes rotation_pdf {
  0% {
    top: -60px;
  }
  70% {
    top: -60px;
  }
  85% {
    top: -70px;
  }
  100% {
    top: -60px;
  }
}
.pdf_box .balloon1::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -11px;
  border-right: 10px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-90deg);
}
.pdf_box .balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -7px;
  border-right: 10px solid #FFDB00;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(-90deg);
}
#index .pdf_box a{
	width : 25% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 4) ;
	width : calc(100% / 4) ;
}
#index .pdf_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width : 100%;	
	margin-top: 0px;
	border: 10px solid #ffdb00;
    box-sizing: border-box;
}
#index .pdf_img img{
	width: 100%;
	height: 100%;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;

}
.main_logo img{
	width: 70%;
	margin-top: 50px;
}
.right-text{
	text-align: right;
}





/*----event---*/
.page_head{
	width: 100%;
	height: 100px;
	text-align: center;
	position: relative;
}
.page_head .center{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	height: 5.8rem;
}
.page_head .en{
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
}
.page_head .jp{
	line-height: 1.0;
	font-weight: bold;
}
.page_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_inner{
	width: 90%;
}
.month{
    border-bottom: 45px solid #FFDB00;
    height: 0;
	font-size: 130%;
}
.month .appear{
	font-size: 150%;
	opacity: 1;
	font-weight: bold;
}
.cul_box{
	width: 100%;
/*	border: 1px solid #000;
*/	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.day_box{
	width : 14% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(98% / 7) ;
	width : calc(98% / 7) ;
	height: 175px;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: auto;
}
.week_box{
	width : 14% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(98% / 7) ;
	width : calc(98% / 7) ;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: auto;
}
.week{
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
	margin: 3px 10px;
	text-align: center;
	vertical-align: middle;
}
.day{
	font-family: 'Oswald', sans-serif;
	font-size: 110%;
	margin: 3px 10px;
}
.eve_box{
	margin: 5px 10px;
	font-size: 75%;
}
.eve_box .place{
	background-color: #000;
	padding: 2px 6px;
	color: #FFDB00;
	text-align: center;
}









/*----access---*/
.map_box img{
	width: 100%;
}
.between{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.access_box{
	margin: 100px 0px;
	width: 50%;
}
.access_txt{
	margin: 0 0 80px 30px;
}
.goomap{
	margin-top: 10px;
}
.goomap a{
	background-color: #000;
	color: #FFDB00;
	padding: 3px 6px;
}









/*----contact---*/
#contact .page_wrap a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
		color: #FFDB00;
}
.contact_box{
	background-color: #000;
	width: 50%;
	height: 100px;
	padding: 20px;
	text-align: center;
	position: relative;
	font-size: 200%;
}
.contact_box .center{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 2rem;
}
#contact .page_inner{
	margin-top: 100px;
	text-align: center;
}










/*----space---*/
.page_contents{
	width: 90%;
	margin-bottom: 70px;
}
.img100 img{
	width: 100%;
}
.img30 img{
	width: 30%;
}
.space_eve{
	padding: 30px 0px;
	border-top: 2px solid #000;
	margin-top: 30px;
}
.pdf_img{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.pdf_img img{
	width: 50%;
	height: 50%;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.sp_btn{
	width : 16.66666% ; /* 未対応ブラウザ用フォールバック */
	width : -webkit-calc(100% / 6) ;
	width : calc(100% / 6) ;
	border: 8px solid #FFDB00;
	box-sizing: border-box;
}
.sp_btn img{
	width: 100%;
}





/*----news---*/
.cap{
	font-size: 75%;
	width: 50%;
}
.news_tp{
	margin-top: 30px;
}
.news_btm{
	margin-bottom: 30px;
}
.h1{
    font-size: 2em;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.h1 a{
	margin-left: 5%;
}
.h1 a:hover{
	opacity: 1;
	background-color: #fff;
}
.event_btn{
	font-size: 0.7em;
	font-weight: bold;
	padding: 0.25em;
	border: 2px solid #000;
}
.cul_btn{
	margin: 0 0 0 auto;
	width: 112px;
}
.cul_btn a:hover{
	background-color: #fff;
}








/*----top戻るボタン---*/

#pageTop {

  position: fixed;
  bottom: 10px;
  right: 30px;
  font-size: 80%;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  color: #444;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*----top戻るボタン---*/