img.item-icon {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
    display: block;
}
.stock_zero {
  background:#efefef;
  text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}

.fax_order_list {
  background:#ecdeb3;
 text-align:center;
  padding:.4rem 0;
  font-size:.8rem;
}
.fax_order_list span {
  display:block;
}

.select_delivery {
  color:#f37584;
}

.obento_timeimit {
  background:#f37584;
  color:#fff;
  padding:1rem;
  margin-bottom:1em;
}
.obento_payment {
 border:1px solid #f37584;
  color:#f37584;
  padding:1rem;
  margin-bottom:1em;
}

/*--------------211116変更ここから--------------*/
#gift_box{
	background-color:#2f2119;
  	padding:2rem;
  	color:#fff;
}

#gift_box a{
  	color:#ddd;
}

#gift_box h2{
    display: none;
}

#gift_box .stock_zero{
  	color:#000;
}

#gift_box .gift-head{
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: normal;
}

.gift_content figure img {
    max-width: 1200px;
    width: 100%;
    margin-bottom:3em;
}

.gift_content figure + div {
    width: 80%;
    margin: 0 auto;
}

.gift_content .lead-sentence::before{
    content: "";
    display: block;
    border-top: 1px solid #fff;
    width: 30%;
    margin: 0 auto 2.5rem;
}

.gift_content figure + div .lead-sentence {
    font-size: 1.1rem;
    margin-bottom: 4rem;
}

.gift_content figure + div .lead-sentence p {
    margin-bottom: 1.5rem;
}

.gift_content div div + p {
    font-size: 1.1em;
    margin-bottom: 0
}

.gift_content div a {
    font-size: 1.1em;
}

.gift_content a {
    text-decoration: underline;
}

@media (max-width: 480px) {
      #gift_box{
        padding: 1.2rem;
    }
  
  #gift_box .gift-head{
    	font-size: 1.5rem;
}

    .gift_content figure img{
        margin-bottom: 1.5rem;
    }

    .gift_content figure + div {
        width: 100%;
    }
  
  	.gift_content figure + div .lead-sentence {
   		 font-size: 14px;
    }
  
  .gift_content .lead-sentence::before{
 		margin-bottom: 1.5rem;
}
}

/*--------------211116変更ここまで--------------*/
