@charset "utf-8";
@import "common.css?221128";

/** secFirstView
========================================*/
.secFirstView{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.secFirstView .bx-wrapper{
	margin:0 auto;
}
.secFirstView .bx-viewport{
	overflow:visible !important;
}

/*--( controls )--*/
.secFirstView .bx-controls{
	position:relative;
}

/*--( pager )--*/
.secFirstView .bx-pager{
	line-height:50px;
	font-size:0;
	vertical-align:middle;
	position:relative;
	z-index:10;
}
.secFirstView .bx-pager-item{
	display:inline-block;
	font-size:0;
}
.secFirstView .bx-pager-item a{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 12px 0 0;
	background:#ccc;
	vertical-align:middle;
}
.secFirstView .bx-pager-item a.active{
	background:#f90;
}

/*--( controller )--*/
.secFirstView .bx-controls-direction{
	width:100%;
	clear:both;
    position:absolute;
    top:-250px;
}
.secFirstView .bx-prev{
	margin-top:7px;
	margin-left:-30px;
	float:left;
	font-size:0;
	width:60px;
	height:60px;
	background:url(../img/index/btnSliderPrev01.png) left top no-repeat;
}
.secFirstView .bx-next{
	margin-top:7px;
	margin-right:-30px;
	float:right;
	font-size:0;
	width:60px;
	height:60px;
	background:url(../img/index/btnSliderNext01.png) left top no-repeat;
}
.secFirstView .bx-prev:hover,
.secFirstView .bx-next:hover{
	background-position:right top;
}

/* secReviews */
.secReviews{
	margin-top: 0px;
	height: 50px;
	background: #ff9900;
	display: flex;
    align-items: center;
}
.secReviews .boxReviews{
	display: flex;
	justify-content: space-between;
}
.secReviews .boxLeft{
	display: flex;
	align-items: center;
}
.secReviews .boxLeft .txt01{
	font-size: 16px;
	color: #fff;
	margin-left: 6px;
}
.secReviews .boxLeft .boxImgStars{
	margin-left: 17px;

}
.secReviews .boxLeft .txt02{
	font-size: 13px;
	color: #fff;
	margin-left: 7px;
}
.secReviews .boxRight{
	width: 119px;
	height: 30px;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
	border-radius: 15px;
	text-decoration: none;
}
.secReviews .boxRight .txt03{
	font-size: 13px;
	color: #ff9900;
	margin-right: 3px;
}

/*--( secBnrFirst )--*/
.secBnrFirst{
	padding:0 0 52px;
}
.secBnrFirst .bnr01{
    display:block;
    width:470px;
    height:210px;
    padding:9px;
    text-align:center;
	background:#fff;
    border:1px solid #ccc;
    float:left;
}
.secBnrFirst a.bnr02{
    display:block;
    width:210px;
    height:230px;
    float:right;
    margin:0 0 0 34px;
    position:relative;
	
}
.secBnrFirst a.bnr03{
    display:block;
    width:210px;
    height:230px;
    float:right;
		margin: -30px 30px 0 34px;
    position:relative;
	
}

.secBnrFirst a.bnr02 span{
	display:block;
	width:220px;
    height:260px;
    position:absolute;
    left:0;
    bottom:0;
	background:url(../img/index/bnrCatalog01.png) left bottom no-repeat;
}
.secBnrFirst a.bnr03 span{
	display:block;
	width:220px;
    height:260px;
     /* position:absolute;
    left:0;
    bottom:0; */
		background:url(../img/index/bnrReserve01.png) left bottom no-repeat;
	}
	.secBnrFirst .boxFlex{
		display: flex;
	}
	.secBnrFirst .boxSnsLink{
		display: flex;
		flex-direction: column;
	}
	.secBnrFirst .boxSnsLink .itemSns{
		margin-bottom: 25px;
	}
.secBnrFirst a.bnr02:hover span,
.secBnrFirst a.bnr03:hover span{ background-position:right bottom; }

/** secInfo
========================================*/
.secInfo{
	font-family:Verdana;
	margin-top: 75px;
}
.secInfo .titInfo{
    padding:0 0 20px;
    text-align:center;
}
.secInfo .txtInfoSub{
	font-size:15px;
    letter-spacing:0.05em;
    color:#666;
    text-align:center;
	margin:0 0 27px;
}
.secInfo .wrapperList{
    width:470px;
    height:330px;
	box-sizing:border-box;
	background:#fff;
    border:1px solid #ccc;
    overflow-y:scroll;
}

/*--( secEvent )--*/
.secInfo .secEvent{
    width:470px;
    float:left;
}
.secEvent .wrapperList{
	padding:14px 0 0;
}
.secEvent .list{
	display:block;
	width:420px;
	text-decoration:none;
	padding:0 0 5px;
	margin:0 auto;
}
.secEvent .blockDateList{ padding:0 0 8px; }
.secEvent .secTitList{
	width:418px;
    height:34px;
    border:1px solid #ccc;
}
.secEvent .tagNew{
	width:34px;
	height:34px;
    position:relative;
    float:left;
}
.secEvent .tagNew img{
    position:absolute;
    top:-1px;
    left:-1px;
}
.secEvent .titList{
    width:360px;
	padding:10px 0 0 12px;
	line-height:16px;
	float:left;
}
.secEvent a:hover .titList{ text-decoration:underline; }
.secEvent .blockDataList{
	padding:9px 0 0;
}
.secEvent .imgData{
	width:100px;
	height:100px;
	background:#fff;
	float:left;
	text-align:center;
}
.secEvent .txtData{
	width:310px;
	float:right;
}
.secEvent .blockTerm{
	margin:0 0 11px;
}
.secEvent .titTerm{
	width:50px;
	line-height:26px;
	text-align:center;
	color:#fff;
	background:#37342D;
	float:left;
}
.secEvent .txtTerm{
	width:260px;
	box-sizing:border-box;
	line-height:26px;
	padding:0 0 0 7px;
	color:#630;
	background:#fc0;
	float:left;
}
.secEvent .txtDetails{
	margin:0 0 9px;
}
.secEvent .txtDetails01{
	width:48px;
	line-height:23px;
	float:left;
	text-align:center;
	color:#666;
	border:1px solid #BCBCBC;
}
.secEvent .txtDetails02{
	width:240px;
	line-height:25px;
	overflow:hidden;
	float:left;
	margin:0 0 0 12px;
	color:#333;
}
.secEvent .txtFlyer{
	height:60px;
	line-height:20px;
	color:#333;
	overflow:hidden;
}

/*--( secNews )--*/
.secInfo .secNews{
    width:470px;
    float:right;
}
.secNews .list{
	display:block;
	width:420px;
	margin:0 auto;
	padding:11px 0 10px;
	border-bottom:1px solid #ccc;
}
.secNews .imgData{
	width:80px;
	height:60px;
	background:#fff;
	margin:0 10px 0 0;
	float:left;
}
.secNews .txtData{
	width:330px;
	padding:10px 0 0;
	float:left;
}
.secNews .txtDate{
	color:#333;
	line-height:16px;
}
.secNews .titList{
	margin:8px 0 0;
}
.secNews a:hover .titList{
	text-decoration:underline;
}

.secInfo .btnToInfo{
	display:block;
	width:190px;
	line-height:36px;
	margin:15px 0 100px;
	float:right;
	text-align:center;
	color:#fff;
	background:#FF9900;
	text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.secInfo .btnToInfo:hover{ background:#FFAD33; }

/** secPlan
========================================*/
.secPlan{
	background:url(../img/index/bgPlan.jpg) center top no-repeat;
	background-size: cover;
}
.secPlan .titPlan{
	text-align:center;
	padding:78px 0 23px;
}
.secPlan .txtPlan{
	text-align:center;
	padding:0 0 50px;
}
.secPlan .wrapperList01{
	width:850px;
	margin:0 auto;
	overflow:hidden;
}
.secPlan .wrapperList01 .cf{
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.secPlan a{
	display:block;
	background:#fff;
	border:1px solid #C9C6BC;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 5px;
	text-decoration:none;
	overflow: hidden;
}
.secPlan .titList{
	font-size: 17px;
	line-height: 36px;
	color: #fff;
	background: rgba(195, 13, 36, 80%);
	z-index: 1;
	position: absolute;
	width: 240px;
	top: calc(50% - 11px);
	text-align: left;
	padding-left: 16px;
	box-sizing: border-box;
	display: block;
	font-weight: 900;
}
.secPlan .titList:nth-child(n+3){
	width: 99.18%;
	
}
.secPlan .titList::after {
	content: "";
	position: absolute;
	line-height: 1;
	top: 14px;
	right: 12px; 
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 7px;
  height: 7px;
}
.secPlan .txtPrice{
	font-size:46px;
	font-family:Arial;
	font-weight:bold;
	color:#C30D24;
}

/*--( wrapperList01 )--*/
.secPlan .wrapperList01 li{
	float:left;
	margin:0 50px 30px 0;
	position: relative;
}
.secPlan .wrapperList01 a{
	width: 240px;
	height: 224px;
	position: relative;
}
.secPlan .wrapperList01 .notExistPlan{
	width:240px;
	height: 224px;
	background:#fff;
	border:1px solid #C9C6BC;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 5px;
}
.secPlan .wrapperList01 .imgList{
	width:240px;
	height:135px;
	text-align:center;
	border-radius: 5px;
}
.secPlan .wrapperList01 .imgList img{
	border-radius: 5px;
}
.secPlan .wrapperList01 .blockPrice{
	padding:9px 0 0;
}
.secPlan .wrapperList01 .blockPrice span{
	display:inline-block;
	vertical-align:middle;
}
.secPlan .wrapperList01 .txt02{
	padding:11px 0 0;
}

/*--( wrapperList02 )--*/
.secPlan .wrapperList02{
	width:900px;
	padding:0 0 66px 50px;
	margin:0 auto;
}
.secPlan .wrapperList02 a{
	float:left;
	width:390px;
	height:174px;
	margin:0 50px 0 0;
	padding:0;
	background:#FFFFEE;
	border:5px solid #C30D24;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.secPlan .wrapperList02 .notExistPlan{
	float:left;
	width:390px;
	height:174px;
	margin:0 50px 0 0;
	padding:0;
	background:#FFFFEE;
	border:5px solid #C30D24;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.secPlan .wrapperList02 .imgList{
	width:174px; /*fix*/
	/* height:174px; */
	background:#fff;
	/* float:left; */
	/* margin:0 20px 0 0; */
	margin: 0 10px;
}
.secPlan .wrapperList02 .blockPrice{
	width:180px;
	float:left;
}
.secPlan .wrapperList02 .titList{
	margin:5px 0 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.secPlan .wrapperList02 .txt01{
	width:180px;
	padding:4px 0 5px;
	margin:0 0 4px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.secPlan .wrapperList02 .blockPrice span{
	display:inline-block;
	vertical-align:middle;
}
.secPlan .wrapperList02 .txt02{
	padding:14px 0 0;
}
.secPlan .wrapperList02 .txt03{
	padding:5px 0 0;
}
.secPlan .blockPrice2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	height: 90px;
}
.secPlan .blockPrice2 .boxLeft{
	padding-right: 10px;
}
.secPlan .blockPrice2 .boxRight{
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	padding-left: 14px;
}
.secPlan .blockPrice2 .boxPrice1,
.secPlan .blockPrice2 .boxPrice2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;

}
.secPlan .priceNum{
	display: flex;
}
.secPlan .blockPrice2 .boxPrice2{
	margin-top: 6px;
}
.secPlan .blockPrice2 .boxPrice1 .txt1{
	font-size: 24px;
	font-weight: 700;
	margin-right: 2px;
	color: #c30c24;
	margin-top: 11px;
}
.secPlan .blockPrice2 .boxPrice1 .txt2{
	font-size: 40px;
	font-weight: 700;
	margin-right: 2px;
	color: #c30c24;
	font-family: Arial;
}
.secPlan .blockPrice2 .boxPrice1 .txt3{
	font-size: 24px;
	font-weight: 700;
	color: #c30c24;
	margin-top: 10px;
}
.secPlan .blockPrice2 .boxPrice2 .txt1{
	font-size: 13px;
	font-weight: 700;
	margin-right: 2px;
	margin-top: 0px;
}
.secPlan .blockPrice2 .boxPrice2 .txt2{
	font-size: 13px;
	font-weight: 700;
	margin-right: 2px;
	font-family: Arial;
}
.secPlan .blockPrice2 .boxPrice2 .txt3{
	font-size: 13px;
	font-weight: 700;
}

.secPlan .wrapperList02 .blockPrice3 {
    width: 180px;
    /* float: left; */
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	padding-left: 14px;
}
.secPlan .blockPrice3 .boxPrice1,
.secPlan .blockPrice3 .boxPrice2{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 6px;
}
.secPlan .blockPrice3 .boxPrice1{margin-top: 12px;}
.secPlan .blockPrice3 .boxPrice2{margin-top: 6px;}
.secPlan .blockPrice3 .boxPrice1 .txt1{
	font-size: 12px;
	font-weight: 700;
	margin-right: 1px;
}
.secPlan .blockPrice3 .boxPrice1 .txt2{
	font-size: 32px;
	font-weight: 700;
	margin-right: 1px;
	color: #c30c24;
}
.secPlan .blockPrice3 .boxPrice1 .txt3{
	font-size: 10px;
	font-weight: 700;
}
.secPlan .blockPrice3 .boxPrice2 .txt1{
	font-size: 10px;
	font-weight: 700;
	margin-right: 1px;
}
.secPlan .blockPrice3 .boxPrice2 .txt2{
	font-size: 25px;
	font-weight: 700;
	margin-right: 1px;
}
.secPlan .blockPrice3 .boxPrice2 .txt3{
	font-size: 10px;
	font-weight: 700;
}

/** secSupport
========================================*/
.secSupport .boxBnr{
	width: 980px;
	margin: 65px auto 0;
	display: block;
	text-decoration: none;
	position: relative;
}
.secSupport .boxBnr:hover{
	opacity: 0.8;
}
.secSupport .boxBtn{
	width: 440px;
	position: absolute;
	left: calc(50% - 220px);
	bottom: -53px;
}
.secSupport .txt{
	position: absolute;
	top: -25px;
	left: -32px;
	z-index: 10;
}
.secSupport .btn{
	background: #f60;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	border-radius: 6px;
	box-shadow: inset 0px -6px 0px 0px rgba(1, 1, 1, 0.1);
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.secSupport .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    opacity: 0.8;
    width: 77px;
    height: 80px;
    background: linear-gradient(to right,#fff 0,#fff 59px,transparent 59px,transparent 69px,#fff 69px,#fff 100%);
    transform: skew(-12deg);
    transform-origin: top left;
    animation: oh-button-anim1 2s ease infinite;
}
@keyframes oh-button-anim1{
	0%{left:-50px;opacity:0.8}
	90%{left:100%;opacity:0}
	100%{left:100%;opacity:0}
}

/** secGallery
========================================*/
.secGallery{
	padding:0 0 100px;
}
.secGallery .titGallery{
	text-align:center;
	padding:145px 0 66px;
}
.secGallery .wrapperList{
	width:740px;
	margin: 0 auto;
}
.secGallery .wrapperList01 ul{
	display:table;
	width:740px;
	border-collapse:collapse;
}
.secGallery .wrapperList01 li{
	display:table-cell;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
}
.secGallery .wrapperList01 a{
	display:block;
	width:176px;
	padding:4px 4px 12px;
}
.secGallery .wrapperList01 .imgList{
	width:176px;
	height:126px;
	background:#fff;
	text-align:center;
	margin:0 auto;
}
.secGallery .wrapperList01 .txtList{
	padding:11px 0 0 5px;
}
.secGallery .wrapperList02{
	display:table;
	width:740px;
}
.secGallery .wrapperList02 a{
	display:table-cell;
	height:194px;
	padding:4px 5px 4px 4px;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
}
.secGallery .wrapperList02 a:nth-child(1){
	border-right:none;
}
.secGallery .wrapperList02 .imgList{
	width:360px;
	height:194px;
	margin:0 auto;
	background:#fff;
}
.secGallery .wrapperList02 .txtList{
	position:absolute;
	width:0;
	height:0;
	top:28px;
	left:124px;
}

/*--( wrapperBnr )--*/
.secGallery .wrapperBnr{
	width:210px;
	float:right;
}
.secGallery .wrapperBnr .bnrRegister{
	display:block;
	width:210px;
	height:382px;
	margin:0 0 20px;
	position:relative;
	background:url(../img/index/bnrMember01.png) left top no-repeat;
}
.secGallery .wrapperBnr .bnrRegister:hover{
	background-position:right top;
}
.secGallery .wrapperBnr .btnMember,
.secGallery .wrapperBnr .btnLogin{
	display:block;
	width:210px;
	height:80px;
	line-height:80px;
	text-decoration:none;
	font-size:22px;
	text-align:center;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.secGallery .wrapperBnr .btnMember{
	background:#F11313;
	-webkit-box-shadow: 0 -4px 0 #D81111 inset;
	box-shadow: 0 -4px 0 #D81111 inset;
	margin:0 0 20px;
}
.secGallery .wrapperBnr .btnLogin{
	background:#f90;
	-webkit-box-shadow: 0 -4px 0 #E58900 inset;
	box-shadow: 0 -4px 0 #E58900 inset;
}
.secGallery .wrapperBnr .btnMember:hover{
	background:#F55959;
}
.secGallery .wrapperBnr .btnLogin:hover{
	background:#FFAD33;
}


/** secConcept
========================================*/
.secConcept{
	overflow:hidden;
	padding:0 0 40px;
}
.wrapperConcept{
	background:url(../img/index/bgConcept02.gif) center center repeat;
	border-top:1px solid #D8D0CB;
	border-bottom:1px solid #D8D0CB;
}
.secConcept .wrapper{
	overflow:visible;
	position:relative;
	z-index:0;
}
.secConcept .mask{
	width:1000px;
	height:360px;
	margin-left:-1000px;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:url(../img/index/bgConcept02.gif) center center repeat;
}
.secConcept .inner{
	width:600px;
	height:320px;
	padding:40px 0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:url(../img/index/bgConcept01.png) left top repeat-y;
}
.secConcept .titConcept{
	padding:0 0 12px;
}
.secConcept .txtConcept01{
	position:absolute;
	top:48px;
	left:502px;
}
.secConcept .inner .btn{
	display:block;
	width:400px;
	height:50px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	margin:20px 0 0;
	text-decoration:none;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 0 #A27100;
	box-shadow: 1px 1px 0 #A27100;
	background:#F9AE00;
}
.secConcept .inner .btn:hover{
	background:#FABE33;
}
.secConcept .secSlider{
	width:630px;
	margin:0 0 0 350px;
	position:relative;
	z-index:10;
}
.secConcept .bx-viewport{
	overflow:visible !important;
}

/*--( controls )--*/
.secConcept .bx-controls{
	position:absolute;
	bottom:-50px;
	right:0;
}

/*--( pager )--*/
.secConcept .bx-pager{
	line-height:50px;
	font-size:0;
	vertical-align:middle;
	position:relative;
	z-index:10;
}
.secConcept .bx-pager-item{
	display:inline-block;
	font-size:0;
}
.secConcept .bx-pager-item a{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 0 0 12px;
	background:#ccc;
	vertical-align:middle;
}
.secConcept .bx-pager-item a.active{
	background:#f90;
}

/** secShowroom
========================================*/
.secShowroom{
	padding:0 0 94px;
}
.secShowroom .titShowroom{
	width:980px;
	margin:0 auto;
}
.secShowroom .bgShowroom{
	padding:100px 0 0;
	background:url(../img/index/bgShowroom.jpg) center top no-repeat;
}
.secShowroom .list{
	display:block;
	width:470px;
	margin:0 0 40px;
	text-decoration:none;
}
.secShowroom .list:nth-child(1){ float:left; }
.secShowroom .list:nth-child(2){ float:right; }
.secShowroom .blockData .txtData{
	width:180px;
	height:220px;
	box-sizing:border-box;
	padding:58px 0 0 22px;
	font-family:Verdana;
	color:#fff;
	background:#4AB7A9;
	position:relative;
	z-index:10;
	float:left;
}
.secShowroom .blockData .tag{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.secShowroom .blockData .txtData,
.secShowroom .blockData .tag img{
	-webkit-border-radius:8px 0 0 0;
	-moz-border-radius:8px 0 0 0;
	-ms-border-radius:8px 0 0 0;
	-o-border-radius:8px 0 0 0;
	border-radius:8px 0 0 0;
}
.secShowroom .txtData .txt01{
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	margin:0 0 4px;
}
.secShowroom .txtData .txt02{
	font-size:13px;
	line-height:20px;
	padding:8px 0 0;
}
.secShowroom .txtData .txt02 .txtAttn{
	font-size:20px;
	font-weight:bold;
	color:#ff0;
}
.secShowroom .blockData .imgData{
	width:290px;
	height:220px;
	background:#fff;
	float:left;
}
.secShowroom .blockData .imgData,
.secShowroom .blockData .imgData img{
	-webkit-border-radius:0 8px 0 0;
	-moz-border-radius:0 8px 0 0;
	-ms-border-radius:0 8px 0 0;
	-o-border-radius:0 8px 0 0;
	border-radius:0 8px 0 0;
}
.secShowroom .blockTel{
	width:360px;
	height:110px;
	box-sizing:border-box;
	padding:20px 0 0 23px;
	background:#5C8DA5;
	float:left;
	-webkit-border-radius:0 0 0 8px;
	-moz-border-radius:0 0 0 8px;
	-ms-border-radius:0 0 0 8px;
	-o-border-radius:0 0 0 8px;
	border-radius:0 0 0 8px;
}
.secShowroom .blockTel .txt02{
	font-size:33px;
	font-family:Arial;
	font-weight:bold;
	padding:0 0 0 34px;
	margin:3px 0 7px;
	color:#fff;
	background:url(../img/index/icoShowroomTel.png) left center no-repeat;
}
.secShowroom .blockTel .txt03{
	color:#fff;
	font-family:Verdana;
}
.secShowroom .blockStore{
	width:110px;
	height:110px;
	box-sizing:border-box;
	padding:30px 0 0;
	float:left;
	text-align:center;
	background:#F00;
	-webkit-border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-ms-border-radius:0 0 8px 0;
	-o-border-radius:0 0 8px 0;
	border-radius:0 0 8px 0;
}
.secShowroom a:hover .blockStore{
	background:#F66;
}

/*--( secStaff )--*/
.secStaff{
	width:1060px;
	margin:0 auto;
	position:relative;
}
.secStaff .imgStaff{
	text-align:center;
}
.secStaff .btnStaff{
	display:block;
	width:130px;
	height:130px;
	position:absolute;
	right:1px;
	bottom:32px;
	background:url(../img/index/btnStaff01.png) left top no-repeat;
}
.secStaff .btnStaff:hover{
	background-position:right top;
}

/** secKnowledge
========================================*/
.secKnowledge .wrapper{
	overflow:hidden;
}
.secKnowledge .titKnowledge{
	text-align:center;
	padding:0 0 15px;
}
.secKnowledge .txtKnowledge{
	font-size:15px;
	line-height:25px;
	text-align:center;
	padding:0 0 48px;
}
.secKnowledge ul{
	width:1000px;
}
.secKnowledge li{
	width:230px;
	float:left;
	margin:0 20px 0 0;
}
.secKnowledge a{
	display:block;
}
.secKnowledge .imgList{
	width:220px;
	padding:4px 4px 0;
	background:#fff;
	border:1px solid #C9C6BC;
	border-bottom:none;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.secKnowledge .txtList{
	width:230px;
	height:80px;
	box-sizing:border-box;
	padding:19px 0 0;
	text-align:center;
	background:#FAF9F8;
	border:1px solid #CAC7BD;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.secKnowledge a:hover .txtList{ background:#fff; }
.secKnowledge .txtList .txt01{
	padding:0 0 10px;
}
