@charset "utf-8";
/* CSS Document */
/*------------------------------
	      ショッピングカート
--------------------------------*/
.cartBoxR .totalBox span.total{
    font-size: 1.7rem !important;
    font-weight: bold;
}

.txtBox{
    font-size: 1.0rem;
}

.btn_cre {
    width: 80%;
    margin: 60px auto;
}


.btn_cre {
    width: 100%;
    padding: 7px 14px;
    text-align: center;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
.btn_cre:hover {
    color: #191919;
    background-color: #EEE;
}

.cre_right{
	width: 100%;
}

.item-descrip{
	width: 100%;
	text-align:right;
	padding-right:10px;
}

.mainContainer{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:14px;
	clear: both !important;
}

.line16 {
    line-height: 1.8rem;
    margin: 20px 0px 20px 0px;
	font-size:18px;
	font-weight:bold;
}
 
.soryoto {
	line-height:18px;
    font-weight: bold;
	font-size:15px;
	padding-left:8px !important;
	padding-top:8px !important;
}

.btn_black {
    width: 100%;
    padding: 14px;
    text-align: center;
    font-size: 1.3rem;
    /*font-weight: bold;*/
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
.btn_black:hover {
    color: #191919;
    background-color: #EEE;
}

.btn_blackS {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    /*font-weight: bold;*/
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
.btn_blackS:hover {
    color: #191919;
    background-color: #EEE;
}

.btn_WhiteS {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 1.4rem;
    /*font-weight: bold;*/
    color: black;
    background-color: white;
    border: 1px solid #191919;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
.btn_WhiteS:hover {
    color: black;
    background-color: silver;
}

.f17{
	font-size:17px;
}

.allwidth{
	width:100%;
	height:600px;
	background-image: url("../../img/bellefare/thanks_pc.jpg");
	position: relative;
	color:white;

}

.blackbox{
	width:60%;
	height:470px;
	background-color: rgba(0,0,0,0.6);
	position:absolute;
	top:10%;
	left:20%;
	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	vertical-align:middle;
}

.thanks_box{
	width:60%;
	height:500px;
	text-align: center; /* インライン要素の左右のセンタリングを指定する */
	vertical-align:middle;
	margin:auto;
	padding:20px 10px;
}

.cre_right tr td{
	vertical-align:top !important;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	height:20px;
	line-height:18px;
}

td.cre_right_img img{
	width:70px !important;
	height:auto;
	text-align:left;
	margin-left:0px;
	padding-left:0px;
}

td.ttllabel{
	text-align:left;
	line-height:25px;
	font-weight:bold;
	height:25px;
	font-size:16px;
}
td.ttlprice{
	text-align:right;
	line-height:25px;
	font-weight:bold;
	height:25px;
	font-size:16px;
}

.box_table tr td{
	vertical-align:middle !important;
	text-align:left;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	height:35px;
	line-height:22px;
}

.itmconfirmBox {
	top:0px !important;
	padding-top:0px;
	margin-top:0px;
	width: 75%;
	margin-left:0%;
	right:0px;
	float: right;
	line-height:27px;
	font-size: 15px !important;
}
.itmconfirmBox h3{
	display:inline;
	top:0px !important;
	font-size: 18px !important;
}

#cart {
    width: 100%;
    height:100%;
    min-height: 100%;
    display: inline-block;
	background-color:white;
}
#cart .mainContainer {
    margin-top: 50px;
    height:100%;
    min-height: 100%;
}
#cart .mainContainer_nomgn {
    margin-top: 50px;
    height:100%;
    min-height: 800px;
}


#cart .content {
    height: 100%;
    min-height: 100%;
    padding: 0;
	padding-bottom:200px !important;
	clear: both !important;
}
.tbl55{
    height: 55px !important;
}

#cart .btn {
    width: 100%;
    padding: 7px 14px;
    text-align: center;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
#cart .btn:hover {
    color: #191919;
    background-color: #EEE;
}

#cart .btn1 {
    width: 100%;
    padding: 7px 14px;
    text-align: center;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
#cart .btn1:hover {
    color: #191919;
    background-color: #EEE;
}

.btn2 {
    width: 100%;
    padding: 7px 14px;
    text-align: center;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #191919;
    background-color: white;
    border: 1px solid #191919;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.1s;
	max-width:355px !important;
}
.btn2:hover {
    color: #191919;
    background-color: #EEE;
}


.btn3 {
    width: 200px;
    padding: 14px;
    text-align: center;
    font-size: 1.8rem;
    /*font-weight: bold;*/
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0s;
}
.btn3:hover {
    color: white;
    background-color: gray;
}

.btn4 {
    width: 200px;
    padding: 7px 14px;
    text-align: center;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    color: #191919;
    background-color: white;
    border: 1px solid #191919;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0s;
}
#cart .btn4:hover {
    color: #191919;
    background-color: #EEE;
}

.cartBoxL .btn {
    width: 80%;
    margin: 60px auto;
}
#cart .spNo {
    display: none;
}

/* 左カラム */
.cartBoxL {
    width: 100%;
    padding: 30px 20px 0 10px;
	block:inline;
}
.cartBoxL p {
    margin-bottom: 2.0rem;
    line-height: 1.6rem;
    font-size: 1.0rem;
}
#cart .contentInner {
    width: 100%;
    padding: 0
}
#cart .headBox {
    overflow: hidden;
    margin-bottom: 30px;
}
#cart .headBox ul li {
    padding-right: 15px;
    font-size: 0.9rem;
}

#cart h1 i {
    padding-right: 10px;
}
#cart h1 span {
    font-size: 1.6rem;
}
#cart .cartInner {
    width: 100%;
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#cart .cartInner .itmImgBox{
    width: 15%;
	min-height:100%;
    /*float: left;*/
}
#cart .cartInner .itmImgBox img{
    width: 100px;
    height: 100px;
}
#cart .cartInner .itmNameBox{
    width: 65%;
    padding-right: 15px;
}
#cart .cartInner .itmNameBox h3{
    font-weight: bold;
	font-size:16px;
}
#cart .cartInner .itmNameBox h4{
    font-weight: normal;
    margin-top: 3px;
}
#cart .cartInner .itmNameBox .quantity{
    margin-top: 5px;
}
#cart .cartInner .itmNameBox .quantity span{
    display: block;
    font-weight: bold;
}
#cart .cartInner .priceBox{
    width: 35%;
    /*float: left;*/
    border-left: 1px solid #CCC;
    text-align: right;
}
#cart .cartInner .priceBox span {
    padding-left: 25px;
    display: inline-block;
    font-weight: bold;
}
#cart .cartInner .removeItm{
    width: 100%;
    margin-top: 3px;
    text-align: right;
}
#cart .cartInner .removeItm i {
    padding-right: 5px;
}

/* 確認ページ 左カラム */
.cartBoxL .ttl,
.cartBoxR .ttl {
    width: 100%;
    position: relative;
    margin: 20px 0 10px;
    padding: 10px 10px;
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    font-size: 1.2rem;
}
#cart .ttl .change{
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 5px 10px;
    background-color: #FFF;
    border: 1px solid #999;
    font-size: 1.3rem;
}
#cart .cartInner02 {
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #CCC;
	display: flex;
}

#cart .cartInner03 {
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #CCC;
	display: flex;
}

#cart .cartInner .itmNameBox02{
    width: 70%;
	font-size:16px !important;
	max-height: 200px;
}
#cart .cartInner .boxR {
    width: 35%;
    position: relative;
}
#cart .cartInner .boxR .teikiBtn{
    padding: 5px 10px;
    font-size: 1.1rem;
    color: #FFF;
    background-color: #191919;
    border: 1px solid #191919;
    /*border-radius: 4px;*/
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
#cart .cartInner .boxR .teikiBtn:hover {
    color: #191919;
    background-color: #EEE;
}
#cart .cartInner .boxR span {
    margin-top: 5px;
    font-size: 1.3rem;
    display: block;
    font-weight: bold;
}
#cart .cartInner .boxR .delBox {
    margin-top: 30px;
    text-align: right;
}
#cart .cartInner .boxR .del {
    padding: 3px 10px;
    margin-right: 4px;
    font-size: 1.3rem;
    color: #191919;
    border: 1px solid #191919;
    /*border-radius: 4px;*/
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    transition-duration: 0.3s;
}
#cart .cartInner .quantityBox {
    width: 100%;
    text-align: right;
}
#cart .totalBox {
    width: 100%;
    padding: 20px 0;
    text-align: right;
}
#cart .totalBox span {
    display: inline-block;
    padding-right: 2px;
}
#cart .totalBox span.total {
    font-size: 1.2rem;
    font-weight: bold;
}
.cartBoxL .txtBox {
    padding-left: 10px;
	z-index: -1;
}
.cartBoxL .txtBox span {
    padding: 3px 0;
    display: block;
}

/* 右カラム */
.cartBoxR {
    width: 100%;
    margin-top: 40px;
    padding: 20px 10px 100px 10px;
    background-color: #FBF9F3;
}
.cartBoxR h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.cartBoxR p {
    font-size: 1.4rem;
    line-height: 2.0rem;
}
.cartBoxR .subtotal {
    width: 45%;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}
.cartBoxR .amount {
    width: 55%;
    margin-bottom: 10px;
    text-align: right;
    display: inline-block;
    font-weight: bold;
}
/* 確認ページ 右カラム */
.cartBoxR .totalBox {
    width: 100%;
    padding: 0;
    text-align: center;
}
.cartBoxR .totalBox span {
    font-weight: bold;
    display: inline-block;
}
.cartBoxR .totalBox span.total {
    font-size: 2.0rem;
    font-weight: bold;
}
.cartBoxR .totalBox span.total::after {
    font-size: 1.8rem;
    content: " 円";
    padding-right: 5px;
}
.cartBoxR .innerBox {
    width: 100%;
    margin-top: 20px;
    padding: 1px 10px 20px 10px;
    background-color: #FFF;
}
/*||||||　@media 480px以下　||||||*/

@media screen and (max-width: 480px) {
    #cart .headBox {
        margin-bottom: 15px;
    }
    #cart .headBox ul li {
        padding-right: 10px;
        font-size: 1.0rem;
    }
    #cart h1 {
        font-size: 1.3rem;
    }
    #cart .cartInner .itmImgBox {
        width: 30%;
    }
    #cart .cartInner .itmNameBox {
        width: 70%;
        padding-right: 15px;
    }
    #cart .cartInner .itmNameBox h3 {
        font-weight: bold;
    }
    #cart .cartInner .itmNameBox h4 {
        font-weight: normal;
    }
    #cart .cartInner .itmNameBox .quantity {
        margin-top: 5px;
    }
    #cart .cartInner .itmNameBox .quantity span {
        display: block;
        font-weight: bold;
    }
    #cart .cartInner .priceBox {
        width: 100%;
        margin: 10px 0 0 0;
        padding-top: 5px;
        border-top: 1px solid #CCC;
        border-left: none;
        text-align: right;
    }
    #cart .cartInner .priceBox span {
        padding-left: 25px;
        display: inline-block;
        font-weight: bold;
    }
    #cart .cartInner .removeItm {
        width: 100%;
        margin: 0 0 0 10px;
        text-align: left;
    }
    .cartBoxL {
        padding: 20px 5px 0 10px;
    }
} /*/480px以下*/



@media screen and (max-width: 340px) {

} /*/340px以下*/



/*||||||　@media 768px以上　||||||*/

@media screen and (min-width: 769px), screen and (width: 768px) and (orientation: portrait) {
    #cart .mainContainer {
        margin-top: 15px;
        p-bottom: 0;
    }
    #cart .logout {
        padding: 10px 20px;
    }
    #cart h1.menuTtl {
        font-size: 3.6rem;
    }
    #cart .spNo {
        display: block;
    }
    /* 左カラム */
    .cartBoxL {
        width: 65%;
        float: left;
        padding: 30px 20px 110px 10px;
    }
    /* 右カラム */
    .cartBoxR {
        width: 35%;
        height: 90%;
        min-height: 80%;
        padding: 30px 10px 20px 20px;
        margin-top: 0;
        float: left;
    }
    /* 確認ページ 右カラム */
    /*#cart .cartInner .itmNameBox02 {
        width: 65%;
        padding-right: 15px;
    }*/
    #cart .cartInner .quantityBox {
        width: 15%;
        text-align: right;
        padding-right: 10px;
    }
} /*/min-width 768px*/



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
	padding-right:10px;
}

input[type="number"] {
  -moz-appearance:textfield;
}

.goukei_tbl{
	width:300px;
	right:0 !important;
	margin-left: auto;
	background-color:white;
}
td.tdlabel{
	width:150px !important;
	color:black;
	font-size:14px !important;
	text-align:left;
	padding-left: 10px;
}

.line15{
	line-height: 22px !important;
		height: 1em;
}

/*||||||　@media 600px以内　||||||*/
@media screen and (max-width: 741px) {

	#cart .btn {
	    font-size: 1.0rem;
		line-height:0.8em;
	}
	#cart .btn2 {
	    font-size: 1.0rem;
		padding:13px 14px;
	}


	.cartInner02 {
		position: relative;
		min-height: 260px !important;
	}
	.cartInner02 > div:not(.itmImgBox) {

	}
	.cartInner02 > div.boxR {
		width: 100%;
		min-width:180px;
		left:30%;
		top:0px;
		max-height: 80px;
		margin-left: 0;
		line-height: 16px !important;
	}
	.cartInner02 > div.itmNameBox02 {
		width: 70%;
		left:50%;
		top:0px !important;
		height: 7em;
		clear: both;
		margin-left: auto;
		line-height: 28px !important;
		text-align:top;
		padding-top:0px;
		margin-top:0px;
	}
	.cartInner02 > div.itmNameBox {
		top:0px !important;
		padding-top:0px;
		margin-top:0px;
	}
	.cartInner02 > div.itmNameBox02 h3{
		display:inline;
		top:0px !important;
		line-height: 15px !important;
	}
	.cartInner02 > div.boxR .delBox{
		top:0px !important;
		line-height: 15px !important;
		padding-top:0px;
		margin-top:10px !important;
		max-height:15px !important;
	}


	#cart .cartInner .itmImgBox{
		position: absolute;
		display:block;
		top: 10px;
		left: 0;
		bottom: 0;
		width: 30%;
	    /*float: left;*/
	}

	.cartInner03 {
		position: relative;
		min-height: 160px !important;
	}
	#cart .cartInner03 .itmImgBox{
		position: absolute;
		display:block;
		top: 10px;
		left: 0;
		bottom: 0;
		width: 30%;
	    /*float: left;*/
	}

	.itmconfirmBox {
		top:0px !important;
		padding-top:0px;
		margin-top:0px;
		width: 70%;
		margin-left:30%;
		right:0px;
		float: right;
		font-size: 14px !important;
		line-height:20px;
	}
	.itmconfirmBox h3{
		display:inline;
		top:0px !important;
		font-size: 16px !important;
	}

	.break {
	    display: none !important;
	}

	.radio-inline__label{
		margin-right: 8px !important;
	}

	.blackbox{
		width:90%;
		background-color: rgba(0,0,0,0.6);
		position:reactive;
		top:7%;
		left:5%;
		text-align: center; /* インライン要素の左右のセンタリングを指定する */
		padding:0px 5px;
		height:auto;
		padding-bottom:20px;
	}

	.allwidth{
		top:83px;
		height:880px;
		display: block;
	}
	.thanks_box{
		width:90%;
		height:600px;
		top:15%;
		left:7%;
		text-align: center; /* インライン要素の左右のセンタリングを指定する */
		padding:10px 20px;
	}
} /*/max-width: 640px*/
