@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .headLine {
	margin-bottom: 127px;
}

#main .eventList {
	margin: -54px -60px 55px 0;
	font-size: 12px;
}

#main .eventList li {
	margin: 54px 59px 0 0;
	width: 431px;
	float: left;
}

#main .eventList img {
	width: 100%;
}

#main p {
	color: #808080;
	font-size: 11px;
	line-height: 2;
}

#main h3 {
	margin: 12px 0 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	border-bottom: 1px solid #808080;
}

#main h3:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#main h3 .date {
	display: block;
	font-size : 11px;
	color: #808080;
	letter-spacing: 1px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .photoArea {
	margin-bottom: 58px;
	position: relative;
	cursor: pointer;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

#main .photoArea img {
	width: 100%;
}

#main .photoArea:hover .textBox {
	display: none;
}

#main .photoArea .textBox {
	padding: 5px 20px;
	position: absolute;
	width: 298px;	
	right: 20px;
	top: 20px;
	bottom: 20px;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
}

#main .photoArea .textBox p {
	color: #000;
	letter-spacing: -1px;
}

#main .comBtn02 {
	margin-top: -15px;
	
}

@media screen and (max-width: 767px) {
	
	#main .headLine {
		margin-bottom: 50px;
	}

	#main .eventList {
		margin: 0 0 0 0;
		font-size: 12px;
	}

	#main .eventList li {
		margin: 0 0 42px;
		width: 100%;
		float: none;
	}

	#main p {
		font-size: 13.5px;
		line-height: 2;
	}

	#main h3 {
		margin: 15px 0 10px;
		padding-bottom: 10px;
		font-size: 16.5px;
	}

	#main h3 .date {
		margin-bottom: 5px;
		font-size: 12.5px;
	}

	#main .photoArea {
		margin-bottom: 42px;
	}

	#main .photoArea .textBox {
		padding: 0;
		position: static;
		width: auto;
	}
	
	#main .photoArea:hover .textBox {
		display: block;
	}
		
	#main .photoArea .textBox p {
		color: #808080;
	}

}
