/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Author URI:		https://www.collne.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/


#delivery_flag {
	display: none;
}

.page-template-posts #main ul li {
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ccc solid;
    padding: 15px;
}

/*暫定*/
/*
.page-template-area-php main,
.page-template-medium-php main,
.page-template-size-php main,
.page-template-results-php main,
.page-template-posts-php main
{
    width: 100%;
}

.page-template-area-php h2,
.page-template-medium-php h2,
.page-template-size-php h2,
.page-template-results-php h2,
.page-template-posts-php h2
{
  font-size: min(2.4rem, 24px);
  font-weight: 700;
		margin-bottom:min(2.4rem, 24px);
}

.page-template-area-php label,
.page-template-medium-php label,
.page-template-size-php label,
.page-template-results-php label,
.page-template-posts-php label
{
display: block;
  font-size: min(2rem, 20px);
		margin-bottom:min(1rem, 10px);
}

.page-template-medium-php button,
.page-template-size-php button,
.page-template-results-php button,
.page-template-posts-php button
{
	display: block;
	font-size: min(2rem, 20px);
	margin-bottom: min(1rem, 10px);
	background-color: #ccc;
	padding: 10px;
	text-align: center;
}

.page-template-results-php ul.detail_list,
.page-template-posts-php ul.detail_list  {
font-size: min(2rem, 20px);
}
.page-template-results-php ul.detail_list li,
.page-template-posts-php ul.detail_list li {
margin-bottom: min(1rem, 10px);
}

.page-template-results-php ul.detail_list li,
.page-template-posts-php ul.detail_list li {
	display: flex;
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.page-template-posts-php ul.detail_list li input[type="submit"] {
margin-left:min(1rem, 10px);
}
*/


#cart_table .num,
#cart_table .thumbnail,
#cart_table .stock,
#cart_table .unitprice,
#cart_table .quantity {
display: none !important;
}

#cart_table tr {
    padding: min(3.2rem, 32px) 0;
    border-top: 1px solid var(--color-middle_gray);
    border-bottom: 1px solid var(--color-middle_gray);
    border-left: none;
    border-right: none;
    margin-top: min(-0.1rem, -1px);
}
#cart_table td {
padding: min(3.2rem, 32px) 0;
border:none;
padding:none;
}
#cart_table .productname {
    font-size: min(2.0rem, 20px);
    font-weight: 700;
    display: flex;
    gap: min(1.6rem, 16px);
}
#cart_table .cart_price {
}
#cart_table td.subtotal {
    font-size: min(2.0rem, 20px);
}
#cart_table td input.delButton {
    all: unset;
    width: min(8rem, 80px);
    border-radius: 5px;
    background-color: var(--color-gray);
    color: #fff;
    font-size: min(1.6rem, 16px);
    font-weight: 500;
    padding: min(0.8rem, 8px) 0;
    text-align: center;
    cursor: pointer;
}
.wp-block-table td, .wp-block-table th {
border:none;
}
.mwform-checkbox-field-text {
    font-size: min(1.6rem, 16px);
    color: var(--color-gray);
    cursor: pointer;
}
.mwform-checkbox-field label, .mwform-radio-field label {
    display: flex;
    align-items: center;
}
.mw_wp_form .error {
font-size: min(1.6rem, 16px);
width: 100%;
text-align: right;
}
.mw_wp_form_confirm .privacy_policy_txt {
display: none;
}
.mw_wp_form_confirm form div.privacy_wrap {
margin-left:185px;
font-size: min(1.6rem, 16px);
}
.middle_select_area p {
	font-size: min(1.6rem, 16px);
	margin-top: min(3rem, 30px);
	text-align: center;
}


/*会員登録*/
.member-page {
font-size: min(1.6rem, 16px);
}
.error_message {
	color: #ff3366;
	font-size: min(1.6rem, 16px);
	max-width: min(100rem, 1000px);
	margin: 0 auto min(2rem, 20px);
	line-height: 1.5;
}
div.header_explanation {
	max-width: min(100rem, 1000px);
	margin: 0 auto min(3rem, 30px);
	line-height: 1.7;
}
.header_explanation ul {}
.header_explanation ul li {}
table.customer_form {
}
table.customer_form th,
table.customer_form td {
/*
border:none;
background: none;
*/
padding: min(1rem, 10px);
}
table.customer_form th {
	text-align: left;
}
table.customer_form th em {
	font-style: normal;
	font-size: min(1rem, 10px);
}
table.customer_form td {
}
.member-page textarea, 
.member-page select, 
.member-page input {
  flex: 1;
  padding: min(1rem, 10px);
  border: 1px solid var(--color-blue);
  border-radius: 5px;
}
.member-page input[type="checkbox"] {
  display: inline-block;
  width: min(2.4rem, 24px);
  height: min(2.4rem, 24px);
  border: 1px solid var(--color-blue);
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-left: 0;
}
.member-page input[type="checkbox"]:checked::before {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-blue);
  font-size: min(1.8rem, 18px);
}
.at_check_area {
display: flex;
align-items: center;
}
.member-page .send input {
all: unset;
    margin: 0 auto;
    width: min(32rem, 320px);
    height: min(6.4rem, 64px);
    border-radius: 10px;
    background-color: var(--color-blue);
    color: #fff;
    font-size: min(2.0rem, 20px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .8s;
}
.customer_form input#search_zipcode {
	background-color: var(--color-blue);
	color: #fff;
	border:none;
}
.complete_msg {
	display: block;
	font-size: min(4rem, 40px);
	font-weight: 700;
	color: var(--color-blue);
	margin-bottom: min(2.0rem, 20px);
	line-height: 1;
	text-align: center;
}
#memberpages p {
text-align: center;
}
#memberpages .pasing {
    width: fit-content;
    margin: min(12rem, 120px) auto 0;
    display: flex;
    gap: min(4rem, 40px);
    align-items: center;
}
#memberpages .pasing a,
#memberpages .pasing input {
	width: min(32rem, 320px);
	height: min(6.4rem, 64px);
	border-radius: 10px;
	background-color: var(--color-blue);
	color: #fff;
	font-size: min(2.0rem, 20px);
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .8s;
	border: none;
	cursor: pointer;
}
#memberpages .pasing a::after {
    background-image: url(img/icon_arrow_white_left.png);
    background-size: contain;
    right: 0;
    left: auto;
    transform: translateX(200%);
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: min(1.6rem, 16px);
    height: min(1.6rem, 16px);
    top: 0;
    bottom: 0;
    margin: auto;
}
div.footer_explanation {
	line-height: 1.7;
}
@media (max-width: 799px) {
.member-page {
font-size: 1.6rem;
}
.header_explanation {
margin-bottom: 3rem;
}
table.customer_form th,
table.customer_form td {
padding: 0;
}
table.customer_form textarea, 
table.customer_form select, 
table.customer_form input {
width: 100%;
}
#zipcode {
	width: 70%;
}
table.customer_form input.search-zipcode {
	width: auto;
	text-align: center;
	margin-left:0 !important;
}
.complete_msg {
	font-size: min(2rem, 20px);
}
#memberpages .pasing {
    display: block;
				margin: min(5rem, 50px) auto 0;
}
#memberpages .pasing a,
#memberpages .pasing input {
	margin-bottom: min(2.0rem, 20px);
}
div.footer_explanation {
	line-height: 1.7;
	text-align: left;
}
		}
		
		#wc_lostmemberpassword .loginbox input.loginmail {
		border-radius: 5px;
		}
		#wc_lostmemberpassword #member_login {
		margin: 0 auto;
    max-width: min(32rem, 320px);
    height: min(6.4rem, 64px);
    border-radius: 10px;
    background-color: var(--color-blue);
    color: #fff;
    font-size: min(2.0rem, 20px);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all .8s;
				line-height: 1;
		}
		.lostpass_txt {
		margin: min(5rem, 50px) 0 min(3rem, 30px) 0;
	text-align: center;
}
p#nav {
	text-align: center;

}

#customer-info textarea, 
#customer-info select, 
#customer-info input,
#delivery-info textarea, 
#delivery-info select, 
#delivery-info input {
  flex: 1;
  padding: min(1rem, 10px);
  border: 1px solid var(--color-blue);
  border-radius: 5px;
}
#customer-info input[type="checkbox"],
#delivery-info input[type="checkbox"] {
  display: inline-block;
  width: min(2.4rem, 24px);
  height: min(2.4rem, 24px);
  border: 1px solid var(--color-blue);
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-left: 0;
}
#customer-info input[type="checkbox"]:checked::before,
#delivery-info input[type="checkbox"]:checked::before{
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-blue);
  font-size: min(1.8rem, 18px);
}
#delivery-info input[type="radio"] {
width:auto;
}
#customer-info .send,
#delivery-info .send,
#info-confirm .send {
display: flex;
gap:min(1rem, 10px);
justify-content: center;
}
#info-confirm .send {
margin-top: min(5rem, 50px);
}
#customer-info .send input,
#delivery-info .send input,
#info-confirm .send input {
	all: unset;
	margin: 0 auto;
	width: min(32rem, 320px);
	height: min(6.4rem, 64px);
	border-radius: 10px;
	background-color: var(--color-blue);
	color: #fff;
	font-size: min(2.0rem, 20px);
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .8s;
	text-align: center;
	margin:0;
}
#customer-info .send input.to_reganddeliveryinfo_button {
margin-top:0;
}
#delivery-info .send input.back_to_customer_button,
#info-confirm .send input.back_to_delivery_button {
  display: block;
  margin: 0;
  width: min(30rem, 300px);
  text-align: center;
  background-color: #ddd;
  font-size: min(1.6rem, 16px);
  font-weight: 600;
  color: #333;
  position: relative;
		cursor: pointer;
}
#customer-info h5 {
font-size: min(2rem, 20px);
}

.customer_form td label {
flex-shrink: 0;
align-items: center;
}
@media (max-width: 794px) {
.customer_form td label {
    width: 100%;
}
}

#confirm_table .ttl td {
background-color: var(--color-blue) !important;
}
#confirm_table .ttl td h3 {
	color: #fff !important;
}
#cart_table tr td.postage {
    width: 100%;
}
#info-confirm  #cart_table tr td.aright {
   padding: min(1rem, 10px);
}
#cart_table tr td.productname span {
  width: min(10rem, 100px);
  padding: min(0.8rem, 8px) 0;
  background-color: var(--color-blue);
  color: #fff;
  font-size: min(1.6rem, 16px);
  font-weight: 600;
  margin-right: min(1.6rem, 16px);
  text-align: center;
  border-radius: 4px;
}
.confiem_notice {
	font-size: min(1.6rem, 16px);
	margin-bottom: min(3rem, 30px);
	padding: min(2rem, 20px) !important;
	text-align: center;
	border: 1px solid var(--color-blue);
}

.page-template-uscescart{
	font-size: min(1.6rem, 16px);
}

.ui-widget-header {
    border: none;
    background: var(--color-blue);
    color: #fff;
    font-weight: bold;
}

.member_page_title {
	width: 100%;
    height: min(22rem, 220px);
    background-color: var(--color-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(4.8rem, 48px);
    font-weight: 700;
    color: #fff;
}
@media (max-width: 794px) {
.member_page_title {
        height: 11rem;
        font-size: 2rem;
    }
}

#memberedit {
	text-align: center;
}
#memberedit h2 {
	margin-bottom: min(3rem, 30px);
	text-align: center;
}
#memberedit p {
line-height: 1.7;
}
.storycontent{
		margin-bottom: min(8rem, 80px);
}

.cart_page_title {
	width: 100%;
	height: min(22rem, 220px);
	background-color: var(--color-blue);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(4.8rem, 48px);
	font-weight: 700;
	color: #fff;
	margin-top: min(11.2rem, 112px);
}
@media (max-width: 794px) {
.cart_page_title {
	height: 11rem;
	font-size: 2rem;
	margin-top: 6.0rem;
}
}

.support_box {
text-align: center;
font-size: min(1.6rem, 16px);
line-height: 1.7;
	margin-bottom: min(11.2rem, 112px);
}
.support_box a:link {
	background-color: var(--color-blue);
	padding: 5px 20px;
	border-radius: 999px;
	color: #fff;
}
.support_box a:visited {
	color: #fff;
}

.page-template-uscescart .cart_total_fixed {
display: none;
}

.item-single-image {
    display: none !important;
}
/* 購入履歴の商品リンクを非表示にする */
.member_history_list .itemname a {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}
/*
 * 購入履歴一覧の画像と商品名のリンクを無効化する
 */
.history-area .thumbnail a,
.history-area .productname a {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}

.history-area .thumbnail img {
    pointer-events: none;
    cursor: default;
}



/* カレンダーアイコン */
/* ナビゲーションアイコンの基本スタイル */
.ui-datepicker-header .ui-icon {
    background-image: none !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    width: auto !important;
}

/* 「前」アイコンのスタイル */
.ui-datepicker-header .ui-datepicker-prev .ui-icon::before {
    content: "◀︎" !important;
    color: white !important; /* 白色に設定 */
    font-size: 1.1em !important;
    text-indent: 0 !important;
}

/* 「次」アイコンのスタイル */
.ui-datepicker-header .ui-datepicker-next .ui-icon::before {
    content: "▶︎" !important;
    color: white !important; /* 白色に設定 */
    font-size: 1.1em !important;
    text-indent: 0 !important;
}

/* マウスオーバー、クリック、無効化時のスタイルを上書き */
.ui-datepicker-header .ui-state-hover .ui-icon::before,
.ui-datepicker-header .ui-state-active .ui-icon::before,
.ui-datepicker-header .ui-state-disabled .ui-icon::before {
    color: white !important; /* 全ての状態に対して白色を強制 */
}