@charset "utf-8";
/**/
.gr_illust {
	width: 100%;
	height: 107px;
	background: url("../../img/greenbill.png") top center no-repeat;
}

/*ごみの受付時間*/
.gomitime_area {
	display: block;
	width: 92%;
	padding: 50px 4%;
}
.gomi_uketsuke {
	display: block;
	width: 100%;
	padding: 0px 0 10px 0;
	text-align: center;
	font-size: 30px;
	background: url("../../img/underline.png") bottom center no-repeat;
	background-position: top 38px center;
}
.gomi_uketsuke img {
	vertical-align: bottom;
}
.gomi_syousai {
	max-width: 600px;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 3% 3% 3.5% 3%;
	text-align: center;
	background: #f4f4d7;
	border-radius: 10px;
	box-sizing: border-box
}
.gomi_syousai li:first-of-type {
	display: inline-block;
	margin-bottom: 3%;
	padding: 0 20% 2.5%;
	font-size: 20px;
	border-bottom: 1px solid #00787e;
}
.gomi_syousai li:nth-of-type(2) {
	font-size: 30px;
	font-weight: bold;
	color: #00787e;
	margin-bottom: 4%;
}
.gomi_syousai li:nth-of-type(3) {
	width: 300px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 22px;
	color: #fff;
	background: #00787e;
	border-radius: 5px;
	margin-bottom: 3.5%;
	box-sizing: border-box
}
.gomi_syousai li:last-of-type {
	width: 250px;
	height: 30px;
	margin: 0 auto;
	line-height: 26px;
	box-sizing: border-box;
}
.gomi_syousai li:last-of-type img {
	vertical-align: bottom;
}
.gomi_syousai li:last-of-type a {
	display: block;
	color: #00787e;
	line-height: 220%;
	border: 2px solid #00787e;
	padding-right: 10px;
	border-radius: 20px;
	background: url("../../img/right_off.png") no-repeat;
	background-position: center right 30px ;
	text-decoration: none;
	transition: all 0.5s 0s;
}
.gomi_syousai li:last-of-type a:hover {
	display: block;
	color: #fff;
	border: 2px solid #fff;
	padding-right: 10px;
	border-radius: 20px;
	background: url("../../img/right_on.png") no-repeat #00787e;
	background-position: center right 30px; ;
	text-decoration: none;
}
/* パンフレット */
.pamp {
	background: url("../img/gra_bk.jpg") top left repeat-x;
	overflow: hidden;
}
.pamphlet_area {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 50px auto 20px auto;
}
.pamphlet_area ul {
	width: 290px;
	padding: 25px 0;
	text-align: center;
	border-radius: 10px;
	background: #f4f4d7;
}
.pamphlet_area li:first-of-type {
	width: 92%;
	height: 55px;
	margin: 0;
	padding: 0 4%;
	font-size: 20px;
	color: #00787e;
}
.pamphlet_area li:nth-of-type(2) {
	margin-top: 5px;
}
.pamphlet_area li:nth-of-type(2) img {
	vertical-align: bottom;
}
.pamphlet_area li:last-of-type {
	margin-top: 15px;
}
.pamphlet_area li:last-of-type img {
	vertical-align: bottom;
	margin-left: 5px;
}
.pamphlet_area li:last-of-type a {
	display: block;
	width: 200px;
	padding: 3px 0;
	margin: 10px auto 0 auto;
	color: #00787e;
	text-decoration: none;
	border: 2px solid #00787e;
	border-radius: 20px;
	background: url("../../img/pdf_off.png") no-repeat;
	background-position: top 4px right 31px;
	transition: all 0.3s 0s ;
}
.pamphlet_area li:last-of-type a:hover {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	background: #00787e;
	background: url("../../img/pdf_on.png") no-repeat #00787e;
	background-position: top 4px right 31px;
}




@media screen and (max-width:940px) {
	
	/*お知らせ*/
	.oshirase_area {
		width: 100%;
		margin: 35px auto 40px auto;
	}
	.oshirase_area dl {
		display: block;
		width: 92%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 20px;
		background: url("../../img/oshirase_line.png") left bottom no-repeat;
	}
	.oshirase_area dl img {
		vertical-align: bottom
	}
	.oshirase_area dt {
		width: 100px;
		color: #fff;
		text-align: center;
		background: url("../../img/daybox.png") left top no-repeat;
		box-sizing: border-box;
	}
	.oshirase_area dd {
		width: 100%;
		height: auto;
		padding: 0 0 10px 30px;
		color: #00787E;
		box-sizing: border-box;
	}
	.oshirase_area dd a {
		color: #00787E;
		text-decoration: none;
	}
	.oshirase_area dd a:hover {
		color: #00787E;
		text-decoration: underline;
	}

	
	/*ごみの受付時間*/
	.gomitime_area {
		display: block;
		width: 92%;
		padding: 20px 4% 20px;
	}
	.gomi_uketsuke {
		display: block;
		width: 100%;
		padding: 0px 0 15px 0;
		font-size: 26px;
		text-align: center;
		background: url("../../img/underline.png") bottom center no-repeat;
		background-position: bottom center;
	}
	.gomi_uketsuke img {
		vertical-align: bottom;
	}
	.gomi_syousai {
		width: 100%;
		margin: 20px auto 0 auto;
		padding: 6% 3% 7%;
		text-align: center;
		background: #f4f4d7;
		border-radius: 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	/* パンフレット */
	.pamphlet_area {
		display: block;
		width: 100%;
		margin: 6% auto 3% auto;

	}
	.pamphlet_area ul {
		width: 60%;
		height: auto;
		margin: 0 20% 4%;
		padding: 4% 0;
		text-align: center;
		border-radius: 10px;
		background: #f4f4d7;
	}
	.pamphlet_area li:first-of-type {
		height: auto;
	}
	.pamphlet_area li:nth-of-type(2) {
		margin-top: 5%;
	}
	.pamphlet_area li:nth-of-type(2) img {
		vertical-align: bottom;
	}
	.pamphlet_area li:last-of-type {
		margin-top: 5%;
	}
	.pamphlet_area li:last-of-type img {
		vertical-align: bottom;
		margin-left: 5px;
	}

	
}
