@charset "utf-8";
/* CSS Document */

/* デフォルトスタイル
-----------------------*/
html,body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,a,
header,footer,nav,section,table,tr,td{
	padding:0;
    margin:0;
	border-collapse:collapse;
	border:none;
	outline:none;
	font-size:medium;
}

header,footer,nav,section{display:block;}
input, textarea, html{box-sizing: border-box;}
html { 
	opacity:0;
	background: url(../images/cmn/hbg.png); 
	height: 100%; 
	min-height: 100%;

}
body{
	width: 100%;
	color:#52483F; /* 文字色 */
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	
	background-image: url(../images/cmn/bg.png);

}
.clearText {
	display:block;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.font2 { font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

/* ヘッダー
-----------------------*/
header {
	height: 80px;
	width: 100%;
	max-width: 704px;
	margin: 0 auto;
}
	header a, header img { display: block; }
	header a:hover { opacity:0.7; }
	header a.logo {
		width: 80px;
		height: 60px;
		margin: 10px 0 0 10px;
		float: left;
		background: url(../images/cmn/logo_sp.png) no-repeat;
		background-size: 100% 100%;
	}
	header div.message {
		width:190px;
		float: left;
		height: 60px;
		margin:10px 0 0 10px;
		background: url(../images/cmn/topmessage_sp.png) no-repeat;
		background-size: auto 50px;
		background-position: left center;
	}
	header a.hmenu { display: none;}
/* サイドメニュー */
div#sideMenu { }
	/* チェックボックス */
	div#sideMenu input.check {
		display: none;
	}
	/* サイドメニューボタン */
	div#sideMenu div.menubtn {
		width:30px;
		height:56px;
		position: fixed;
		top:40px;
		right:0px;
		z-index: 40;
	}
		div#sideMenu div.menubtn label.menu-btn {
			display: block;
			width:30px;
			height:56px;
		}
			div#sideMenu div.menubtn label.menu-btn img {
				width:30px;
				height:56px;
				position: absolute;
				top:0;
				left:0;
				-webkit-transition: all .5s;
				transition: all .5s;
			}
	/* サイドメニュー */
	div#sideMenu div#menuBox {
		width:100%;
		height:100%;
		position: fixed;
		top:0;
		right:-100%;
		z-index: 30;
		-webkit-transition: all .5s;
		transition: all .5s;
		opacity: 0;
		background: #8CBB19;
		box-sizing: border-box;
		padding-top: 100px;
	}
		div#sideMenu div#menuBox a.menu {
			display:block;
			width:90%;
			height:45px;
			line-height: 45px;
			margin: 0 auto;
			text-align: center;
			text-decoration: none;
			color: #fff;
			font-size: 14px;
			border-bottom: #fff 1px solid;
		}
			div#sideMenu div#menuBox a.menu img { width:100%;}
	/* -- チェックをつけた場合 */
	div#sideMenu input.check:checked ~ div#menuBox {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right:0%;
		opacity: 1;
	}
	
/* ページのTOPに戻る */
div#page-top {
	position:fixed;
	right:16px;
	bottom:20vw;
	display:none;
	z-index: 20;
}

/* フッター
-----------------------*/
footer {
	height: 40px;
	width: 100%;
	background: url(../images/cmn/footerbg_sp.png);
	background-position: center top;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 19vw;
}
	footer div#footerBox {
		width: 100%;
	}
		footer div#footerBox small {
			display:block;
			width: 100%;
			text-align: center;
			float:left;
			font-size: 10px;
			color: #fff;
			letter-spacing: 2px;
		}
		footer div#footerBox div#snsBox {display: none;}

/* 右側コンテンツ
-----------------------*/
div#memberBox { display: none; }
a#memberBox_sp {
	width:100%;
	height: 50px;
	line-height: 40px;
	box-sizing: border-box;
	position: fixed;
	left:0;
	bottom:0px;
	background: rgba(255, 255,255,0.9);
	box-sizing: border-box;
	border:#8CBB19 5px solid;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
a#memberBox_sp span {
	font-size: 26px;
	color: #FF9327;
}
	
	a.contactBox { display: none; }
	/* イベントレポート*/
	div#reportBox {
		width: 100%;
		background:#fff;
		padding: 20px;
		background:#fff;
		box-sizing: border-box;
		margin: 10px auto 0 auto;
	}
		div#reportBox a:hover { opacity:0.7; }
		div#reportBox a.report {
			display:block;
			width: 48%;
			margin: 20px auto;
			text-decoration: none;
			box-sizing: border-box;
		}
		div#reportBox a.report:nth-of-type(odd) { float: left;} 
		div#reportBox a.report:nth-of-type(even) { float: right;} 
			div#reportBox a.report p.date {
				height:20px;
				color: #333;
				font-size: 12px;
				line-height: 20px;
				margin: 0;
			}
			div#reportBox a.report div.imgbox {
				display:block;
				height:30vw;
			}
			div#reportBox a.report div.info {
				box-sizing: border-box;
			}
				div#reportBox a.report div.info p.title {
					height:60px;
					font-size: 14px;
					color: #9EBF34;
					line-height: 20px;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
					margin: 0;
				}
		div#reportBox p.noData {
			font-size: 11px;
			color:#52483F;
			line-height: 100px;
			text-align: center;
		}
		div#reportBox div.border {
			border-top:#DADF00 1px dashed;
			margin-top: 20px;
		}
		div#reportBox a.moreBtn {display: none;}
		div#reportBox a.moreBtn_sp {
			display: block;
			width:100%;
			height:45px;
			line-height: 45px;
			text-align: center;
			text-decoration: none;
			background: #8CBB19;
			color: #fff;
			font-size: 14px;
			border-radius: 45px;
			margin: 20px auto 0 auto;
		}
	/* sakayell */
	a.messagebtn_sp { 
		width:49%;
		height:36.34vw;
		margin-top: 10px;
		background: url(../images/cmn/message_sp.jpg) no-repeat;
		background-size: 100% 100%;
		float: left;
	}
	a.messagebtn_sp:hover{ opacity:0.7; }
	a.sakayellBox {
		display: block;
		width:49%;
		height:36.34vw;
		margin-top: 10px;
		background: url(../images/cmn/sakayell_sp.jpg) no-repeat;
		background-size: 100% 100%;
		float: right;
	}
	a.sakayellBox:hover{ opacity:0.7; }
	a.tw_sp {
		display: block;
		width:100%;
		margin-top: 10px;
	}
		a.tw_sp img { width:100%;}
	a.tw_sp:hover{ opacity:0.7; }
	a.inst_sp {
		display: block;
		width:100%;
		margin-top: 10px;
	}
		a.inst_sp img { width:100%;}
	a.inst_sp:hover{ opacity:0.7; }

/* 共通
-----------------------*/
div#contents {
	width: 96%;
	max-width: 705px;
	margin: 0 auto;
	padding-bottom: 60px;
}
	div#contents div#leftContents {
		width: 100%;
	}
	div#contents div#rightContents {
		width: 100%;
	}