@charset "utf-8";
/*=============================================*/
/* 			       index				    */
/*=============================================*/
#main {
	position: relative;
	height: 950px;	
}

#main .main_in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
}


/*　リニューアル中お知らせ　*/

#topics{
	width:775px;
	height:140px;
	margin:0 auto;
	background:url(../img/index/bg_topics.png) no-repeat center top;
}
#topics .btn{
	padding-top:70px;
}

#main_bnr {
	padding-top: 50px;	
}
#main .main_in .content {
	padding-top: 50px;
	text-align:center;
}
#main_slide {
	position: absolute;
	top: 0;
	left: 0;
	min-width:1100px;
	width: 100%;	
}
#main_slide p {
	height: 950px;	
}
#main_slide .slide1 {
	background:url(../img/index/main_slide1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
}
#main_slide .slide2 {
	background:url(../img/index/main_slide2.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
	background-attachment:fixed;
}
#main_slide .slide3 {
	background:url(../img/index/main_slide3.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
	background-attachment:fixed;
}
#main_slide .slide4 {
	background:url(../img/index/main_slide4.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
	background-attachment:fixed;
}

#main_slide .slide5 {
	background:url(../img/index/main_slide5.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
	background-attachment:fixed;
}

#key {
	width: 100%;
	min-width:1100px;
	position: relative;
	height: 510px;
}
#key_in {
	position: absolute;
	top: 0;
	left: 0;
	z-index:9999;
	width: 100%;
}
#key h2 {
	padding-top: 107px;
	padding-bottom: 15px;
}
#key .txt {
	width: 368px;
	color: #fff;
}
#key_slide {
	height: 510px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#key_slide p {
	height: 510px;	
}
#key_slide .slide1 {
	background:url(../img/index/key_slide_01.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
}
#key_slide .slide2 {
	background:url(../img/index/key_slide_02.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
}
#key_slide .slide3 {
	background:url(../img/index/key_slide_03.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
}
#key_slide .slide4 {
	background:url(../img/index/key_slide_04.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
}
#key_slide .slide5 {
	background:url(../img/index/key_slide_05.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;	
}

#topic {
	margin-top: 80px;
	margin-bottom: 120px;
	padding-top: 69px;
	background:url(../img/index/topic_bg.png) no-repeat center top;	
}
#topic .txt {
	font-size: 15px;
	line-height: 38px;
	color: #252525;
	padding-top: 20px;
	padding-bottom: 35px;	
}
#topic .txtbt {
	text-align:right;
	line-height: 25px;
	padding-right: 75px;
	padding-bottom: 77px;	
}

#news {
	padding-top: 58px;
	background:url(../img/index/new_bg.jpg) repeat center top;
	padding-bottom: 110px;
}
#news h2 {
	text-align:center;
	padding-bottom: 30px;	
}
#rss {
	float: left;
	padding:20px 30px 0 40px;
	background:#fff;	
}
#news dl {
	
	
	font-size: 14px;
}
#news .time{
	color: #677831;
	line-height: 23px;
}
#news .title a{
	color: #000000;
	line-height: 23px;
}
#news .txt {
	width: 332px;
	line-height: 20px;
}
#news .txt a {
	color: #636262;
}
#news a {
	color: #2f1d0d;
}

#news .bnr {
	padding-top: 30px;	
} 

#feed .box {
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0 19px;
}

#facebook {
	float: right;
	width: 370px;
	height: 820px;
}

#map h2{
	/*padding-top: 85px;*/
	padding-top:0;
	padding-bottom: 56px;
	text-align:center;	
}

#gmap {
	height: 700px;	
}

