@charset "utf-8";
/* event.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 背景色　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	background-color: #FFFFFF !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カレンダー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#calender {
	padding-top: 20px;
}
#calender img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PDFボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pdf_bt {
	width: 360px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#pdf_bt a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 50px;
	height: 50px;
	font-weight: 700;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	display: block;
	background-color: #BB0F01;
	border-radius: 3px;
}
#pdf_bt a:hover {
	background-color: #EC1201;
}
#pdf_bt a img {
	width: 20px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 15px;
}
#junbi {
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #333333;
	text-align: center;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PDFボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pdf_bt {
	width: 100%;
}

}
