@charset "UTF-8";


.headTitle {
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}

.headTitle:before,
.headTitle:after {
    border-top: 5px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.headTitle:before {
    margin-right: 0.5em;
}

.headTitle:after {
    margin-left: 0.5em;
}


@media(max-width: 640px){
	.brsm{ display: block;}
}
/* ページトップへ　画像サイズ------------------------------------------------------*/

#pageTop {
    position: fixed;
    bottom: 55px;
    right: 20px;
	width:50px;
	z-index:100;
}
#pageTop img{
    width: 100%;
	height: auto;
}

@media(max-width: 640px){
	#pageTop {
    position: fixed;
    bottom: 50px;
    right: 5px;
	width:30px;
	z-index:100;
}
}


/* フットバナー------------------------------------------------------*/

.footbana{
	line-height:50px;
	z-index:50;
	bottom:0;
	 position: fixed;
	width:100%;
	height:40px;
}
	

.footbana .bana01{
	padding-top:10px;
	width:50%;
	height:100%;
	float:left;
	color:#fff;
	background: rgba(0,0,0,0.6);
}

.footbana .bana01 img{
	width:30px;
	height:auto;
	padding-right:10px;
	
}

.footbana .bana02{
	padding-top:10px;
	width:50%;
	height:100%;
	float:left;
	color:#fff;
	background: rgba(0,0,0,0.6);
	border-left:#FFFFFF 1px solid;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	
}

.footbana .bana02 img{
	width:15px;
	height:auto;
	padding-right:10px;
	
}



/*ボタン１------------------------------------------*/	
.a_link,
.a_link::before,
.a_link::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.a_link{
	position: relative;
	z-index: 2;
	color: #333;
	border-bottom:#f8f3f1 0px solid;
}
.a_link:hover {
	color: #847a46;
	margin-left:5px;
	border-bottom:#847a46 1px solid;
	
}

.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}











.button {
	display: inline-block;
	max-width: 600px;
	width: 90%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	border-radius: 2px;  
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;
	font-size:22px;
	background-color:#FFFFFF;
	
}


.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover span {
transition: 0.3s ease-in-out;
opacity: 0 ;
}

.button {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border:#ccc 1px solid;
}
.button:hover {
	color: #847a46;
	padding-left:20px;
	border:#f8f3f1 1px solid;
	
}
.button:hover span{
	display:block;
	width:8px;
	height:14px;
	background-image: url(../../images/yaji.jpg);
	background-repeat:no-repeat;
	top:23px;
	left:1%;
	margin-left:4%;
	position:absolute;
	opacity:1;
	transition: 0.3s ease-in-out;
	
}
.button span{
	display:block;
	width:8px;
	height:14px;
	background-image: url(../../images/yaji.jpg);
	background-repeat:no-repeat;
	top:23px;
	left:1%;
	margin-left:0%;
	position:absolute;
	opacity:0;
	transition: 0.3s ease-in-out;
	
}

.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	background: #f8f3f1;
	opacity:0.4;
	
}





.left {
	float: left;
}
.right {
	float: right;
}
.txt_R {
	text-align:right;
}

.txt_L {
	text-align:left;
}

.txt_C {
	text-align:center;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt90{
	margin-top:90px;
}
.mt100{
	margin-top:100px;
}


.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.mr40{
	margin-right:40px;
}
.mr50{
	margin-right:50px;
}
.mr60{
	margin-right:60px;
}
.mr70{
	margin-right:70px;
}
.mr80{
	margin-right:80px;
}
.mr90{
	margin-right:90px;
}
.mr100{
	margin-right:100px;
}


.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.ml60{
	margin-left:60px;
}
.ml70{
	margin-left:70px;
}
.ml80{
	margin-left:80px;
}
.ml90{
	margin-left:90px;
}
.ml100{
	margin-left:100px;
}
.ma10{
	margin:10px;
}
.ma20{
	margin:20px;
}
.ma30{
	margin:30px;
}
.ma40{
	margin:40px;
}

.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}


.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}

@media screen and (max-width: 1024px) {
.pt50{
	padding-top:30px;
}
}

.pt60{
	padding-top:60px;
}
.pt70{
	padding-top:70px;
}
.pt80{
	padding-top:80px;
}
.pt90{
	padding-top:90px;
}
.pt100{
	padding-top:100px;
}


.pr10{
	padding-right:10px;
}
.pr15{
	padding-right:15px;
}
.pr20{
	padding-right:20px;
}
.pr30{
	padding-right:30px;
}
.pr40{
	padding-right:40px;
}
.pr50{
	padding-right:50px;
}
.pr60{
	padding-right:60px;
}
.pr70{
	padding-right:70px;
}
.pr80{
	padding-right:80px;
}
.pr90{
	padding-right:90px;
}
.pr100{
	padding-right:100px;
}


.pl10{
	padding-left:10px;
}
.pl20{
	padding-left:20px;
}
.pl30{
	padding-left:30px;
}
.pl40{
	padding-left:40px;
}
.pl50{
	padding-left:50px;
}
.pl60{
	padding-left:60px;
}
.pl70{
	padding-left:70px;
}
.pl80{
	padding-left:80px;
}
.pl90{
	padding-left:90px;
}
.pl100{
	padding-left:100px;
}

.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.p25 {
	padding: 25px;
}
.p30 {
	padding: 30px;
}
.p35 {
	padding: 35px;
}
.p40 {
	padding: 40px;
}
.p45 {
	padding: 45px;
}
.p50 {
	padding: 50px;
}

.pt-20 {
	padding-top: -20px;
}


@media screen and (max-width: 640px) {
.spt20{
	padding-top:20px;
}

.spt-20{
	margin-top:-30px !important;
}
}



.layer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	-webkit-transition: .3s;
	transition: .3s;
	}

.layer:hover{
	background: rgba(0,0,0,.5);
		}

.layer .linkarea{
	position: absolute;
	top: 30px;
	left: 104px;
	width: 100%;
	height: 100%;
}


.bg-img-box:hover .bg-img-box-bgImg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.bg-img-box:hover{
  background-color: rgba(0, 0, 0, .3);
}
.bg-img-box-bgImg {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94); 
  transition-duration: 20s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.bg-img-box-header {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 650px; 
  width: 80%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  /* background-image: url(../../images/repeat0.jpg);
	background-repeat:repeat;*/
  padding:5% 0 5% 0;
  color:#fff;
  transition-duration: 20s;
}

.bg-img-box-header  a {
display:block;
width: 100%;
}

.bg-img-box-header {
	transition: 0.4s ease-in-out;
  opacity: 0.9 ;
}
.bg-img-box-header:hover{
  /*background-image: url(../../images/repeat0.jpg);
	background-repeat:repeat;*/
  transition: 0.4s ease-in-out;
  opacity: 0.7 ;
}



/*
.bg-img-box-header a:link{
	color:#000;}
.bg-img-box-header a:hover{
	color:#000;}


.bg-img-box-header a {
	letter-spacing: .2rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.bg-img-box-header a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.bg-img-box-header a:hover::after {
  transform: scale(1, 1);
}
*/

.bg-img-box{
width:100%;
height:100%;
z-index:1;
position:relative;
overflow:hidden;
}


.bg-img-box-bgImg{
width:100%;
height:100%;
z-index:1;
position:relative;
overflow:hidden;
}





/*背景画像*/

.bk001{
	/*background-image: url(../../images/repeat2.jpg);*/
	background-color: #fff;
	color:#000;
	background: rgba(255,255,255,0.8);
	}

.bk002{
	/*background-image: url(../../images/repeat2.jpg);*/
	background-color: #000;
	color:#fff;
	background-repeat:repeat;
	}

.bk003{
	background-image: url(../../images/repeat3.jpg);
	background-repeat:repeat;
	}
	
.bk004{
	background-image: url(../../images/repeat4.jpg);
	background-repeat:repeat;
	}
	
.bk005{
	background-image: url(../../images/repeat5.jpg);
	background-repeat:repeat;
	}

.bk006{
	background-image: url(../../images/repeat6.jpg);
	background-repeat:repeat;
	}

.bk010{
	background-image: url(../../images/haikei1.jpg);
	background-size:cover;
	}

.bk-flow{
	background-size:cover;
	}


/*リンク画像*/
.link:hover{
  background-color: #fff;
  transition: 0.6s ease-in-out;
  opacity: 0.5 ;
}

.link{
  transition: 0.6s ease-in-out;
  opacity:1;
}


.link-gazo:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.link-gazo :hover{
  	background: rgba(255,255,255,.3);
	-webkit-transition: .3s;
	transition: .3s;
}
.link-gazo {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94); 
  transition-duration: 10s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}


/*共通*********************************/
.img-w100 img{
	width:100%;
	height:auto;
}

@media screen and (min-width: 640px) {
.box-left{ text-align:left;}
}
.bold{ font-weight:bold;}
.txt-read-box{
	margin:auto;
	width:90%;
	text-align:left;
	line-height:2;
	}
	
.txt-read{
	margin:auto;
	text-align:left;
	line-height:2;
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	.txt-box{
	width:90%;
	margin:auto;
	line-height:2;
	}
	.tab-no{
	display:none;
	}
}
@media screen and (max-width: 640px) {	
	.txt-box{
	width:90%;
	margin:auto;
	text-align:left;
	line-height:2;
	}
.sp-br-no{
	display:none;
	}
}

.footpad{
	margin:150px 0 0 0;
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
.footpad{
	margin:100px 0 0 0;
	}
}
@media screen and (max-width: 640px) {	
.footpad{
	margin:70px 0 0 0;
	}
}

.cont1200{
	max-width:1000px;
	width:90%;
	height:90%;
	display:block;
	position:relative;
	clear:both;
	padding: 0 5% 0 5%;
	background-color: #fff;
	}

.cont1000{
	max-width:1000px;
	width:100%;
	height:100%;
	display:block;
	position:relative;
	clear:both;
	}


.title-column .sen{
	margin:auto;
	display:block;
	width:100%;
	border-top:#ccc 1px solid;
	padding-bottom:0px;
	
}

.cont1200 .sen, .cont1200-2 .sen{
	margin:auto;
	display:block;
	width:100%;
	border-top:#ccc 1px solid;
	padding-bottom:0px;
	
}

.ilust-img{
	margin:auto;
	display:block;
	width:75%;
	max-width:500px;	
}

.ilust-img img{
	width:100%;
	height:auto;
}

.qa .sub-h4{
	margin:auto;
	display:block;
	width:100%;
	border-bottom:#ccc 2px solid;
	padding-bottom:0px;
	position: relative;
	
}


.qa .sub-h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 2px #000000;
bottom: -2px;
width: 30%;
}


.hyo dt,
.hyo dd
{
    overflow: hidden;
    white-space: nowrap; 
    float: left;
    
  }



.hyo
{
    width:100%;
	text-align:left;
}


.shohin-list-2 p{
	line-height:2;}




@media screen and (min-width: 640px) {	
.mt100-spno{
	margin-top:100px;
	clear:both;
	}
.pt100-spno{
    margin-top:100px;
	clear:both;
	}
.pt50-spno{
    margin-top:50px;
	clear:both;
	}

.shohin-list-2 img
{width:50%; height:auto;}

}

@media screen and (max-width: 640px) {	
.pt100-spno{
    margin-top:50px;
	clear:both;
	}
.pt50-spno{
    margin-top:0px;
	clear:both;
	}

.shohin-list-2 img
{width:60%; height:auto;}
}

@media screen and (min-width: 640px) {	
.store .sp{ display:none;}
}

/*フォーム******************************************/
.form dt,
.form dd
{
    overflow: hidden;
    white-space: nowrap; 
    float: left;
	font-size:16px;
    
  }



.form
{
    width:100%;
	text-align:left;
}


.form input[type="text"]{
	border:0;
	padding:15px 20px;
	width:300px; 
	height:40px;
	background-color:#f6f6f6;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:16px;
	}


.form dt span{
	border:1px #6A0305 solid;
	padding:5px;
	color:#6A0305;
	position:absolute;
	right:10%;
	top:45px;
	font-size:12px;
	}

.form select{
	border:0;
	padding:15px 20px;
	width:300px; 
	height:60px;
	background-color:#f6f6f6;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:16px;
	color:#666;
	}

.form textarea{
	border:0;
	padding:15px 20px;
	width:90%; 
	height:200px;
	background-color:#f6f6f6;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:16px;
	}

@media screen and (max-width: 640px) {	

.form input[type="text"]{
	border:0;
	padding:15px 20px;
	width:100%; 
	height:40px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ccc;
	box-shadow:0 0 0 0;
	display:block;
	}


.form dt span{
	border:1px #6A0305 solid;
	padding:5px;
	color:#6A0305;
	position:absolute;
	right:10%;
	top:45px;
	font-size:12px;
	}

}
	

.chkbox {
	text-align:center;
	margin:60px auto 0 auto;
}

.chkbox a{
	border-bottom:1px solid #ccc;
}

.chkbox label {
	padding-left:		38px;
	line-height:		24px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}


.chkbox label:before {
	border:1px solid #ccc;
	content:		'';
	width:			24px;			
	height:			24px;
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	border-radius:		2px;
}

.chkbox input[type=checkbox] {
	display:		none;
}

.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		
	font-size:		24px;		
	color:			#fff;		
	background-color:	#d4c391;			
}
/*エラー***************************/
span.error input , 
span.error textarea , 
span.error select , 
span.error label {
	background:#FFCCCC !important;
}
* html span.error label {
	background:none;
}
*+html span.error label{
	background:none;
}

span p.error{
	position:absolute;
	padding:0;
	margin:5px 0 0 20px;
	color:red;
	font-size:11px;
	padding-bottom:5px;}

.pt25{
	padding-top:25px;
}
@media screen and (max-width: 640px) {	
.pt25{
	padding-top:0px;
	font-weight:bold;
}
}

.white_shadow{
	text-shadow:#FFFFFF 1px 1px 2px,#FFFFFF 1px 1px 2px,#FFFFFF 1px 1px 2px,#FFFFFF 1px 1px 2px!important;
	}

.ninki-op{
	text-align:center;
	margin:0 auto;
	max-width:730px; width:100%; margin-bottom:30px;}

.ninki-op img{
	height:auto;width:100%;}

/*フォーム******************************************/

.bk-glay{
	background-color:#f4f4f4;
	width:94%;
	padding:3%;
	margin:auto;}

.bk-glay img{
	width:100%;
	height:auto;
	
	}

.imgfull img{
    width: 100%;
    height: auto;
}