@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* お知らせ */
#top_info .box {
	width: 520px;
}
#top_info .box h3.info {
	font-size : 26px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
}
#top_info .box h3.info::before {
	content: "\25C6";
	color: #429e3b;
	position: absolute;
	font-size: 12px;
	top: 11px;
	left: 0;
}
#top_info .box.sagae h3.info::before {
	color: #554d9a;
}
#top_info .box dl {
	border-top: 1px solid #c9caca;
	padding: 15px 0;
	align-items: flex-start;
}
#top_info .box dl:last-of-type {
	border-bottom: 1px solid #c9caca;
}
#top_info .box dt {
	min-width: 100px;
	display: inline-block;
	text-align: center;
	background: #429e3b;
	padding: 4px 0 6px;
	box-sizing: border-box;
	font-size: 95%;
	color: #fff;
	margin-right: 1em;
}
#top_info .box.sagae dt {
	background: #554d9a;
}
#top_info .box dd a {
	font-size : 110%;
	color : #429E3B;
	text-decoration: underline;
}
#top_info .box.sagae dd a {
	color: #554d9a;
}
#top_info .box .rit {
	margin-top: 5px;
}
#top_info .box .rit a {
	color: #429E3B;
}
#top_info .box.sagae .rit a {
	color: #554d9a;
}
#top_info .box .rit a span {
	font-size: 20px;
}
#top_links .column_box ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
	gap: 40px 0;
}
#top_links .column_box li a {
	width: 100%;
	height: 100px;
	display: inline-block;
	border: 4px solid #7f1084;
	background: url("../img/top/banner01.jpg") no-repeat center/cover;
	padding: 20px 10px;
}
#top_links .column_box li:nth-of-type(2) a {
	background: url("../img/top/banner02.jpg") no-repeat center/cover;
}
#top_links .column_box li:nth-of-type(3) a {
	background: url("../img/top/banner03.jpg") no-repeat center/cover;
}
#top_links .column_box li a span {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 23px;
	letter-spacing : 4.6px;
	text-shadow: 2px 2px 0 #fff;
	color : #333333;
}
#top_links .column4_box ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	gap: 30px 0;
}
#top_links .column4_box li a {
	width: 100%;
	height: 70px;
	display: inline-block;
	padding: 5px 5px;
}
#top_links .column4_box li:nth-of-type(odd) a {
	background: url("../img/top/banner04.jpg") no-repeat center/cover;
}
#top_links .column4_box li:nth-of-type(even) a {
	background: url("../img/top/banner05.jpg") no-repeat center/cover;
}
#top_links .column4_box li a span {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 110%;
	color : #333333;
}
/* アクセスカウンター */
#counter {
	clear:  both;
	padding: 5px 20px;
	background: #F4F5E4;
	color: #3E1908;
	max-width: 560px;
	margin: auto;
}
#counter p {
	margin-bottom: 0;
	line-height: 1;
	margin: 15px 0;
}
#counter p img {
	vertical-align: top;
}

.counter_box {
	text-align: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
		padding-top: 1px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_info .box {
		width: 48%;
	}
	#top_info .box h3.info {
		font-size: 135%;
		margin-bottom: 10px;
	}
	#top_info .box h3.info::before {
		top: 8px;
	}
	#top_info .box dl {
		padding: 10px 0;
		flex-direction: column;
	}
	#top_info .box dt {
		width: auto;
		margin-right: 0;
		padding: 3px 0;
		margin-bottom: 5px;
	}
	#top_info dd {
		width: 100%;
	}
	#top_info .box dd a {
		font-size: 98%;
	}
	#top_links .column_box ul {
		grid-template-columns: repeat(2, 48%);
		gap: 20px 0;
	}
	#top_links .column_box li a {
		height: 80px;
		padding: 10px 5px;
	}
	#top_links .column_box li a span {
		font-size: 125%;
	}
	#top_links .column4_box ul {
		grid-template-columns: repeat(2, 48%);
		gap: 20px 0;
	}
	#top_links .column4_box li a {
		height: 60px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_info .box {
		width: 100%;
	}
	#top_info .box h3.info {
		font-size: 120%;
	}
	#top_info .box h3.info::before {
		top: 6px;
	}
	#top_info .box dt {
		margin-bottom: 10px;
	}
	#top_links .column_box ul {
		grid-template-columns: 100%;
		gap: 15px 0;
	}
	#top_links .column4_box ul {
		grid-template-columns: 100%;
		gap: 10px 0;
	}
}