@charset "utf-8";


/* -----------------------------------------------------------
    カート
-------------------------------------------------------------- */
#cart{}

#cart .cart-wrap{
    width: 1100px;
    padding: 0 0 100px;
    margin: 0 auto;
}

#cart .ec-progress .is-complete .ec-progress__number {
    background: #3fa6b1;
}
#cart .ec-progress .is-complete .ec-progress__label{
    color: #3fa6b1;
}

#cart .ec-progress {
    margin-bottom: 50px;
    padding: 0;
}

#cart .ec-cartRole__totalText{
    text-align: center;
}

#cart .ec-cartRole{
    padding: 40px 0 0;
}

#cart .ec-cartRole .ec-cartRole__cart{
    margin: 0;
}

#cart .ec-cartHeader .ec-cartHeader__label{
    background: #f6f6f6;
}

#cart .ec-cartRole .ec-cartRole__actions {
    margin-right: 0;
}

#cart .ec-cartRole .ec-blockBtn--action,
#cart .ec-blockBtn--cancel{
    color: #FFF;
}

#cart .AmazonPayButton{
    text-align: center;
    margin: 30px 0 0;
}

/* カート内 */
.ec-cartRow .ec-cartRow__summary {
    font-weight: 500;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
    text-align: center;
}
.ec-cartRole .ec-cartRole__totalAmount {
    font-size: 2.6rem;
	margin-left: 0;
}

#cart .cart-attention {
    margin: 0 auto;
}

#cart .cart-attention p {
    font-size: 1.5rem;
    text-indent: -1em;
    margin: 0 0 8px 1em;
}

#cart .cart-attention .cap-wrap {
    border: 2px solid #525263;
    padding: 15px;
    margin: 0 0 50px 0;
}

#cart .cart-attention .cap-wrap dt {
    border-bottom: 1px dotted #525263;
    margin: 0 0 10px 0;
}

#cart .cart-attention .cap-wrap dd {
    font-size: 1.5rem;
    line-height: 1.8;
}

#cart .cart-attention .cap-wrap dd a {
    color: #3fa6b1;
    text-decoration: underline;
}

#cart .cart-attention .cap-wrap dd a:hover {
    text-decoration: none;
}

@media screen and (max-width: 667px){

    #cart .cart-wrap{
        width: 100%;
        padding: 0 10px 30px;
    }

    #cart .ec-progress {
        margin-bottom: 30px;
    }

    #cart .ec-cartRole{
        padding: 30px 0 0;
    }
    
    #cart .amazonpay-button-inner-image{
        width: 200px;
    }
	
	/* カート内 */
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
		font-size: 1.4rem;
	}
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
		font-size: 1.2rem;
	}
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice,
	.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP{
		font-size: 1.4rem;
	}
	.ec-cartRole .ec-cartRole__totalAmount {
		font-size: 2rem;
	}

    #cart .cart-attention p {
        font-size: 1.4rem;
    }

    #cart .cart-attention .cap-wrap {
        border-width: 1px;
        padding: 13px 15px 5px 15px;
        margin: 0 0 30px 0;
    }

    #cart .cart-attention .cap-wrap dt {
        font-size: 1.5rem;
        margin: 0 0 7px 0;
    }

    #cart .cart-attention .cap-wrap dd {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}


/*    セクション名
-------------------------------------------------------------- */

@media screen and (max-width: 667px){

}


/* -----------------------------------------------------------
    母の日　お知らせ
-------------------------------------------------------------- */
.mb10 {
    margin-bottom: 10px !important;
}

#cart .mothersday{
	margin: 20px 0 50px;
}

#cart .mothersday .note-box {
    border: 3px solid #ff0000;
    padding: 40px;
}

#cart .mothersday .note-box .title {
    font-size: 2.0rem;
    font-weight: 600;
    color: #ff0000;
    line-height: 1.3;
    margin: 0 0 20px;
	text-align: center;
}

#cart .mothersday .txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

#cart .mothersday .bold{
	font-weight: bold;
}

#cart .mothersday .note-box .box-01{
	margin-bottom: 50px;
}

@media screen and (max-width: 667px){
	#cart .mothersday{
		margin: 0 0 20px;
	}
	
	#cart .mothersday .note-box {
		padding: 15px;
	}
	
	#cart .mothersday .note-box .title {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	
	#cart .mothersday .note-box .box-01{
		margin-bottom: 30px;
	}

	
}

/*母の日*/
#cart .mothersday.inner02{
	max-width: 900px;
	margin:  20px auto 50px;
}

#cart .mothersday .note-box .box-01.mothers{
	margin: 0 auto;
}

#cart .mothersday .box-01.mothers .txt{
	font-size: 1.5rem;
}

.mothersday .info-link{
    padding: 10px 0 20px;
}
.mothersday .info-link.last{
    padding: 10px 0 0px;
}

a.mothersday-info-link {
	font-weight:bold;
	transition:.3s;
    position: relative;
	text-decoration:underline;
	font-size: 1.5rem;
	color: #3fa6b1;
}
a.mothersday-info-link:hover{
	font-weight:bold;
	color:#fb3c3c;
	transition:.3s;
}

a.mothersday-info-link::after {
    display: block;
    content: "\f105";
    font: 600 1.6rem / 1 "Font Awesome 5 Free";
    position: absolute;
    right: -15px;
    top: -2px;
}
@media screen and (max-width: 667px){
	
	#cart .mothersday.inner02{
		margin:  0 0 20px;
	}
	
	.mothersday .info-link{
		 padding: 0 0 10px 0;
	}
	
}
