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


/*--( 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);
}
/* secReviews */
.secReviews{
	height: 45px;
	background: #ff9900;
	display: flex;
    align-items: center;
}
.secReviews .boxReviews{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.secReviews .boxLeft{
	display: flex;
	align-items: center;
}
.secReviews .boxLeft .txt01{
	font-size: 13px;
	color: #fff;
	margin-left: 6px;
}
.secReviews .boxLeft .boxImgStars{
	margin-left: 11px;
}
.secReviews .boxLeft .txt02{
	font-size: 12px;
	color: #fff;
	margin-left: 2px;
}

/*--( 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;
	margin-top: 20px;
}
.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;
}
.boxSnsLink{
	display: flex;
	margin: 40px auto;
	justify-content: center;
}
.boxSnsLink .btnLink{
	margin-right: 15px;
}
/** 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: 136px;
	margin: 0 6px 16px;
}
.secPlan li a{
	display:block;
	width: 95%;
	/* padding:4px 0 0; */
	/* background:#C30D24; */
	position: relative;
	width: 100%;
}
.secPlan li .img{
	width:136px;
	height: 77px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
.secPlan li img{
	/* height: 109px; */
}

.secPlan li .imgFrame{
	width:100%;
	height:80px;
}
.secPlan li .tag{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.secPlan li .tit{
	font-size: 13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background: rgba(245, 45, 49, 70%);
	position: absolute;
	width: 95%;
	top: calc(50% - 15px);
	text-align: left;
	z-index: 9999;
	padding: 5px;
	box-sizing: border-box;
	right: 0px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.secPlan li .tit::after {
	content: "";
	position: absolute;
	line-height: 1;
	top: 8px;
	right: 5px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
}

.secPlan li .blockPrice{
	display:table;
	width: 100%;
	padding-top: 0px;
}
.secPlan li .thPrice{
	display:table-cell;
	height:76px;
	text-align:center;
	vertical-align:middle;
	background: #f60;
}
.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;
	border-left: 1px solid #C9C6BC;
	height: 60px;
	color:#37332C;
	font-weight:bold;
	vertical-align:middle;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: flex-start;
	padding-top: 6px;
	box-sizing: border-box;
	padding-left: 10px;
}
.secPlan li .tdPrice .wrapPrice .in{
	text-align: left;
}
.secPlan li .tdPrice .wrapPrice .in + .in{
	margin-top: 5px;
}
.secPlan li .tdPrice .txtPrice1{
	font-size: 13px;
	font-weight: 500;
	color: #c30d24;
}
.secPlan li .tdPrice .txtPrice2{
	font-size: 10px;
	font-weight: 500;
}
.secPlan li .tdPrice .txtPrice1 .txtAttn{
	font-size: 24px;
	color:#c5262b;
	font-family: Arial;
	min-width: 30px;
  display: inline-block;
	margin: 0 -3px;
}
.secPlan li .tdPrice .txtPrice2 .txtAttn{
	font-size:10px;
	font-weight: 500;
	font-family: Arial;
}
.secPlan li .tdPrice .txtTax{
	font-size: 10px;
	font-weight: 500;
}

/** secSupport
========================================*/
.secSupport .boxBnr{
	width: 94.667%;
	margin: 25px auto 75px;
	display: block;
	text-decoration: none;
	position: relative;
}
.secSupport .boxBnr:hover{
	opacity: 0.8;
}
.secSupport .boxBtn{
	width: 303px;
	position: absolute;
	left: calc(50% - 151.5px);
	bottom: -25px;
}
.secSupport .txt{
	position: absolute;
	top: -23px;
	left: 13px;
	z-index: 10;
}
.secSupport .btn{
	background: #f60;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: inset 0px -6px 0px 0px rgba(1, 1, 1, 0.1);
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.secSupport .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    opacity: 0.8;
    width: 55px;
    height: 54px;
    background: linear-gradient(to right,#fff 0,#fff 38px,transparent 38px,transparent 50px,#fff 50px,#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: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;
	font-weight:bold;
	color:#fff;
	white-space:nowrap;
	margin:13px auto 0;
}

/** 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;
}
