@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}
a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */

#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
 opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
	overflow-x: hidden;
  z-index: 90;

}


.topcopy{
  position: fixed;
  z-index: 3000;
  mix-blend-mode: difference;
  display: none;
  
}

.toplogo{
  position: fixed;
  /*mix-blend-mode: difference;*/
  z-index: 4000;
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}

.contents{
	width:100%;
	position:relative;
	
}


header{
	overflow: auto;
	position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 9999;
  
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
}

header .logo{
	position:relative;
	display: block;
	float: left;
	margin: 0 110px 0 40px;
  mix-blend-mode: difference;
}

header .menu{
	font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 15px;
	letter-spacing: 0.02em;
	display: block;
	position: relative;
	float: right;
	padding: 0;
	margin: 0 40px 0 0;
  color: #716C6A;

	
}

header .menu li{
	display: inline-block;
	margin: 50px 30px 0 0;
  mix-blend-mode: color-dodge;
}

header .menu li a{
	color: #716C6A;
  mix-blend-mode: difference;
	text-decoration: none;
}


header .sns{
	display: block;
	position: relative;
	float: right;
	margin: 70px 40px 0 0;
	
}

header .sns li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}


.menubtn{
	display:none;
		
}

.spmenu{
	display: none;
}

.spmenu{
	position:absolute;
	top:120px;
	clear:both;
	width:100%;
	padding:0 0 0 0;
	z-index:10015;
	display:none;
	background-color: rgba(233,233,233,0.9); 
}

.spmenu ul li{
	font-family: futura-pt, sans-serif;
font-weight: 400;
	width:100%;
	line-height:60px;
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.spmenu ul li a{
	color:#000000;	
}

.spmenu ul li:first-Child{
		border-top:1px solid #e6e6e6;	
}

	
	

.topmain{
	overflow: hidden;
	position:fixed;
  top:0;
  left: 0;
	clear:both;
	width:100%;
  height: 100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
  z-index: 1000;
  
  opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
}

.topmain .mainimg{
	position:relative;
	top:0;
	left: 0;
	margin:0 0 0 0;
	overflow: hidden;
	

}

.topmain .mainimg img{
  width: 100%;
  height: auto;
}

#artslide{
  width: 100%;
  position: relative;
  overflow-x: hidden;
  opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}

#loopSlide{
	height:100%;
	margin:0 8.8% 0 4.8%;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 16%;
  float: left;
  display: block;
	
}

#loopSlide ul li{
  margin: 0 0 115px 0;
}

#loopSlide2{
	height:100%;
	margin:0 8.8% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 16%;
  float: left;
  display: block;
	
}

#loopSlide2 ul li{
  margin: 0 0 55px 0;
}


#loopSlide3{
	height:100%;
	margin:0 8.8% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 16%;
  float: left;
  display: block;
	
}

#loopSlide3 ul li{
  margin: 0 0 95px 0;
}

#loopSlide4{
	height:100%;
	margin:0 2.8% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 16%;
  float: left;
  display: block;
	
}

#loopSlide4 ul li{
  margin: 0 0 130px 0;
}




.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: none; /* Horizontal scroll only */
	padding: 0;
	margin: 0 0 40px 0;
	width: 260px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;
}

 .foo.delighter {
      transition: all .3s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }




.footer{
	clear: both;
	width:100%;
  position: fixed;
  bottom: 20px;
  display: inline-block;
  text-align: center;
	
	font-family: futura-pt, sans-serif;
font-weight: 400;
	padding:0;
	margin:0;
  z-index: 7999;
}

.footer2{
	clear: both;
	width:100%;
  position: relative;
  display: inline-block;
  text-align: center;
	
	font-family: futura-pt, sans-serif;
font-weight: 400;
	padding:0;
	margin:100px 0 20px 0;
  z-index: 9998;
}

/*about*/

.about{
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 120px 0 0 0;
  padding: 0;
}

.mv img{
  vertical-align: bottom;
}

.aboutinfo{
  width: 100%;
  position: relative;
  padding: 80px 0;
  background: #EDEBE8;
}

.aboutinfo .inner{
  width: 880px;
  overflow: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}

.aboutinfo .inner .aiL{
  display: block;
  width: 400px;
  float: left;
  margin: 0 80px 0 0;
}

.aboutinfo .inner .aiL .ctxt{
  font-size: 28px;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
  padding: 0;
  margin: 0 0 40px 0;
}

.aboutinfo .inner .aiL .ctxt2{
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
}

.aboutinfo .inner img{
  display: block;
  float: left;
}

.profile{
  clear:both;
  width: 100%;
  overflow: auto;
  position: relative;
  padding: 0;
  margin: 80px 0 0 0;
}

.profile img{
  display: block;
  width: 50%;
  margin: 0 5% 0 0;
  float: left;
}

.profile .prR{
  width: 40%;
  display: block;
  margin: 0 5% 0 0;
  float: left;
}

.profile .prR .prtxt{
  font-size: 18px;
  
font-weight: 500;
  color: #DAB96E;
  padding: 0;
  margin: 20px 0 20px 0;
}

.profile .prR .prtxt2{
  font-size: 14px;
  line-height: 1.5em;
  padding: 0;
  color: #716C6A;
}
.profile .prR .prtxt2 p{
  font-size: 14px;
  line-height: 1.5em;
  padding: 0;
  color: #716C6A;
}
.nameen{
	font-family: futura-pt, sans-serif;
	font-size: 20px;
}

.dllink{
	display: block;
	width: 290px;
	margin: 20px auto;
}

.dllink img{
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  float: none;
}

/*Works*/

.works{
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 140px 0 0 0;
  
}

.works h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 80px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.worksbox{
  position: relative;
  overflow: auto;
  width: 1000px;
  margin: 0 auto;
}

.worksbox .wthumb{
  width: 220px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 40px 80px 0;
}

.worksbox .wthumb:nth-child(4n){
  width: 220px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 80px 0;
}

.worksbox .wthumb img{
  width: 100%;
  height: auto;
}

.worksbox .wthumb a{
  font-size: 16px;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #666666;
	text-decoration: none;
	
}

.worksbox .wthumb a .wname{
	margin: 16px 0 0 0;
	 color: #666666;
	text-decoration: none;
}


/*Works detail*/


.worksdetail{
  display: inline-block;
  width: 100%;
  position: relative;
}
.contbox{
  overflow: auto;
  width: 1000px;
  margin: 140px auto 0 auto;
  display: block;
}

.contbox .lbox{
  width: 600px;
  margin: 0 40px 0 0;
  display: block;
  float: left;
}

.contbox .lbox h2{
  font-family: futura-pt, sans-serif;
font-weight: 500;
  font-size: 28px;
  color: #1E2B4D;
  padding: 0;
  margin: 0 0 30px 0;
}
.contbox .rbox{
  width: 360px;
  margin: 40px 0 0 0;
  display: block;
  float: left;
}

.contbox .rbox .pinfo{
  font-family: futura-pt, sans-serif;
font-weight: 500;
  font-size: 18px;
  color: #DAB96E;
  padding: 0;
  margin: 0 0 10px 0;
}

.contbox .rbox .ptxt{
font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
  padding: 0;
  margin: 8px 0 10px 0;
}

.contbox .rbox .cartbtn{
  display: block;
  margin: 40px 0 0 0;
  width: 290px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #DAB96E;
  border-radius:4px;
}

.contbox .rbox .cartbtn a{
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
}

.reworks{
  clear: both;
  position: relative;
  font-family: futura-pt, sans-serif;
  display: block;
font-weight: 400;
  font-size: 22px;
  color: #666666;
  padding: 0;
  margin: 60px 0 40px 0;
  text-align: center;
}

.reworks a{
  color: #666666;
}


.thumbnail {
  width: 600px;
  height: 600px;
  margin: 0 auto 30px;
  padding: 0;
  background: #ffffff;
}
.thumbnail img,
.thumbnail-thumb img{
  width: 100%;
  height: auto;
}
.thumbnail-thumb {
  max-width: 600px;
  margin: 0 auto;
}
.thumbnail-thumb div {
  margin: 0 10px 0 0;
	width: 100%;
	
}

.thumbnail-thumb div div{
	
}
.thumbnial-thumb .slick-next {
  right: 20px;
  z-index: 100;
}
.thumbnail-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}
.thumbnail-thumb .slick-current {
  opacity: 0.5;
}
.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb .slick-track {
  transform: unset !important;
}

.pagenation{
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 15px;
}

.pagenation a{
  color: #666666;
  text-decoration: underline;
  
}

.pagenation .current{
  color: #DAB96E;
  
}

.pagenation a .page-numbers{
  display: inline-block;
  margin: 0 20px 0 0;
}
.pagenation a.next{
  color: #DAB96E;
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration:none;
}
.pagenation a.prev{
  color: #DAB96E;
  display: inline-block;
  margin: 0 20px 0 0;
  text-decoration:none;
}

/*contact*/

.contact{
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px 0 0 0;
  
}

.contact h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}
.contact .cotxt{
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 0;
  color: #716C6A;
}

.contact .contactform{
  font-size: 14px;
  width: 600px;
  display: block;
  margin: 40px auto;
  position: relative;
}

.hissu{
  color: #DBBB72;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 4px 0 20px 0;
}

input[type="submit"]{
  display: block;
  color: #ffffff;
  background: #DAB96E;
  width: 220px;
  height: 44px;
  line-height: 44px;
  margin: 40px auto;
	padding: 0;
  font-size: 16px;
  border: 0px solid #DAB96E;
  border-radius: 4px;
}

input[type="submit"]:hover{
	background-color: #DAB96E;
	cursor: pointer;
}

#cart input.delButton {
    padding: 0;
	margin: 0;
    font-weight: normal;
	background: #eeeeee;
	color: #333333;
	width: 100px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-size: 13px;
	
}

#cart input.back_cart_button {
    padding: 0;
	margin: 0;
    font-weight: normal;
	background: #eeeeee;
	color: #333333;
	
	
}

/*howto*/
.howtxt{
  width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
}

.howtxt2{
  text-align: center;
  margin: 60px 0 20px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
}

.hlogo{
  width: 220px;
  display: block;
  margin: 0 auto;
}


/*media*/

.media{
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 140px 0 0 0;
  
}

.media h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 80px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.mediabox{
  position: relative;
  overflow: auto;
  width: 1000px;
  margin: 0 auto;
}

.mediabox .mthumb{
  width: 300px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 50px 40px 0;
	min-height: 260px;
}

.mediabox .mthumb:nth-child(3n){
  width: 300px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
}

.mediabox .mthumb img{
  width: 100%;
  height: auto;
}

.mediabox .mthumb .date{
  font-size: 14px;
  padding: 0;
  margin: 12px 0 4px 0;
  text-align: left;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #DAB96E;
}
.mediabox .mthumb .mtitle{
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-align: left;
  
font-weight: 400;
    color: #666666;
}


/*shopページ*/


.shoptitle{
  font-size: 28px;
  padding: 0;
  margin: 160px 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}


.itemlist{
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow: auto;
	
	
}




.itemlist li{
  width: 220px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 40px 40px 0;
	text-align: center;
	min-height: 350px;
}




.itemlist li:nth-child(4n){
  width: 220px;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
}


.itemlist li img{
  width: 100%;
  height: auto;
}

.itemlist li .itemname{
  font-size: 16px;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #666666;
	line-height: 1.6em;
}
.itemlist li .price{
	font-size: 14px;
	margin: 8px 0 0 0;
  text-align: center;
	color: #DAB96E;
}


.itemlist li .buybtn{
	display: block;
  color: #ffffff;
  background: #DAB96E;
  width: 160px;
  height: 44px;
  line-height: 44px;
  margin: 15px auto 0 auto;
  font-size: 13px;
  border: 0px solid #DAB96E;
  border-radius: 4px;
	text-align: center;
	
}

.itemlist li .buybtn a{
	text-align: center;
	color: #ffffff;
}

.field{
	position: relative;
	overflow: auto;
	display: block;
}

.soldout{
	text-align: center;
	display: inline-block;
	margin: 6px auto;
	padding: 4px 8px;
	color: #8197A5;
	border: 1px solid #8197A5;
}

.soldout_right{
	text-align: center;
	display: inline-block;
	margin: 8px auto 20px auto;;
	padding: 4px 8px;
	color: #8197A5;
	border: 1px solid #8197A5;
	float: right;
	width: 100px;
}



.category-item{
	display: block;
	width: 800px;
	margin: 120px auto 0 auto;
}

.item_page_title{
	display: none;
}

.itemcode{
	display: none;
}

.itemimg{
	width: 100%;
	display: block;
}

.item-name{
	font-size: 24px;
	font-family: futura-pt, sans-serif;
font-weight: 600;
    color: #666666;
	margin: 10px 0 20px 0;
	padding: 0;
}

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

.field_price{
	color: #DAB96E;
	font-size: 16px;
}

.field_cprice{
	display: none;
}

.c-box{
	display: block;
	margin: 40px 0 0 0;
}

.c-box input{
	width: 20%;
	display: block;
}


.c-box input.skubutton{
	display: block;
	width: 240px;
	margin: 0 auto;
}

.item-description{
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	font-weight: 500;
}

.itemsoldout{
	display: block;
	font-size: 13px;
	margin: 20px 0 0 0;
	color: #666666;
}


.detail-box{
		margin-top: 40px;
	}



/*cart*/
/*******************************************************/



/*******************************************************/

.cart-page{
	display: block;
	overflow: auto;
	position: relative;
	width: 1000px;
	margin: 80px auto 0 auto;
}

.cart_page_title{
	text-align: center;
}

.cart_navi li{
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 14px;
}

.cart_navi .current{
	color: #DAB96E;
	font-weight: 500;
}



#cart {
	width: 100%;
}





#cart div.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	text-align: center;
	padding:0 0 20px 0;
}

#cart .upbutton input{
	display: block;
	display: 10px 0 0 0;
}



#cart table {
	border: 1px solid #CCCCCC;
}

#cart table#cart_table {
	margin-bottom: 10px;
}

#cart tr{
	height: 70px;
}


#cart th, 
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
	
	height: 60px;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFFFFF;
	background-color: #999999;
	white-space: nowrap;
	font-weight: normal;
    font-size: 0.9em;
	
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
	text-align: left;
}

#cart td.productname {
	text-align: left;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vertical-align: middle;

} 

#cart .num {
	white-space: nowrap;
	width: 40px;
	text-align: center;
} 

#cart .thumbnail {
	white-space: nowrap;
	width: 70px;
	text-align: center;
	display: none;
} 

#cart .price,
#cart .unitprice {
	white-space: nowrap;
	width: 80px;
	text-align: right;
} 

#cart .quantity {
	white-space: nowrap;
	width: 65px;
	text-align: center;
} 

#cart .subtotal {
	white-space: nowrap;
	width: 100px;
	text-align: right;
} 

#cart .stock{
	white-space: nowrap;
	width: 90px;
	text-align: center;
} 

#cart .action {
	white-space: nowrap;
	width: 60px;
	text-align: center;
} 

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cart #point_table td {
	height: 30px;
}

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
#cart input.delButton {
    padding: 0;
    font-weight: normal;
}

#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}
.wc_confirm_notes_area {
	margin: 2em 0;
}



.back_to_delivery_button{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.checkout_button{
	display: block;
	margin: 20px 0 0 0;
}

#cart_completion h3{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

.header_explanation p{
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
}

.footer_explanation{
	text-align: center;
	
}

.send{
	text-align: center;
	font-variant-alternates: 15px;
}

.send a{
	color: #DAB96E;
	text-decoration: underline;
}


.send input.back_cart_button {
    font-weight: normal;
	background: #eeeeee;
	color: #333333;
	
	
}

.send input.back_to_customer_button{
	font-weight: normal;
	background: #eeeeee;
	color: #333333;
	
}


.confiem_notice{
	display: block;
	margin: 0 0 20px 0;
}

.lnotice{
	position: relative;
	width: 800px;
	margin:  0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.9em;
	color: #716c6a;
	
}

.lnotice h2{
  font-size: 28px;
  padding: 0;
  margin: 80px 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.lntxt{
	display: inline-block;
	font-weight: 600;
	width: 120px;
	margin: 0 4px 0 0;
}

.flcont{
	text-align: center;
	display: block;
	width: 100%;
	margin: 40px auto;
}

.flcont a{
	color: #716c6a;
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0;
}

.pc{
	display: block;
}

.sp{
	display:none;
}





@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 980px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}


.topcopy{
  position: fixed;
  z-index: 3000;
  mix-blend-mode: difference;
  display: none;
  
}

.toplogo{
  position: fixed;
  /*mix-blend-mode: difference;*/
  z-index: 4000;
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}

.contents{
	width:100%;
	position:relative;
	
}


header{
	overflow: auto;
	position: fixed;
  width: 100%;
  top:0;
  left: 0;
  z-index: 9999;
  
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
}

header .logo{
	position:relative;
	display: block;
	float: left;
	margin: 0 0 0 5%;
  mix-blend-mode: difference;
  width: 30%;
}
  
  header .logo img{
    width: 100%;
    height: auto;
  }

header .menu{
	font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 15px;
	letter-spacing: 0.02em;
	display: none;
	position: relative;
	float: right;
	padding: 0;
	margin: 0 40px 0 0;
  color: #716C6A;

	
}

header .menu li{
	display: inline-block;
	margin: 50px 30px 0 0;
  mix-blend-mode: color-dodge;
}

header .menu li a{
	color: #716C6A;
  mix-blend-mode: difference;
}


header .sns{
	display: block;
	position: relative;
	float: right;
	margin: 70px 40px 0 0;
	
}

header .sns li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

	
	.header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
   height: 100px;
    transition: transform 0.5s;
}
.header.js_hide {
    transform: translateY(-100px);    
}

.menubtn{
	display:block;
  width: 10%;
  position: absolute;
  top:30px;
  right: 5%;
  }
  .menubtn img{
    width: 100%;
    height: auto;
  }

.spmenu{
	display: none;
}

.spmenu{
	position:fixed;
	top:0;
	clear:both;
	width:100%;
  height: 100%;
	padding:0 0 0 0;
	z-index:8000;
	display:none;
	background-color: rgba(255,255,255,0.95); 
}
  
  .spmenu ul{
    margin: 100px 0 0 0;
  }

.spmenu ul li{
	font-family: futura-pt, sans-serif;
font-weight: 400;
	width:90%;
  margin: 0 auto;
	line-height:60px;
	font-size:22px;
	text-align:center;
	border-bottom:1px solid #eeeeee;
}
.spmenu ul li a{
	color: #DAB96E;
}

.spmenu ul li:first-Child{
		border-top:0px solid #e6e6e6;	
}

	
	

.topmain{
	overflow: hidden;
	position:fixed;
  top:0;
  left: 0;
	clear:both;
	width:100%;
  height: 100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
  z-index: 1000;
  
  opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
}

.topmain .mainimg{
	position:relative;
	top:0;
	left: 0;
	margin:0 0 0 0;
	overflow: hidden;
	

}

.topmain .mainimg img{
  width: 100%;
  height: auto;
}

#artslide{
  width: 100%;
  position: relative;
  overflow-x: hidden;
  opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}

#loopSlide{
	height:100%;
	margin:0 6% 0 5%;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 26%;
  float: left;
  display: block;
	
}

#loopSlide ul li{
  margin: 0 0 75px 0;
}

#loopSlide2{
	height:100%;
	margin:0 6% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 26%;
  float: left;
  display: block;
	
}

#loopSlide2 ul li{
  margin: 0 0 55px 0;
}


#loopSlide3{
	height:100%;
	margin:0 3% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 26%;
  float: left;
  display: block;
	
}

#loopSlide3 ul li{
  margin: 0 0 45px 0;
}

#loopSlide4{
	height:100%;
	margin:0 4.8% 0 0;
	padding:0;
	overflow-y:hidden;
	position:relative;
  width: 14%;
  float: left;
  display: none;
	
}

#loopSlide4 ul li{
  margin: 0 0 160px 0;
}




.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: none; /* Horizontal scroll only */
	padding: 0;
	margin: 0 0 40px 0;
	width: 260px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;
}

 .foo.delighter {
      transition: all .3s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }




.footer{
	clear: both;
	width:100%;
  position: fixed;
  bottom: 20px;
  display: inline-block;
  text-align: center;
	
	font-family: futura-pt, sans-serif;
font-weight: 400;
	padding:0;
	margin:0;
  z-index: 7999;
}

.footer2{
	clear: both;
	width:100%;
  position: relative;
  display: inline-block;
  text-align: center;
	
	font-family: futura-pt, sans-serif;
font-weight: 400;
	padding:0;
	margin:100px 0 20px 0;
  z-index: 7999;
}

/*about*/

.about{
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 100px 0 0 0;
  padding: 0;
}

.mv img{
  vertical-align: bottom;
}

.aboutinfo{
  width: 100%;
  position: relative;
  padding: 40px 0;
  background: #EDEBE8;
}

.aboutinfo .inner{
  width: 90%;
  overflow: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}

.aboutinfo .inner .aiL{
  display: block;
  width: 100%;
  float: none;
  margin: 0 0 20px 0;
}

.aboutinfo .inner .aiL .ctxt{
  font-size: 28px;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
  padding: 0;
  margin: 0 0 40px 0;
}

.aboutinfo .inner .aiL .ctxt2{
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
  width: 100%;
  padding: 0;
  margin: 0;
}

.aboutinfo .inner img{
  display: block;
  float: none;
  width: 100%;
  height: auto;
}

.profile{
  clear:both;
  width: 90%;
  overflow: auto;
  position: relative;
  padding: 0;
  margin: 40px 5% 0 5%;
}

.profile img{
  display: block;
  width: 60%;
  margin: 0 20% 20px 20%;
  float: none;
  height: auto;
}

.profile .prR{
  width: 100%;
  display: block;
  margin: 0 0 0 0;
  float: none;
}

.profile .prR .prtxt{
  font-size: 18px;
  text-align: center;
font-weight: 500;
  color: #DAB96E;
  padding: 0;
  margin: 20px 0 20px 0;
}

.profile .prR .prtxt2{
  font-size: 14px;
  line-height: 1.5em;
  padding: 0;
  color: #716C6A;
}
	
	.nameen{
	font-family: futura-pt, sans-serif;
		font-size: 20px;
}

	.dllink{
	display: block;
	width: 50%;
	margin: 20px auto;
}
	
	.dllink img{
		width: 100%;
		height: auto;
		margin: 40px 0 0 0;
	}

/*Works*/

.works{
  width: 100%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 100px 0 0 0;
  
}

.works h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.worksbox{
  position: relative;
  overflow: auto;
  width: 90%;
  margin: 0 auto;
}

.worksbox .wthumb{
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 10% 40px 0;
}
  
  .worksbox .wthumb:nth-child(2n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
}

.worksbox .wthumb:nth-child(4n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
}

.worksbox .wthumb img{
  width: 100%;
  height: auto;
}

.worksbox .wthumb a{
  font-size: 16px;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #666666;
}


/*Works detail*/


.worksdetail{
  display: inline-block;
  width: 100%;
  position: relative;
}
.contbox{
  overflow: auto;
  width: 90%;
  margin: 120px auto 0 auto;
  display: block;
}

.contbox .lbox{
  width: 100%;
  margin: 0 0 0 0;
  display: block;
  float: none;
}

.contbox .lbox h2{
  font-family: futura-pt, sans-serif;
font-weight: 500;
  font-size: 24px;
  color: #1E2B4D;
  padding: 0;
  margin: 0 0 10px 0;
}
.contbox .rbox{
  width: 100%;
  margin: 40px 0 0 0;
  display: block;
  float: none;
}

.contbox .rbox .pinfo{
  font-family: futura-pt, sans-serif;
font-weight: 500;
  font-size: 18px;
  color: #DAB96E;
  padding: 0;
  margin: 0 0 10px 0;
}

.contbox .rbox .ptxt{
font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
  padding: 0;
  margin: 8px 0 10px 0;
}

.contbox .rbox .cartbtn{
  display: block;
  margin: 40px auto 0 auto;
  width: 290px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #DAB96E;
  border-radius:4px;
}

.contbox .rbox .cartbtn a{
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
}

.reworks{
  clear: both;
  position: relative;
  font-family: futura-pt, sans-serif;
  display: block;
font-weight: 400;
  font-size: 22px;
  color: #666666;
  padding: 0;
  margin: 60px 0 40px 0;
  text-align: center;
}

.reworks a{
  color: #666666;
}


.thumbnail {
  width: 100%;
  height: 100%;
  margin: 0 auto 30px;
  padding: 20px 0;
  background: #ffffff;
}
.thumbnail img,
.thumbnail-thumb img{
  width: 100%;
  height: auto;
}
.thumbnail-thumb {
  max-width: 500px;
  margin: 0 auto;
}
.thumbnail-thumb div {
  margin: 0 10px 0 0;
	width: 100%;
	
}

.thumbnail-thumb div div{
	
}
.thumbnial-thumb .slick-next {
  right: 20px;
  z-index: 100;
}
.thumbnail-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}
.thumbnail-thumb .slick-current {
  opacity: 0.5;
}
.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb .slick-track {
  transform: unset !important;
}


/*contact*/

.contact{
  width: 90%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px auto 0 auto;
  
}

.contact h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}
.contact .cotxt{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 0;
  color: #716C6A;
}
  
  .contact .contactform{
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

/*howto*/
.howtxt{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
}

.howtxt2{
  text-align: center;
  margin: 60px 0 20px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #716C6A;
}

.hlogo{
  width: 220px;
  display: block;
  margin: 0 auto;
}


/*media*/

.media{
  width: 90%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 120px auto 0 auto;
display: block;
	overflow: hidden;
  
}

.media h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.mediabox{
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
}

.mediabox .mthumb{
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 10% 30px 0;
	min-height: 200px;
}

.mediabox .mthumb:nth-child(3n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 10% 30px 0;
}

  .mediabox .mthumb:nth-child(2n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 30px 0;
}

.mediabox .mthumb img{
  width: 100%;
  height: auto;
}

.mediabox .mthumb .date{
  font-size: 12px;
  padding: 0;
  margin: 4px 0 2px 0;
  text-align: left;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #DAB96E;
}
.mediabox .mthumb .mtitle{
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: left;
  
font-weight: 400;
    color: #666666;
}


/*shopページ*/


.shoptitle{
  font-size: 28px;
  padding: 0;
  margin: 160px 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}


.itemlist{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	overflow: auto;
	
	
}




.itemlist li{
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 10% 20px 0;
	text-align: center;
	min-height: 260px;
	
}

.itemlist li:nth-child(2n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}


.itemlist li:nth-child(4n){
  width: 45%;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}


.itemlist li img{
  width: 100%;
  height: auto;
}

.itemlist li .itemname{
  font-size: 16px;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
    color: #666666;
	line-height: 1.5em;
}
.itemlist li .price{
	font-size: 14px;
	margin: 8px 0 0 0;
  text-align: center;
	color: #DAB96E;
}


.itemlist li .buybtn{
	display: block;
  color: #ffffff;
  background: #DAB96E;
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin: 15px auto 0 auto;
  font-size: 13px;
  border: 0px solid #DAB96E;
  border-radius: 4px;
	text-align: center;
	
}

.itemlist li .buybtn a{
	text-align: center;
	color: #ffffff;
}

.soldout{
	text-align: center;
	display: inline-block;
	margin: 6px auto;
	padding: 4px 8px;
	color: #8197A5;
	border: 1px solid #8197A5;
}
	



.category-item{
	display: block;
	width: 90%;
	margin: 120px auto 0 auto;
}

.item_page_title{
	display: none;
}

.itemimg{
	width: 100%;
	display: block;
}

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

.field_price{
	color: #666666;
}

.field_cprice{
	display: none;
}

.c-box{
	display: block;
	margin: 40px 0 0 0;
}

.detail-box{
		margin-top: 40px;
	}

/*cart*/
/*******************************************************/



/*******************************************************/

.cart-page{
	display: block;
	overflow: auto;
	position: relative;
	width: 98%;
	margin: 80px auto 0 auto;
}

.cart_page_title{
	text-align: center;
}

.cart_navi li{
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 14px;
}

.cart_navi .current{
	color: #DAB96E;
	font-weight: 500;
}



#cart {
	width: 100%;
	min-width: 600px;
}





#cart div.error_message {
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
}

#cart .upbutton {
	text-align: center;
	padding:0 0 20px 0;
}

#cart .upbutton input{
	display: block;
	display: 10px 0 0 0;
}



#cart table {
	border: 1px solid #CCCCCC;
	overflow: scroll;
	min-width: 600px;
}

#cart table#cart_table {
	margin-bottom: 10px;
	min-width: 600px;
}



#cart th, 
#cart td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	word-break:break-all;
	
	height: 60px;
}
#cart td.signal_red {
	font-weight: bold;
	color: #FF0000;
}
#cart th {
	color: #FFFFFF;
	background-color: #999999;
	white-space: nowrap;
	font-weight: normal;
    font-size: 0.9em;
	
}

#cart th.aright,
#cart td.aright {
	text-align: right;
	white-space: nowrap;
}

#cart th.aleft,
#cart td.aleft {
	text-align: left;
	width: 100px;
}

#cart td.productname {
	text-align: left;
	width: 100px;
}

#cart input.quantity {
	width: 40px;
	text-align: center;
	font-size: 13px;
}

#cart th.num,
#cart th.thumbnail,
#cart th.price,
#cart th.unitprice,
#cart th.quantity,
#cart th.subtotal {
	text-align: center;
	vertical-align: middle;
} 

#cart .num {
	white-space: nowrap;
	width: 40px;
	text-align: center;
} 

#cart .thumbnail {
	white-space: nowrap;
	width: 70px;
	text-align: center;
	vertical-align: top;
} 

#cart .price,
#cart .unitprice {
	white-space: nowrap;
	width: 80px;
	text-align: right;
} 

#cart .quantity {
	white-space: nowrap;
	width: 65px;
	text-align: center;
} 

#cart .subtotal {
	white-space: nowrap;
	width: 100px;
	text-align: right;
} 

#cart .stock{
	white-space: nowrap;
	width: 90px;
	text-align: center;
} 

#cart .action {
	white-space: nowrap;
	width: 60px;
	text-align: center;
} 

#cart #point_table {
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cart #point_table td {
	height: 30px;
}

#cart #point_table .point {
	font-size: 1.5em;
	font-weight: bold;
}

#cart #point_table input.used_point {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}
#cart input.delButton {
    padding: 0;
    font-weight: normal;
}

#content #wc_cart img,
#content #wc_confirm img {
	max-width: none;
}
.wc_confirm_notes_area {
	margin: 2em 0;
}



.back_to_delivery_button{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.checkout_button{
	display: block;
	margin: 20px 0 0 0;
}

#cart_completion h3{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

.header_explanation p{
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
}

.footer_explanation{
	text-align: center;
	
}

.send{
	text-align: center;
	font-variant-alternates: 15px;
}

.send a{
	color: #DAB96E;
	text-decoration: underline;
}

.lnotice{
	position: relative;
	width: 90%;
	margin:  0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.9em;
	color: #716c6a;
	
}

.lnotice h2{
  font-size: 28px;
  padding: 0;
  margin: 80px 0 40px 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
font-weight: 500;
  color: #DAB96E;
}

.lntxt{
	display: block;
	font-weight: 600;
	width: 120px;
	margin: 0 4px 0 0;
}
	
	
	
}