@charset "utf-8";

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

img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align:bottom;
}

.dn_pc{display: inline;}
.dn_sp{display: none;}



/* all
------------------------------------------------*/
*{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img {
 border:none;
}

ul,dl,ol,li{
 list-style-type:none;
}

.clear{
	clear:both;
	height: 0px;
	border: 0px;
	line-height: 0;
	visibility:hidden;
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.clearfix { display:inline-table; }

/* Mac OS */
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


html{
	font-size: 62.5%;
	height:100%;
}

body{
	min-height: 100%;
	_height: 100%;

	font-size: 1.2rem;
	line-height: 140%;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

/* --------------------------
		Header
----------------------------*/
#header {
	width: 100%;
}

#siteid{
	width: 36%;
	text-align: left;
	padding: 0 0 0 2%;
}


/* sub-nav */
#sub-nav_wrap{
	position: relative;
	padding: 0 0 24% 0;
}
#sub-nav{
	width: 96%;
	text-align: center;
	margin: 0 auto;
}
#sub-nav ul li {
	margin:0 0 2% 0;
}

.f-illust{
	width: 90%;
	margin: 0 auto;

	position: absolute;
	bottom: -5%;
	left: 0;
	right: 0;
}

/* --------------------------
		Footer
----------------------------*/
#sub-footer{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding: 10% 0 4% 0;
}

#sub-footer p.logo{
	margin: 0 0 4% 0;
}

/* --------------------------
		Container
----------------------------*/
#container {
	width: 100%;
	background: #b5cd0f url("../images/sp/bg-sub.jpg") no-repeat top center;
	background-size: contain;
 }


/* other
------------------------------------------------*/
#content-area {
	position: relative;
	z-index: 999;

}

h2.ttl-page{
	width: 56%;
	text-align: center;
	margin: 0 auto;
}


/* all
------------------------------------------------*/
.event_frame{
	width: 96%;
	margin: 0 auto 4% auto;
}

.event_box{
	width: 92%;
	padding: 4% 4%;

	background: url("../images/event_frame_in.gif") 0 0 repeat-y;
	background-size: contain;
}

.event_img{
	text-align: center;
	margin: 0 auto 4%;
}

h3.event{
	font-size: 2.2rem;
	line-height: 130%;
	color: #15a136;
	text-shadow: 1px 1px 0px #fff,
	-1px -1px 0px #fff,
	2px 2px 10px #50be65;
	margin: 0 0 4% 0;
}
.event_period{
	font-size: 1.8rem;
	line-height: 130%;
	color: #ff8400;
	margin: 0 0 3% 0;
}
.event_detail{
	margin: 0 0 3% 0;
}

.event_link ul li{
	padding-left: 1.0em;
	text-indent: -1.0em;

	margin: 0 0 1% 0;
}
.event_link ul li a{
	background: url("../images/arrow_b.gif") 0 50% no-repeat;
	padding-left: 1.0em;
}


.event_frame_bottom img{
	vertical-align: top;
}


}

