@charset "utf-8";

/************************************************************
 *initialize 初期化
 ************************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700,800,900);
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900);
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-collapse:collapse;
	font-family:'Noto Sans JP','Hiragino Kaku Gothic Pro', 'Noto Sans' , 'Noto Sans CJK JP';
	/*font-family: 'Noto Serif JP', serif, 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese','Noto Sans' , 'Noto Sans CJK JP';*/
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-text-size-adjust: 100%;
	/*color:#333333;*/
	color:#B1AA5C;
	
	

}
html{
	/*font-size: 62.5%;*/
}
body{
	font-size:15px;
	line-height:24px;
	background:white;
}
a,a:hover{
	color:#002789;	
}
	


/************************************************************
 * common class 共通クラス
 ************************************************************/
 
.hidden{
	display:none;	
}
 /* font */
.red{
	color:#cc0010;
}
.grey{
	color: #666666;
}
.redB,.boldRed{
	color:#CC1C24;
	font-weight:bold;
}
.blue{
	color:#00326F;
}
.gold{
	color:#95872a;
}

.redB16{
	font-weight:bold;
	color:#cc0010;
	font-size:15px;
}
.B16{
	font-weight:bold;
	font-size:15px;
}
.white{
	color:#FFF;
}
.errMsg{
 color:#dd0000;
 font-weight:bold;
 font-size:16px;
 padding-left:10px;
}
.hissu{
	border:1px solid #ce1946;
	color:#e52828;
	background:#ffe9e9;
	padding:1px;
	font-size:10px;
	font-size:1.0rem;
	font-weight:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
table tr.err_back td,
table tr td.err_back{
	background-color:#FFFF00;
}
.fwB{ font-weight:bold;	}
.fwN{ font-weight:normal;	}
.fw700{ font-weight:700; }

.fs10, .fs10 span, .fs10 strong, .fs10 th, .fs10 td{ font-size:10px;	}
.fs11, .fs11 span, .fs11 strong, .fs11 th, .fs11 td{ font-size:11px;	}
.fs12, .fs12 span, .fs12 strong, .fs12 th, .fs12 td{ font-size:12px;	}
.fs13, .fs13 span, .fs13 strong, .fs13 th, .fs13 td{ font-size:13px;	}
.fs14, .fs14 span, .fs14 strong, .fs14 th, .fs14 td{ font-size:14px;	}
.fs15, .fs15 span, .fs15 strong, .fs15 th, .fs15 td{ font-size:15px;	}
.fs16, .fs16 span, .fs16 strong, .fs16 th, .fs16 td{ font-size:16px;	}
.fs17, .fs17 span, .fs17 strong, .fs17 th, .fs17 td{ font-size:17px;	}
.fs18, .fs18 span, .fs18 strong, .fs18 th, .fs18 td{ font-size:18px;	}
.fs19, .fs19 span, .fs19 strong, .fs19 th, .fs19 td{ font-size:19px;	}
.fs20, .fs20 span, .fs20 strong, .fs20 th, .fs20 td{ font-size:20px;	}
.fs21, .fs21 span, .fs21 strong, .fs21 th, .fs21 td{ font-size:21px;	}
.fs22, .fs22 span, .fs22 strong, .fs22 th, .fs22 td{ font-size:22px;	}
.fs23, .fs23 span, .fs23 strong, .fs23 th, .fs23 td{ font-size:23px;	}
.fs24, .fs24 span, .fs24 strong, .fs24 th, .fs24 td{ font-size:24px;	}
.fs25, .fs25 span, .fs25 strong, .fs25 th, .fs25 td{ font-size:25px;	}
.fs26, .fs26 span, .fs26 strong, .fs26 th, .fs26 td{ font-size:26px;	}
.fs27, .fs27 span, .fs27 strong, .fs27 th, .fs27 td{ font-size:27px;	}
.fs28, .fs28 span, .fs28 strong, .fs28 th, .fs28 td{ font-size:28px;	}
.fs29, .fs29 span, .fs29 strong, .fs29 th, .fs29 td{ font-size:29px;	}
.fs30, .fs30 span, .fs30 strong, .fs30 th, .fs30 td{ font-size:30px;	}


 
.lH22{ line-height:22px;	}
.lH23{ line-height:23px;	}
.lH24{ line-height:24px;	}
.lH25{ line-height:25px;	}
.lH26{ line-height:26px;	}
.lH27{ line-height:27px;	}
.lH28{ line-height:28px;	}
.lH29{ line-height:29px;	}
.lH30{ line-height:30px;	}
.lH33{ line-height:33px;	}
.lH40{ line-height:40px;	}
.lH45{ line-height:45px;	}

/*
.fs10, .fs10 span, .fs10 strong, .fs10 th, .fs10 td{ font-size:10px;font-size:1.0rem;	}
.fs11, .fs11 span, .fs11 strong, .fs11 th, .fs11 td{ font-size:11px;font-size:1.1rem;	}
.fs12, .fs12 span, .fs12 strong, .fs12 th, .fs12 td{ font-size:12px;font-size:1.2rem;	}
.fs13, .fs13 span, .fs13 strong, .fs13 th, .fs13 td{ font-size:13px;font-size:1.3rem;	}
.fs14, .fs14 span, .fs14 strong, .fs14 th, .fs14 td{ font-size:14px;font-size:1.4rem;	}
.fs15, .fs15 span, .fs15 strong, .fs15 th, .fs15 td{ font-size:15px;font-size:1.5rem;	}
.fs16, .fs16 span, .fs16 strong, .fs16 th, .fs16 td{ font-size:16px;font-size:1.6rem;	}
.fs17, .fs17 span, .fs17 strong, .fs17 th, .fs17 td{ font-size:17px;font-size:1.7rem;	}
.fs18, .fs18 span, .fs18 strong, .fs18 th, .fs18 td{ font-size:18px;font-size:1.8rem;	}
.fs19, .fs19 span, .fs19 strong, .fs19 th, .fs19 td{ font-size:19px;font-size:1.9rem;	}
.fs20, .fs20 span, .fs20 strong, .fs20 th, .fs20 td{ font-size:20px;font-size:2.0rem;	}


 
.lH22{ line-height:22px;line-height:2.2rem;	}
.lH23{ line-height:23px;line-height:2.3rem;	}
.lH24{ line-height:24px;line-height:2.4rem;	}
.lH25{ line-height:25px;line-height:2.5rem;	}
.lH26{ line-height:26px;line-height:2.6rem;	}
.lH27{ line-height:27px;line-height:2.7rem;	}
.lH28{ line-height:28px;line-height:2.8rem;	}
.lH29{ line-height:29px;line-height:2.9rem;	}
.lH30{ line-height:30px;line-height:3.0rem;	}
.lH33{ line-height:33px;line-height:3.3rem;	}
.lH40{ line-height:40px;line-height:4.0rem;	}
.lH45{ line-height:45px;line-height:4.5rem;	}


*/


 /* link */
.roll a{
display:block;	
}
.roll a:hover img{
width:0px;
height:0px;
}

a:visited{
	/*color:#90F;*/
}
.tdVisited a{
	color:#ff0000;
	background-color:#e3e3e3;
}
a img{
	border:none;
}
.hoverBtn:hover{
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
}
.noflow .ui-btn-inner,
.noflow .ui-li .ui-btn-text a.ui-link-inherit{
	text-overflow:clip;
	overflow:visible;
	word-break: break-all;
	white-space:normal;
}



/* layout */
.alC{text-align:center;}
.alR{text-align:right;}
.alL{text-align:left;}
.vT{vertical-align:top;}
.vM{vertical-align:middle;}
.mAuto{
	margin-left:auto;
	margin-right:auto;
}
.flL{	float:left;}
.flR{	float:right;}
.clB{	clear:both;}
.dispB{	display:block;}
.dispN,
label.dispN.ui-select{	display:none;}


.mT5{		margin-top:5px;}
.mT7{		margin-top:7px;}
.mT8{		margin-top:8px;}
.mT10{		margin-top:10px;}
.mT15{		margin-top:15px;}
.mT20{		margin-top:20px;}
.mT30{		margin-top:30px;}
.mT40{		margin-top:40px;}
.mT50{		margin-top:50px;}

.mR0{		margin-right:0px;}
.mR10{		margin-right:10px;}
.mR15{		margin-right:15px;}
.mR20{		margin-right:20px;}
.mR50{		margin-right:50px;}

.mB5{		margin-bottom:5px;}
.mB10{		margin-bottom:10px;}
.mB15{		margin-bottom:15px;}
.mB20{		margin-bottom:20px;}
.mB30{		margin-bottom:30px;}
.mB50{		margin-bottom:50px;}

.mL5{		margin-left:5px;}
.mL10{		margin-left:10px;}
.mL15{		margin-left:15px;}
.mL20{		margin-left:20px;}
.mL30{		margin-left:30px;}
.mL40{		margin-left:40px;}
.mL50{		margin-left:50px;}
.mL80{		margin-left:80px;}
.mL100{		margin-left:100px;}
.mL150{		margin-left:150px;}
.mL200{		margin-left:200px;}
.mL250{		margin-left:250px;}

.m5{		margin:5px;	}
.m7{		margin:7px;	}
.m8{		margin:8px;	}
.m10{		margin:10px;	}
.m15{		margin:15px;	}
.m20{		margin:20px;	}

.pT5{		padding-top:5px;}
.pT10{		padding-top:10px;}
.pT15{		padding-top:15px;}
.pT13{		padding-top:13px;}
.pT20{		padding-top:20px;}
.pT30{		padding-top:30px;}

.pB5{		padding-bottom:5px;}
.pB8{		padding-bottom:8px;}
.pB10{		padding-bottom:10px;}
.pB20{		padding-bottom:20px;}
.pB30{		padding-bottom:30px;}

.pL20{		padding-left:20px;}
.pL30{		padding-left:30px;}

.p1{		padding:1px;}
.p2{		padding:2px;}
.p5{		padding:5px;}
.p10{		padding:10px;}
.p15{		padding:15px;}
.p12{		padding:20px;}

.w50{		width:50px;}
.w60{		width:60px;}
.w100{		width:100px;}
.w120{		width:120px;}
.w130{		width:130px;}
.w150{		width:150px;}
.w180{		width:180px;}
.w200{		width:200px;}
.w220{		width:220px;}
.w230{		width:230px;}
.w250{		width:250px;}
.w300{		width:300px;}
.w320{		width:320px;}
.w334{		width:334px;}
.w350{		width:350px;}
.w400{		width:400px;}
.w450{		width:450px;}
.w470{		width:470px;}
.w480{		width:480px;}
.w500{		width:500px;}
.w520{		width:520px;}
.w600{		width:600px;}
.w630{		width:630px;}
.w650{		width:650px;}
.w670{		width:670px;}
.w700{		width:700px;}
.w720{		width:720px;}
.w730{		width:730px;}
.w800{		width:800px;}
.w900{		width:900px;}
.w920{		width:920px;}
.w970{		width:970px;}
.w980{		width:980px;}
.w25p{		width:25%;}
.w50p{		width:50%;}
.w70p{		width:70%;}
.w80p{		width:80%;}
.w90p{		width:90%;}
.w98p{		width:98%;}
.w99p{		width:99%;}
.w100p{		width:100%;}

.h30{		height:30px;}
.h35{		height:35px;}
.h40{		height:40px;}
.h50{		height:50px;}

.maxW90{	max-width:90px;	}
.maxW100{	max-width:100px;	}
.maxW400{	max-width:400px;	}
.maxW600{	max-width:600px;	}
.maxW700{	max-width:700px;	}


/* h */
hr.hr01 {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #cccccc; 
   height: 1px;
   clear:both;
}


/* pager */

/* ページング */
.pagingBox1{
	padding:14px 5px 25px;
	width:100%;
	clear:both;
	position:relative;
	float:left;
	color:white;
	font-size:18px;
}
.paging1{
	float:right;
}
.paging1 a,.paging1 div{
	font-size:13px;
	color:#373635;
	letter-spacing:2px;
	border:2px solid #99999a;
	background:white;
	line-height:25px;
	text-align:center;
	padding:0px 6px;
	text-decoration:none;
	transition:all 0.3s;
	margin:	0px 4px;
	display:inline;
	float:left;
	border-radius:4px;
}
.paging1 a.side{
	margin:0px 10px;
	padding:5px 8px;
}
.paging1 a:hover,.paging1 div.now{
	border:2px solid #989125;
	background:white;
	
}

.paging02{
	float:left;
	width:100%;
	text-align:center;
	padding:0px 0px 30px;
}
.paging02 a,.paging02 div{
	font-size:16px;
	color:#1b1464;
	letter-spacing:2px;
	border:2px solid #1b1464;
	background:white;
	line-height:45px;
	text-align:center;
	padding:10px 15px;
	text-decoration:none;
	transition:all 0.3s;
	margin:	0px 12px;
	display:inline;
}
.paging02 a.side{
	margin:0px 10px;
}


.paging03{
	float:left;
	width:100%;
	text-align:center;
	padding:0px 0px 30px;
}
.paging03 a,.paging03 div{
	font-size:13px;
	color:#1b1464;
	letter-spacing:1px;
	border:2px solid #1b1464;
	background:white;
	line-height:35px;
	text-align:center;
	padding:7px 8px;
	text-decoration:none;
	transition:all 0.3s;
	margin:	0px 6px;
	display:inline;
}
.paging03 a.side{
	margin:0px 6px;
}
.paging03 a:hover,.paging03 div.now{
	color:white;
	border:2px solid white;
	background:#1b1464;
}



.pagingBox01 select{
	border:2px solid #1b1464;
	width:120px;
	height:40px;	
	font-family:'ZCOOL QingKe HuangYou', cursive;
	color:#1b1464;
	font-size:19px;
	text-align:center;
	display:inline;
	margin:	0px 15px;
	background:white;
}
.pagingBox01 select option{
	font-family:'ZCOOL QingKe HuangYou', cursive;
	font-size:19px;	
	color:#1b1464;
	line-height:40px;
	text-align:center;
	padding:0px 55px;
	text-decoration:none;
	transition:all 0.3s;
	padding:12px 35px;
	letter-spacing:1px;
}




/* input */
.input1{
	outline:none;
	padding: 5px 10px;
	border: 1px solid #036eb8;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;
	
} 
.input1:hover,.input1:focus{
	background:#dcf3ff;
}
.input2{
	outline:none;
	padding: 3px;
	border: 1px solid #a7a7a7;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.07) inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;
	
} 
.input2:hover,.input2:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(66, 33, 11, 1);
	border: 1px solid #42210b;
}


label:hover, input[type=submit], input[type="button"]{
	cursor:pointer;
}
label.label01{
	display:block;
	padding:10px;
}
label.label02, label.label02w{
	display:block;
	padding:7px;
}
label.label03, label.label03w{
	padding:3px;
}
label.label04{
	padding:8px 15px;
}
label.label05{
	display:block;
}
label.label06{
	padding:0px 1px;
}

label.label01:hover,label.label02:hover,label.label03:hover,label.label04:hover,label.label05:hover,label.label06:hover{
	 background:#f4f3e3;
	 border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label02w:hover, label.label03w:hover{
	background:#FFFFFF;
}





/* button */
.btnGold1{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 30px 12px 43px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#a2923b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_right.png');
	background-repeat:no-repeat;
	background-size: 12px;
	background-position: 18px 13px;
}
.btnGold2,.btnGold3{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 30px 12px 43px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#a2923b;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_right.png');
	background-repeat:no-repeat;
	background-size: 12px;
	background-position: 18px 13px;
}
.btnGold1:hover,.btnGold2:hover,.btnGold3:hover{
	background-color:#b8a852;
	color:white;
	text-decoration:none;
}
.btnGold1:visited,.btnGold2:visited,.btnGold3:visited{
	color:white;	
}
.btnGold3{
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 25px 8px 25px;
	line-height:30px;
	color: #FFFFFF;
	background-color:#a7984f;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:none;
	text-decoration:none;
	background-repeat:no-repeat;
	background-size: 22px;
	background-position: 16px 8px;
}
.btnGold3:hover{
	background-color:#c9b977;
	color:white;
}
.btnGold4{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	padding:15px 55px 15px 45px;
	line-height:65px;
	color: #FFFFFF;
	background-color:#a7984f;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:none;
	text-decoration:none;
	background-repeat:no-repeat;
	background-size: 22px;
	background-position: 25px 12px;
}
.btnGold4:hover{
	background-color:#c9b977;
	color:white;
}
.btnBlue1{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 20px;
	color: #FFFFFF;
	background:#00a0e2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	border:none;
	text-decoration:none;
}
.btnBlue2{
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	padding:7px 15px;
	color: #FFFFFF;
	background:#00a0e2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	box-shadow:
		inset 0px 0px 5px rgba(0,104,148,0.8);
	border:none;
	text-decoration:none;
}
.btnBlue1:hover,.btnBlue2:hover{
	background:#008ac4;
}
.btnSearch,.btnSearch:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.btnEdit,.btnEdit:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px -92px;
	text-decoration:none;
}
.btnPrint,.btnPrint:hover{
	background-image:url(../img/btn_icon.png);
	background-repeat:no-repeat;
	background-position:10px -193px;
	text-decoration:none;
}

.btnGrey1{
	font-size:15px;
	font-size:1.5rem;
	padding:5px 12px;
	text-decoration:none;
	color: #000000;
	background:#e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:
		inset 0px 0px 5px rgba(0,0,0,0.3);
	border:none;
	text-shadow:
			0px 1px 0px rgba(255,255,255,1);

}
.btnGrey1:hover,.btnGrey1:hover{
	background:#ededed;
}
.btnGrey2{
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:12px 21px 12px 21px;
	line-height:30px;
	color: #212121;
	background-color:#dddddd;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:none;
	text-decoration:none;
}
.btnGrey2:hover{
	background-color:#d8d8d8;
}

.btnRed1{
	font-size:15px;
	font-size:1.5rem;
	padding:19px 12px 2px;
	margin:15px;
	color: #ffffff;
	background-color:#cc1c24;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:2px solid #fff;
	text-decoration:none;
	text-align:center;

}
.btnRed1:hover,.btnRed1:hover{
	background-color:#d6494f;
}
.pcHidden{
	display:none;
}
.spHidden{
	display:block;	
}








/************************************************************
*	drawer menu ドロワーメニュー
 ***********************************************************/


/* :::::: drawer menu :::::: */

#headerSlideMenu{
	display:none;
	background:rgba(255,255,255,0.80);	
	float:left;
	width:100%;
	z-index: 10001;
	overflow-y: auto;
}
#headerSlideMenu::-webkit-scrollbar{
	display:none;
}
.menuSlideBox{
	width:1000px;
	margin:0px auto;

}
.menuTitle{
	line-height:50px;
	border-bottom:1px solid	#171c61;
	padding:3px 0px 0px 15px;
	letter-spacing:1px;
	font-size:17px;	
	font-weight:700;
	color: #666 ;
	background: rgba(0,0,0,0.03);
	width:100%;
	text-align:center;
	clear:both;
	float:left;
}

#headerSlideMenu a:hover {
	background-color:rgba(0,0,0,0.04);
}

.menuH{
	padding-left:30px;	
	font-family: 'Noto Serif JP', serif;
	line-height:50px;
	font-size:16px;	
	font-weight:700;
	letter-spacing:1px;
	position:relative;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #30913b;
}

#headerSlideMenu ul li a{
	padding:8px 0px 8px 30px;
   background:url('../img/btn_icon_right_g.png')  7px 19px no-repeat;
   background-size:7px auto;	
	line-height:35px;
	font-size:15px;	
	font-weight:700;
	letter-spacing:1px;
	position:relative;
	display:block;
	text-decoration:none;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuList1 li{
	width:100%;
	float:left;
}
.slideMenuList2 li{
	width:50%;
	float:left;
}
#menuClose{
	position:fixed;
	right:0px;
	bottom:0px;
	width:60px;
	height:60px;
	background:#171c61;
	z-index:20000;
	display:none;
}
#menuClose img, #menuClose a{
	width:60px;
	height:60px;	
}
#menuClose2{
	position:fixed;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	background:#a2923b;
	z-index:20000;
}
#menuClose2 img, #menuClose2 a{
	width:60px;
	height:60px;
}

/************************************************************
*	common parts 共通パーツ
 ************************************************************/

#container{
	width:100%;	
}
body .container{
	width:auto;	
	padding:0px;
}
#headerPC{
	/*width:100%;*/
	height:70px;
	/*background:rgba(240,240,240,0.95);*/
	float:left;
	position: fixed;
	left:0px;
	right:0px;
	top:0px;
	z-index:5000;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;	
	background:rgba(255,255,255,0.0);
}
#headerPCWrapperTop{
	width:100%;
	height:70px;
	float:left;
}
#headerPCTop{
	width:100%;
	/*width:1000px;*/
	height:100px;
	margin:0px auto;	
}

#headerPC a:hover{
	background-color:rgba(0,0,0,0.05);	
	text-decoration:none;
}
#headerMenu{
	float:left;
	left:0px;
	top:5px;
	width:60px;
	height:60px;
	position:absolute;
	z-index:200000;
	/*overflow:hidden;*/	
}
#headerMenu a{
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	padding:15px 0px 0px;
}
#headerMenu img{
	width:30px;
}
#headerLogo{
	float:left;
	left:80px;
	/*transform: translate(-50%, 0%);*/
	top:15px;
	position:relative;
	/*overflow:hidden;*/	
}
#headerPC #headerLogo a:hover{
	background:none;	
}
#headerLogo img{
	width:200px;
}
#headerLogo h1{
  margin:0px 0px;
  line-height:0px;
}

.headerLink{
	line-height:70px;	
	float:right;
}
.headerLink img{
	width:100px;
	padding-top:17px;	
	transition:0.3s;
}
.headerLink a{
	display:block;
	width:140px;
	height:70px;
	text-align:center;
	transition:0.1s ease-out;
}
.headerLink a:hover img{
	padding-top:14px;	
}


#headerPCMenu{
	float:left;
	position:relative;
	height:65px;	
}
#headerPCMenu li {
	width:230px;
	height:55px;
	float:left;	
	margin-left:5px;
	
}
#headerPCMenu li a{
	width:230px;
	height:55px;
	float:left;	
	padding-top:12px;
	text-align:center;
	display:block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color:#42210b;
	text-decoration:none;
	letter-spacing:2px;
	font-size:13px;
	
}
#headerPCMenu li a img{
	margin:auto;	
}
#headerPC #headerPCMenu li a:hover{
	/*background:#c1b35c;*/	
	background-position:bottom;
}
#headerPCMenu li a#assortList{
	background:#eee7d0;
}
#headerPCMenu li a#assortList:hover{
	background:#e4daba;
}
#headerPCMenu li a#itemList{
	background:#e0d4cb;
}
#headerPCMenu li a#itemList:hover{
	background:#d6c7bc;
}
#headerSP{
	display:none;
	position: fixed;
	-webkit-transition: all 0.20s ease-in-out;
 	-moz-transition: all 0.20s ease-in-out;	
}



.h01{ 
	text-align:center;
	padding:50px 0px 10px;
}
.h01 h2{
	padding:20px 11px 15px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:4px;
	font-size:17px;	
	font-weight:700;
	text-align:center;
	display:inline;
}

.h01 img{
	width:500px;
}

#main{
	float:left;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
}


#footerExpWrapper{
	width:100%;
	float:left;
	background:#f9f9f9;	
	clear:both;
}
#footerExp{
	width:1000px;
	padding:30px 0px;
	margin:0px auto;	
}
.footerExpBox{
	width:300px;
	margin:0px 15px; 
	float:left;	line-height:28px;
	padding-bottom:20px;
}
.footerExpBox h2{
	border-bottom:2px solid	#a39b23;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:2px;
	font-size:14px;	
	font-weight:700;
	text-align:left;
	line-height:40px;
	margin-bottom:14px;
	padding-left:15px;
	padding-bottom:8px;

}
.footerExpBox .big{
	font-size:18px;	
}
.footerExpBox .small{
	font-size:12px;	
}
.footerExpBox .tbl_calendar{
	margin-bottom:18px;	
}
.footerExpBox .guide__h3{
	font-weight:700;	
}

.tbl_calendar{
	width:100%;	
}
.tbl_calendar td{
	text-align:center;
	line-height:40px;
}
#footerWrapper{
	float:left;
	width:100%;	
	background-color:#4d4d4d;
	min-height:100px;
	border-top:2px solid #036eb8;
}
#footer{
	margin:0px auto;
	width:850px;
	clear:both;	
	position:relative;
}
#footerLogo{
	float:left;
	left:5px;
	top:50px;
	position:absolute;	
}
#footerLogo img{
	width:160px;
}
#footerSns{
	float:right;
	right:20px;
	top:55px;
	position:absolute;
}
#footerSns a{
	float:left;
	width:50px;
	height:50px;
	transition:all 0.2s;
}
#footerSns a:hover{
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	transition:all 0.2s;
}
#footerMenu{
	float:left;	
	margin:160px 0px 40px 0px;
}
#footerMenu .sub{
	float:left;	
	margin:0px 30px 0px 0px;
	color:#666666;
	line-height:25px;
	min-height:200px;
	font-size:13px;
}
#footerMenu .sub .h1{
	width:250px;
	border-bottom:1px solid white;
	letter-spacing:2px;
	color:#999;
	font-size:13px;
	padding-left:15px;
	margin-bottom:6px;
	line-height:40px;
}
	
#footerMenu a{
	padding-left:25px;
	font-size:13px;
	text-decoration:none;
	line-height:40px;
	color:white;
	background:url('../img/footer_menu_arrow.png') 10px 16px no-repeat;
	background-size:7px auto;
	letter-spacing: 1px;	
	display:block;
}
#footerMenu a:hover{
	color:#cccccc;
	text-decoration:underline;
}
#footerSns a img{
	width:25px;	
}
#footerCopy{
	width:100%;
	text-align:center;
	padding:10px 0px 20px;
	font-family: 'Noto Serif JP', serif;	
	font-weight:500;
	letter-spacing:3px;
	font-size:12px;	
	color:white;
	clear:both;
}

#page-top {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -80px;
    right: 100px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    background:#30913b;
    color:white;
    text-align:center;
    text-decoration: none;
    transition: .5s;
}
#page-top i{
color:white;
font-size:25px;
margin-top:16px;
}







/************************************************************
*	top
 ************************************************************/

#topic{
	float:left;
	position:absolute;
	bottom:50px;
	left:0px;
	color:white;	
}
#topic dt,#topic dd{
	color:white;
	float:left;	
}
#topic dt{
	letter-spacing:2px;	
	clear:both;
	padding:10px 20px 10px 20px;
	width:100px;
}
#topic dd{
	padding:10px 20px 10px 20px;
	width:350px;
}

.headerCopy{
	position:absolute;
	float:right;
	bottom:70px;
	right:0px;
}
#topSlideWrapper{
	width:100vw;
	height:100vh;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	background:url("../img/top_slide_bg2.jpg") no-repeat;
	background-position:center;
	background-size:cover;
	
}

#topSlideWrapper img {
    max-width:2100px;
}
#topSlideSP{
	display:none;
}
#topSlideBox{
	width:1000px;
	height:100vh;
	margin:auto;	
	position:relative;
}

#topSlideWrapper #topSlide{
	width:100%;	
	height:600px;
	position:absolute;
	float:right;
}
#topSlide .slideImg{
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;
}
#topSlide .slideImg img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%, 0);
  height: auto;
}
#topSlide .slidePrev{
	position:absolute;
	float:left;
	left:15px;
	top:270px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#topSlide .slidePrev img{
	width:25px;
	transform:rotate(180deg);
}
#topSlide .slideNext{
	position:absolute;
	float:left;
	right:15px;
	top:270px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#topSlide .slideNext img{
	width:25px;
}
#topSlide .slideNext a,#topSlide .slidePrev a{
	cursor:pointer;	
}
#topSlide .slick-dots{
	float:left;
	position:absolute;
	left:22px;
	bottom:22px;	
	text-align:left;
}
#topSlide .slick-dots li button::before{
	color:white;
	opacity:0.35;
	font-size:10px;
}
#topSlide .slick-dots li.slick-active button::before{
	opacity:1;
}
.visionWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:#e8f5fd;
	background-position:center;
	background-size:cover;
}
.visionBox{
	width:1000px;
	margin:0px auto;	
}

.visionTxt{
	text-align:center;
	padding:30px 10px 50px;
	line-height:30px;
	letter-spacing:1px;
}


.serviceWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:url("../img/service_bg.jpg") no-repeat;
	background-position:center;
	/*background-size:cover;*/
}
.serviceBox{
	width:1000px;
	margin:0px auto;
	padding-bottom:30px;	
}
.serviceBtn{
	border:2px solid #036eb8;
	border-radius:7px;
	background:rgb(255, 255, 255, 0.5);
	width:380px;
	height:380px;
	float:left;
	margin:40px 0px 30px 80px;
	transition:0.4s;
}
a:hover .serviceBtn{
	background:rgb(223, 242, 252, 0.9);
}
.serviceImg{
	text-align:center;
	padding:30px 0px 0px;	
}
.serviceImg img{
	width:250px;	
}
.serviceTxt{
	text-align:center;
	padding:25px 10px 10px;
	line-height:28px;
	letter-spacing:1px;
}


.messageWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:url("../img/message_bg.jpg") no-repeat;
	background-position:center;

}
.messageBox{
	width:1000px;
	margin:0px auto;	
}

.messageTxt{
	text-align:left;
	padding:30px 10px 50px;
	line-height:30px;
	letter-spacing:1px;
	width:650px;
	margin:auto;
}


.companyWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
}
.companyBox{
	width:1000px;
	margin:0px auto;	
}
.companyList{
	margin:20px 150px;		
}
.companyList dt,.companyList dd{
	float:left;	
}
.companyList dt{
	letter-spacing:2px;	
	clear:both;
	padding:20px 20px 20px 20px;
	width:120px;
}
.companyList dd{
	padding:20px 20px 20px 20px;
	width:550px;
}



.accessWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:#f9f9f9;
}
.accessTxt{
	width:800px;
	margin:10px auto 40px;
	line-height:28px;	
}



.contactWrapper{
	float:left;
	width:100%;	
	padding:0px 0px;
	position:relative;
	background:#fffef5;
	background-position:center;
	background-size:cover;
}
.contactBox{
	width:1000px;
	margin:0px auto;	
}
.contactList{
	margin:20px 100px;		
}
.contactList dt,.contactList dd{
	float:left;	
}
.contactList dt{
	letter-spacing:2px;	
	clear:both;
	padding:20px 20px 20px 20px;
	width:200px;
}
.contactList dd{
	padding:20px 20px 20px 20px;
	width:550px;
}
.contactList dd .input1{
	width:500px	
}
.submitBtn{
	background:#036eb8;
	color:white;	
	transition:0.3s;
	width:250px;
	border:none;
	line-height:50px;
	margin-botton:50px;
}
.submitBtn:hover{
	background:#00507c;
}


.btnBox1{
	float:left;
	clear:both;
	width:100%;
	padding:20px 0px 20px;
	text-align:center;	
}

.sellBox a:hover, .recomendBox a:hover, .assortBox a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: #fff;
    transition: all 0.3s;
}

.normalWrapper{
	width:100%;
	float:left;
	clear:both;
}
.normalBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}


.tag1 {
	list-style: none;
	margin: 0;
	padding: 0;

}
.tag1 li {
	display: inline-block;
}
.tag1 a,.tag1 label {
	line-height: 20px;
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 0px 10px 10px;
	padding: 0 6px 0 13px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0 3px 3px 0;
	background: #a7984f;
	font-size:11px;
}
.tag1 a::before, .tag1 a::after,.tag1 label::before, .tag1 label::after {
	background: #fafcfc;/*背景色*/
}
.tag1 a::before,.tag1 label::before {
	position: absolute;
	top: 8px;
	left: 3px;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 10px;
}
.tag1 a::after,.tag1 label::after {
	position: absolute;
	top: -1px;
	left: -6px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 11px 8px 11px 0;
	border-color: transparent #a7984f transparent transparent;
	border-radius: 5px;
}
.tag1 a:hover,.tag1 label:hover {
	background: #555555;
}
.tag1 a:hover:after,.tag1 label:hover:after,
#sideLeft .tag1 a:hover:after,#sideLeft .tag1 label:hover:after {
	border-color: transparent #555555 transparent transparent;
}

#sideLeft .tag1 label::before,#sideLeft .tag1 label::after{
	border-color: transparent #a7984f transparent transparent ;/*背景色*/
}



.materialWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url('../img/breen_bg1.jpg') repeat ;
}
.materialBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}


.hMaterial{ 
	text-align:center;
	padding:30px 0px 0px;
}
.hMaterial img{
	/*border-bottom:2px solid	#a39b23;*/
	width:450px;
	
}
.materialExp{
	width:100%;
	position:relative;	
	clear:both;
	padding:40px 0px 0px;
}
.materialExp .left{
	float:left;
	width:500px;	
}
.materialExp .right{
	float:right;
	width:500px;	
}
.materialExp img{
	width:	490px;
}
.materialH{
	width:100%;
	text-align:center;	
	padding:0px 0px 10px;
}
.materialH img{
 width:	470px;
}
.materialTxt{
	padding:5px 25px 15px;
	line-height:24px;
	width:100%;
}
.firstBanner1{
	clear:both;
	padding:40px 0px 40px;
}
.firstBanner1 img{
	width:100%;
}







.checkListWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url('../img/check_list_bg.jpg') repeat ;
}
.checkListBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}



.wakiWrapper{
	width:100%;
	float:left;
	clear:both;
	background:url('../img/waki_bg.jpg') repeat ;
	padding:0px 0px 50px;
}
.wakiBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}
.hWaki{ 
	text-align:center;
	padding:30px 0px 0px;
}
.hWaki img{
	/*border-bottom:2px solid	#a39b23;*/
	width:450px;	
}
.wakiExp{
	width:100%;
	position:relative;	
	clear:both;
	padding:40px 0px 0px;
}
.wakiExp .left{
	float:left;
	width:500px;	
}
.wakiExp .right{
	float:right;
	width:500px;	
}
.wakiExp img{
	width:	490px;
}
.wakiTxt{
	padding:5px 25px 15px;
	line-height:30px;
	width:100%;
	color:#736357;
}
.wakiTxt span{
	color:#736357;
}



.hDrink{ 
	text-align:center;
	padding:30px 0px 0px;
}
.hDrink img{
	/*border-bottom:2px solid	#a39b23;*/
	width:550px;	
}
.drinkExp{
	width:100%;
	position:relative;	
	clear:both;
	padding:5px 0px 0px;
}
.drinkExp .left{
	float:left;
	width:500px;	
}
.drinkExp .right{
	float:right;
	width:500px;	
}
.drinkExp .img1{
	width:	290px;
}
.drinkExp .img2{
	width:	450px;
}
.drinkTxt{
	padding:5px 25px 15px;
	line-height:30px;
	width:100%;
}





.inquiryWrapper{
	width:100%;
	float:left;
	clear:both;
	background:#fffcf2 repeat ;
}
.inquiryBox{
	width:1000px;
	padding:10px 0px;
	margin:0px auto;	
	position:relative;
}
.hInquiry{ 
	text-align:center;
	padding:30px 0px 0px;
}
.hInquiry img{
	/*border-bottom:2px solid	#a39b23;*/
	width:450px;
}
#inquiryLogo{
	padding:20px 0px 20px 20px;	
}
#inquiryLogo img{
	width:400px;	
}

.inquiryExp{
	width:100%;
	position:relative;	
	clear:both;
	padding:40px 0px50px;
}
.inquiryExp .left{
	float:left;
	width:500px;	
}
.inquiryExp .right{
	float:right;
	width:500px;	
}
.inquiryExp a{
	border:2px solid #378032;
	border-radius:5px;
	float:left;
	
}
.inquiryExp a img{
	width:440px;
	
}
.inquiryExp a:hover{
	background:white;	
}






.btnTopCartIn{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 30px 12px 47px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#c30d22;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_cart.png');
	background-repeat:no-repeat;
	background-size: 28px;
	background-position: 12px 12px;
}
.btnTopCartIn:hover{
	background-color:#ce3046;
	color:white;
}

















.sellWrapper{
	float:left;
	width:100%;	
	padding:20px 20px;
	position:relative;
	background:#fffbee;
}
.sell{
	width:1000px;
	margin:0px auto;	
}
.sellFl{
	float:left;	
	width:320px;
	height:470px;
	margin:0px 4px;

}
.sellBox{
	margin:10px 8px;
	width:100%;
	height:470px;
	float:left;
	position:relative;
	color: #070c46;
}
.sellBox .img{
	width:100%;	
	vertical-align: middle;	
}
.sellBox .img img{
	width:317px;
	
}
.sellBox .title{
	font-size:15px;
	line-height:26px;
	font-weight:700;
	padding:7px 10px 0px;	
}
.sellBox .detail{
	font-size:12px;
	line-height:20px;	
	padding:3px 10px 3px;
}
.sellBox .price{
	font-size:13px;
	line-height:20px;	
	padding:3px 10px 0px;
	font-weight:700;
	color:#c30d22;
}
.btnCartIn{
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	padding:12px 60px 12px 67px;
	line-height:35px;
	color: #FFFFFF;
	background-color:#c30d22;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_cart.png');
	background-repeat:no-repeat;
	background-size: 28px;
	background-position: 12px 12px;
}
.btnCartIn:hover{
	background-color:#ce3046;
	color:white;
}


.commentImg{
	text-align:center;
	padding:15px 0px;
	width:100%;
	clear:both;	
}
.commentImg img{
	max-width:900px;	
}

.qaH{
	width:100%;
	padding:14px 15px;
	background:#fff9e9;	
	border-bottom:1px solid #898129;
	margin-top:25px;
}
.qaQ{
	width:100%;
	padding:18px 10px 18px 55px;
	background:url('../img/qa_q.png') no-repeat 5px 8px;	
	background-size:40px;
	border-top:1px solid #cccccc;
}
.qaQ:hover{
	background-color:#fff9e9;
	cursor:pointer;	
}
.qaA{
	width:100%;
	padding:18px 10px 20px 55px;
	background:url('../img/qa_a.png') no-repeat 5px 8px;	
	background-size:40px;
	
}


#topNewsWrapper{
	float:left;
	width:100%;	
	background:white;
	padding:0px 0px 40px;
}
#topNews{
	margin:0px auto;
	width:950px;
	clear:both;	
	position:relative;
}
#topNews dl{
	position:relative;
	padding:20px 0px;	
}
#topNews dl dt{
	float:left;
	padding:10px 0px 10px 0px;
	line-height:23px;
	font-size:14px;		
	clear:both;
	width:200px;
	text-align:center;
	letter-spacing:2px;
}
#topNews dl dd{
	float:left;
	padding:10px 0px 10px 30px;
	width:720px;
	line-height:23px;
	font-size:14px;		
}
#checkWrapper{
	background:#faf9f0;
	padding-bottom:20px;
	float:left;
	width:100%;	
	padding:0px 60px;
	position:relative;
}
/*#checkWrapper .slidePrev{
	position:absolute;
	float:left;
	left:13px;
	top:117px;
	width:35px;
	height:120px;
	z-index:9998;	
}
#checkWrapper .slidePrev img{
	width:35px;
	transform:rotate(180deg);
	
}
#checkWrapper .slideNext{
	position:absolute;
	float:left;
	right:13px;
	top:117px;
	width:35px;
	z-index:9998;	
}
#checkWrapper .slideNext img{
	width:35px;
}*/
.topRecomendWrapper .slidePrev{
	position:absolute;
	float:left;
	left:13px;
	top:235px;
	width:35px;
	height:120px;
	z-index:9998;	
}
.topRecomendWrapper .slidePrev img{
	width:35px;
	transform:rotate(180deg);
	
}
.topRecomendWrapper .slideNext{
	position:absolute;
	float:left;
	right:13px;
	top:235px;
	width:35px;
	z-index:9998;	
}
.topRecomendWrapper .slideNext img{
	width:35px;
}

.topRecomendWrapper .slideNext a,#topSlide .slidePrev a{
	cursor:pointer;	
}
#check{
	width:100%;
	height:330px;
	overflow:hidden;	
}


/************************************************************
*	assort form
 ************************************************************/
#fixFooter{
	display:none;	
}
.detailLeft{
	float:left;
	width:50%;
	position:relative;
	clear:both;	
}
.detailLeft .mainImg img{
	width:480px;	
}
.detailRight{
	float:right;
	width:50%;
	position:relative;
	padding:10px;
}
.detailRight .title{
	font-size:18px;	
}
.detailRight .code{
	font-size:12px;
	padding:15px 0px;	
}
.detailRight .exp{
	font-size:14px;
}
.detailRight .price{
	font-size:12px;
	padding:20px 0px;
}
.detailRight .hot{
	float:right;
}
.detailRight .hot img{
	width:	90px;
}

.numChangeBtn{
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 25px 8px 47px;
	line-height:30px;
	color: #FFFFFF;
	background-color:#a7984f;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border:none;
	text-decoration:none;
	background-image:url('../img/btn_icon_cart.png');
	background-repeat:no-repeat;
	background-size: 22px;
	background-position: 16px 8px;
}
.numChangeBtn:hover{
	background-color:#c9b977;
	color:white;
}

/********チェックボックスアレンジ*******/
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/*ここで色指定*/
input[type=checkbox],input[type=radio] {
    border: 2px solid #cccccc;
}
input[type=checkbox]:checked,input[type=checkbox]:indeterminate,input[type=radio]:checked:before {
    background: #bba85f;
	 border: 2px solid #bba85f;
}






/*** link ***/
.linkMenu{
	margin:5px auto 5px;
	max-width:500px;
	padding:15px;
	color: #999;
	line-height:30px;
}	
.linkMenu a{
	padding-left:8px;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	letter-spacing:1px;
	color:white;	
}
.aboutMenu a:hover{
	color:#cccccc;
	text-decoration:underline;
}

/************* Group List Page **************/
.groupTitle{
	text-align:center;
	font-size:20px;
	letter-spacing:5px;
	line-height:100px;
	font-weight:700;
}
.groupSort{
	text-align:center;
	letter-spacing:2px;
	line-height:45px;	
}
.groupWrapper{
	float:left;
	width:100%;
}
.groupWrapper .group{
	max-width:1250px;
	margin:auto;	
}
.pager01{
	clear:both;
	position: relative; 
 	overflow: hidden;
	padding:20px 0px 10px;
		
}
.pager01 ul{
	position: relative;
 	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
 	float: left;
	margin:0px;
	padding:0px;
}
.pager01 li{
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
	float: left;
	list-style: none; /* 項目にぼっちを出したくない場合はこれを設定（今回はあんまり関係ないですが） */
}
.pager01 li a, .pager01 li span{
	display:block;
	padding:15px 20px;	
}
.pager01 li a:hover{
	background:rgba(0,0,0,0.05);	
}
.pagerCount{
	clear:both;
	float:left;
	padding:0px 0px 25px 15px;
	text-align:center;
	width:100%;	
	letter-spacing:3px;
}

/************* Detail List Page **************/

.detailWrapper{
	float:left;
	width:100%;
	padding-top:30px;
}
.detailWrapper .detail{
	max-width:1000px;
	margin:auto;
	position:relative;	
}
.detailWrapper .subR{
	float:right;
	width:40%;
}
.detailWrapper .subL{
	float:left;
	width:60%;
	padding:0px 0px 0px 10px;
}
.detailWrapper ul{
	margin:0px;
	padding:0px;	
}
.productName{
	font-size:18px;
	font-weight:700;
	padding:0px 0px 10px;	
}
input[type="text"].detailBuyNum{
	border:1px solid #9a9cad;
	padding:0px 15px;	
	font-size:20px;
	width:100px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	line-height:40px;
	display:inline;
	height:35px;
	text-align:center;
}
button.btnCart{
	background:#fffde5;
	border:1px solid #070c46;	
	font-size:19px;
	font-weight:700;
	width:250px;
	line-height:45px;
	margin-top:20px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:2px; 
}
button.btnCart:hover{
	background:#fffaca;
}
.detailSelectDl {
	width:100%;
	clear:both;
}
.detailSelectDl dt{
	float:left;
	clear:both;
	line-height:35px;
	font-weight:700;
		
}
.detailSelectDl dd{
	float:left;	
	line-height:35px;
}
.detailSelectDl select{
	height:35px;
	border:1px solid #9a9cad;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-size:18px;
	
}


#detailSlideWrapper{
	width:100%;
	float:left;	
}
#detailSlideWrapper img {
    height:410px;
}

#detailSlideWrapper #detailSlide{
	width:100%;	
	height:410px;
	background:rgba(0,0,0,0.03);
}
#detailSlide{
	margin-bottom:5px;	
}
#detailSlide .slideImg{
	height:410px;
	position:relative;
	float:left;
}
#detailSlide .slideImg img {
  height:410px;
}
#detailSlide .slidePrev{
	position:absolute;
	float:left;
	left:20px;
	top:150px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#detailSlide .slidePrev img{
	width:24px;
	height:84px;
}
#detailSlide .slideNext{
	position:absolute;
	float:left;
	right:20px;
	top:150px;
	width:25px;
	height:50px;
	z-index:9998;	
}
#detailSlide .slideNext img{
	width:24px;
	height:84px;
	transform:rotate(180deg);
}
#detailSlide .slideNext a,#detailSlide .slidePrev a{
	cursor:pointer;	
}
#detailSlide .slick-dots{
	float:left;
	position:absolute;
	left:22px;
	bottom:22px;	
	text-align:left;
}
#detailSlide .slick-dots li button::before{
	color:white;
	opacity:0.35;
	font-size:10px;
}
#detailSlide .slick-dots li.slick-active button::before{
	opacity:1;
}

#detailSlideNav{
	max-width:470px;
	margin:auto;
	over-flow:hidden;	
}
#detailSlideNav .slideImg{
	height:80px;
	position:relative;
	float:left;
}
#detailSlideNav .slideImg img {
  float:left;
  height:80px;
  max-width:100%/4;
  margin:0px 0px;
}




/*************************************
	共通構造
*************************************/
html{
	background: url(../img/bg1.png);	
}

#logo{
	margin:150px auto 0px;
	width:560px;
}

#exp{
	margin:100px auto 0px;
	color:#B1AA5C;
	width:560px;
	letter-spacing:1px;
	text-align:center;
}

#contact{
	margin:100px auto 0px;
	width:560px;
}

