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

.blockBtn .btnCommon02,
.blockInfoBtn .btnCommon02{
	background:#F30;
	-webkit-box-shadow:0 -4px 0 #E52E00 inset;
	box-shadow:0 -4px 0 #E52E00 inset;
}
/*--( secFirstBar )--*/
.secFirstBar{
	width:100%;
	height:46px;
}
.secFirstBar .secBtnInfo{
	width:30px;
	height:30px;
	margin:9px 0 0 10px;
	float:left;
	position:relative;
	z-index:1000;
}
.secFirstBar .badge{
	width:20px;
	height:14px;
	padding:4px 0 0;
	background:#F00;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	font-size:10px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:-5px;
	right:-13px;
	z-index:9999;
}
.secFirstBar .txtInfoAttn{
	width:151px;
	height:34px;
	padding:14px 0 0 6px;
	background:url(../img/index/bgHeaderInfo.png) left top no-repeat;
	background-size:157px 48px;
	position:absolute;
	top:35px;
	left:10px;
	font-size:11px;
	line-height:14px;
	text-align:left;
}
.secFirstBar .btnShowroom{
	display:block;
	width:139px;
	height:46px;
	position:relative;
	float:right;
	z-index:10;
	overflow:hidden;
}
.secFirstBar .btnShowroom img{
	position:absolute;
	top:9px;
	left:26px;
	z-index:100;
}
.secFirstBar .btnShowroom:after{
	content:".";
	display:block;
	width:130px;
	height:100px;
	font-size:0;
	line-height:0;
	background:#f00;
	-webkit-transform-origin:125px 70px;
    -ms-transform-origin:125px 70px;
    transform-origin:125px 70px;
    -webkit-transform:rotate(23deg);
    -ms-transform:rotate(23deg);
    transform:rotate(23deg);
}

/*--( secFirstTel )--*/
.secFirstTel{
	margin:15px auto 16px;
}
.secFirstTel .tit{
	padding:0 0 12px;
	text-align:center;
}
.secFirstTel .btn{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.secFirstTel .txt{
	position:absolute;
	top:65%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	color:#fff;
	font-size:36px;
	font-family:Arial;
	font-weight:bold;
	white-space:nowrap;
}
.secFirstTel .bg{
	display:block;
	width:100%;
	height:auto;
}

/*--( secFirstBnr )--*/
.secFirstBnr{
	margin:0 auto 26px;
}
.secFirstBnr .bnr01,
.secFirstBnr .bnr02{
	display:block;
	width:48%;
}
.secFirstBnr .bnr01{
	float:left;
}
.secFirstBnr .bnr02{
	float:right;
}

/*--( blockTitSec )--*/
.blockTitSec{
	display:table;
	width:100%;
	height:46px;
	border-bottom:4px solid #EEEBE7;
}
.blockTitSec .bgKey{
	display:table-cell;
	width:6px;
}
.blockTitSec .titSec{
	display:table-cell;
	font-size:17px;
	color:#fff;
	vertical-align:middle;
	padding:2px 0 0 12px;
	background:url(../img/index/bgTitSec.gif) repeat;
}

/** secInfo
========================================*/
.txtEventFirst{
	line-height:18px;
	padding:8px 0 5px;
}
.blockInfoBtn{ padding:0 0 20px; }
.blockInfoBtn .btnCommon01,
.blockInfoBtn .btnCommon02{
	width:48%;
	height:40px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.blockInfoBtn .btnCommon01{ float:left; }
.blockInfoBtn .btnCommon02{ float:right; }

/** secShowroom
========================================*/
.secShowroom{
	background:url(../img/index/bgShowroom.jpg) left top no-repeat;
	background-size:cover;
	padding:0 0 20px;
}
.secShowroom .inner{
	width:300px;
	margin:0 auto;
}
.secShowroom .cf{
	padding:17px 0 12px;
}
.secShowroom .txt{
	width:140px;
	float:left;
}
.secShowroom .img{
	width:120px;
	float:right;
}
.secShowroom .img img{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.secShowroom .btnCommon02{
	width:300px;
	height:50px;
	margin:0 auto;
	background:#F30;
	-webkit-box-shadow:0 -4px 0 #E52E00 inset;
	box-shadow:0 -4px 0 #E52E00 inset;
}

/** secPlan
========================================*/
.blockTitPlan{
	margin:34px 0 0;
	padding:4px 0 14px;
}
.blockTitPlan .titPlan{
	width:306px;
	height:17px;
	margin:0 auto 3px;
	text-align:center;
	position:relative;
}
.blockTitPlan .titPlan img{
	position:absolute;
	bottom:0;
	left:0;
}
.blockTitPlan .txt{
	font-size:13px;
	line-height:18px;
	text-align:center;
	color:#fff;
}

.secPlan{
	text-align:center;
	padding:18px 0 9px;
}
.secPlan li{
	display:inline-block;
	width:144px;
	margin:0 4px 16px;
}
.secPlan li a{
	display:block;
	width:100%;
	padding:4px 0 0;
	background:#C30D24;
}
.secPlan li .img{
	width:136px;
	height:80px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
.secPlan li .imgFrame{
	width:100%;
	height:80px;
}
.secPlan li .tag{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.secPlan li .tit{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:14px 0 11px;
}
.secPlan li .blockPrice{
	display:table;
	width:100%;
}
.secPlan li .thPrice{
	display:table-cell;
	width:36px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background: #5b1;
}
.secPlan li .thPrice .txt{
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.1;
}
.secPlan li .tdPrice{
	background:#fff;
	border-right:1px solid #C9C6BC;
	border-bottom:1px solid #C9C6BC;
	height:50px;
	color:#37332C;
	font-weight:bold;
	vertical-align:middle;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 14px;
	box-sizing: border-box;
}

.secPlan li .tdPrice .wrapPrice .in{
	text-align: right;
}
.secPlan li .tdPrice .wrapPrice .in + .in{
	margin-top: 4px;
}
.secPlan li .tdPrice .txtPrice1{
	font-size: 11px;
	font-weight: 500;
}
.secPlan li .tdPrice .txtPrice2{
	font-size: 10px;
	font-weight: 500;
}
.secPlan li .tdPrice .txtPrice1 .txtAttn{
	font-size:18px;
	color:#c5262b;
}
.secPlan li .tdPrice .txtPrice2 .txtAttn{
	font-size:13px;
	font-weight: 500;
}
.secPlan li .tdPrice .txtTax{
	font-size: 10px;
	font-weight: 500;
}

/** secGallery
========================================*/
.secGallery{
	padding:16px 0 0;
}
.secGallery .ul1{
	display:table;
	width:98%;
	margin:0 auto;
}
.secGallery .ul1 li{
	display:table-cell;
	width:21%;
	border-bottom:7px solid #fff;
	border-left:6px solid #fff;
	border-right:6px solid #fff;
}
.secGallery .ul2 li{ width:48%; }
.secGallery .ul2 li:nth-child(1){ float:left; }
.secGallery .ul2 li:nth-child(2){ float:right; }
.secGallery .bnrRegister{
	display:block;
	margin:7px auto 10px;
}
.secGallery .blockBtn{
	margin:0 auto 25px;
}
.secGallery .blockBtn .btnCommon01,
.secGallery .blockBtn .btnCommon02{
	width:48%;
	height:50px;
}
.secGallery .blockBtn .btnCommon01{ float:left; }
.secGallery .blockBtn .btnCommon02{ float:right; }

/** secConcept
========================================*/
.secConcept{
	padding:16px 0 20px;
	margin:0 0 20px;
	background:url(../img/index/bgConcept.gif) left top repeat;
	border-top:1px solid #D8D0CB;
	border-bottom:1px solid #D8D0CB;
}
.secConcept .inner{
	width:300px;
	margin:0 auto;
}
.secConcept .blockTxt{
	float:left;
	padding:0 0 0 2px;
}
.secConcept .tit{ padding:0 0 8px; }
.secConcept .img{
	float:right;
}
.secConcept .btnCommon01{
	width:300px;
	height:50px;
	font-size:13px;
	letter-spacing: -0.5px;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
	margin:13px auto 0;
	background:#F90;
	-webkit-box-shadow:0 -4px 0 #E58900 inset;
	box-shadow:0 -4px 0 #E58900 inset;
}

/** secReform
========================================*/
.secReform{
	padding:10px 0 8px;
}
.secReform li{
	width:48%;
	margin:0 0 13px;
}
.secReform li:nth-child(2n+1){ float:left; }
.secReform li:nth-child(2n){ float:right; }

/** secAbout
========================================*/
.blockTitAbout{
	border-bottom:none;
}
.secAbout{
	border-top:1px solid #C7BEAF;
}
.secAbout li{
	display:table;
	width:100%;
	background:-moz-linear-gradient(top,#fff,#F2F2F0);
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#F2F2F0));
	border-bottom:1px solid #C7BEAF;
}
.secAbout a{
	display:table-cell;
	height:38px;
	font-size:14px;
	padding:0 0 0 10px;
	vertical-align:middle;
}
.secAbout a span{
	background:url(../img/index/icoLinks.png) left center no-repeat;
	background-size:13px 13px;
	padding:0 0 0 17px;
}

/** sideInfo
========================================*/
#sideInfo{
	width:255px;
	height:100%;
	float:left;
	background:#F3F3F3;
	visibility:hidden;
	display:none;
	margin-left:-256px;
	padding:0 0 300px;
	-webkit-transition-property:all;
	-webkit-transition-duration:0;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transition-delay:.0s;
	position:relative;
	z-index:10;
}
.infoOpen #sideInfo{
	visibility:visible;
	display:block;
	margin-left:0;
	-webkit-transition-property:all;
	-webkit-transition-duration:0;
	-webkit-transition-timing-function:ease-in-out;
	-webkit-transition-delay:.1s;
}
#sideInfo .titSideInfo{
	font-size:13px;
	color:#fff;
	text-align:center;
	padding:14px 0 12px;
}
#sideInfo .secSideInfo{
	background:#3E3828;
	-webkit-box-shadow:0 3px 0 #eee;
	box-shadow:0 3px 0 #eee;
}
#sideInfo .list{
	display:block;
	min-height:133px;
	padding:10px 10px 5px;
	border-bottom:1px solid #676355;
}
#sideInfo .blockTit{
	display:table;
	table-layout:fixed;
	width:236px;
	height:32px;
	margin:0 0 9px;
}
#sideInfo .blockTit .tag{
	display:table-cell;
	width:46px;
	height:32px;
}
#sideInfo .blockTit .tit{
	display:table-cell;
	width:177px;
	height:30px;
	padding:0 6px;
	background:#fff;
	border:1px solid #A3917A;
	border-left:none;
	vertical-align:middle;
}
#sideInfo .imgFrame{
	width:80px;
	height:80px;
	float:left;
}
#sideInfo .blockData{
	width:146px;
	float:right;
}
#sideInfo .titList{
	height:33px;
	margin:0 0 6px;
	overflow:hidden;
	font-size:14px;
	line-height:18px;
	color:#fff;
}
#sideInfo .txtDate{
	padding:8px 0 7px 6px;
	margin:0 0 6px;
	font-size:11px;
	text-align:left;
	color:#630;
	background:#fc0;
}
#sideInfo .tableData{
	display:table;
	width:100%;
	table-layout:fixed;
	margin:0 0 5px
}
#sideInfo .tableData .thData{
	display:table-cell;
	width:35px;
	height:25px;
	color:#630;
	background:#fff;
	text-align:center;
	vertical-align:middle;
}
#sideInfo .tableData .tdData{
	display:table-cell;
	box-sizing:border-box;
	width:111px;
	padding:0 0 0 7px;
	color:#fff;
	vertical-align:middle;
}
#sideInfo .blockData .txtData{
	height:42px;
	padding:4px 0 0;
	color:#fff;
	line-height:120%;
	overflow:hidden;
}
#sideInfo .btnClose{
	padding:18px 0 0;
	border-top:3px solid #eee;
}
