@charset "utf-8";
.bg_top01 {
	background: #f7f6f5;
	padding: 40px 0;
}
@media screen and (max-width : 760px ) {
.bg_top01 {
	padding:20px 15px;
}
}
.blog_area_top {
	padding: 20px 40px;
	overflow: auto;
	height: 150px;
}
@media screen and (max-width : 760px ) {
.blog_area_top {
	padding:15px;
	overflow: auto;
	height: 250px;
}
}
.blog_detail_top {
	margin-bottom: 10px;
}
@media screen and (max-width : 760px ) {
.blog_detail_top {
	margin-bottom:20px;
}
}
.blog_detail_top dt {
	float: left;
	width: 25%;
}
.blog_detail_top dt a{
	color: #fff;
}
.blog_detail_top dd {
	float: right;
	width: 73%;
}
@media screen and (max-width : 760px ) {
.blog_detail_top dt {
	float:none;
	width: 100%;
	margin-bottom:10px;
}
.blog_detail_top dd {
	float:none;
	width: 100%;
}
}
.blog_detail_top dd a {
	text-decoration: underline;
}
.blog_list_top li {
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-right: 4%;
}

.blog_list_top li:last-child {
	margin-right: 0;
}
li.ico_blog01 {
	background: #333;
	padding: 2px;
	text-align: center;
	color: #fff;
}
li.ico_blog02 {
	background: #777;
	padding: 3px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width : 760px ) {
li.ico_blog01 {
	font-size:85.7%;

}
li.ico_blog02 {
	font-size:85.7%;

}
}
.bg_top02{
	background:#f8f8f8;
	padding:20px 30px;
	}
@media screen and (max-width : 760px ) {
.bg_top02{
	padding:20px;
	}
}
.area_top01 .left_area{
	float:left;
	width:80%;
		}
.area_top01 .right_area{
	float:right;
	width:20%;
	padding-top:15px;
		}
@media screen and (max-width : 760px ) {
.area_top01 .left_area{
	float:left;
	width:60%;
	}
.area_top01 .right_area{
	float:right;
	width:35%;
	padding-top:0;
	
		}
}
	
.btn_map {
	display:inline-block;
}
.btn_map a{
	font-weight:bold;
	color:#fff;
	display:block;
	padding:10px 50px;
	text-align:center;
	background:  url(../img/common/arrow_02.jpg) 92% center no-repeat #333;
	box-sizing:border-box;
	font-size:85.7%;
	}
.btn_map span{
	background:url(../img/top/ico_access.png) left center no-repeat;
	padding:5px 0;
	padding-left:25px;
	}
.ico_top01{
	background:url(../img/top/ico_01.png) left center no-repeat;
	padding:5px 0;	
	padding-left:50px;
	}
@media screen and (max-width : 760px ) {
.ico_top01{
	background-size:25px;
	padding:0;	
	padding-left:30px;
	}
}
.ico_top02{
	background:url(../img/top/ico_02.png) left center no-repeat;
	padding:5px 0;	
	padding-left:50px;
	}
@media screen and (max-width : 760px ) {
.ico_top02{
	background-size:25px;
	padding:0;	
	padding-left:30px;
	}
}
.ico_top03{
	background:url(../img/top/ico_03.png) left center no-repeat;
	padding:5px 0;	
	padding-left:50px;
	}
@media screen and (max-width : 760px ) {
.ico_top03{
	background-size:25px;
	padding:0;	
	padding-left:30px;
	}
}
@media screen and (max-width : 760px ) {
.area_top02 img{
	width:100%;
	height:auto;
	}
}
/*slider css
-------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul, .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev, .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background: #fff url(../img/top/arrow_l.png) no-repeat 95% center;
}
.slider_next {
	background: #fff url(../img/top/arrow_r.png) no-repeat 5% center;
}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #ccc;
	border-radius: 50px;
}
.pagination a.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #333;
}
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
/*bxslider css
-------------------------------------*/
.slide figure img{
  border-radius: 50%;
  height:156px;
  width:auto;
max-width: auto;
  }
 @media screen and (max-width : 760px ) {
.slide figure img{
  border-radius: 50%;
  height:120px;
  width:120px;
  }
 }