@charset "UTF-8";


.img10_box {
	float: left;
	width: 98%;
	margin-bottom: 30px;
	/* [disabled]background-color: #FFC; */
	margin-left: 1%;
}
#link09 {
	background-color: #FFC;
}
.in_img_scond {
	background-image: url("../images/index/topimg02_2.jpg");
}
.hyo_box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.hyo_box li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.hyo_box li .ty {
	font-weight: bold;
	font-weight: 700;
	width: 120px;
	text-align: center;
}
.hyo_box li .tx {
	float: right;
	width: 88%;
	max-width: calc(100% - 130px);
}

.bl_box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 30px;
	display: flex;
	float: left;
}
.bl_box li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	/* [disabled]min-width: 340px; */
}

.aisatsu {
	text-align: justify;
	width: 96%;
	margin-bottom: 30px;
	margin-left: 1%;
	padding: 1%;
}
.aisatsu .img_box {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.map {
	text-align: center;
	margin-bottom: 50px;
	width: 96%;
	margin-left: 2%;
}
.map iframe {
	width: 100%;
	margin-bottom: 20px;
}

.top_ty2 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 40px;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pl_box {
	width: 90%;
	margin-bottom: 60px;
	margin-left: 5%;
}
.pl_box p {
	line-height: 1.4;
}










/* 画面幅 640px以下
---------------------------------*/
@media screen and (max-width: 640px) {

	.dammy {
		float: left;
		width: 100%;
	}
	.bl_box li {
		width: 48%;
	}

	.top_ty2 {
		font-size: 16px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.pl_box {
		margin-bottom: 50px;
	}
	.pl_box p {
		line-height: 1.4;
		font-size: 14px;
	}

}

