@charset "utf-8";
/*====================================================================================
■01.Banner
■02.TOP PAGE 
====================================================================================*/
/*====================================================================================
■01.Banner
====================================================================================*/
#main_visual {
    position: relative;
}
#main_visual .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto 50px;
}
.slick-arrow {
    display: none !important;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: right;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 8px;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:last-child {
	margin-right: 100px;
}
.slick-dots li button {
	background: #cbcaca;
    line-height: 0;
    display: block;
    width: 30px;
    height: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all 0.5s;
}
.slick-dots li.slick-active button {
	background: #a6937c;
    width: 30px;
    height: 8px;
}
/*====================================================================================
■02.TOP PAGE 
====================================================================================*/
.top_01 {
	background: url("../images/top01_bg.png") no-repeat top 55px center;
	min-height: 220px
}
.cont_news {
	margin: 35px 0 55px;
	height: 180px;
	overflow: auto;
	border-right: 1px solid #fff;
}
.cont_news dl:first-child {
	padding-top: 35px;
}
.cont_news dl:last-child {
	padding-bottom: 35px;
}
.cont_news dl {
	padding-bottom: 25px;
	border-right: 1px solid #fff;
}
.cont_news dt {
	float: left;
	width: 115px;
}
.cont_news dd {
	float: left;
	width: 865px;
}
.cont_news dd a {
	text-decoration: none !important;
}
.cont_news dd:hover a {
	text-decoration: underline !important;
}
.btn_view {
	display: inline-block;
	background: url("../images/arrow_btn.png") no-repeat top 50% right 20px;
	border: 1px solid #413c30;
	width: 220px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #413c30;
	padding: 7px 30px;
	text-decoration: none !important;
}
.btn_view:hover {
	background: url("../images/arrow_btn_on.png") no-repeat top 50% right 20px;
	border: 1px solid #ae956d;
	color: #ae956d;
}
.top_02 {
	margin: 60px 0 80px;
	border-top: 5px solid #eeeeee;
	padding-top: 75px;
}
.style_list01 {
	margin-top: 35px;
}
.sec_list01 {
	position: relative;
	float: left;
	width: 330px;
	margin-right: 5px;
}
.cont_list01 {
	position: relative;
	box-sizing: border-box; 
	width: 300px;
	margin: -30px auto 0;
	background: #fff;
	border-top: 2px solid #a6937c;
	padding: 15px 20px;
	text-align: center;
}
.cont_list01 h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.top_03 {
	background: url("../images/top03_bg.jpg") no-repeat top center;
	padding: 110px 0;
	text-align: center;
	margin-bottom: 80px;
}
.top_04 {
	background: url("../images/top04_bg.jpg") no-repeat top 20px center;
	text-align: center;
	min-height: 445px;
	padding-bottom: 80px;
	border-bottom: 5px solid #eeeeee;;
}
.top_04 .container {
	width: 500px;
}
.top_04 .btn_view {
	width: 150px;
}
.top_05 {
	margin-top: 90px;
}
.top05_banner {
	float: left;
	width: 500px;
}
.top05_banner .banner01 {
	position: relative;
	background: url("../images/top05_bg01.jpg") no-repeat center center;
	padding: 20px;
	margin-bottom: 20px;
}
.top05_banner .banner02 {
	position: relative;
	background: url("../images/top05_bg02.jpg") no-repeat center center;
	padding: 20px;
}
.top05_banner .banner01 a:after,
.top05_banner .banner02 a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top05_banner .banner01:hover,
.top05_banner .banner02:hover {
	opacity: 0.7;
}
.bg_fff {
	background: #fff;
}
.top05_banner .bg_fff {
	display: table;
	padding: 27px 30px;
}
.ttl_banner {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
	text-align: center;
}
.txt_banner {
	display: table-cell;
	width: 220px;
	padding-left: 40px; 
}
.facebook {
	float: right;
	width: 460px;
}
.top05_02 {
	margin-top: 40px;
	background: url("../images/top05_bg03.jpg") no-repeat top center;
	padding: 40px 350px;
}
.top05_02 .bg_fff {
	box-sizing: border-box;
	width: 300px;
	text-align: center;
	padding: 25px 40px 27px 40px;
}
.btn_shop {
	display: inline-block;
	background: url("../common_img/icon_shop.jpg") no-repeat top 50% left 20px;
	border: 1px solid #413c30;
	width: 90px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #413c30;
	padding: 5px 10px 5px 50px;
	text-decoration: none !important;
}
.btn_shop:hover {
	background: url("../common_img/icon_shop_on.jpg") no-repeat top 50% left 20px;
	border: 1px solid #ae956d;
	color: #ae956d;
}
.top05_03 {
	margin-top: 80px;
}
.top05_03 p {
	font-size: 12px;
	color: #777468;
	text-align: center;
	margin-top: 40px;
}