@charset "utf-8";

/* カート・会員ページ */

/* #memberpages
--------------------------------------------*/
#memberpages {
	margin: 0 0 100px;
	padding: 40px 8vw 16vw;
}
@media screen and (min-width: 768px) {
	#memberpages {
		max-width: 1100px;
		margin: 0 auto 120px;
		padding: 60px 30px 12vw;
		box-sizing: content-box;
	}
}

#memberpages .loginbox {
	max-width: 450px;
	margin: auto;
	width: 100%;
	padding: 0;
}
#memberpages .loginbox label,
#wc_member .loginbox label {
	font-family: "NotoSans Medium", "sans-serif";
	font-size: 18px;
}
#loginform .forgetmenot,
#loginform .submit {
	text-align: center;
}
#wc_login .error_message,
#wc_lostmemberpassword .error_message {
	text-align: center;
}

/* ボタンを赤にする */
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login,
#wc_login .loginbox .new-entry #nav a,
#wc_member .loginbox .new-entry #nav a,
#wc_lostmemberpassword #member_login,
.member-page .send input,
#wc_changepassword #member_login,
.member_submenu a,
.member-page #memberedit .send input.top,
.member-page #memberinfo .send input.top,
.member-page #memberedit .send input.deletemember,
.member-page #memberinfo .send input.deletemember {
	background: #D3342E;
	border-radius: 10px;
	padding: 1.2em 1.5em;
	font-size: 18px;
	text-decoration: none;
	font-family: "NotoSans Medium", "sans-serif";
	color: #fff;
}
/* ボタンのホバー */
#wc_login .loginbox #member_login:hover,
#wc_member .loginbox #member_login:hover,
#wc_login .loginbox .new-entry #nav a:hover,
#wc_member .loginbox .new-entry #nav a:hover,
#wc_lostmemberpassword #member_login:hover,
.member-page .send input:hover,
#wc_changepassword #member_login:hover,
.member_submenu a:hover,
.member-page #memberedit .send input.top:hover,
.member-page #memberinfo .send input.top:hover,
.member-page #memberedit .send input.deletemember:hover,
.member-page #memberinfo .send input.deletemember:hover {
	background: #D3544F;
}

/* 矢印ボタンにする */
#loginform .nav a,
#wc_lostmemberpassword #nav a,
#wc_lostcompletion a,
#wc_newcompletion a,
#wc_changepasscompletion a,
#nav a.lostpassword,
.send a.back_to_top_button {
	font-family: "NotoSans Medium", "sans-serif";
	text-decoration: none;
	display: flex!important;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: auto!important;
	line-height: 1.6;
}
#loginform .nav a::after,
#wc_lostmemberpassword #nav a::after,
#wc_lostcompletion a::after,
#wc_newcompletion a::after,
#wc_changepasscompletion a::after,
#nav a.lostpassword::after,
.send a.back_to_top_button::after {
	content: '\f35a';
	font-family: "Font Awesome 7 Free";
	color: #D3342E;
	font-weight: 900;
	font-size: 145%;
	margin: 0 0 0 8px;
}
#loginform .nav a:hover,
#wc_lostmemberpassword #nav a:hover,
#wc_lostcompletion a:hover,
#wc_newcompletion a:hover,
#wc_changepasscompletion a:hover,
#nav a.lostpassword:hover,
.send a.back_to_top_button:hover {
	color: #D3342E;
	background-color: transparent;
}
#wc_lostmemberpassword #nav a,
#wc_lostcompletion a,
#wc_newcompletion a,
#wc_changepasscompletion a,
.send a.back_to_top_button {
	background-color: transparent!important;
	padding: 0 !important;
}

/* 会員登録されていないお客様 */
#wc_login .loginbox .new-entry,
#wc_member .loginbox .new-entry {
	background-color: #FAECD1;
	text-align: center;
	border: 1px solid #EDD3A1;
	border-radius: 30px;
	padding: 35px 20px 40px;
	font-size: 18px;
	margin: 50px 0 0;
}

/* 新パスワード取得 */
#wc_lostmemberpassword #nav {
	padding: 30px 0 0;
}

/* 新規入会フォーム */
#newmember .header_explanation ul {
	padding: 0;
	margin: 0 0 50px;
}
#newmember .header_explanation li {
	line-height: 2;
}
.customer_form input#search_zipcode {
	background: #D3342E;
	border-radius: 10px;
	text-decoration: none;
	font-family: "NotoSans Medium", "sans-serif";
	color: #fff;
	padding: .8em 1em;
	font-size: 16px;
}
.member-page .send {
	margin: 40px 0 0;
}
@media screen and (max-width: 739px) {
	.customer_form {
		table-layout: fixed;
	}
	.customer_form tr {
		margin-bottom: 0;
		padding: 0;
		border-bottom: none;
		border-top: 2px solid #EDD3A1;
	}
	.customer_form th {
		padding: 15px;
		margin: 0;
	}
	.customer_form td {
		padding: 25px!important;
	}
	.customer_form tr.inp1 td {
		width: 100%;
	}
	.customer_form .member_name {
		padding-left: 0;
	}
	.customer_form .name_td:not(:last-of-type),
	#furikana_row td:not(:last-of-type) {
		padding: 25px 25px 0!important;
	}
	.customer_form tr.inp1 input {
		width: 100%;
		margin-left: 0;
	}
	.customer_form input[type="text"],
	.customer_form input[type="password"] {
		margin-right: 0;
		width: 100%!important;
	}
}
@media screen and (min-width: 740px) {
	.customer_form th,
	.customer_form td {
		border: 1px solid #EDD3A1!important;
	}
}

/* マイページ */
.member_submenu {
	padding: 0;
	margin: 40px 0 0;
	gap: 20px;
	flex-direction: column;
}
.member_submenu li {
	margin: 0;
}
@media screen and (max-width: 767px) {
	#memberinfo table tr,
	#memberinfo th,
	#memberinfo td {
		display: block;
	}
	#memberinfo .space {
		display: none;
	}
	#memberinfo table tbody, #memberinfo table tr {
		border-top: none;
	}
	#memberinfo th {
		border-top: 2px solid #EDD3A1 !important;
	}
}
@media screen and (min-width: 768px) {
	.member_submenu {
		flex-direction: unset;
		gap: 2%;
	}
}

/* 購入履歴 */
#wc_member h3,
#wc_editmemberform h3 {
	color: #333;
	font-size: 22px !important;
	border-bottom: 1px solid #133F03 !important;
	margin-top: 100px !important;
}
.currency_code {
	text-align: right;
}
.usces_filter_history {
	margin: 30px auto;
}
#memberinfo .history-area {
	border: none;
}
#memberinfo .retail {
	margin-bottom: 80px;
}
.history-area th,
.history-area td {
	font-size: 4vw!important;
}
@media screen and (max-width: 767px) {
	.usces_filter_history {
		display: block;
		width: fit-content;
	}
	.usces_filter_history .exclude_cancel {
		margin: 0 0 20px;
	}
	#history_head {
		display: grid!important;
		grid-template-columns: 120px 1fr;
	}
	#history_head .order_head_label,
	#history_head .order_head_value {
		border-top: 2px solid #EDD3A1 !important;
	}
	#memberinfo #history_head tr,
	#memberinfo #history_head th,
	#memberinfo #history_head td {
		display: block;
	}
	#memberinfo #history_head th {
		border-top: none !important;
	}
	#memberinfo #history_head th:not(:last-of-type),
	#memberinfo #history_head td:not(:last-of-type) {
		border-bottom: 1px dashed #EDD3A1 !important;		
	}
	#memberinfo #history_head td {
		text-align: right;
	}
	#memberinfo .retail tr {
		display: grid;
		grid-template-columns: 50px 1fr 1fr 1fr;
	}
	#memberinfo .retail .cartrownum {
		grid-row: 1 / 3;
		padding: 10px !important;
		border-right: 1px dashed #EDD3A1 !important;
	}
	#memberinfo .retail th.thumbnail {
		display: none;
	}
	#memberinfo .retail th.productname {
		grid-column: 2 / 5;
	}
	#memberinfo .retail td.thumbnail {
		grid-column: 2 / 3;
	}
	#memberinfo .retail td.productname {
		grid-column: 3 / 5;
		justify-content: flex-start;
		line-height: 1.5;
	}
	#memberinfo .retail th,
	#memberinfo .retail td {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#memberinfo .retail .price,
	#memberinfo .retail .quantity {
		border-top: 1px dashed #EDD3A1 !important;
		border-right: 1px dashed #EDD3A1 !important;
	}
	#memberinfo .retail .subtotal {
		border-top: 1px dashed #EDD3A1 !important;
	}
	#memberinfo .retail tbody tr:not(:first-of-type) {
		border-top: 2px solid #EDD3A1 !important;
	}
}
@media screen and (min-width: 350px) {
	.history-area th,
	.history-area td {
		font-size: 16px!important;
	}
}
@media screen and (min-width: 768px) {
	#memberinfo .retail {
		margin-bottom: 50px;
	}
}

/* 会員情報編集 */
.member-page .send {
	display: flex;
	justify-content: space-around;
}
.member-page .send .editmember {
	order: 1;
}
.member-page .send .top.back {
	order: 2;
}
.member-page .send .deletemember {
	order: 3;
}
.member-page .send .top {
	order: 4;
}
@media screen and (max-width: 767px) {
	.member-page .send {
		flex-direction: column;
	}
	.member-page .send input {
		max-width: 250px;
		margin: 0 auto 30px;
	}
}


/* #wc_cart
--------------------------------------------*/
.cart_navi,
.page-template-uscescart .header_explanation,
.page-template-uscescart .error_message,
.page-template-uscescart form,
.page-template-uscescart .footer_explanation,
.page-template-uscescart h5,
#info-confirm {
	padding: 0 20px;
}
.page-template-uscescart article {
	padding: 0 0 16vw;
	margin: 0 0 80px;
}
.page-template-uscescart .cart_navi,
.page-template-uscescart #info-confirm {
	padding: 40px 20px;
}
#info-confirm .cart_navi {
	padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
	.cart_navi,
	.page-template-uscescart .header_explanation,
	.page-template-uscescart .error_message,
	.page-template-uscescart form,
	.page-template-uscescart .footer_explanation,
	.page-template-uscescart h5,
	#info-confirm {
		max-width: 1100px;
		margin: 0 auto!important;
		padding: 0 30px;
	}
	.page-template-uscescart article {
		padding: 0 0 12vw;
		margin: 0 0 100px;
	}
	.page-template-uscescart .cart_navi,
	.page-template-uscescart #info-confirm {
		padding: 80px 30px;
	}
	#info-confirm .cart_navi {
		padding: 0 0 80px;
	}
}

/* ボタンを赤にする */
.to_customerinfo_button,
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button,
#wc_customer .send input.to_reganddeliveryinfo_button {
	background: #D3342E;
	border-radius: 10px;
	padding: 1.2em 1.5em;
	font-size: 18px;
	text-decoration: none;
	font-family: "NotoSans Medium", "sans-serif";
	color: #fff;
	margin: 0;
}
/* ボタンのホバー */
.to_customerinfo_button:hover,
.send input.to_customerinfo_button:hover,
.send input.to_memberlogin_button:hover,
.send input.to_deliveryinfo_button:hover,
.send input.to_confirm_button:hover,
.send input#purchase_button:hover,
#wc_customer .send input.to_reganddeliveryinfo_button:hover {
	background: #D3544F;
}

/* ボタンを白・赤枠にする */
#previouscart,
#wc_cart #cart .upbutton input,
#cart .action input.delButton,
.cart-page .send input.back_cart_button,
.cart-page .send input.back_to_customer_button,
#wc_confirm .send input#back_button {
	background: #fff;
	border-radius: 10px;
	padding: 1.2em 1.5em;
	font-size: 18px;
	text-decoration: none;
	font-family: "NotoSans Medium", "sans-serif";
	color: #D3342E;
	border: 1px solid;
	margin: 0;
	min-width: 180px;
}
/* ボタンのホバー */
#previouscart:hover,
#wc_cart #cart .upbutton input:hover,
#cart .action input.delButton:hover,
.cart-page .send input.back_cart_button:hover,
.cart-page .send input.back_to_customer_button:hover,
#wc_confirm .send input#back_button:hover {
	background: #FFEAE9;
	color: #D3342E;
}

/* cart_navi */
div.cart_navi ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 3%;
}
div.cart_navi li::after {
	display: none;
}
div.cart_navi li {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	font-weight: normal;
	padding: 0 0 15px;
	margin: 0;
	background: transparent;
	border-bottom: 2px solid #133F03;
	color: #133F03!important;
	font-family: "NotoSans Medium", "sans-serif";
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
}
div.cart_navi li::before {
	content: '\f07a';
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	color: transparent;
	width: auto;
	height: auto;
	margin: 0 0 10px;
	float: none;
	transform: none;
	border-right: none;
	line-height: 1;
	font-size: 120%;
	background: transparent;
	padding: .7em .45em .5em .5em;
	border-radius: 50%;
}
div.cart_navi li.current {
	background: transparent;
}
div.cart_navi li.current::before {
	background: #133F03;
	color: #fff;
}
@media screen and (min-width: 768px) {
	div.cart_navi li {
		font-size: 16px;
	}
	div.cart_navi li::before {
		font-size: 150%;
	}

}

/* カートの中 */
#wc_cart .no_cart {
	font-weight: normal;
	font-size: 18px;
	margin: 0 20px;
}
#wc_cart #cart .upbutton {
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 1.6;
}
#wc_cart #cart .upbutton input,
#cart .action input.delButton {
	font-size: 16px;
	padding: .5em 1em .6em;
	min-width: auto;
}
#wc_cart #cart .upbutton input {
	margin: 10px 0 10px 15px;
}
#cart_table .quantity {
	width: auto;
}
#cart_table .quantity input {
	width: 60px;
}
#cart_table .thumbnail img {
	border-radius: 10px;
	margin: auto;
}
.cart-page .send {
	max-width: 250px;
	display: flex;
	justify-content: space-around;
	flex-direction: column-reverse;
	margin: auto;
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	#wc_cart #cart .upbutton {
		justify-content: flex-end;
	}
	#cart_table .thumbnail {
		min-width: 100px;
	}
	.cart-page .send {
		max-width: 450px;
		flex-direction: unset;
	}
}
@media screen and (max-width: 767px) {
	#cart_table tr {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	#cart_table .productname {
		grid-row: 1 / 2;		
		border-bottom: 1px dashed #EDD3A1 !important;
	}
	#cart_table th.productname {
		grid-column: 1 / 4;
	}
	#cart_table td.productname {
		grid-column: 2 / 4;
		justify-content: flex-start;
	}
	#cart_table th.quantity,
	#cart_table td.quantity {
		width: auto;
		border-left: 1px dashed #EDD3A1 !important;
		border-right: 1px dashed #EDD3A1 !important;
		justify-content: center;
	}
	#cart_table th.action {
		display: none;
	}
	#cart_table tbody td {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	#cart_table td.action {
		grid-column: 1 / 4;
		width: auto;
		border-top: 1px dashed #EDD3A1 !important;
	}
	#cart_table th.thumbnail,
	#cart_table .stock {
		display: none!important;
	}
	#cart_table td.thumbnail {
		display: flex;
		grid-column: 1 / 2;
		border-bottom: 1px dashed #EDD3A1 !important;
		justify-content: center;
	}
	#cart_table tfoot th {
		grid-column: 1 / 3;
	}
	#cart_table tfoot th.amount {
		grid-column: 3 / 4;
		border-left: 1px dashed #EDD3A1 !important;
	}
	.to_customerinfo_button,
	.send input {
		width: 100%;
	}
}

/* お客様情報 */
#customer-info h5 {
	color: #333;
	padding: 0 30px 20px !important;
	font-size: 18px;
	border-bottom: none !important;
}
#nav a.lostpassword {
	margin: 0!important;
}
@media screen and (max-width: 767px) {
	#customer-info .customer_form {
		margin: 0 0 20px;
	}
	#delivery_flag.customer_form tr:last-of-type {
		border-top: none!important;
	}
}
@media screen and (min-width: 768px) {
	#customer-info .send {
		max-width: 600px;
	}
}

/* 内容確認 */
#confirm_table tr.ttl td {
	background: transparent !important;
	border: none !important;
	padding: 30px 0 15px !important;
}
#confirm_table tr.ttl h3 {
	color: #333;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#info-confirm #cart_table tfoot tr:nth-of-type(3),
	#info-confirm #cart_table tfoot tr:nth-of-type(4) {
		border-top: none!important;
	}
	#info-confirm #cart_table tfoot tr:nth-of-type(3) td {
		border-bottom: 1px dashed #EDD3A1 !important;
		border-top: 1px dashed #EDD3A1 !important;
	}
	#info-confirm #cart_table tfoot .thumbnail {
		display: none;
	}
	#info-confirm #cart_table tfoot tr td:nth-of-type(3) {
		grid-column: 1 / 3;
	}
	#confirm_table tr {
		border-top: 1px solid #EDD3A1;
	}
	#confirm_table tr:first-of-type {
		border-top: none;
	}
	#confirm_table tr:last-of-type {
		border-bottom: 1px solid #EDD3A1;
	}
	#info-confirm #purchase_button {
		margin: 20px 0 40px;
	}
}
@media screen and (min-width: 768px) {
	#confirm_table tr.ttl {
		border-top: none;
	}
}

/* 購入完了 */
#cart_completion {
	padding: 60px 0 0;
}
#cart_completion h3 {
	font-size: 22px;
	color: #133F03;
	padding: 0 20px 20px !important;
}
#cart_completion .header_explanation p:first-of-type {
	display: none;
}
@media screen and (max-width: 767px) {
	#wc_ordercompletion .header_explanation {
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	#cart_completion {
		padding: 80px 0 0;
	}
	#cart_completion h3 {
		font-size: 25px;
		padding: 0 20px 40px !important;
	}
}