@charset "utf-8";
/* CSS Document */

/*-----共通-----*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #470008;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		/*フォント*/
	font-size: 16px;
	line-height: 28px;
	-webkit-text-size-adjust: 100%;
	border-top-right-radius: 0px;
	min-width: 1020px;
}

/*-----ホーム-----*/
.homeheader_container {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../im/headerbg.png);
	background-repeat: repeat-x;
}
.homeheader {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	/*--------*/
	width: 1020px;
	height: 100px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	background-image: url(../im/headertitle.png);
	background-repeat: no-repeat;
}

.homeheader .homeheaderitem_menu{
	height: 29px;
  margin-right: 20px;
	margin-bottom: 14px;
  flex: 0 1 auto;
}
.header .headeritem_menu{
	height: 34px;
	margin-right: 10px;
	margin-bottom: 12px;
	flex: 0 1 auto;
}

.homeheader .left40{
	height: 25px;
	margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 10px;
}

.slideshow_container {
	width: 100%;
	height: 280px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #000000;
}

.sectionbtn_container {
	width: 100%;
	height: 270px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-color:  #fffed9;
}
.sectionbtn {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	aline-content: flex-start;
	/*--------*/
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	border: 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
}

.sectionbtn .midashiitem{
	width: 96px;
	height: 16px;
	margin-bottom: 2px;
	flex: 0 1 auto;
}

.sectionbtn .sectionbtnitem{
	width: 245px;
	height: 45px;
	margin-right: 0px;
	margin-bottom: 2px;
	flex: 0 1 auto;
}

.sectionbtn .top18{
	margin-top: 18px;
}

.sectionbtn .bottom100{
	margin-bottom: 100px;
}

/*--footer--*/

.homefooter_container {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(../../home/im/homefooterbg.png);
	background-color: #470008;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.homefooter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	/*--------*/
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

.homefooter .homefooteritem{
	width: 188px;
	height: 23px;
	margin-right: 10px;
	margin-bottom: 5px;
	flex: 0 1 auto;
}

.homefooter2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	/*--------*/
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

.homefooter2 .homefooteritem{
	width: 320px;
	height: 30px;
	margin-top: 10px;
	flex: 0 1 auto;
	font-size: 12px;
	color: #C7A4A4;
	text-align: right;
}
