@charset "utf-8";
/* CSS Document */

/*********************************************************************/
/* wc_item_single Start */
#content h1.item_page_title {
  padding-bottom: 10px;
  font-size: 1.5em;
}
#itempage h2.item_name {
  margin-bottom: 10px;
  margin-left: 310px;
  padding: 3px 5px;
  background-color: #999999;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
#itempage .itemimg {
  /*    width: 300px;*/
  text-align: center;
}
#itempage .field {
  margin-left: 310px;
}
#itempage .assistance_item {
  width: 740px;
}

#itempage .assistance_item h3 {
  background-color: inherit;
  color: inherit;
  font-size: 22px;
}

#itempage .assistance_item ul {
  margin-right: -10px;
  overflow: hidden;
  _zoom: 1;
}

#itempage .assistance_item .listbox {
  height: 125px;
  margin-right: 0px;
  overflow: hidden;
}
#itempage .assistance_item .listbox .assist_excerpt {
  height: 103px;
  overflow: hidden;
}
#itempage .assistance_item .listbox .assist_price {
  text-align: right;
  font-weight: bold;
  margin-top: 2px;
  margin-right: 8px;
}
/* wc_item_single End */
/*********************************************************************/
/* cart Start */
#content h1.cart_page_title {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  div.usccart_navi li.ucart {
    padding-left: 5px !important;
  }
}

#cart table {
  width: 100%;
}
th.aright {
  font-size: 16px !important;
  font-weight: bold !important;
} /* 合計金額 */

#content #wc_cart img,
#content #wc_confirm img {
  max-width: none;
}
/* cart End */
/*********************************************************************/
/* member Start */
#content h1.member_page_title {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 1.5em;
}
/* member End */
/*********************************************************************/

/* 2022/07/12 add 位牌カートにて */
/*form*/
#delivery-info th,
#delivery-info td {
  font-size: 1em;
  color: inherit;
}
#delivery-info td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  #delivery-info th,
  #delivery-info td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    width: 100%;
    display: block;
  }
  #delivery-info th {
    width: 100%;
  }
  .customer_form td {
    padding-right: 14px !important;
  }
}

#delivery-info .notes {
  width: inherit;
  margin-bottom: 0;
}
#delivery-info h2 {
  border-bottom: none;
  color: inherit;
  background-color: #f3f3f3;
}

#memberinfo h3,
#customer-info h5 {
  font-size: 20px;
  text-align: left;
  line-height: 1.2;
  background-color: inherit;
  padding: 0.5rem 0.5rem 0.5rem 0;
  height: auto;
  margin-bottom: 2rem;
  border-bottom-color: #a28723;
  font-weight: bold;
  color: #000;
}

/* マイページ */
#memberinfo .history-area {
  height: auto;
}
#memberinfo th {
  text-align: left;
  color: inherit;
  font-weight: bold;
}

.msa_field_block input {
  width: auto;
}
.msa_field label {
  width: 24%;
}

#destination {
  margin-bottom: 3px !important;
} /*select*/

#memberpages input[type="text"] {
  width: auto;
}
#memberpages input[type="text"],
#memberpages input[type="password"] {
  background: #fff;
  width: 100%;
  border: 1px solid #d2cbcb;
  padding: 2%;
  margin: 1% 10px 1% auto;
}
@media (max-width: 768px) {
  #memberpages input[type="text"],
  #memberpages input[type="password"] {
    margin-right: auto;
  }
}
#msa_note {
  background: #fff;
  border: 1px solid #d2cbcb;
  width: 100%;
} /* マイページ */
#memberinfo td {
  background-color: inherit;
}
@media (max-width: 768px) {
  #memberinfo th,
  #memberinfo td {
    display: block;
    width: 100%;
  }
  #memberpages th {
    padding: 0.4rem 0.2rem 0.4rem 0.4rem;
  }
  #memberpages td {
    padding: 8px 10px;
  }
}

select.pref {
  border: 1px solid #d2cbcb;
  appearance: auto;
}

.catbox .post .entry {
  border-bottom: inherit;
  padding-bottom: 0;
} /*いろは系*/

table.item_option caption {
  margin-top: 10px !important; /*imp消x*/
  margin-bottom: 7px !important; /*imp消x*/
}

#memberinfo .send input[name="editmember"] {
  margin: 1rem;
}
#new_destination,
#add_destination,
#edit_destination,
.open_allocation_bt,
.ui-widget-content .go_destination a,
input#new_alloc_button,
input.allocation_edit_button {
  padding: 16px 24px;
  text-align: center;
  position: relative;
  background: #333;
  color: #fff;
  font-weight: bold;

  font-size: 16px;
  border: none;
} /*btn*/
input.allocation_edit_button {
  line-height: 1;
}

.allocation_dialog_exp {
  background: #f1edde;
  border-color: #a28723;
}

.post-code input {
  width: 80px !important;
} /*郵便番号*/

em.tax {
  font-size: 0.5em;
  background-image: none;
  color: #000;
} /* 打ち消し線消す */
#cart_table em.tax {
  color: inherit;
}
#delivery-info .customer_form dt {
  font-size: 1em;
}
#memberpages input[type="text"] {
  width: auto;
}
@media (max-width: 768px) {
  #memberpages input[type="text"] {
    width: 100% !important; /*imp消x*/
  }
  input[name="msa_zip"],
  select[name="member[pref]"] {
    width: auto !important;
  }
  ul.member_submenu {
    margin-top: 15px !important; /*imp消x*/
  }
}

.msa_field_block input[type="text"],
input#loginmail {
  width: 100% !important;
}

.customer_form input {
  width: 150px;
}
.customer_form input#zipcode {
  width: 115px !important;
  margin-right: 7px;
}

/*ギフト用配送先*/
.return_navi a {
  background-color: inherit;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  #new_destination {
    margin-top: 20px;
  }
  .return_navi {
    position: relative;
  }
  .return_navi a {
    margin-top: 20px;
  }
}

#memberinfo li {
  line-height: inherit !important;
  margin-bottom: 5px !important;
  font-size: 14px !important;
}
#memberinfo li::before {
  background-color: inherit;
  color: inherit;
  margin-top: 0;
  border: 1px solid #a28723;
}

.allocation_listarea_title {
  border-bottom: 1px solid #a28723;
}
.customkey_raiten label {
  margin-right: 15px;
  display: inline-block;
}

.return_navi a {
  padding-right: 0;
}
.return_navi a:hover,
.open_allocation_bt:hover,
#new_destination:hover,
#edit_destination:hover,
#add_destination:hover,
#new_alloc_button:hover,
.go_destination a:hover,
input.allocation_edit_button:hover {
  background-color: #987c20;
  transition: 0.3s ease-in-out;
}

.msa_table img {
  width: auto;
  height: 80px;
}
.allocation_edit_button {
  font-weight: bold;
}
@media (max-width: 768px) {
  .allocation_list_brock {
    overflow-x: scroll;
  }
  /*複数配送先*/
  table.msa_table th,
  table.msa_table td {
    width: 100%;
    display: block;
  } /* 幅いっぱい式なら */
  table.msa_table .msa_arrow,
  table.msa_table .msa_check,
  table.msa_table .msa_price,
  table.msa_table .msa_quantity {
    width: 50%;
    display: inline-flex;
  }
  table.msa_table .msa_arrow:first-child,
  table.msa_table .msa_check:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }
  table.msa_table .msa_price:nth-last-child(2),
  table.msa_table .msa_quantity:last-child {
    border-bottom: 2px solid #e6e6e6;
  }
  table.msa_table .msa_thumb {
    text-align: center;
  }
  table.msa_table td {
    line-height: 1.5;
  }
  table.msa_table .msa_thumb {
    width: 100%;
  }

  #delivery_table input {
    width: 100% !important;
  }

  #allocation_dialog {
    width: 100% !important;
    min-width: inherit !important;
  } /* マイページモーダル */
  .new_alloc_button_area {
    text-align: center;
  }
  .go_destination /*a*/ {
    margin-right: 0;
  }

  #customer-info th {
    width: 100%;
  }
}
@media (max-width: 375px) {
  #destination {
    margin-top: 10px;
  }
  .go_destination a {
    margin-bottom: 10px;
  }
  .go_destination a,
  input#new_alloc_button {
    width: 80%;
  }
}

#flower-foam #wc-table li,
ol.ucart li.ucart {
  padding-left: initial !important; /*imp消x*/
  text-indent: initial !important; /*imp消x*/
}
ol.ucart li.ucart {
  padding-left: 1rem !important; /*imp消x*/
  padding-right: 1rem;
}
ul.ucart_featured_body {
  padding: 0;
}
ul.ucart_featured_body .thumimg {
  width: auto;
}

#contact li::before,
#benefit-form li::before {
  content: "−";
  font-weight: bold;
  margin-right: 2px;
} /*form注意書き #mw_wp_form*/

/* 供花form内 */
#flower-foam li::before {
  content: none;
}

@media (max-width: 768px) {
  .mwform-radio-field input {
    margin-bottom: 5px;
  }

  #cart_table td,
  #cart_table td.thumbnail img {
    height: fit-content !important;
  }
}
