@charset "utf-8";
/*=============================================*/
/* 			       index				    */
/*=============================================*/

#key_slider .key_bg {
	height: 760px;
	position: relative;
}
#key_slider .key_txt {
	position: absolute;
	left: 102px;
	top: 29px;
}
#key_slider .slide01 {
	background: url(../img/index/slide_img01.jpg) no-repeat center center;
	background-size: cover;
}
#key_slider .slide02 {
	background: url(../img/index/slide_img02.jpg) no-repeat center center;
	background-size: cover;
}
#key_slider .slide03 {
	background: url(../img/index/slide_img03.jpg) no-repeat center center;
	background-size: cover;
}
#key_slider .slide04 {
	background: url(../img/index/slide_img04.jpg) no-repeat center center;
	background-size: cover;
}
#key_slider .slide05 {
	background: url(../img/index/slide_img05.jpg) no-repeat center center;
	background-size: cover;
}
#sec1 {
	background: url(../img/index/sec1_bg.png) no-repeat center top;
}
#sec1 .content {
	position: relative;
	font-weight: bold;
}
#sec1 h2 {
	padding-top: 58px;
	padding-bottom: 13px;
}
#sec1 .txt1 {
	padding-left: 15px;
	width: 571px;
	text-align: center;
	margin-bottom: 11px;
	letter-spacing: 2px;
}
#sec1 .txt2 {
	width: 386px;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 43px;
}
#sec1 .txt3 {
	position: absolute;
	top: 58px;
	right: -16px;
}
#sec1 .bnr {
	position: absolute;
	bottom: 51px;
	right: 0;
}
#sec2 {
	background:url(../img/index/sec2_bg.png) no-repeat center top;	
}
#sec2 #banner {
	padding-top: 67px;
	padding-bottom: 73px;	
}
#banner li {
	float: left;
	margin-right: 20px;
	position: relative;
}
#banner li .overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
#banner .bnr1 .overlay {
	background:url(../img/index/sec2_bnr_01_on.png) no-repeat center top;
	background-size:cover;
}
#banner .bnr2 .overlay {
	background:url(../img/index/sec2_bnr_02_on.png) no-repeat center top;
}
#banner .bnr3 .overlay {
	background:url(../img/index/sec2_bnr_03_on.png) no-repeat center top;
}

#sec3 {
	background:url(../img/index/sec3_bg.jpg) no-repeat center top;
	background-size:cover;	
}

#sec3 .content {
	background:url(../img/index/sec3_bg_in.png) no-repeat center top;
	padding-top: 68px;
	padding-bottom: 70px;
	text-align:center;	
}

#sec4 {
	background:url(../img/index/sec4_bg.png) no-repeat center top;
	padding-top: 86px;	
}
#sec4 h3 {
	text-align:center;	
}
#sec4 .col_l {
	margin-left: 61px;
	margin-right: 29px;
	min-width:410px;
}
#sec4 .col_r {
	margin-left: 29px;
	margin-right: 61px;
	min-width:410px;
}

#feed {
	background:url(../img/index/rss_bg.png) no-repeat center top;
	width: 410px;
	height: 540px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 30px;
	overflow:hidden;
	padding-bottom: 62px;
}

#feed .visible {
	border-bottom: 1px dotted #493c16;
	margin:0 30px;
	padding:20px 10px 0 10px;	
}
#feed .date--report {
	font-size: 14px;
	color: #682500;
}
#feed a {
	color:#3d1c0e;
	font-size: 14px;
	font-weight: bold;
}
#feed .txt--report {
	padding-bottom: 33px;
	color:#3d1c0e;
	font-weight:normal;	
	font-size: 13px;
}
#feed .post--report:last-child .visible {
	border:none;	
}

.bnrrr a{
	margin: 20px 100px 40px 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #970000;
	-webkit-border-radius: 2px;
	border-radius: 10px;
	box-sizing:border-box;
	font-weight: bold;
}

/*=============================================*/
/*           　　event箇所　　　　　          */
/*=============================================*/

#event .botann a{
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color:#770000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:22px;
	width:350px;
}

#event .botann a span{
	font-size:15px;
}

#event .left{
	float:left;
	}
	
#event .right{
	float:right;
	}
	
#event{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
}