@charset "UTF-8";


/*========================================
#fishingfest
========================================*/
#page #fishingfest {
	padding-top: 50px;
}

@media screen and (max-width: 767px) {
	#page #fishingfest {
		padding-top: 5vw;
	}
}

#page #fishingfest a img {
	transition: .3s;
}

#page #fishingfest a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}


#page #fishingfest h1 {
	margin: 0;
}


#fishingfest .maininner {
	padding: 50px 100px 100px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#fishingfest .maininner {
		padding: 5vw;
	}
}



#fishingfest .read {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7em;
}

#fishingfest .read small {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#fishingfest .read {
		font-size: 4.8vw;
	}

	#fishingfest .read small {
		font-size: 4vw;
		line-height: 1.5em;
		margin-top: .5em;
	}
}

#fishingfest .box01 {
	text-align: center;
	margin-top: 50px;
}

#fishingfest .box01 p {
	line-height: 1.6em;
}

#fishingfest .box02 {
	margin-top: 100px;
}

#fishingfest .box02 h2 {
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
}

#fishingfest .box02 .item {
	margin-top: 80px;
	text-align: left;
}

#fishingfest .box02 .item h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

#fishingfest .box02 .item h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-top: .5em;
}

#fishingfest .box02 .item p {
	font-size: 15px;
	margin-top: .8em;
	line-height: 1.6em;
}

#fishingfest .box02 .item img {
	margin-top: 10px;
}

#fishingfest .box02 .last {
	font-size: 20px;
	font-weight: bold;
	margin-top: 3em;
}

#fishingfest .box02 .atte {
	text-align: left;
	border-top: 1px solid #999;
	padding-top: 1em;
	margin-top: 3em;
}


@media screen and (max-width: 767px) {
	#fishingfest .box01 {
		margin-top: 15vw;
	}

	#fishingfest .box01 img {
		width: 65%;
	}

	#fishingfest .box02 h2 img {
		width: 100%;
	}

	#fishingfest .box02 {
		margin-top: 20vw;
	}

	#fishingfest .box02 h2 {
		padding-bottom: 10vw;
	}

	#fishingfest .box02 .item {
		margin-top: 15vw;
	}

	#fishingfest .box02 .item h3 {
		font-size: 4.8vw;
	}

	#fishingfest .box02 .item h4 {
		font-size: 3.6vw;
	}

	#fishingfest .box02 .item p {
		font-size: 3.4vw;
	}

	#fishingfest .box02 .last {
		font-size: 4vw;
	}

	#fishingfest .box02 .atte {
		font-size: 3vw;
	}
}


#fishingfest .schedule {
	margin-top: 80px;
}

#fishingfest .schedule h2 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #333;
	padding: .2em;
}

#fishingfest .schedule h3 {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	margin-top: 2em;
}

#fishingfest .schedule table {
	width: 100%;
	margin-top: 10px;
}

#fishingfest .schedule table th,
#fishingfest .schedule table td {
	border: 1px solid #ccc;
	padding: 1em;
	font-size: 17px;
}

#fishingfest .schedule table tr:nth-child(even) th,
#fishingfest .schedule table tr:nth-child(even) td {
	background-color: #f1f1f1;
}

#fishingfest .schedule table th {
	background-color: #333;
	color: #fff;
	text-align: center;
}

#fishingfest .schedule table td {
	text-align: left;
}

#fishingfest .schedule p {
	font-size: 16px;
	line-height: 1.6em;
}

#fishingfest .schedule .atten {
	text-align: left;
	margin-top: 2em;
	font-size: 14px;
}




@media screen and (max-width: 767px) {
	#fishingfest .schedule {
		margin-top: 15vw;
	}

	#fishingfest .schedule h2 {
		font-size: 6vw;
	}

	#fishingfest .schedule h3 {
		font-size: 5vw;
	}

	#fishingfest .schedule table {
		margin-top: 5vw;
	}

	#fishingfest .schedule table th,
	#fishingfest .schedule table td {
		padding: .4em;
		font-size: 3vw;
	}

	#fishingfest .schedule table td:nth-child(n+3) {
		text-align: center;
		white-space: nowrap;
	}


	#fishingfest .schedule p {
		font-size: 3.2vw;
		text-align: left;
	}

	#fishingfest .schedule .atten {
		font-size: 3vw;
	}
}