@charset "utf-8";
/*red:#d63030;*/
/*************************************/

/*１．PC用css
/*商品詳細ページ(カート外：general)*/
/*

/*
ピンク
#f58e7d
⇒テーマカラー（目立たせたい部分に使用）

薄目の茶色
#704e2e
⇒サブカラー（アイコンや見出しに使用）

濃い目の茶色
#2e0e02
⇒基本のフォントカラー（ボタンや見出しにも使用）

赤
#a5050e
⇒アクセントカラー（目立たせたい部分に使用）

ベージュ
#f7f3e3
⇒ベースカラー（背景色など）

グレー
#c9c9c9
⇒ベースカラー（ボーダー色など）


/************************
詳細入力フォーム
/*contact_option.php*/
/************************/
.opt_form_hed,
.opt_form_hed2{
  line-height: 30px;
  background-color: #976633;
  color: #fff;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
}

.opt_form_hed3{
 line-height: 30px;
  background-color: #976633;
  color: #fff;
  padding-left: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #fff; 
}

.opt_form_hed_left{
  width: 92%;
  display: inline-block;
}

#opt_form{
  width: 90%;
  margin: 0 auto;
}

.opt_form_poemer,
#opt_form .witer_form{
  font-size: 12px;
}
#opt_form .witer_form,
.witer_form .opt_form_poemer{
  line-height: 30px;
   background: #f9f7ef;
   width: 100%;
   margin: 0 auto; 
   border: 1px solid #e6e6e6;
}
#opt_form .witer_form p,
.witer_form .iopt_label{
  padding-left: 20px;
}

div[id^="add_option"]{
  /*display:flex;*/
}

#opt_form table{  
    border-collapse: collapse;
    background: #f9f7ef;
}
#opt_form th{
  
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #4c4d25;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 30%;
}

#opt_form td{
  width: 60%;  
  font-size: 11px;
    line-height: 150%;
    color: #4c4c4c;
    border: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#opt_form .customer_form input {
    width: 50%;
    margin-right: 3px;
    border: 2px solid #e9e9e9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}

#opt_form .customer_form textarea{
    height: 100px;
    width: 94%;
}

#opt_form .opt_img {
    padding: 20px ;
    width: 30%;
}

#opt_form .yu_opt{
  background: #f9f7ef;
  border: 1px solid #e6e6e6;
}
#opt_form .opt_item{
    padding: 20px 0;
}
#opt_form .yuryou_name{
    padding: 5px 0;
}

.usces_tablenav.usces_tablenav_bottom {
    text-align: center;
    padding-top: 30px;
}
.send .checkout_button,
.ordernavi .button{ 
    border: solid 2px #2e0e02;
    background: #2e0e02;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}


#info-confirm .send_op a{
  display: unset !important;
}

#opt_form_del{display: none;}

li.opname{
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 0 10px;
}

.contact_op .error_message {   
    padding:0;
}

.send_op{
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
}
#content .catbox .send_op a{
  /*display: block !important;
  padding: 10px 0 0 !important;*/
}
.send_back{
  display: inline-block;
  background-color: #ccc;
  padding: 7px 5px;
  border-radius: 5px;
  margin-right: 10px;
}
.send_back a{
  color: #333;
  font-size: 12px;
}
.ordernavi{ 
  display: inline-block;

}

/*詳細確認ページ*/
/*contact_option_comform.php*/
#content .catbox .send_op a {
    display: unset ;
}
.send_op .submit_button{
  border: solid 2px #cc0000;
    background: #cc0000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}


#opt_form .btn{
  width: 3.7%;
  display: inline-block;
  height: 30px;
  margin: 5px 0;
  border-color: #ccc;
  background-color: #fff;
  color: #656464;
  font-weight: bold;
  padding-left: 9px;
  vertical-align: middle;
}

#opt_form .btn:before{
  content: attr(data-item); 
}

#opt_form .opt_form_body{
  width: 100%;
  margin: 0 auto;
}

.opt_form_hed_add{
  font-size: 12px;
  line-height: 40px;
  background-color: #ccc;  
  padding-left: 10px;
  border-bottom: 1px solid #fff;
}

#opt_form .btn_c{ 
  width: 3%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border: #855e01 solid 1px;
  background-color: #fff;  
  margin-left: 4px;
  padding-left: 12px;
  vertical-align: middle;
}

#opt_form .btn_c:before{
  content: attr(data-new); 
  font-size: 15px;
}

/* Chrome, Safari */
.iopt_textarea::-webkit-input-placeholder{
    color: #999;
    font-size: 12px;
}
 
/* Firefox */
.iopt_textarea::-moz-placeholder{
    color: #999;
    font-size: 12px;
}
 
/* Firefox 18以前 */
.iopt_textarea:-moz-placeholder{
    color: #999;
   font-size: 12px;
}
 
/* IE */
.iopt_textarea:-ms-input-placeholder{
    color: #999;
    font-size: 12px;
}

#optin_post .send {
    text-align: center;
    width: auto;
    margin-top: 15px;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FF3300;
}
#optin_post .checkout_button {
    border: solid 2px #cc0000;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;    
    line-height: 30px;
    border-radius: 5px;
 }

/*contact_option_completion.php*/

.op_completion{
  color:#3D2806 !important;
  border:none !important;
}
.op_completion .opt_form {
    width: 70%;
    margin: 0 auto;
}
.op_completion h2{
  padding-top: 10px;
  font-size: 1.20em !important;
}
.op_completion .opt_form_s{
  font-weight: bold;
}
.op_completion .opt_form_m{}

/*************************************/
/* もう一つ追加ページ
/*wc_item_single-additem.php
/*************************************/
.add_item_table table{
  width: 100%;
  text-align: left;
}

.add_item_table caption{
  text-align: left;
  padding-bottom: 20px;

}
.add_item_table table.item_option tr{
  height: 40px;
}
.add_item_table table.item_option tr th,
.add_item_table table.item_option tr td {
    text-align: left;
    vertical-align: baseline;
    width: 45%;
}
.add_item_table select,
.add_item_table input{
  max-width: 250px;
  width: 200px;
}

.skuquantity,
.add_item_f{
  display: none !important;
}
#inkan_fm,
#ensyutu_fm,
#ensyutu_fm2{
  display: none;
}

/******************************/
/*カートページ
/*cat1  wc_cart_page.php*/
/***************************************/
#cart{
  border:0;
  margin: 0 auto;
  width: 100%;
  color:#2e0e02; 
}
.conform_pre .cart_waku{
  font-weight: 600;  
}

.cart_waku{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.cart_all{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cart_waku_hed{
  background-color: #f7f3e3;
    line-height: 30px;
    text-align: left;
    padding-left: 14px;    
    width: 98%;
}

#cart .img_price_box{
  width: 100%;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
}

#cart .num_sp,
.productname_sp{
  display: inline-block; 
}

.thumbnail_sp{
  display: inline-block;
  width: 32%;
  padding:10px 0;
  vertical-align: top;  
  text-align: center; 
}

.thumbnail4{
  display: inline-block;
  width: 32%;
  padding: 30px 0;
  vertical-align: top;  
  text-align: center;  
}
.thumbnail_sp img{  
  height: auto; 
}

.action_sp {    
  margin: 20px 80px 0 0;
}

.item_rightbox{
  display: inline-block;
  width:  65%;  
  text-align: center;
  padding:10px 0;
}
.item_rightbox4{
  border-left: solid 1px #ccc;
  display: inline-block;
  width:  65%;  
  text-align: center;
  padding:10px 0;
}
.price_box{  
  padding: 5px 0;
}
.title_sub{
  text-align: left;
  display: inline-block;
  width: 25%;
}
.unitprice_sp,
.quantity4{
  text-align: left;
  display: inline-block;
  width: 68%;
  padding: 5px 0;
}

.quantity_sp{
   display: none;
}

.cart_more{
  text-align: left;
  padding: 10px 15px 25px;
}

.cart_more a:visit,
.cart_more a:link{
  color:#fff;
}

.cart_more a{
  color:#fff !important;
  font-size: 11px;
  background: #2e0e02;
  border-radius: 5px;
  border: 1px solid #2e0e02;
  padding: 5px;
  
}

.to_customerinfo_button,
.to_deliveryinfo_button,
.to_confirm_button,
.use_point_button{
  color:#fff;
  background-color: #2e0e02;
  border: solid 2px #2e0e02;
}
.upbutton_in {
   text-align: left;
  font-size: 12px;
  width: 37%;
  display:inline-block;  
  padding-top: 10px;  
}

.upbutton_in input{
  background-color: #2e0e02;
  color: #fff;
  line-height: 30px;
  border-radius: 7px;
}

.upbutton_p{ 
  font-size: 10px; 
  padding-top: 10px; 
  
}

.upbutton_sp{
  width: 100%;
  padding: 5px 0 10px;
   
}

.action_sp .delButton{
  text-align: right;
  width: 100%;
  border-radius: 0;
  text-align: right;
  background: transparent;
  text-decoration:underline;
  color: #2e0e02;
  border:0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.option_title{
  width: 100%;  
  background-color: #ccc;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.option_items{
  width: 95%;
  padding-left: 20px; 
  text-align: left;
  
 }
.cart_optbox{
  width: 100%;
  margin: 0 auto;
  border:1px solid #ccc;
  margin-bottom: 20px;
}
.cart_optbox .optbox{
  background-color: #F9F7EF;
  padding: 10px 0 10px 20px;
  font-weight: 600;
}
.option_items .options_sp{
  font-size: 12px;
  padding: 10px 0;
}

.subtotal_waku{
  width: 100%;
  
}

.subtotal{
  padding: 10px 0;
  width: 20%;
  margin: 0 10px;
  display: inline-block;  
}

.subtotal_en{
  width: 80%;
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}
.stock{
  display: none;
}


.total_cal{
  width: 100%;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.price_hyouji{
  width: 100%;
  background-color: #2e0e02;  
  color: #fff;  
}

.shipping_hyouji{
  width: 100%;  
  color: #2e0e02;   
}

.total_cal .aright{
  width: 20%;
  text-align: left;
  display: inline-block;
  padding: 5px 0 5px 10px;
}
.total_cal .prices{
  width: 75%;
  text-align: right;
  display: inline-block;
  padding: 5px 0;
}


#info-confirm {
  font-size: 12px;
}
#info-confirm .error_message {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0000;
}
#info-confirm .post {
  background-color: #ffffff;
  width: auto;
  margin-top: 10px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}
#info-confirm h2 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff3300;
  height: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ff8f71;
}
#info-confirm form {
  margin: 0px;
  padding: 0px;
}

#info-confirm input {
  border:2px solid #e9e9e9;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  padding: 5px;
}

#info-confirm #confirm_table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  background: #f9f7ef;  
}




#info-confirm .send {
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FF3300;
}

.aright_sp{
  width: 95%;
  font-size: 14px;
  margin: 20px auto;
  background-color: #f7f3e3; 
  height: 30px;
  line-height: 30px;
  padding: 0 19px; 
  font-weight: bold;

}
.aright_title{
  width: 50%;
  text-align:left;
  display: inline-block;
}

.aright_price{
  width: 47%;
  text-align:right;
  display: inline-block;
}
#info-confirm .alart-before p{
  padding: 10px 0;
}

.alart-before{
  text-align: center;
  width: 80%;
  margin: 10px auto 30px;
  border:solid 1px #d63030;
}

.alart-before ul{
  text-align: center;
  margin: 10px auto;
  width: 90%;
  font-size: 12px;
}

.alart-before .alart_p{
  color: #fff;
  background-color: #d63030;
  font-weight: bold;
  padding: 5px 0;
}
.alart-before li{
  color: #3D2806;
  text-align: left;
}

.cartBannerArea1{
  border:1px solid #ccc;
  margin:10px 0 0;
}
.cartBannerArea1 img{
  width: 100%;
}

.cart_more .cart_more_add{
	padding-bottom: 20px;
}

/*cat2  wc_customer_page.php*/
#customer-info h5{
	font-size: 18px;
	padding: 5px 10px;
}

/*cat3  wc_delivery_page.php*/
#delivery-info th{
	padding-bottom: 20px;
}
#delivery-info tr.customkey_media_other th,
#delivery-info tr.customkey_media_other td {
   border-top: none !important;
 }
#delivery-info tr.customkey_media th,
#delivery-info tr.customkey_media td {
   border-bottom: none !important;
 }

/*#delivery-info .customkey_writer,*/
#delivery-info .customkey_mail_f{
  display: none;
}


/*cat4  wc_confirm_page.php*/

#cart .op_add{
	width: 100%;
	margin: 0 auto;
	background: #2e0e02;
	border: 1px #2e0e02 solid;
}

#cart_table{
	width: 100%;
	margin: 20px auto 10px;
	border:solid 1px #2e0e02;
	
}
#confirm_table h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-align: left ;  
}
#confirm_table th {
  color:#2e0e02;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;  
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #ccc;
  width: 25%;
  background-color: unset;
}
#confirm_table td {
  color:#2e0e02;
  font-size: 12px;
  line-height: normal;  
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #cccc;
  text-align: left ;
}
#confirm_table .ttl {
  background-color: #2e0e02;
  color:#fff;
}
#confirm_table .bdc {
  background-color: #f9f7ef;
}
#confirm_table td.borderup_non{
  border-top:none !important;
  }
#confirm_table td.borderbottom_non{
  border-bottom: none !important;
}
.subtotal_waku
#cart_table .aleft{		
	width: 20%;
	text-align: left;
}

#cart_table .aright{	
	width: 75%;
	padding-right: 10px;
	text-align: right;
}

#cart_table .cart_price_th div,
#cart_table .cart_price_td div{	
	display: inline-block;
	line-height: 30px;	
}

#cart_table .cart_price_th{
	background-color: #2e0e02;
	color: #fff;
}

#cart_table .cart_price_td{
	color: #666;	
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1368 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  line-height: 1.4em;
}
figure.snip1368 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1368 img {
  opacity: 1;
  width: 100%;
  vertical-align: top;
}
figure.snip1368 h3 img{
	width:20%;
	padding:0 5px 5px 10px;
	margin:0 10px;
}
figure.snip1368 h3 {
  position: absolute;
	color:#fff;
  top: 0%;
  width: 100%;
	opacity:0.8;
  background-color: #2275ca;
  z-index: 1;
	padding-top:20px;
  margin: 0;
  font-weight: 300;
  font-size: 1.3em;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
figure.snip1368 h3:before {
  position: absolute;
	
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
	opacity:0.8;
  border-style: solid;
  border-width: 0 315px 55px 0;
  border-color: transparent #2275ca transparent transparent;
}
figure.snip1368 figcaption { 
	 width: 100%;
  z-index: 2;
  bottom: 0%;
	opacity:0.8;
  background-color: #2275ca;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}
figure.snip1368 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 315px;
  border-color: transparent transparent transparent #2275ca;
}

