@charset "UTF-8";
/* 変数 */
/*-----------------------------------------
    Footer
-----------------------------------------*/
footer {
  padding: 0;
  background-color: unset;
  color: unset;
}
footer a {
  color: unset;
}
footer nav.footer-nav {
  width: unset;
  margin: auto;
  padding: 0;
}
footer nav.footer-nav li {
  width: unset;
  margin: 0;
  padding: 0;
  float: unset;
}

div#toTop {
  right: 15px;
  bottom: 30px;
  z-index: 99;
}
div#toTop i {
  font-size: 2em;
  color: #fdba75;
}

/*-----------------------------------------
    Calendar
-----------------------------------------*/
ul.ucart_calendar_body li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
ul.ucart_calendar_body li table {
  width: 100%;
}
ul.ucart_calendar_body li table caption {
  text-align: center;
}
ul.ucart_calendar_body li table th {
  border: 1px solid #4e4e4e;
  text-align: center;
  background-color: #4e4e4e;
  color: #fff;
}
ul.ucart_calendar_body li table td {
  border: 1px solid #4e4e4e;
  text-align: center;
}
ul.ucart_calendar_body li .calendar_afterword {
  text-align: center;
  grid-column: span 2;
}
@media only screen and (max-width: 440px) {
  ul.ucart_calendar_body li {
    grid-template-columns: 1fr;
  }
  ul.ucart_calendar_body li .calendar_afterword {
    grid-column: 1;
  }
}

span.business_days_exp_box {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.businessday {
  background-color: #d1e8b2;
  color: #250000;
}

/*-----------------------------
    Contents
-----------------------------*/
#content {
  padding: 0;
  padding-bottom: 50px;
}

#content .page-title,
#content .entry-title {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
}

.entry-content h4,
.item-description h4 {
  background-color: unset;
}

/*-----------------------------
    Products
-----------------------------*/
div#itempage {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
}
div#itempage #img-box,
div#itempage .detail-box {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 800px) {
  div#itempage {
    gap: 30px;
  }
}
@media only screen and (max-width: 710px) {
  div#itempage {
    gap: 30px;
  }
}
@media only screen and (max-width: 550px) {
  div#itempage {
    grid-template-columns: 1fr;
  }
}

.item-content {
  clear: both;
}

#wc_regular .field {
  width: 96%;
  margin: auto;
}
#wc_regular form {
  width: 96%;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 710px) and (min-width: 551px) {
  table.autodelivery th,
  table.autodelivery td {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  table.autodelivery th,
  table.autodelivery td {
    display: block;
  }
}
table.discount-rate-table {
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
}
table.discount-rate-table caption {
  text-align: center;
  background: #d1e8b2;
  margin-bottom: 10px;
}
table.discount-rate-table th,
table.discount-rate-table td {
  text-align: center;
  padding: 5px 10px;
  line-height: 1.4;
  vertical-align: middle;
}
table.discount-rate-table th span.discount-diff,
table.discount-rate-table td span.discount-diff {
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  background: #d1e8b2;
  font-size: 14px;
}
@media only screen and (max-width: 440px) {
  table.discount-rate-table th span.discount-diff,
  table.discount-rate-table td span.discount-diff {
    display: block;
    margin-left: 0;
  }
}
table.discount-rate-table .tax {
  font-size: 0.85em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 340px) {
  table.discount-rate-table .tax {
    display: block;
  }
}

/*-----------------------------
    Cart
-----------------------------*/
dl.payment_method_list dt {
  width: unset;
}
dl.payment_method_list dd {
  display: none;
}

@media only screen and (max-width: 780px) {
  div.cart_navi ul {
    display: flex;
  }
  div.cart_navi ul li {
    float: unset;
    clear: both;
    flex: 1;
    padding: 0;
    border-right: 1px solid #eee;
    font-size: 14px;
  }
  div.cart_navi ul li:before {
    content: none;
  }
  div.cart_navi ul li:after {
    content: none;
  }
}
@media only screen and (max-width: 460px) {
  div.cart_navi ul {
    flex-wrap: wrap;
  }
  div.cart_navi ul li {
    flex: 50%;
  }
  div.cart_navi ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    border: 20px solid #f8f7f5;
    border-left: 8px solid #dedede;
    transform: unset;
    margin: auto;
  }
  div.cart_navi ul li.current:after {
    border-left: 8px solid #000;
  }
}

@media only screen and (max-width: 620px) {
  #cart_table thead th {
    white-space: nowrap;
    font-size: clamp(0.938rem, 0.871rem + 0.33vw, 1rem);
  }
  #cart_table thead th.subtotal em.tax {
    display: none;
  }
  #cart_table tbody td {
    font-size: clamp(0.875rem, 0.742rem + 0.67vw, 1rem);
  }
  #cart_table tbody td.productname .regular_info {
    font-size: 0.9em;
  }
  #cart_table tbody td.productname .regular_info .regular_info_title {
    white-space: nowrap;
    font-size: clamp(0.875rem, 0.742rem + 0.67vw, 1rem);
  }
}
@media only screen and (max-width: 500px) {
  #wc_cart div#cart {
    overflow-x: auto;
  }
  #wc_cart div#cart .upbutton {
    font-size: 14px;
  }
  #wc_cart div#cart .upbutton input[type=submit] {
    display: block;
    margin-left: auto;
  }
}
#wc_delivery .customer_form dt {
  width: unset;
}

/*-----------------------------
    Login
-----------------------------*/
#wc_login .loginbox,
#wc_member .loginbox {
  padding: 0;
  width: 80%;
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #wc_login .loginbox,
  #wc_member .loginbox {
    width: 100%;
  }
}/*# sourceMappingURL=welcustom.css.map */