@charset "utf-8";
/* CSS Document */
/*free*/
#free_wrap {
	padding:70px 0;
}
#free_wrap h2 {
	font-size: 150%;
	text-align: center;
	margin-top: 20px;
}
#free_wrap hr {
	border: none;
	border-bottom: 5px solid #cf2b2b;
	margin-bottom: 40px;
}
#free {
	width:70%;
	max-width: 840px;
	margin:0 auto;
}
#free ul {
	text-align: center;
}
#free ul li {
	display: inline-block;
	width:31%;
	margin:10px 1%;
}
#free ul li a {
	color:#3b2c27;
	font-weight: bold;
	border:2px solid #cf2b2b;
	display: block;
	padding:30px 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#free ul li a:hover {
	background: #cf2b2b;
	color:#fff;
}
/*top_event*/
#top_event {
	background-image: url(../images/bg_event.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
#top_event a {
	display: block;
	width:70%;
	max-width: 840px;
	margin:0 auto;
	text-align: center;
	background: rgba(0,0,0,0.70);
	color:#fff;
	border:5px double #fff;
	padding:20px 0;
	font-weight: bold;
	font-size: 120%;
}
#top_event a:hover {
	background: none;
	text-shadow: 3px 3px 3px #3b2c27;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){	
#free {
	width:75%;
}
#free ul li {
	width:48%;
}
#top_event a {
	width:75%;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap {
	padding-top: 30px;
}
#free {
	width:80%;
}
#free ul li {
	width:100%;
	margin:10px 0;
}
#top_event a {
	width:80%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free {
	width:90%;
}
#free .cate .box_img1 img {
	max-height: 250px;
}
#top_event a {
	width:90%;
}
}