@charset "utf-8";

.error_message {
    color: red;
}

#img-box .itemimg a img {
    width: auto;
}

input.back_cart_button:hover {
    background-color: #ff8c00;
}

input.back_to_customer_button:hover {
    background-color: #ff8c00;
}

#wc_confirm .send input#back_button:hover {
    background-color: #ff8c00;
}

#newmember th {
    background: #ff8c00;
    color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 14px;
}

#newmember .customer_form input {
    width: 100%;
    padding: 5px;
}

input#password1 {
    border: 1px solid #ccc;
}

input#password2 {
    border: 1px solid #ccc;
}

span.member_name {
    padding: 0 !important;
}

#newmember td input {
    margin-left: 0;
}

#memberpages .loginbox p#nav {
    margin-top: 15px;
}

#wc_lostmemberpassword .loginbox input.loginmail {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 5px;
}

#wc_login .loginbox .new-entry, #wc_member .loginbox .new-entry {
    background-color: #FFFCEC;
}

input#previouscart {
    background-color: #FFC600 !important;
    color: #333 !important;
}

input#previouscart:hover {
    opacity: .7;
}

#memberinfo th {
    background-color: #E2750F;
    color: #fff;
}

.member_submenu a {
    background-color: #E2750F;
    color: #fff;
}

.cart_page_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.275em;
    text-align: center;
}

.member_page_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.275em;
    text-align: center;
    margin-bottom: 40px;
}

.header_explanation {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.222em;
}

.cart_page_title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #E2750F;
    margin: 5px auto 0;
    display: block;
}

.member_page_title:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #E2750F;
    margin: 5px auto 0;
    display: block;
}

#wc_ordercompletion h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

#info-confirm .send {
    border-color: #ff8c00;
}

#point_table td input.use_point_button {
    padding: 3px 15px;
    margin-bottom: 15px;
}

#point_table td input.use_point_button:hover {
    background: #ff8c00;
    color: #fff;
}

div.cart_navi li {
	width: 50% !important;
	font-size: 14px;
}

.customer_form input[type="text"] {
    border: 1px solid #CCC;
}

#wc_cart #cart .upbutton input:hover {
    background-color: #e28619 !important;
    color: #fff !important;
}

#primary {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1250px;
	width: 100%;
	margin-top: 40px;
}

#content {
	margin: 0 auto;
	width: 100%;
}

.item_page_title {
	margin: 0;
	padding: 0.35em 0.5em 0.3em;
	font-size: 18px;
	font-weight: 700;
	background: #ff8c00;
	color: #FFF;
}

.storycontent {
	margin: 20px auto 0;
}

#itempage .itemsubimg {
	margin: 5px 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
}

#itempage .itemsubimg a {
	margin: 0;
	padding: 0 0 75%;
	display: block;
	width: auto;
	float: none;
	position: relative;
	height: 0;
	border: 1px solid #CCC;
	background: #FFF;
}

#itempage .itemsubimg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	margin: auto;
}

#itempage #img-box {
	margin: 0;
}

.detail-box {
	margin: 15px auto 0;
}

.item-name {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

#itempage .itemcode {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
}

.item-description {
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.5em;
}

#itempage .item-info {
	margin: 20px auto 0;
	padding: 0;
}

.item-info .skuname {
	margin: 0;
	min-height: 0;
	padding: 0.25em 0.5em;
	font-size: 16px;
	background: #ff8c00;
	color: #fff;
}

.item-info .item-option {
	margin: 10px 0 0;
	padding: 10px 0 10px;
	border-color: #CCC;
}

.item-info .item-option dt {
	font-size: 14px;
}

.item-info .item-option dd {
	margin: 5px 0 0;
}

.item-info .item-option dd select {
	font-size: 14px;
	-webkit-appearance: auto;
	appearance: auto;
	background: #FFF;
	border: 1px solid #CCC;
}

.item-info .itemGpExp {
	margin: 5px 0 0;
	padding: 10px 0 10px;
	border-color: #CCC;
}

dl.itemGpExp dt {
	padding: 0;
	color: #333;
	font-weight: 700;
	font-size: 14px;
}

dl.itemGpExp li {
	font-size: 12px;
}

span.price {
	padding: 0;
	font-size: 12px;
	color: #F00;
}

.item-info .itemGpExp em {
	font-size: 10px;
	color: #333;
}

dl.itemGpExp ul {
	margin: 10px 0 0;
}

dl.itemGpExp ul li:nth-of-type(n + 2) {
	margin: 10px 0 0;
}

#itempage .field {
	padding: 10px 0 10px;
	border-color: #CCC;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-color: #ff8c00;
}

.item-info .zaikostatus {
	float: none;
	font-size: 14px;
	font-weight: 700;
}

#itempage .field .field_price {
	font-size: 18px;
	color: #F00;
}

#itempage .field .field_cprice {
	font-size: 0.75em;
	color: #333;
}

.item-info .field_price em {
	font-size: .75em;
}

.item-info .skubutton {
	background-color: #ff8c00;
	font-family: "Font Awesome 5 Free" !important;
}

.item-info .skubutton:hover {
	background: #ffa500;
}

.item-info .quantity {
	margin-bottom: 0;
	font-size: 14px;
}

#itempage .skuform .skuquantity {
	margin: 0 5px;
	width: auto !important;
	height: auto;
	background: #FFF;
	border: 1px solid #CCC;
}

.item-info .c-box {
	padding: 10px 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.item-info .c-box .cart-button {
	margin: 10px auto 0;
	width: 100%;
}

.item-info .c-box .unit {
	font-size: 14px;
}

div.cart_navi li {
	background: #CCC;
}

div.cart_navi li::before {
	background: #CCC;
}

div.cart_navi li::after {
	background: #CCC;
}

div.cart_navi li.current, div.cart_navi li.current::before, div.cart_navi li.current::after {
	background: #ff8c00;
}

#wc_cart #cart .upbutton {
	font-size: 14px;
	text-align: left;
	padding: 0;
}

#wc_cart #cart .upbutton input {
	margin: 10px 0 0 10px;
	border-color: #E2750F;
	color: #E2750F;
}

#cart table#cart_table {
	margin: 30px auto 0;
}

#cart_table th {
	padding: .25em .5em;
	background: #ff8c00;
	font-size: 12px;
	border-color: #CCC;
}

#cart_table td {
	padding: .25em .5em;
	font-size: 12px;
	background: #FFF;
	border-color: #CCC;
}

#cart_table .quantity input {
	background: #FFF;
	width: 45px;
}

#cart .action input.delButton {
	border: 1px solid #CCC;
	background: #FFF;
}

#cart th.aright, #cart td.arightpa {
	padding: .25em .5em;
	font-size: 14px;
}

#wc_cart .currency_code {
	margin: 10px 0 0;
	text-align: right;
	padding: 0;
	font-size: 12px;
}

.cart-page .send {
	margin: 30px auto 0;
	padding: 0;
}

.send input.to_customerinfo_button, .send input.to_memberlogin_button, .send input.to_deliveryinfo_button, .send input.to_confirm_button, .send input#purchase_button {
	padding: .5em;
	font-size: 14px;
}

input#previouscart {
	background: #CCC;
	color: #FFF;
	padding: .5em;
	font-size: 14px;
}

#customer-info h5 {
	background: #eee;
	margin: 0;
}

#customer-info td input {
	padding: .25em .5em;
	padding: .25em .5em;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
}

#customer-info th {
	margin: 0;
	font-size: 14px;
	width: auto;
	padding: .25em .5em;
	background: #ff8c00;
	color: #fff;
}

.customer_form tr {
	margin: 20px auto 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	border-bottom: 0;
}

#customer-info .send {
	margin: 30px 0 50px;
}

#customer-info td {
	border-top: 0;
	background: #FFF;
}

input.back_cart_button {
	padding: 0.5em;
	font-size: 14px;
	background-color: #CCC;
	color: #fff;
}

#wc_customer .send input.to_reganddeliveryinfo_button {
	margin: 0;
	padding: 0.5em;
	font-size: 14px;
}

#newmember .at_cont_text, #customer-info .at_cont_text {
	width: 100%;
	background: #FFF;
	font-size: 14px;
	line-height: 1.75em;
}

.agree_member_area .at_check_area > label {
	padding: 0.5em;
	font-size: 14px;
	font-size: 16px;
	background: #ff8c00;
	color: #FFF;
}

.agree_member_area .at_check_area {
	margin: 30px auto 0;
}

.error_message {
	margin: 20px 0 20px !important;
	line-height: 1.75em !important;
	font-size: .85em !important;
}

.customer_form tr.inp1 td {
	width: 50%;
}

select {
	border: 1px solid #CCC;
	appearance: auto;
}

#delivery-info th {
	margin: 0;
	width: 100%;
	border-bottom: 0;
	font-size: 14px;
	background: #ff8c00;
	color: #fff;
}

#delivery-info td {
	background: #FFF;
	padding: 15px;
	font-size: 14px;
}

#wc_delivery .customer_form dd {
	margin: 0;
	padding: 0;
}

input.back_to_customer_button {
	padding: 0.5em;
	font-size: 14px;
	background-color: #CCC;
	color: #fff;
}

button, input, optgroup, select, textarea {
	appearance: auto;
}

#delivery-info #delivery_table tr.inp1 input {
	border: 1px solid #CCC;
}

#delivery-info #time textarea, #delivery-info .notes {
	border: 1px solid #CCC;
	width: 100%;
}

#confirm_table th {
	width: 100%;
	display: block;
	font-size: 14px;
	background-color: #FFF9E5;
}

#confirm_table td {
	width: 100%;
	display: block;
	background: #FFF;
	border-top: 0;
	border-bottom: 0;
}

#confirm_table .ttl {
	font-size: 16px;
	background-color: #333;
}

#confirm_table tr.ttl td {
	background: #ff8c00;
}

#confirm_table .ttl h3 {
	color: #FFF;
	font-size: 16px;
}

#wc_confirm .send input#back_button {
	margin-bottom: 0;
	background-color: #CCC;
	color: #fff;
	padding: 0.5em;
	font-size: 14px;
}

#wc_confirm .send input#back_button {
	padding: 0.75em 2em;
	font-size: 16px;
}

#wc_confirm .currency_code {
	FONT-VARIANT: JIS04;
	text-align: right;
}

#wc_ordercompletion .send a {
	display: inline-block;
	background: #E2750F;
	color: #fff;
}

#memberpages div.loginbox {
	width: 100%;
	background-color: #FFFCEC;
}

#wc_login .loginbox #member_login, #wc_member .loginbox #member_login {
	padding: 0.25em .5em;
}

#wc_login .loginbox input.loginmail, #wc_login .loginbox input.loginpass, #wc_member .loginbox input.loginmail, #wc_member .loginbox input.loginpass {
	background: #FFF;
	line-height: 1.75em;
}

#memberinfo table td {
	padding: .25em .5em;
	background: #FFF;
}

#memberpages #memberinfo ul {
	padding: 0;
}

#memberpages #memberinfo li:nth-of-type(n + 2) {
	margin: 10px 0 0;
}

#memberinfo h3 {
	font-size: 16px;
	background: #E2750F;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	color: #FFF;
	height: auto;
}

.currency_code {
	margin: 10px auto 0;
	text-align: right;
	font-size: 14px;
}

.usces_filter_history select {
	background: #FFF;
}

.usces_filter_history label, .usces_filter_history select {
	font-size: 14px;
}

#memberinfo #history_head th, #memberinfo .retail th {
	background: #E2750F;
	padding: .25em .5em;
	color: #FFF;
	font-size: 14px;
}

#memberinfo .customer_form th {
	width: 100%;
	background: #E2750F;
	color: #FFF;
	text-align: left;
	font-size: 14px;
	margin: 0;
}

#memberinfo .customer_form td {
	background: #FFF;
	font-size: 14px;
	padding: .25em .5em;
}

#memberinfo .customer_form input {
	border: 1px solid #CCC;
	background: #FFF;
}

.member-page .send input {
	padding: .25em .5em;
	font-size: 14px;
}

#memberinfo .history-area {
	height: auto;
}


@media screen and (min-width: 38.75em) {
	
	div.cart_navi li {
		width: 25% !important;
		font-size: 13px;
	}


	#itempage {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#itempage #img-box {
		width: 300px;
	}

	.detail-box {
		margin: 0 0 0 5%;
		width: auto;
		flex: 1;
	}

	#itempage .item-info {
		margin: 30px 0 0;
		width: 100%;
	}

	.item_page_title {
		font-size: 20px;
	}
	
	.item-name {
		font-size: 20px;
	}
	
	.item-description {
		font-size: 16px;
	}
	
	.item-info .skuname {
		font-size: 18px;
	}
	
	.item-info .item-option {
		margin: 20px 0 0;
		padding: 20px 0 20px;
	}
	
	.item-info .itemGpExp {
		margin: 10px 0 0;
		padding: 20px 0 20px;
	}
	
	.item-info .item-option dt {
		font-size: 16px;
	}
	
	.item-info .item-option dd select {
		font-size: 16px;
	}
	
	.item-info .itemGpExp dt {
		font-size: 16px;
	}
	
	dl.itemGpExp li {
		font-size: 14px;
	}
	
	.item-info .itemGpExp em {
		font-size: 12px;
	}
	
	.item-info .itemGpExp .price {
		font-size: 18px;
	}
	
	#itempage .field {
		padding: 20px 0 20px;
	}
	
	.item-info .zaikostatus {
		margin: 0;
		font-size: 16px;
	}
	
	#itempage .field .field_price {
		font-size: 22px;
	}
	
	.item-info .c-box {
		padding: 20px 0 20px;
	}
	
	.item-info .quantity {
		font-size: 16px;
	}
	
	.item-info .c-box .cart-button {
		margin: 15px 0 0;
	}

	#newmember .agree_member_area, #customer-info .agree_member_area {
		margin: 0 auto;
	}

	#memberinfo .customer_form th {
		width: 200px;
		font-size: 16px;
	}
	
	#memberinfo .customer_form td {
		width: auto;
		font-size: 16px;
	}

}

@media screen and (min-width: 46.25em) {

	#customer-info h5 {
		font-size: 18px;
	}
	
	.customer_form tr.inp1 td {
		width: 35%;
	}
	
	#customer-info td {
		font-size: 16px;
		/* padding: 0.75em .5em; */
	}
	
	#customer-info th {
		font-size: 16px;
		width: 200px;
	}

	#delivery-info th {
		width: 200px;
		font-size: 16px;
	}
	
	#delivery-info td {
		font-size: 16px;
	}
	
	#wc_delivery .customer_form dt {
		font-size: 16px;
	}
	
	#wc_delivery .customer_form dd {
		font-size: 16px;
	}

	#confirm_table th {
		width: 200px;
		display: table-cell;
		font-size: 16px;
	}
	
	#confirm_table td {
		width: auto;
		display: table-cell;
		border-bottom: 1px solid #CCC;
		font-size: 16px;
	}

	#memberpages .loginbox p {
		font-size: 16px;
	}

	.member-page .send input {
		font-size: 16px;
		padding: .5em .75em;
	}

	#newmember th {
	    width: 200px;
	}

}

@media screen and (min-width: 55em) {

	.cart_page_title {
	    font-size: 40px;
	}

	.member_page_title {
	    font-size: 40px;
	}
	
	.header_explanation {
	    font-size: 16px;
	}

	#wc_ordercompletion h3 {
	    font-size: 25px;
	}

	#cart_table .thumbnail {
		font-size: 16px;
	}
	
	#cart_table td {
		font-size: 16px;
	}
	
	#cart_table .quantity input {
		font-size: 16px;
	}
	
	input#previouscart {
		padding: .75em 2em;
		font-size: 16px;
	}
	
	.send input.to_customerinfo_button, .send input.to_memberlogin_button, .send input.to_deliveryinfo_button, .send input.to_confirm_button, .send input#purchase_button {
		padding: 0.75em 2em;
		font-size: 16px;
	}
	
	#wc_cart #cart .upbutton {
		font-size: 16px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	#wc_cart #cart .upbutton input {
		margin: 0 0 0 15px;
	}

	input.back_cart_button {
		padding: 0.75em 2em;
		font-size: 16px;
	}
	
	#wc_customer .send input.to_reganddeliveryinfo_button {
		padding: 0.75em 2em;
		font-size: 16px;
	}

	#newmember .at_cont_text, #customer-info .at_cont_text {
		font-size: 16px;
	}

	.agree_member_area .at_check_area > label {
		padding: 0.75em 2em;
		font-size: 16px;
	}

	input.back_to_customer_button {
		padding: 0.75em 2em;
		font-size: 16px;
	}

	#memberinfo thfo {
		font-size: 16px;
	}
	
	#memberinfo table .num {
		font-size: 16px;
	}
	
	#memberinfo th {
		font-size: 16px;
	}

}

@media screen and (min-width: 62.5em) {

	#itempage #img-box {
		width: 40%;
	}

	.item-info .item-option dt {
		margin-bottom: 0;
	}

	.item-info .item-option dd {
		margin: 0;
	}

	.item-info .item-option dd, .item-info .itemGpExp dd {
		margin: 0;
	}

	.item-info .itemGpExp dt {
		margin-bottom: 0;
	}

	#itempage .itemcode {
		padding: 0 0 1em;
		font-size: 16px;
	}

	.item-name {
		font-size: 25px;
	}

	.item_page_title {
		font-size: 25px;
	}

	.storycontent {
		margin: 35px auto 0;
	}

	#itempage .item-description {
		margin: 30px 0 0;
	}

	#itempage .item-info {
		margin: 50px auto 0;
	}

	.item-info .skuname {
		font-size: 22px;
	}

}