@charset "utf-8";

/* --------------------------------------------
   カラー設定
-------------------------------------------- */

.error_message {
	color: red;
}

input[ name="regmember" ],
input[ name="customerlogin" ],
input.to_customerinfo_button,
input.to_reganddeliveryinfo_button,
input.to_deliveryinfo_button,
input.to_confirm_button,
input.checkout_button
{
	background-color: #6D4617;
	color: #fff;
	border-radius: 3px;
}

input[ name="regmember" ]:hover,
input[ name="customerlogin" ]:hover,
input.to_customerinfo_button:hover,
input.to_reganddeliveryinfo_button:hover,
input.to_deliveryinfo_button:hover,
input.to_confirm_button:hover,
input.checkout_button:hover
{
	opacity: .6;
}

input#previouscart,
input.back_cart_button,
input.back_to_customer_button,
input.back_to_delivery_button
{
	background-color: #666;
	color: #fff;
	border-radius: 3px;
}

input#previouscart:hover,
input.back_cart_button:hover,
input.back_to_customer_button:hover,
input.back_to_delivery_button:hover
{
	background-color: #999;
}

input#member_login {
	background-color: #fff;
}

input#member_login:hover {
	background-color: #6D4617;
	color: #fff;
}

#memberpages .loginbox p#nav a,
.back_to_top_button {
	color: #999;
}

#memberpages .loginbox p#nav a:hover,
.back_to_top_button:hover {
	border-color: #f6f6f6;
}

#cart th {
	background-color: #f5f5f5 !important;
	color: #666 !important;
}

div.usccart_navi li.usccart_cart {
	background-color: #6D4617 !important;
	background-image: none !important;
}

div.usccart_navi li.usccart_customer {
	background-color: #6D4617 !important;
	background-image: none !important;
}

div.usccart_navi li.usccart_delivery {
	background-color: #6D4617 !important;
	background-image: none !important;
}

div.usccart_navi li.usccart_confirm {
	background-color: #6D4617 !important;
	background-image: none !important;
}

.use_point_button {
	background-color: #2E9995;
	color: #fff;
}

/* --------------------------------------------
   original checkbox
-------------------------------------------- */
.text-checkbox {
	display: block;
	cursor: pointer;
}

.text-checkbox .checked {
	display: none;
	color: #E48000;
}

.text-checkbox :checked ~ .checked {
	display: inline-block;
}

.text-checkbox :checked ~ .unchecked {
	display: none;
}

.text-checkbox input {
	display: none;
}

.text-checkbox .unchecked {
	color: #ccc;
}

.text-checkbox i {
	font-size: 1.2em;
}

/* --------------------------------------------
   member/?page=newmember
-------------------------------------------- */
#newmember .customer_form th {
	width: 25%;
}

#newmember .customer_form input:not(.hidden) {
	display: inline-block;
}

#newmember .customer_form select {
	margin: .5em;
}

/* --------------------------------------------
   member/?page=login
-------------------------------------------- */
#memberpages div.loginbox {
	margin-top: 0 !important;
	width: 60% !important;
}

#memberpages input.loginmail, #memberpages input.loginpass {
	width: 100% !important;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: top;
}

input#member_login {
    padding: 7px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 80%;
	font-size: 1.2rem;
	margin-left: 10%;
}

#memberpages .loginbox p#nav
.post .send {
	text-align: center;
	margin-bottom: .5em;
}

#memberpages .loginbox p#nav a,
.back_to_top_button {
	display: inline-block;
	border-bottom: 1px solid #ccc;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    margin: .5em;
}

input[type="password"] {
	width: 50% !important;
}

input#search_zipcode {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	padding: .5em;
	font-size: .8em;
	margin-right: .5em;
}

input#search_zipcode:hover {
	background: #fff;
}

/* --------------------------------------------
   member
-------------------------------------------- */
#newmember .send,
#memberinfo .send {
    margin-top: 1.5em;
}
#memberinfo .send input {
	border: 1px solid #6D4617;
	border-radius: 3px;
    background: #6D4617;
    color: #fff;
}

#memberinfo .send input:hover {
	background: #fff;
    color: #6D4617;
}

#memberpages .customer_form input:not(.hidden) {
	display: inline-block;
}

#memberpages .customer_form select {
	margin: .5em;
}

#memberpages #memberinfo ul.member_submenu {
	margin-top: 1em;
	margin-left: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

#memberinfo .member_submenu li {
	list-style: none;
}

#memberinfo .member_submenu div {
	display: inline-block;
	padding: .5em;
}

#memberinfo .member_submenu div a {
	padding: .5em 1.5em;
	background: #FFAC2C;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

#memberinfo .member_submenu div.gotoedit {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

/* --------------------------------------------
   cart
-------------------------------------------- */

#inside-cart #cart_table,
#info-confirm #cart_table {
	width: 100%;
	border-left: none;
	border-right: none;
}

#cart th, #cart td {
	border-left: none !important;
	border-right: none !important;
	padding: 1em 0;
}

#cart .upbutton input,
#cart input.delButton {
	font-size: .8em;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}

div.usccart_navi li {
	padding: .5em 0;
}

div.usccart_navi li.ucart {
	list-style-position: inside;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#cart .total_full_price .totalend {
	color: #f30;
	font-size: 1.4em;
	font-weight: bold;
}

#cart #point_table {
/*	width: 100% !important;*/
	border: none !important;
}

#cart #point_table td {
	border: none;
}

#cart #point_table .used_point {
	display: inline-block;
}

.use_point_button {
	border-radius: 3px;
	cursor: pointer;
	padding: 1rem 2rem 1.0625rem;
}

.use_point_button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#escott select[name="expmm"],
#escott select[name="expyy"] {
	width: 30%;
	margin: .5em;
}

#escott select[name="expmm"] {
	margin-left: 0;
}

.send input,
.upbutton input {
	padding: .5em 1em;
	cursor: pointer;
}

.upbutton {
	padding-bottom: .5em;
}

#customer-info h5 {
	background-color: transparent !important;
	color: inherit !important;
	margin: 1em 0;
}

/* --------------------------------------------
   base
-------------------------------------------- */
.u-round {
	border-radius: 10px;
}

.sdr-os {
	float: right;
	width: 250px;
}

.main-os {
	float: left;
	width: 800px;
}

.main-os li {
    list-style: none !important;
}

.sdr-os h3 {
    width: 100%;
    font-weight: 400;
    text-align: center;
    background-color: #aa968f;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 10px;
}

.sdr-os ul li {
	list-style: none;
}

.sdr-os ul li a i {
	opacity: .6;
}

.sdr-os ul li a:hover i {
	opacity: 1;
}

.sdr-os ul.sdr-os-menu,
.sdr-os ul.ucart_widget_body {
	background-color: #fff;
	border-radius: 5px;
    font-size: .875em;
}

.sdr-os ul.sdr-os-menu li,
.sdr-os ul.ucart_widget_body li {
	border-bottom: 1px dotted #ccc;
}

.sdr-os ul.sdr-os-menu li:last-child,
.sdr-os ul.ucart_widget_body li:last-child {
	border-bottom: none;
}

.sdr-os ul.sdr-os-menu li a,
.sdr-os ul.ucart_widget_body li a {
	color: #304875;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
}

.sdr-os ul.sdr-os-menu li a:hover,
.sdr-os ul.ucart_widget_body li a:hover {
    text-decoration: underline;
}

.section table.customer_form th::after,
.section table#cart_table th::after {
	display: none;
}

#cart .thumbnail {
	width: 10% !important;
}

/* --------------------------------------------
   term list
-------------------------------------------- */

.item-name {
    margin-top: 0 !important;
}

.list_term_accordion {
	text-align: center;
	background-color: #40210F;
	color: #fff;
	padding: .5em 1em;
}

.list_term {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_term li {
	width: 33.3334%;
	padding: 5px;
	list-style: none;
}

.list_term li[aria-current] a {
	pointer-events: none;
	background-color: #f0e9e7;
}

.list_term li a {
	display: block;
	padding: .5em 1em;
	border: 1px solid #aa968f;
	background-color: #fff;
	border-radius: 5px;
	color: inherit;
	font-size: .8em;
	font-weight: bold;
	height: 100%;
	text-decoration: none;

	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.list_term li a:hover {
	background-color: #f0e9e7;
	opacity: 1;
}

/* --------------------------------------------
   category
-------------------------------------------- */
.os-item {
	margin-top: 1em;
	text-align: center;
}

.os-item a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.os-item a [class*="os-item-slug"] {
    display: inline-block;
    padding: .3em .6em;
    border: 1px solid #6d4617;
    border-radius: 30px;
    color: #6d4617;
    margin-top: .5em;
}

.os-item a img {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.os-item a:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
	transform: translate(-50%, -50%) scale(1.2, 1.2);
}

.os-item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* --------------------------------------------
   single
-------------------------------------------- */
.item-name {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: .8em;
	border-bottom: 1px solid #ff8800;
}

.item-standard-info dt,
.item-standard-info dd {
	display: inline-block;
}

.item-standard-info dt::after {
	content: " : ";
}

.item-standard-info dd .item-price {
    margin-left: 0;
	color: #930D2A;
	font-size: 1.2em;
}

.item-standard-info li {
    margin-left: 0 !important;
}

.item-comment-title {
	background-color: #40210F;
	color: #fff;
	font-size: .8em;
	padding: .3em 1em .2em;
	margin-bottom: .5em;
	display: inline-block;
	border-radius: 3px;
}

.item-sku {
	padding: 1em .5em;
	border-bottom: 1px solid #ccc;
}

.item-sku:first-of-type {
	border-top: 1px solid #ccc;
}

.item-sku-name {
	font-size: .8em;
	color: #555;
	margin-bottom: .5em;
}

.item-option label {
    width: 45%;
}
.item-option select {
    width: 53%;
    font-size: .8em;
    margin: .2em 0 .2em auto;
}

.zaikostatus {
	font-size: .8em;
	padding: .1em .5em;
	color: #666;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: .4em;
}

.item-sku-field .field_price {
	color: #930D2A;
/*	margin-top: .3em;*/
}

.item-sku-field .field_price .item-tax {
	color: #555;
	font-size: .8em;
	display: inline-block;
}

.item-sku-field .quantity {
	font-size: .8em;
}

.item-sku-field .quantity::before {
	content: "";
}

.item-sku-field .quantity input {
	display: inline-block;
	height: 30px;
	margin: 0 0.3em 0 0;
	padding: 0.3em;
	text-align: center;
	width: 60%;
}

.item-sku-field .cart-button {
	font-size: .8em;
	background-color: #6D4617;
	border: 1px solid #6D4617;
	color: #fff;
	border-radius: 3px;
	padding: .35em;
	text-align: center;
}

.item-sku-field .cart-button:hover {
	background-color: #fff;
	color: #6D4617;
}

.item-sku-field .cart-button input[type="submit"] {
	color: #fff;
	cursor: pointer;
	background: none;
}

.item-sku-field .cart-button:hover input[type="submit"] {
	color: #6D4617;
}

.item-sku-field .itemsoldout {
	color: #666;
	margin-top: .3em;
	text-align: right;
}

/* --------------------------------------------
   リコネクトスタイル上書き
-------------------------------------------- */
.table00, .table01, .section table {
	border-collapse: collapse;
	max-width: 100%;
}

.table01 th, .section th, .section td, .section td:first-child {
	background-color: #fff;
	border-radius: 0;
	text-align: left;
	width: auto;
	color: #333;
}

.section table:not(.reset) td {
	width: auto;
}

input#welcart_cnum,
input[name="seccd"] {
	width: auto;
}

/* --------------------------------------------
   mailpoet
-------------------------------------------- */
.mailpoet_area {
	font-size: 1.2em;
	background: #f5f5f5;
	border-radius: 3px;
}


/* --------------------------------------------
   other
-------------------------------------------- */
.item_all_reset {
	display: block;
	background-color: #FFA82C;
	border-radius: 25px;
	padding: 1% 0;
	width: 25%;
	margin: 0 auto;
}
.item_all_reset a:hover {
	text-decoration: none;
}
.item_all_reset:hover{
	background-color: #D08000;
}

/* --------------------------------------------
   定期購入
-------------------------------------------- */
#wc_regular .wcr_tlt {
	display: none;
}
#wc_regular {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
}
#wc_regular table {
	margin-bottom: 1em;
}
#wc_regular table tbody {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#wc_regular table th {
	background: #eee;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: .9em;
	padding: .3em .6em;
	margin: .3em;
}
#wc_regular table th:empty {
	background: none;
	border: none;
}
#wc_regular table td {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 .8em;
}
#wc_regular .field {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#wc_regular .field .field_price {
	color: red;
	font-size: 1.2em;
	padding-left: .5em;
}
#wc_regular input.skuquantity {
	max-width: 60px;
	margin-right: .5em;
	display: inline-block;
}
#wc_regular input.skubutton {
	font-size: .9em;
	background-color: #E48000;
	border: 1px solid #E48000;
	color: #fff;
	border-radius: 3px;
	padding: .5em 1em;
	text-align: center;
	cursor: pointer;
}
#wc_regular input.skubutton:hover {
	background-color: #fff;
	color: #E48000;
}

#confirm_table th::after {
	display: none;
}

.sdr-os > div + div {
	margin-top: 1.5em;
}