@charset "utf-8";
/*お知らせ*/
.oshirase_area {
	width: 600px;
	margin: 35px auto 40px auto;
}
.oshirase_area dl {
	display: flex;
	flex-wrap: wrap;
	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;
	height: 35px;
	color: #fff;
	text-align: center;
	background: url("../img/daybox.png") left top no-repeat;
	box-sizing: border-box;
}

.oshirase_area dt.importantbox{
	width: 100px;
	height: 35px;
	color: #fff;
	text-align: center;
	background: url("../img/importantbox.png") left top no-repeat;
	box-sizing: border-box;
}
.oshirase_area dd {
	width: 500px;
	height: 32px;
	padding: 0 0 0 20px;
	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;
}

.oshirase_area dd.important a {
	color: #ED8492;
	text-decoration: none;
}
.oshirase_area dd.important a:hover {
	color: #ED8492;
	text-decoration: underline;
}
/**/
.gr_illust {
	width: 100%;
	height: 107px;
	background: url("../img/greenbill.png") top center no-repeat;
}

/*ごみの受付時間*/
.gomitime_area {
	display: flex;
	width: 100%;
	padding: 50px 0;
	background: #fafaf3;
	justify-content: center;
}
.gomi_uketsuke {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 410px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 4px;
	background: url("../img/underline.png") bottom center no-repeat;
	background-position: center 120px;
}
.gomi_uketsuke img {
	vertical-align: bottom;
}
.gomi_syousai {
	width: 420px;
	padding: 15px;
	text-align: center;
	background: #f4f4d7;
	border-radius: 10px;
	box-sizing: border-box
}
.gomi_syousai li:first-of-type {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 80px 10px;
	font-size: 22px;
	border-bottom: 1px solid #00787e;
}
.gomi_syousai li:nth-of-type(2) {
	font-size: 28px;
	font-weight: bold;
	color: #00787e;
	margin-bottom: 20px;
}
.gomi_syousai li:nth-of-type(3) {
	width: 300px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	background: #00787e;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size:20px; 
}
.gomi_syousai li:last-of-type {
	width: 200px;
	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;
	border: 2px solid #00787e;
	padding-right: 10px;
	border-radius: 20px;
	background: url("../img/right_off.png") no-repeat;
	background-position: center right 12px ;
	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 12px ;
	text-decoration: none;
}
/* パンフレット */
.pamphlet_area {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 50px auto 20px auto;
	
}
.pamphlet_area ul {
	width: 290px;
	height: 320px;
	text-align: center;
	border-radius: 10px;
	background: #f4f4d7;
}
.pamphlet_area li:first-of-type {
	margin: 25px 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #00787e;
}
.pamphlet_area li:nth-of-type(2) {
	margin-top: 15px;
}
.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 dt.importantbox{
		width: 100px;
		color: #fff;
		text-align: center;
		background: url("../img/importantbox.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: 50px 4% 0 4%;
		background: #fafaf3;
	}
	.gomi_uketsuke {
		display: block;
		width: 100%;
		padding: 0px 0 10px 0;
		text-align: center;
		font-size: 22px;
		letter-spacing: 3px;
		background: url("../img/underline.png") bottom center no-repeat;
		background-position: top 38px center;
	}
	.gomi_uketsuke img {
		vertical-align: bottom;
	}
	.gomi_syousai {
		width: 100%;
		margin: 20px auto 0 auto;
		padding: 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: 12px;
		padding: 0 20% 10px;
		font-size: 18px;
		border-bottom: 1px solid #00787e;
	}
	.gomi_syousai li:nth-of-type(2) {
		font-size: 24px;
		font-weight: bold;
		color: #00787e;
		margin-bottom: 3%;
	}
	.gomi_syousai li:nth-of-type(3) {
		width: 250px;
		line-height: 40px;
		margin: 0 auto;
		color: #fff;
		background: #00787e;
		border-radius: 5px;
		margin-bottom: 3%;
		font-size: 140%;
		box-sizing: border-box
	}
	.gomi_syousai li:last-of-type {
		width: 230px;
		height: 30px;
		margin: 0 auto;
		line-height: 32px;
		font-size: 110%;
		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;
		border: 2px solid #00787e;
		padding-right: 10px;
		border-radius: 20px;
		background: url("../img/right_off.png") no-repeat;
		background-position: center right 12px ;
		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 12px ;
		text-decoration: none;
	}
	/* パンフレット */
	.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 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #00787e;
	}
	.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%;
	}
	
}
