/* screens smaller than 980---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1199px) {

/*header*/
/*------------------------------------------------------------------------------*/
#header_top{
	background:#FFF;
	width: 100%;
	height:30px;
	line-height:30px;
	margin: 0;
}
.common_area{
	width: 94%;
	margin: 0px auto;
}

#header_area_left{
	float: left;
}

#head_list{
	margin-top:25px;
	margin-right:20px;
	float:right;
	}
#head_list li{
	display:inline-block;
	margin: 0px !important;
	padding:0 !important;
	}
#head_list a{
	background:#FFF;
	border:1px solid #3A67B1;
	color: #3A67B1;
	font-size: 12px;
	color: #333;
	padding:5px 10px;
	text-align:center;
}

	#head_list a:hover,
	#head_list .active a{
		background: #3A67B1;
		color:#FFF;
	}


#header_middle{
	width: 94%;
	margin: 0px auto;
	clear:both;
}

#header_middle:after  {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#header_left{
	float: left;
	width: 30%;
	height:70px;
}
#header_right{
	float: right;
	width: 70%;
	height:70px;
}

#logo{
	max-width:345px;
	width:100%;
	margin-top:15px;
	
}
#logo a{
	display: block;
}
#logo img{
	width: 100%;
	height: auto;
}


#header_contact img{
	float:right;
	max-width: 210px;
	width:100%;
	height:auto;
	margin-top:15px;
}

/*header_bottom ----------*/
#header_bottom{background: #FFF;}



/* globalnav */
/* -------------------------- */
#globalnav{
	width:100%;
	margin: 5px auto 0 !important;
	height: auto;
	clear:both;
}

#gnav_btn{display: none;}

#globalnav_in{
	width: 100%;
	margin: 0 auto;
	display:table;
	}
#globalnav_in ul{
	width: 100%;
	font-size: 0;
	line-height: 0;
	display:table;
	}
#globalnav_in li{
	display:table-cell;
	border:solid #3A67B1;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	padding:5px 0;
}
#globalnav_in li:last-child{border-right: 1px solid #3A67B1;}

#globalnav_in li#globalnav01,
#globalnav_in li#globalnav02,
#globalnav_in li#globalnav03,
#globalnav_in li#globalnav04,
#globalnav_in li#globalnav05,
#globalnav_in li#globalnav06{
	display:block;
	float:left;
	width:33.3333%;
}
#globalnav_in li#globalnav01{border-width: 1px 1px 1px 0;}
#globalnav_in li#globalnav02{border-width: 1px 1px 1px 0;}
#globalnav_in li#globalnav03{border-width: 1px 0 1px 0;}
#globalnav_in li#globalnav04{border-width: 0 1px 1px 0;}
#globalnav_in li#globalnav05{border-width: 0 1px 1px 0;}
#globalnav_in li#globalnav06{border-width: 0 0 1px 0;}

#globalnav_in li a{
	display: block;
	color: #3A67B1;
	padding: 0px;
}
#globalnav_in li.main_current a, #globalnav_in li a:hover{
	opacity:0.7;
}





/* ==

 メインスライダー

=============================================================================== */

.main {
	width:100%;
	padding:0px 0px 0px 0px;
	height: auto;
	margin:0px 0 0 0px;
	background:#000;
	color:#FFF;
	}


.main_box {
	width:100%;
	height: auto;
	margin:0px auto;
	}



.bx-wrapper{
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
	position: relative !important;
}
.bx-window{
	width: 100% !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height: auto;
	/*
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/window-bg.png) no-repeat center 0;
	*/
}

#slider img{
	width:100%;
	height:auto;
}

/* slide1 */
#slide1{
	width: 100%;
	height: auto;
	background:none;
	}
/* slide2 */
#slide2{
	width: 100%;
	height: auto;
	background:none;
	}
/* slide3 */
#slide3{
	width: 100%;
	height: auto;
	background:none;
	}

/* slide4 */
#slide4{
	width: 100%;
	height: auto;
	background:none;
	}


.slider_tit{
	position:absolute;
	width:100%;
	top:35%;
	left:0px;
	font-size:150%;
	line-height:1.4;
	text-align:center;
	
	}

.slider_txt{
	display:none;
	}



/* Navi */

.bx-pager_box {
	position:absolute;
	bottom:0;
	left:0;
	display: block;
	list-style-type: none;
	height: 20px;
	padding: 0 ;
	margin: 0 auto 10px auto;
	text-align: center;
	width:100%;
	/*
	background: rgba(255, 255, 255, 0.75) none;
	background:#000;
	*/
}



.bx-pager{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;

}
.bx-pager:after { display:block;	content:'';	clear:both;}

.bx-pager a{
		display: inline-block;
		text-decoration: none;
		margin: 0 5px;
		text-indent:-9999px;
		background:#FFF;
		border-radius:10px;
		width:8px;
		height:8px;
		}


.bx-pager a.pager-active{
	background:#999999;
	}

	
	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}
/* prev next */
.prev-next{
	width: 94%;
	height:auto;
	margin: 0 auto;
	position: relative;
}
	
	
	.bx-prev,
	.bx-next{
		text-align: center;
		vertical-align: baseline;
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		text-indent:-9999px;
		top:128px;
		padding-top:0px;
		text-decoration: none;
	}
		.bx-prev { left: 0px; background: url(../image/common/prev_btn.jpg) no-repeat 0 0;}
		.bx-next { right: 0px; background: url(../image/common/next_btn.jpg) no-repeat 0 0;}
			.bx-prev:hover,
			.bx-next:hover{
				text-decoration: none;
			}
		*:first-child+html .bx-prev,
		*:first-child+html .bx-next{
		top:128px;
		}





/*footer*/
/*------------------------------------------------------------------------------*/
footer{
	background-color: #3A67B1;
	color:#FFF;
	padding: 0px 0 0px;
}
#footer_top{
	width: 94%;
	margin: 0 auto;
	text-align:left;
}
#footer_logo{
	width: 100%;
	padding:30px 0px;
	float: none;
	font-size:80%;
	line-height:1.5;
}
#footer_logo a{
	display: block;
}
#footer_logo img{
	width: auto;
	height: auto;
	padding-bottom:20px;
}


#footer_nav{
	display:none;
}



#footer_bottom{
	width: 100%;
	margin: 0;
	background:#333333;
	color:#FFF;
}

#footer_bottom_in{
	width: 94%;
	margin: 0px auto;
	height:35px;
	line-height:35px;
}



.footnav_b{
	display:none;
}

small{
	display: block;
	float:none;
	text-align:center;
}




/* pagetop */
/*------------------------------------------------------------------------------*/
#topcontrol{
	display: none;
}

.sp_pagetop{
	display: block;
	width:100%;
	background:#00B5AC;
	color:#FFF;
	text-align:center;
	padding:15px 0px;
}

.sp_pagetop a{
	background: url(../image/common/arr04.png) no-repeat right center;
	width:auto;
	margin:0px auto;
	color:#FFF;
	padding-right:33px;
}




/* 20240419 */
#header_left.pc_w40 {
	width: 25%;
}
#header_left.pc_w40 #logo {
	margin-top: 23px;
}

#header_right.pc_w60 {
	width: 75%;
}

/*------------------------------------------------------------------------------*/
}