@charset "utf-8";

.gift-cart-wrap{
 width:625px;
 padding:10px 20px;
 border:1px solid #956229;
 text-align:center;
}

.gift-cart-wrap h3{
 font-weight:bold;
}

.gift-cart-attentionlist{
 font-size:1.2rem;
 line-height:1.5em;
 text-align:left;
 margin:15px 50px 20px 50px;
}

.gift-cart-attention{
 position:relative;
 padding-left:15px;
}

.gift-cart-attention::before{
 content:'※';
　top:0;
 left:0;
 width:20px;
 position:absolute;
}

.gift-cart{
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
     -ms-flex-align:center;
         align-items:center;
 -webkit-box-pack:center;
     -ms-flex-pack:center;
         justify-content:center;
}

.gift-cart .gift-cart-right ul li{
 list-style:none;
}

.gift-cart-btn{
 background-color:#956229;
 border:1px solid #956229;
 border-radius:0px;
 color:#ffffff;
 cursor:pointer;
 width:250px;
 height:50px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
     -ms-flex-align:center;
         align-items:center;
 -webkit-box-pack:center;
     -ms-flex-pack:center;
         justify-content:center;
}

.gift-cart-btn:hover{
 color: #ffffff;
 text-decoration: none;
 opacity: 0.8;
}

.gift-cart-btn::before{
 content:"";
 background:url(https://british.itembox.design//item/src/cart.png) no-repeat center center/contain;
 display:block;
 width:20px;
 height:22px;
 margin-right:10px;
}

.gift-cart-right-itemtxt{
 text-align:left;
 margin-bottom:13px;
}

.gift-cart-right-attention{
 width:250px;
 text-align:left;
 line-height:1.3em;
 font-size:10px;
 margin-top:15px;
}

.gift-infolink{
 text-align:right;
 margin-top:20px;
}

@media screen and (max-width: 767px) {
.gift-cart-wrap{
 width:100%;
 padding:10px;
}

.gift-cart-text{
 text-align:left;
 font-size:1.4rem;
 padding-left:5px;
 padding-right:5px;
 letter-spacing:-0.5px;
}

.gift-cart-attentionlist{
 font-size:10px;
 line-height:1.5em;
 text-align:left;
 margin-left:0px;
 margin-right:0px;
 margin-top:27px;
}

.gift-cart-attention{
 margin:0;
}

.gift-cart{
 display:block;
}

.gift-cart-right ul{
 padding:0px 10px;
 margin-top:0px;
}

.gift-cart-right-itemtxt{
 text-align:center;
 font-size:1.4rem;
}

.gift-img img{
 -o-object-fit:cover;
    object-fit:cover;
 width:250px;
 height:250px;
}

.gift-form table{
 margin-left:auto;
 margin-right:auto;
}

.gift-cart-right-attention{
 width:100%;
}


}


@media screen and (max-width: 315px) {
.gift-cart-btn{
 width:200px;
}

.gift-infolink{
 text-align:left !important;
}

}