@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_nayami {
	position: relative;
}
#top_nayami::before {
	background: url("../img/top/bg01.png") no-repeat center bottom 130px / 100% auto;
}
#top_nayami .img {
	width: 306px;
}
#top_nayami .info {
	width: 660px;
}
#top_nayami .info h3 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 50px;
}
#top_nayami .info ul li {
	border: 1px solid #ede8e2;
	background: #fff url("../img/chk.png") no-repeat left 20px top 15px;
	background-size: 28px auto;
	color: #3f9182;
	font-size: 23px;
	margin-bottom: 10px;
	border-radius: 20px;
	padding: 10px 10px 10px 65px;
}
#top_child {
	position: relative;
}
#top_child::before {
	background: url("../img/top/bg02.png") no-repeat center top 80px / 100% auto;
}
#top_child .info h3 {
	font-size: 45px;
	font-weight: bold;
	margin-left: 4em;
	text-indent: -4em;
	margin-bottom: 50px;
}
#top_child .info .txt {
	font-size: 27px;
}
#top_child .img {
	position: absolute;
	right: -135px;
	top: -80px;
}
#top_menu {
	position: relative;
}
#top_menu::before {
	background: url("../img/top/bg01.png") no-repeat center bottom 130px / 100% auto;
}
#top_menu a {
	width: 340px;
	display: block;
}
#top_menu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_menu a .img {
	display: block;
	width: 100%;
	height: 340px;
	background: url("../img/top/menu01.png") no-repeat center;
}
#top_menu a:nth-of-type(2) .img {
	background-image: url("../img/top/menu02.png");
}
#top_menu a:nth-of-type(3) .img {
	background-image: url("../img/top/menu03.png");
}
#top_menu a:hover .img {
	background-image: url("../img/top/menu01-on.png");
}
#top_menu a:hover:nth-of-type(2) .img {
	background-image: url("../img/top/menu02-on.png");
}
#top_menu a:hover:nth-of-type(3) .img {
	background-image: url("../img/top/menu03-on.png");
}
#top_menu a .ttl {
	color: #00695b;
	font-size: 37px;
	margin-bottom: 10px;
	font-weight: bold;
}
#top_menu a .txt {
	color: #3f9182;
	font-size: 105%;
}
/* お知らせ */
#top_info {
	position: relative;
}
#top_info::before {
	background: url("../img/top/bg02.png") no-repeat center top 80px / 100% auto;
}
#top_info .box_flex {
	width: 900px;
	margin: 0 auto;
	align-items: flex-start;
}
#top_info h3 {
	font-size: 30px;
	font-weight: normal;
	padding: 16px 0 30px;
	background: url("../img/top/bg-info.png") no-repeat center;
}
#top_info .list {
	width: 700px;
}
#top_info dl {
	border: 1px solid #7FBAAA;
	margin-bottom: 10px;
	border-radius: 20px;
	padding: 20px;
	font-size: 115%;
	background: #fff;
}
#top_info dl dt {
	color: #3f9182;
}
#top_info dl dd {
	color: #00695B;
}
@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: 120px;
	}
	#top_info dd {
		width: calc(100% - 120px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_nayami .img {
		width: 220px;
	}
	#top_nayami .info {
		width: calc(100% - 250px);
	}
	#top_nayami .info h3 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	#top_nayami .info ul li {
		background-size: 18px auto;
		font-size: 16px;
		padding: 10px 10px 10px 55px;
	}
	#top_child .info {
		width: calc(100% - 250px);
	}
	#top_child .info h3 {
		font-size: 27px;
		margin-left: 0.5em;
		text-indent: -0.5em;
	}
	#top_child .info .txt {
		font-size: 23px;
	}
	#top_child .img {
		width: 300px;
		right: -70px;
		top: -40px;
	}
	#top_menu a {
		width: 32%;
	}
	#top_menu a .img {
		height: 100%;
		height: 0;
		padding-top: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}
	@supports (aspect-ratio: 1 / 1) {
		#top_menu a .img {
			height: auto;
			padding-top: 0;
			aspect-ratio: 1 / 1;
		}
	}
	#top_menu a .ttl {
		font-size: 20px;
	}
	#top_menu a .txt {
		font-size: 110%;
	}
	#top_info .box_flex {
		width: 100%;
	}
	#top_info .list {
		width: calc(100% - 150px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_nayami .img {
		width: 200px;
		margin: 0 auto 20px;
	}
	#top_nayami .info {
		width: 100%;
	}
	#top_child .img {
		position: relative;
		width: 200px;
		margin: 0 auto 20px;
		right: auto;
		top: auto;
	}
	#top_child .info {
		width: 100%;
	}
	#top_child .info h3 {
		margin-bottom: 20px;
		margin-left: 2em;
		text-indent: -2em;
		font-size: 23px;
	}
	#top_child .info .txt {
		font-size: 16px;
		line-height: 1.5;
	}
	#top_menu {
		padding-top: 0;
	}
	#top_menu a {
		width: 100%;
		margin-bottom: 40px;
	}
	#top_menu a .img {
		width: 70%;
		margin: 0 auto 20px;
	}
	#top_info h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px;
		font-size: 110%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_child .info h3 {
		font-size: 21px;
	}
}