#visualimage {
  position: relative;
  background: url('../images/gift/bg_gift.jpg') no-repeat center top;
  text-align: center;
  margin-bottom: 30px;
}
#visualimage img {
  margin-top: 300px;
}
@media (max-width: 767px) {
  #visualimage {
    background-size: 200%;
  }
  #visualimage img {
    margin-top: 40%;
    width: 50%;
    height: auto;
  }
}



#gift_message {
  position: relative;
/*  background: url('../images/gift/img_gift_1.jpg') no-repeat center top;*/
  margin-bottom: 30px;
}
#gift_message .entry-image {
}
#gift_message .entry-body {
  position: absolute;
  top: 50%;
  width: 56%;
  height: 80%;
  overflow-y: auto;
}

@media (max-width: 899px) {
  #gift_message .entry-body {
    font-size: 90%;
  }
  #gift_message .entry-image {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #gift_message .entry-body {
    position: relative;
    width: 100%;
  }
  #gift_message .entry-image {
    overflow: hidden;
    height: 70%;
    margin-bottom: 0;
  }
}



#gift_scene {
  text-align: center;
  background: url(../images/bg_message_01.png);
}
#gift_scene h2 {
  font-size: 250%;
  line-height: 150%;
  font-weight: normal;
  margin: 20px 0 50px;
  padding: 0;
  text-align: center;
  color: #530107;
  font-weight: bold;
  background: transparent;
  border: none;
}
#gift_scene h2:before {
  margin: 0;
  padding: 0;
  content: '';
  background: none;
}

@media (max-width: 767px) {
  #gift_scene h2 {
    font-size: 150%;
  }
}



#naire_wrapper {
  background: url(../images/gift/bg_naire.png);
  color: #FFF;
  padding: 50px 0;
}
#gift_naire h2 {
  text-align: center;
  font-size: 250%;
  
}
#gift_naire p {
  line-height: 200%;
}
#gift_naire .box {
  border: 1px solid #BC6666;
  padding: 30px 100px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  #gift_naire h2 {
    font-size: 150%;
  }
  #gift_naire .box {
    padding: 20px;
    font-size: 90%;
  }
}



#gift_naire_price {
}
#gift_naire_price h2 {
  font-size: 125%;
  font-weight: normal;
  border: 1px dashed #CCC;
  margin: 20px 0 30px;
  padding: 15px 10px 8px;
  background-color: #FFF;
}
#gift_naire_price h2:before {
  margin: 0 8px 0 0;
  padding: 8px 0 0 35px;
  content: ' ';
  background: url('../images/icon_logo.png') transparent no-repeat left top;
  background-size: 32px;
  vertical-align: middle;
}

#gift_naire_price table {
  width: 100%;
}
#gift_naire_price table th {
  background-color: #FBF6F5;
}
#gift_naire_price table td {
  background-color: #FFF;
}
#gift_naire_price table th, #gift_naire_price table td {
  border: 1px solid #DDD;
  padding: 10px 20px;
}



#naire_itemlist {
}
#naire_itemlist h2 {
  font-size: 125%;
  font-weight: normal;
  border: 1px dashed #CCC;
  margin: 20px 0 30px;
  padding: 15px 10px 8px;
  background-color: #FFF;
}
#naire_itemlist h2:before {
  margin: 0 8px 0 0;
  padding: 8px 0 0 35px;
  content: ' ';
  background: url('../images/icon_logo.png') transparent no-repeat left top;
  background-size: 32px;
  vertical-align: middle;
}

#naire_itemlist .product_item {
  margin-bottom: 30px;
}


.front_page #contents #naire_itemlist .row > div.item_box {
  padding-bottom: 0;
}

#naire_itemlist .box {
  border: 1px solid #CCC;
  padding: 10px;
  overflow: hidden;
}
#naire_itemlist .item_box p {
  margin: 0 0 10px;
}
#naire_itemlist .item_box .price02_default {
  font-size: 150%;
}

#naire_itemlist .item_link_list ul {
  list-style: none;
  overflow: hidden;
}
#naire_itemlist .item_link_list ul li {
  float: left;
  width: 49%;
  margin: 10px 0;
}
#naire_itemlist .item_link_list ul li:nth-child(even) {
  float: right;
}
#naire_itemlist .item_link_list ul li a {
  border: 1px solid #CCC;
  padding: 15px;
  width: 100%;
  display: block;
}




#contents_bottom .box {
  line-height: 180%;
  width: 90%;
  margin: 30px auto;
  padding: 10px 30px;
  border: 1px solid #DDD;
  background-color: #FFF;
}
#contents_bottom .box.box-red {
  border: 1px solid #FDD;
  background-color: #FEE;
}
@media (max-width:639px){
  #contents_bottom .box {
    font-size: 70%;
    padding: 5px 15px;
  }
}

#content_bottom_message {
}
#content_bottom_message .tel {
  font-size: 36px;
}
@media (max-width:639px){
  #content_bottom_message .tel {
    font-size: 24px;
  }
}

