/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {

.bx-controls{
	left:40%;
}

	.bx_box_in {
		text-align:left;
		display:table-cell;
		vertical-align:middle;
		height: 500px;
	}
	
	.bx_bigtit {
		font-size:250%;
	}


	.bx_tit {
		font-size:150%;
	}

	.bx_txt{
		font-size:80%;
	}



	#slider-prev,
	#slider-next{
		top: auto;
		bottom:10px;
		right:10px;
		margin: 0px;
	}

	#slider-prev{
		left:10px;
		right: auto;
	}

/*------------------------------------------------------------------------------*/
/*common*/
/*------------------------------------------------------------------------------*/
h2{
	margin-bottom:20px;
	font-size:150%;
}

	


.section_in{
	max-width:1000px;
	width:96%;
	margin:0px auto 0px;
}


.section_txt{
	width:100%;
	margin:0px auto 30px;
}

.common_btn{
	width: auto;
	display:table;
	margin:0px auto;
	text-align: center;
	background:url(../image/common/bg02.jpg);
	padding:2px;
	margin-top:10px;
	font-size:90%;
	border-radius:5px;
}

	.common_btn a{
		border-radius:3px;
		display:block;
		background: url(../image/common/arr01.png) no-repeat 10px center #FFF;
		padding:5px 15px 5px 20px;
		color:#FA6430;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.common_btn:hover{
		opacity:0.7;
	}
	.common_btn a:hover{
		opacity:1;
	}






/*section_01*/
/*------------------------------------------------------------------------------*/

.section_01{
	width:100%;
	margin:0px auto;
	height:auto;
	padding:30px 0px;
	background:#FFF;
}

/*rss news*/

	.rss_box{
		width:100%;
		display: block;
		margin:0px auto 0px;
	}

	.rss_tit{
		width:100%;
		padding:0px 0px 0px 0px;
		vertical-align:top;
		display: block;
	}

	.rss_tit_in{
		display: block;
		vertical-align:middle;
	}


	.rss_btn{
		width:100%;
		display: block;
		vertical-align:middle;
		text-align:left;
	}

	.top_rss_box{
		display: block;
		vertical-align:top;
		padding:0px 0px 0px 0px;
	}

	.top_rss_box dl{
		display: block;
		padding:0px;
		/*
		border-bottom:1px solid #EEEEEE;
		*/
		padding-bottom:10px;
	}
	
	
	
	
	.rss_date{
		display: block;
		vertical-align:top;
		width:100%;
		color:#333;
	}
	
	.rss_title{
		display: block;
		vertical-align: top;
	}
	.rss_title a{
		color:#333;
		display: block;
	}

	.rss_title a:hover{
		text-decoration:none;
	}


	.rss_contents{
		display: none;
	}

/*---------*/


/*section_02*/
/*------------------------------------------------------------------------------*/
.section_02{
	width:100%;
	margin:0px auto;
	padding:30px 0px 0px;
}



	.section_02 .common_btn a{
		background: url(../image/common/arr01.png) no-repeat 10px center, url(../image/common/bg01.jpg) repeat 0 0;
	}
	

.section_02_box{
	padding:20px 0px;
	margin:0px auto;
}



.section_02_box ul{
	display:block;
}


	.section_02_box li{
		display:block;
		width:100%;
		margin-right:0%;
		float:none;
		text-align:left;
		margin-bottom:20px;
	}

	.section_02_box li:nth-child(3){
		margin-right:0%;
	}

/*
	.section_02_box li img{
		width:100%;
		height:auto;
	}
*/



	.section_02_txt{
		text-align:left;
	}

/*section_03*/
/*------------------------------------------------------------------------------*/

.section_03{
	width:100%;
	margin:0px auto;
	padding:30px 0px;
	background:#FFFFFF;
} 


	.section_03_in{
		display: block;
		margin:0px auto;
	}



/*section_contact*/
/*------------------------------------------------------------------------------*/


.section_contact{
	width:100%;
	margin:0px auto;
	height:auto;
} 

/**/
/*---------
section map
--------*/
.section_map {
  height: 800px;
  position: relative;
}
.section_map #Gmap_menus {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section_map #Gmap_menus .box_transeparent {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.section_map #Gmap_menus #map_tab {
  list-style: none;
  padding: 0;
  width: 280px;
  position: absolute;
  z-index: 999;
  left: 0;
	right: 0;
  top: auto;
  bottom: -700px;
  margin: auto;
}
.section_map #Gmap_menus #map_tab li {
  border-bottom: #d1d1d1 solid 1px;
}

.section_map #Gmap_menus #map_tab li a {
  display: block;
  padding: 0 17px;
  height: 50px;
  line-height: 50px;
  color: #333333;
	position: relative;
  background: #FFF;
}

.section_map #Gmap_menus #map_tab li.active a {
	color: #FFF;
}

.section_map #Gmap_menus #map_tab li a::after {
	content: ">";
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0px;
	right: 10px;
	margin: auto;
}

.section_map #Gmap_menus #map_tab li.active a::after {
	color: #FFF;
}


/*
.section_map #Gmap_menus #map_tab a:hover,
.section_map #Gmap_menus #map_tab a:active,
.section_map #Gmap_menus #map_tab a:focus {
  text-decoration: none;
}
.section_map #Gmap_menus #map_tab a.btn_more:after {
  content: url(../image/arrows-double-right-exsmall.png);
}
.section_map #Gmap_menus #map_tab a.btn_more:focus,
.section_map #Gmap_menus #map_tab a.btn_more:active {
  color: #333333;
}
*/
.section_map #Gmap_menus .tab-content {
  list-style: none;
  padding: 10px;
  width: 300px;
  position: absolute;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  margin-left: 0px;
  font-size: 12px;
}
.section_map #Gmap_menus .tab-content .address {
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.section_map .map_unit {
  height: 800px;
}



}