@charset "UTF-8";

#top {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top .txt {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top #service {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	width: 1040px;
}
#top #service dl {
	float: left;
	width: 240px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#top #service dl dt {
	width: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top #service dl dd {
	text-align: center;
	background-color: #F3EFE7;
	padding-top: 5px;
	padding-bottom: 5px;
}
#top #movie {
	clear: both;
	overflow: hidden;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}



.bg-slider {
	width: 100%;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 700px;
}
.bg-slider_title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.2em;
}




/*追加：ブログの更新情報----------------------*/

#top_news {
	width: 900px;
	height: 200px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	margin-top: -50px;
	margin-bottom: 50px;
}#top_news dl {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#top_news dl dt {
	float: left;
	width: 7em;
	font-size: 0.9em;
}
#top_news dl dd {
	margin-left: 7em;
}
