@charset "utf-8";

/* ----------------------------------------

cart

---------------------------------------- */

/* cart_shop_detail
------------------------------- */
.cart_shop_detail .shop_detail_def:first-child {
  flex-basis: 300px;
  flex-grow: 1;
}
.cart_shop_detail .shop_detail_def:last-child {
  flex-basis: auto;
  flex-grow: 3;
}
.cart_shop_detail .shop_detail_def dd:not(:last-child) {
  margin-bottom: 20px;
}

/* wrapper_cart
------------------------------- */
.wrapper_cart {
  margin-top: 40px;
  padding: 30px 40px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
}
.wrapper_cart .mod_main_head {
  flex-basis: 100%;
}
.cart_list {
  flex-basis: 530px;
}
.cart_list_wrap {
  border: 1px solid #5e230d;
  border-radius: 8px;
  overflow: hidden;
}
.cart_list_inner {
  max-height: 640px;
  overflow-y: scroll;
}
.cart_list_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 22px;
  padding-bottom: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cart_list_panel:first-child {
  margin-top: 20px;
}
.cart_list_panel:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cart_list_img {
  flex-basis: 80px;
  margin-right: 20px;
}
.cart_list_inner .cart_list_inner {
  flex-basis: 280px;
  margin-right: 5px;
  max-height: inherit;
  overflow: visible;
}
.cart_list_inner .cart_list_def {
  margin-bottom: 10px;
}
.cart_list_inner .cart_list_def dt {
  font-weight: bold;
}
.cart_list_inner .cart_list_note {
  margin-bottom: 5px;
  color: #ff833d;
  font-size: 92.9%;
}
.cart_list_inner .cart_list_function {
  display: flex;
  align-items: center;
  position: relative;
}
.cart_list_inner .cart_list_function .cart_list_function_remove {
  position: absolute;
  right: -102px;
  bottom: 0;
  display: flex;
  margin-top: 10px;
}
.cart_list .mod_button_btn02 {
  margin-top: 40px;
}
.cart_list_subtotal {
  flex-basis: 100px;
  font-size: 142.8%;
  font-weight: bold;
  color: #5e230d;
  text-align: right;
}
.cart_list_subtotal em {
  /* font-style: normal;
  font-size: 171.4%; */
  font-weight: bold;
}
.cart_total {
  flex-basis: 450px;
}
.cart_total_panel {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px 72px 35px;
  border: 1px solid #5e230d;
  background: #fff;
  border-radius: 8px;
}
.cart_total_panel_def {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart_total_panel_def dt {
  margin-bottom: 10px;
  flex-basis: 12em;
  font-size: 107.2%;
  font-weight: bold;
  color: #5e230d;
}
.cart_total_panel_def dt::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: .4em;
  height: .4em;
  border: double 5px #5e230d;
  border-radius: 50%;
  line-height: 1;
  transform: scale(.8) translateY(2.5px);
}
.cart_total_panel_def dd {
  margin-bottom: 10px;
  flex-basis: calc(100% - 12em);
  font-size: 107.2%;
  font-weight: bold;
  color: #5e230d;
  text-align: right;
}
.cart_total_panel_def dd::after {
  content: "";
  display: block;
}
.cart_total_panel_def dd em {
  font-style: normal;
  font-size: 171.4%;
  font-weight: bold;
}
.cart_total_panel_submit {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.cart_total_panel_submit + .mod_button_btn_back {
  margin-top: 20px;
}
.cart_total_panel_submit + .mod_button_btn_back button {
  padding: 11.5px 60px;
  min-width: 300px;
  color: #fff;
  font-size: 128.6%;
}
.cart_total_panel .cart_total_panel_submit .mod_button_cart02 {
  padding: 17.5px 0;
}
.mod_shop_search .mod_button_btn02 button {
  background: #ff833c;
  background: linear-gradient(180deg,#ffb78e 0,#f57936 10%,#f57936 90%,#cd5320);
}
.mod_shop_search .mod_button_btn02 button:hover {
  background: linear-gradient(180deg,#f89e6b 0,#f45f0a 10%,#f45f0a 90%,#c43c05);
}


/* cart_special_panel
------------------------------- */
.cart_special_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 22px;
  padding-bottom: 22px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cart_special_panel:first-child {
  margin-top: 20px;
}
.cart_special_panel:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cart_special_panel .cart_special_def {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
}
.cart_special_panel .cart_special_def dt {
  font-weight: bold;
}
.cart_special_panel .cart_special_def dd {
  flex-basis: 100px;
  font-size: 142.8%;
  font-weight: bold;
  color: #5e230d;
  text-align: right;
}
.cart_special_panel .cart_special_def dd em {
  font-weight: bold;
}
.cart_special_panel .cart_special_def dd .cart_list_function_remove {
  margin-top: 8px;
}
.cart_special_panel .cart_special_list {
  padding: 8px 8px 0 8px;
  width: 100%;
}
.cart_special_panel .cart_special_list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cart_special_panel .cart_special_list li:last-child {
  margin-bottom: 0;
}
.cart_special_panel .cart_special_list li img {
  width: 78px;
  flex-shrink: 0;
  margin-right: 22px;
}
.cart_special_panel .cart_special_list li dl {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 100px);
}
.cart_special_panel .cart_special_list li dl dt,
.cart_special_panel .cart_special_list li dl dd,
.cart_special_panel .cart_special_list li dl dd em {
  font-weight: bold;
}