/*イベント（php→html）*/
	.category-button{
	display: block;
	width: 45%;
	margin : 0 auto;
	font-size: 1.8em;
	line-height : 3rem;
	text-align: center;
	text-shadow: 1px 1px 2px #ccc;
	padding: 0;
	color: #fff;
	border-radius: 10px;
	margin-top: 15px;
	text-decoration : none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
	}
	.button-totsuka{
	background-color: #e95b8c;
	border: 1px solid #e95b8c;
	border-bottom: 5px solid #7f3652;
	height : 3rem;
	}
	.button-totsuka:hover{
	border-bottom: 2px solid #7f3652;
	margin : 18px auto 0 auto;
	
	}
	.button-saitama-warabi{
	background-color: #f29344;
	border: 1px solid #f29344;
	border-bottom: 5px solid #9b6237;
	height : 3rem;
	}
	.button-saitama-warabi:hover{
	border-bottom: 2px solid #9b6237;
	margin : 18px auto 0 auto;
	}
.button_doc{
	display:inline-block;
	line-height:2em;
	width:100%;
	}
.doc_all_button a.button_doc{
	display:inline-box;
	line-height:2rem;
	}
.button_doc:link,
.button_doc:visited,
.button_doc:active{
	color : #fff;
	text-decoration : none;
	}
.flexcontents{display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	        }
	.event-wrapper{
	border-bottom : 1px solid #999;
	display : block;
	margin-bottom : 2rem;
	padding-bottom : 2rem;
	width : 710px;
	}
	.event-banner-top{
	width: 710px;
	height : auto;
	}
	.event-banner-img{
	width : 100%;
	height : auto;
	}
	@media screen and (max-width:640px) {
	.top_eventarea{
	width : 96%;
	margin-left : 2%;
	}
	a.bukkenbox{
	width: 100%;
	}
	a.bukkenbox .titlearea{
	width: 100%;
	height:4rem;
	}
	a.bukkenbox .titlearea .title {
	width:75%;
	}
	a.bukkenbox .titlearea .icon01{
	height:4rem;
	}
	a.bukkenbox .titlearea .title .sub{
	width:70%;
	}
	a.bukkenbox .photo{
	width: 100%;
	}
	a.bukkenbox .detail{
	width:95%;
	font-size:1.1rem;
	}
	.detail{
	width: 90%;
	margin: 0 auto;
	}
	.redbig{
	font-size:24px;
	}
	.event-top-decs{
	font-family : 'Noto Sans JP',"游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size : 18px;
	padding : 2rem 0 1rem 0;
	}
	.event-wrapper{
	border-bottom : 1px solid #999;
	display : block;
	margin-bottom : 2rem;
	padding-bottom : 2.4rem;
	width : 100%;
	}
	.event-banner-top{
	width: 100%;
	height : auto;
	}
	.doc_all_button a.button_doc{
	font-size : 1rem;
	line-height : 2rem;
	height : 2rem;
	}
	.button_doc{
	font-size : 1rem;
	line-height : 2em;
	height : 2rem;
	}
	.category-button{
	font-size: 1em;
	line-height : 1.8rem;
	border-radius: 6px;
	margin-top: 20px;
	}
	.button-totsuka{
	height : 2rem;
	}
	.button-totsuka:hover{
	margin-top: 23px;
	}
	.button-saitama-warabi{
	height : 2rem;
	}
	.button-saitama-warabi:hover{
	margin-top: 23px;
	}
}
@media screen and (max-width:320px) {
	.flexcontents{
	display : block;
	}
	.category-button{
	width : 90%;
	}
}
