.item_text h2 {
  font-size:22px;
  font-weight:600;
  letter-spacing: 0.1em;
  margin-bottom:20px;
}

.item_text h3 {
  margin-top:80px;
  font-size:18px;
  letter-spacing: 0.05em;
}

.item_text h4 {
  font-size:18px;
  line-height:2;
  letter-spacing: 0.05em;
}



.text {
  font-size: 16px;
  font-weight: 500;
}


.wrap{
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.item-img{
  float: left;
  width: 50%;
}

.textbox01{
  float: right;
  width:45%;
  margin:0 0 0 40px;
  font-size:16px;
  line-height:2;
  letter-spacing: 0.05em;
}

.gift{
  border: 1px solid #a58d4f;
  background-color:#faf3e5;
  padding:40px;
  height:auto;
  max-width: 900px;
  margin:0 auto;
  font-weight: 500;
  margin-bottom: 20px;
}

.g-title{
  font-size:18px;
  letter-spacing: 0.05em;
}

.g-subtitle {
   justify-content: center;
    align-items: center;
    width: 110px;
    padding:5px 10px;
    margin-left:10px;
    background-color:#a58d4f;
    border-radius: 5px;
    color: #fff;
    font-size:14px;
}

.g-box{
  width: 100%;
  padding:10px 20px;
  text-align: center;
  background-color:#ffffff;
  border: 1.5px solid #B2B2B2;
}


.g-text{
  float: left;
  width:45%;
  font-size:14px;
  line-height:2;
  letter-spacing: 0.05em;
}
.g-img{
  float: right;
  width: 50%;
}



@media only screen and (max-width: 1050px) {
  .textbox01{
  margin:0 0 0 20px;
}
}

@media only screen and (max-width: 550px) {
  
  .item_text h2 {
    font-size:18px;
  }
  
  .item_text h4 {
  font-size:16px;
}
    .item_text h3 {
  font-size:16px;
}
  
  .text {
  font-size: 14px;
}
  
  .wrap{
    width: 100%;
  }
  .item-img{
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .textbox01{
    /* floatを解除 */
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .gift{
  padding:20px;
}
  
  .g-text{
     /* floatを解除 */
  float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.g-img{
 　 float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
  
  
}

