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

/** index
========================================*/
/*--( secSearch )--*/
.index .bgTitSearch{
	height:70px;
	padding:19px 0 0 22px;
	text-align:center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.index .bgTitSearch.btnKey:hover{
	background:;
}
.index .bgIco{
	font-size:30px;
	font-weight:normal;
	color:#fff;
	padding:20px 0 20px 60px;
	background:url(../img/gallery/icoIndexMain.png) left center no-repeat;
	position:static;
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
.index .titSearch .txtAttn{
	font-size:20px;
	font-weight:normal;
	color:#ff0;
	position:static;
	vertical-align:top;
	line-height:35px;
	padding:0 60px 0 10px;
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
.index .searchOpen .txtAttn{
	cursor:pointer;
}
.index .searchOpen .secSearch{
	display:none;
}
.index .secSearch table{
	width:100%;
	color:#000;
}
.index .secSearch th{
	box-sizing:border-box;
	width:80px;
	background:#EAE8DF;
	border:1px solid #c1c1c1;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
}
.index .secSearch td{
	font-size:15px;
	background:#fff;
	border:1px solid #c1c1c1;
	padding:9px 0 9px 10px;
}
.index .secSearch tr:nth-child(2) td,
.index .secSearch tr:nth-child(3) td{
	padding:12px 0 7px 10px;
}
.index .secSearch label{
	vertical-align:middle;
	line-height:150%;
}
.index .secSearch label input{
	vertical-align:-2px;
	line-height:150%;
	margin:0 8px 0 0;
}
.index .secSearch tr:nth-child(1) label{
	padding:0 31px 0 0;
}
.index .secSearch tr:nth-child(2) label,
.index .secSearch tr:nth-child(3) label{
	display:inline-block;
	width:218px;
	padding:0 0 4px;
}
.index .secSearch .table02 th,
.index .secSearch .table02 td{
	border-top:none;
}
.index .secSearch .table02 td{
	padding:11px 0 10px 10px;
}
.index .secSearch .blockBtn{
	background:#EAE8DF;
	border:1px solid #c1c1c1;
	border-top:none;
	padding:14px 0;
}
.index .secSearch .blockBtn .btnCommon01{
	width:300px;
	height:70px;
	margin:0 auto;
}

/*--( secIndicator )--*/
.index .secIndicator{
	padding:30px 0;
}
.index .secIndicator div{
	display:inline-block;
	float: left;
}
.index .secIndicator .txtAttn{
	font-family:Arial;
	font-weight:bold;
}
.index .secIndicator .txt01{
	margin:12px 60px 0 0;
}
.index .secIndicator .txt01 .txtAttn{
	font-size:35px;
}
.index .secIndicator .txt02,
.index .secIndicator .txt03{
	height:42px;
	font-size:15px;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
.index .secIndicator .txt02 .txtAttn,
.index .secIndicator .txt03 .txtAttn{
	font-size:23px;
	padding:0 0 0 10px;
}
.index .secIndicator .txt02{
	background:#f33;
	padding:18px 26px 0 32px;
	margin:0 10px 0 0;
}
.index .secIndicator .txt03{
	background:#B8B092;
	padding:18px 45px 0 52px;
}
.index .secIndicator .txt04{
	width:240px;
	margin:28px 0 0;
	line-height:18px;
	float:right;
	text-align:right;
	word-break:keep-all;
}

/*--( secRegister )--*/
.index .secRegister{
	padding:36px 0 37px;
	background:url(../img/gallery/bgRegister.jpg) center top no-repeat;
}
.index .secRegister .txt01{
	width:454px;
	float:left;
}
.index .secRegister .btnKey{
	width:240px;
	height:70px;
	margin:29px 0 0 30px;
	float:left;
}
.index .secRegister .btnCommon01{
	width:240px;
	height:70px;
	margin:29px 0 0;
	float:right;
}

/*--( secSort )--*/
.index .secSort{
	padding:20px 0 30px;
}
.index .secSort select{
	margin:0 0 0 10px;
}

/*--( secList )--*/
.index .secList{
	width:980px;
	overflow:hidden;
}
.index .secList .ul{
	width:1000px;
	padding:14px 0 0;
	font-size:0;
}
.index .secList .list{
	display:inline-block !important;
	vertical-align:top;
	width:480px;
	margin:0 20px 50px 0;
	font-size:12px;
}
.index .list .blockTit{
	display:table;
	width:100%;
	height:70px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	position:relative;
	background:url(../img/gallery/bgBlockTit.jpg) center 2px no-repeat;
	border:#CCCCCC solid 1px;
	box-sizing:border-box;
}
.index .list .blockTit .tit{
	display:table-cell;
	height:70px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	overflow:hidden;
	vertical-align:middle;
}
.index .list .blockTit .tit span{
	display:inline-block;
	line-height:25px;
	max-height:48px;
	overflow:hidden;
	text-decoration:none;
	color:#0066CC;
}
.index .list .tit:hover span{ text-decoration:underline; }

.index .list .blockTit .tagNew{
	position:absolute;
	top:-13px;
	left:12px;
}
.index .list .blockData{
	min-height: 528px;
	padding:20px 0 0;
	background:#F5F3F1;
	border:1px solid #D7D1CC;
	border-top:none;
}
.index .list .imgFrame{
	display:block;
	width:440px;
	height:280px;
	background:#fff;
	margin:0 auto;
}
.index .listMember .imgFrame{
	text-align:center;
	z-index:10;
}
.index .listMember .txtRegister{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
.index .listMember .imgFrame .btnFrame{
	position:relative;
	z-index:100;
	padding:165px 0 0;
}
.index .listMember .imgFrame .btnKey{
	width:200px;
	height:70px;
	margin:0 auto;
}
.index .list .listNum{
	width:440px;
	padding:6px 0 11px;
	margin:0 auto;
	font-size:15px;
	font-family:Verdana;
	line-height:30px;
	border-bottom:1px dotted #999;
}
.index .list .titPrice{
	display:inline-block;
	width:91px;
	font-size:12px;
	color:#fff;
	background:#f90;
	text-align:center;
}
.index .list .txtPrice{
	font-size:22px;
	letter-spacing:-0.05em;
	vertical-align:-2px;
	color:#c30;
}
.index .list.listMember .txtPrice{
	font-size:15px;
	font-weight:bold;
	vertical-align:inherit;
}
.index .list .titNum{
	display:inline-block;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	background:#37342D;
	text-align:center;
}
.index .list .blockTag{
	width:440px;
	margin:0 auto;
	padding:11px 0 9px;
	border-bottom:1px dotted #999;
}
.index .list .blockTag li{
	display:inline-block;
	min-width:84px;
	line-height:25px;
	padding:0 8px;
	margin:0 3px 3px 0;
	color:#fff;
	text-align:center;
	float:left;
}
.index .list .blockTag.block01 li{ background:#37342D; }
.index .list .blockTag.block02 li{ background:#f36; }
.index .list .blockBtn .btnCommonFooter03,
.index .list .blockBtn .btnCommon01{
	width:240px;
	height:70px;
	margin:15px auto;
}

/*--( btnCommon02 )--*/
.btnCommon02{
	width:300px;
	height:70px;
	margin:0 auto;
	font-size:17px;
}

/*--( btmIndicator )--*/
.index .btmIndicator{
	border-top:1px solid #B8B092;
	border-bottom:1px solid #B8B092;
	margin:0 0 71px;
}

/*--( secBtmBnr )--*/
.secBtmBnr{
	text-align:center;
}
.secBtmBnr .bnr01,
.secBtmBnr .bnr02{
	display:inline-block;
	width:440px;
	height:250px;
	margin:0 8px 23px;
}
.secBtmBnr .bnr01{
	background:url(../img/gallery/bnrCatalog.png) left top no-repeat;
}
.secBtmBnr .bnr02{
	background:url(../img/gallery/bnrContact.png) left top no-repeat;
}
.secBtmBnr .bnr01:hover,
.secBtmBnr .bnr02:hover{
	background-position:right top;
}

/** details
========================================*/
.details .blockTitArticle{
	display:table;
	height:100px;
}
.details .blockTitArticle .bgKey{
	display:table-cell;
	width:5px;
}
.details .blockTitArticle .tit{
	display:table-cell;
	border-top:1px solid #D7D1CC;
	border-bottom:1px solid #D7D1CC;
	vertical-align:middle;
	font-family:Verdana;
	font-size:22px;
	line-height:120%;
	padding:0 25px;
}
.details .blockTitArticle .txtLink{
	display:table-cell;
	width:100px;
	border:1px solid #D7D1CC;
	border-left:none;
	vertical-align:middle;
}
.details .blockTitArticle .lKey:before{
	display:inline-block;
	content:"";
	width:3px;
	height:3px;
	margin:0 8px 0 0;
	border:4px solid #000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

/*--( secSlider )--*/
.secDetails{
	width:920px;
	margin:30px auto;
	font-family:Verdana;
}
.secDetails .blockTabSlide{
	width:320px;
	height:50px;
	background:#37342D;
}
.secDetails .blockTabSlide .btnTab{
	width:160px;
	height:50px;
	box-sizing:border-box;
	padding:14px 0 0;
	float:left;
	text-align:center;
}
.secDetails .bdTab{
	width:920px;
	height:5px;
	margin:0 auto;
}
.secDetails .wrapperSlider{
	display:none;
	width:920px;
}
.secDetails .secSlider{
	width:900px;
	height:480px;
	padding:9px;
	background:#EAE8DF;
	border:1px solid #CAC5AE;
}
.secDetails .wrapperSlider.active{ display:block; }
.secDetails .secSlider li{
	width:900px !important;
	height:480px;
}
.secDetails .secSlider li img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.secDetails .secPager{
	width:920px;
	padding:20px 0 17px;
	overflow:hidden;
}
.secDetails .secPager ul{
	width:933px;
}
.secDetails .secPager li{
	margin:0 13px 13px 0;
	position:relative;
	float:left;
}
.secDetails .secPager li:nth-last-child(10n+7),
.secDetails .secPager li:nth-last-child(10n+8),
.secDetails .secPager li:nth-last-child(10n+9){
	margin:0 14px 13px 0;
}
.secDetails .secPager a{
	display:block;
	width:70px;
	height:70px;
	padding:4px;
	background:#EAE8DF;
	border:1px solid #CAC5AE;
}
.secDetails .secPager a.active{
	background:#CAC5AE;
}
.secDetails .secPager img{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

/*--( tableData )--*/
.secDetails .tableData table{
	width:100%;
	font-size:15px;
	line-height:22px;
}
.secDetails .tableData th{
	box-sizing:border-box;
	width:150px;
	padding:0 0 0 12px;
	background:#F4F4F0;
	border:1px solid #CAC5AE;
	font-weight:normal;
	text-align:left;
}
.secDetails .tableData td{
	width:290px;
	background:#fff;
	padding:9px 10px 7px;
	border:1px solid #CAC5AE;
}

/*--( secBA )--*/
.secDetails .titTag{
	font-size:15px;
	line-height:120%;
	font-weight:normal;
	color:#fff;
	background:#f36;
	padding:20px 17px 22px;
	margin:50px 0 30px;
}
.secDetails .secBA .blockBefore{
	width:410px;
	float:left;
}
.secDetails .secBA .blockAfter{
	width:410px;
	float:right;
}
.secDetails .secBA .icoArrow{
	width:100px;
	height:380px;
	background:url(../img/gallery/icoArrowBA.png) center center no-repeat;
	float:left;
}
.secDetails .secBA .bgFrame{
	width:390px;
	height:360px;
	padding:9px;
	background:#EAE8DF;
	border:1px solid #BEBAA9;
	position:relative;
	z-index:10;
}
.secDetails .secBA .tag{
	width:130px;
	height:40px;
	padding:10px 0 0;
	box-sizing:border-box;
	text-align:center;
	position:absolute;
	left:9px;
	top:9px;
	z-index:100;
}
.secDetails .secBA .tagBefore{ background:#630; }
.secDetails .secBA .imgFrame{
	display:block;
	width:390px;
	height:360px;
}
.secDetails .secBA .bgFrame span{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	background:#fff;
}
.secDetails .secBA .txt{
	font-size:15px;
	line-height:120%;
	text-align:center;
	padding:10px 0 18px;
}

/*--( secVoice )--*/
.titVoice{
	font-size:20px;
	color:#fff;
	background:#f90;
	padding:20px 17px;
	margin:30px 0 0;
}
.secVoice{
	margin:30px 0 0;
}
.secVoice .img{
	width:180px;
	height:220px;
	float:left;
}
.secVoice .wrapperTxt{
	width:720px;
	float:right;
}
.secVoice .titSub{
	width:718px;
	height:38px;
	background:#F2F1EC;
	border:1px solid #CAC5AE;
	position:relative;
}
.secVoice .titSub img{
	position:absolute;
	left:9px;
	top:-16px;
}
.secVoice .wrapperTxt .txt{
	box-sizing:border-box;
	min-height:179px;
	font-size:15px;
	line-height:23px;
	color:#333;
	padding:15px 10px;
	border:1px solid #CAC5AE;
	border-top:none;
}

.details .btnCommon02{
	margin:50px auto 70px;
}

/* ボタン追加*/
.secDetails .btnContact{
	display: block;
	width: 697px;
	height: 92px;
	background-color: #3399cc;
	box-shadow: 0 -6px 0 #2c82ae inset;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 60px auto 60px auto;
	position: relative;
    transition: opacity 0.2s ease-out;
}
.secDetails .btnContact:hover{
	opacity:0.8; 
}
.secDetails .btnContactTxt{
	font-size: 25px;
	font-weight: bold;
	line-height: 87px;
	padding-left: 50px;
}
.btnContactTxt:before{
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 11%;
    margin: auto;
	width: 34px;
	height: 43px;
	background-image: url(../img/gallery/icoContact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}