@charset "utf-8";
/* CSS Document */
/*------------------------------
	      ショッピングカート
--------------------------------*/
html {
  height: 100%;
}
body {
  height: 100%;
}
/*article#cart {
}*/

.itmTextBox{
	width: calc(100% - 110px);
  font-size: 1.6rem !important;
  max-height: none;
}

.line5{
	line-height: 5px !important;
		height: 5px;
}

.itmqty_reguBox{
	display: flex;
	width: 100%;
}

.boxL {
	width: 48%;
}
.boxL40 {
	width: 40%;
}
.boxL50 {
	width: 50%;
}
.boxR {
	width: 48%;
	text-align: right;
}
.boxR40 {
	width: 40%;
	text-align: right;
}
.boxR35c {
	width: 35%;
	text-align: center;
}
.boxR50 {
	width: 50%;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    max-width:30% !important;

}
.radio-inline__input:checked + .radio-inline__label {
    background: black;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
  border: 1px solid black;
	border-bottom: solid 4px gray;
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.4rem 0.5rem !important;
    margin-right: 10px;
    border-radius: 3px;
    transition: all .2s;
  border: 1px solid gray;
	border-bottom: solid 4px gray;
	border-radius: 3px;
    background: white;
	font-size: 1.2rem;
}

.radio-inline__label:hover {
    background-color: #ddd;
}

.radio-inline__input:checked + .radio-inline__label {
    background: black;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
  border: 1px solid black;
	border-bottom: solid 4px gray;
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}




article#cart > div, main#cart > div {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	position: relative;
}
#cart .mainContainer {
    margin-top: 0;
	font-size: 1.4rem;
}
#cart .content {
  height: 100%;
  min-height: 100%;
  padding: 0;
  padding-bottom: 0 !important;
  clear: both !important;
}
.cartBoxR {
  height: 100%;
	background-color: #F1F1F1;
}
#cart h1 img {
  margin-right: 10px;
  width: 25px;
}
#cart .cartInner .itmNameBox03 {
  width: calc(100% - 110px);
  font-size: 16px !important;
  max-height: none;
}
#cart .cartInner .itmNameBox h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}
#cart .cartInner .itmImgBox {
  width: 100px;
  margin-right: 10px;
  min-height: auto;
  position: static;
}
#cart .cartInner04 {
  width: 100%;
  padding: 10px 0 10px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  display: flex;
	position: relative;
}
#cart .cartInner04 .closeWrap {
  display: block;
  position: absolute;
  top: 10px;
	right: 15px;
}
#cart .cartInner04 .close {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
	cursor: pointer;
}
#cart .cartInner04 .close::before, #cart .cartInner04 .close::after { 
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; 
  height: 18px; 
  background: #333;
}
#cart .cartInner04 .close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#cart .cartInner04 .close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.qty_price_wrap {
  display: flex;
  flex-wrap: wrap;
	/*width: 50%;*/
}
.qty_price_wrap .price {
  float: right;
  text-align: right;
  padding-left: 7em;
  z-index: -1;
  position: relative;
  top: -15px;
  flex: 7 0 auto;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
}
.qty_price_wrap .price .price {
  padding-left: 3em;
  top: 0;
}
.qty_price_wrap .total {
  padding-left: 3em;
  top: -15px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  flex: 1 0 auto;
  align-self: center;
}
.btn_black02 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.btn_black02 {
  width: 100%;
  padding: 14px;
  text-align: center;
  font-size: 1.3rem;
  /*font-weight: bold;*/
  color: #FFF;
  background-color: #000;
  border: 1px solid #000;
  display: block;
  cursor: pointer;
  cursor: hand;
  transition-duration: 0.3s;
}
.btn_black02:hover {
  color: #000;
  background-color: #DDD!important;
}
#order-summary-panel {
  line-height: 24px;
}
#order-summary-panel .sub-wrapper {
  display: flex;
}
#order-summary-panel .label {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  flex: 1 1 auto;
  letter-spacing: .12em;
}
#order-summary-panel .value {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  flex: 1 1 auto;
  white-space: nowrap;
}
#order-summary-panel .value span.total_L {
    font-size: 1.8rem;
    font-weight: bold;
}
.order-summary-panel .delivery_options_select label {
  display: none;
}
.order-summary-panel .delivery_options_select select {
  margin-bottom: none;
  margin-top: none;
  max-height: 35px;
}
.delivery_options_select select {
  border: 1px solid #ccc;
  min-height: 45px;
  opacity: 1;
  width: 100%;
  line-height: 19px;
  padding: 1px 1px 1px 14px;
  margin-bottom: 10px;
  background-size: 36px;
  border-radius: 0;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("../../img/bellestyle.jp/cart/arrow--down.svg");
  color: #212121;
  cursor: pointer;
}
.qty_counter select {
  border: 1px solid #ccc;
  min-height: 35px;
  opacity: 1;
  width: 4em;
  line-height: 15px;
  padding: 1px 1px 1px 10px;
  margin-bottom: 5px;
  background-size: 20px;
  border-radius: 0;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("../../img/bellestyle.jp/cart/arrow--down.svg");
  color: #212121;
  cursor: pointer;
}
#order-summary-panel .delimiter {
  border-top: solid 1px #ccc;
  width: 100%;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0;
  flex: 1 1 auto;
  letter-spacing: .12em;
}
.giftwrap {
  display: block;
  margin: 0 0 5px
}
.title--h5 {
  font-size: 1.4rem;
  /*font-family: "Noto Sans JP", "Lars Malone", Helvetica, Arial, sans-serif;*/
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 5px;
}
.panel div.content {
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
}
.goukei_tbl td.tdlabel {
    font-size: 1.6rem!important;
}
#cart .totalBox span.total {
    font-size: 1.4rem;
    font-weight: bold;
}


/*||||||　@media 769px以上　||||||*/
@media screen and (min-width: 769px), screen and (width: 768px) and (orientation: portrait) {
	.cartBoxL {
    position: relative;
	  z-index: 1;
  }
	.cartBoxL p {
    margin-bottom: 2rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
}
  .cartBoxR {
    width: 35%;
    /*height: 100%;*/
    min-height: 80%;
    padding: 10px 15px 20px 15px;
    margin-top: 0;
		float:right;
  }
	.fixed-child-right {
	  position: fixed;
	  width: 100%;
	  max-width: 1100px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 100px;
	}
	.contents .aboutWrap {
	  position: relative;
	  z-index: 10;
	}
	footer {
	  position: relative;
	  z-index: 10;
	}
}


/*||||||　@media 767px以下　||||||*/
@media screen and (max-width: 767px) {
	
  .cartBoxR .nextBtn {
    position: fixed;
    bottom: 0;
		left: 0;
    padding: 0 15px;
    width: 100%;
    z-index: 100;
		background-color: #DDD9C3;
		line-height: 0;
  }
	.cartBoxR .nextBtn span {
    margin: 0;
  }
	.cartBoxR .nextBtn a {
    margin: 15px auto;
		line-height: 1.6;
  }
  .cartBoxR .btn_black02 {
    margin-top: 0;
    margin-bottom: 10px;
  }
	.mobile-hidden {
    display: block;
}
	
	/*購入履歴*/
	#cart .cartInner03.nowrap {
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #CCC;
    display: flex;
		flex-wrap:nowrap;
}
}


/*||||||　@media 480px以下　||||||*/
@media screen and (max-width: 480px) {

.itmTextBox{
	width: 60%;
}
	.itmqty_reguBox{
		display: flex;
		flex-direction: column; 
	}
	.itmTextBox h3 {
		font-size: 1.6rem; 
		line-height: 1.2;
	}
	.boxL50 {
	width: 100%;
}
	.boxR50 {
	width: 100%;
}
  .cartBoxR {
    position: relative;
  }
  .qty_counter {
    margin-bottom: 5px;
  }
  .qty_price_wrap {
    margin-bottom: 5px;
  }
  .qty_price_wrap .price {
    text-align: left;
    float: left;
    position: relative;
    top: -25px;
    flex: 7 0 auto;
    align-self: center;
  }
  .qty_price_wrap .price .price {
    padding-left: 0;
  }
  .qty_price_wrap .total {
    top: 0;
  }
  .qty_price_wrap .price {
    top: 0px;
    padding-left: 0;
  }
}