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

/*
EVENT
================================================================= */
section.event-box {
	width: 1000px;
	margin: 0 auto 60px auto;
}
section.event-naw {
	margin-bottom: 80px;
}
div.event-img {
	float: left;
	width: 400px;
}
div.event-data {
	float: right;
	width: 540px;
	padding-top: 16px;
}
div.event-data h4{
	color: #F9B970;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 24px;
}
div.event-data p{
	font-size: 1.3rem;
	line-height: 1.6em;
}
div.event-data p.event-inner{
	border: #E0CFB8 solid 1px;
	padding: 20px;
	margin-top: 26px;
}

section.event-archive {
}
section.event-archive h3{
	background-color: #ADCECE;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	width: 60%;
	margin: 0 auto 40px auto;
}
section.event-archive div{
	margin-bottom: 40px;
}
section.event-archive h4{
	color: #F9B970;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 12px;
}
section.event-archive p{
	font-size: 1.3rem;
	line-height: 1.6em;
}

@media (max-width: 768px) {
section.event-box {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 20px;
}
section.event-naw {
	margin-bottom: 40px;
}
div.event-img {
	float: none;
	width: 100%;
	text-align: center;
}
div.event-img img{
	width: 60%;
}
div.event-data {
	float: none;
	width: 100%;
	padding-top: 0;
	margin-bottom: 20px;
}
div.event-data h4{
	margin-bottom: 12px;
}
div.event-data p{
	font-size: 1.6rem;
}
div.event-data p.event-inner{
	margin-top: 12px;
}

section.event-archive {
}
section.event-archive h3{
	width: 100%;
	margin: 0 auto 20px auto;
}
section.event-archive div{
	margin-bottom: 20px;
}
section.event-archive h4{
	margin-bottom: 12px;
}
section.event-archive p{
	font-size: 1.6rem;
}
}






