@charset "UTF-8";

/* item_list$image.xhtml表示用 */
.set-gift-search-form .inner {
  display: block!important;
}
.set-gift-search-form .inner .title-area {
  margin-bottom: -26px!important;
}
.set-gift-search-form .gift-search-wrapper {
  margin-top: 1.6rem!important;
}
.set-gift-search-form .item-more-info {
  width: 100%!important;
}
.set-gift-search-form .item-more-info .col {
  margin-right: -10px!important;
}
.set-gift-search-form .item-more-info button {
  display: none!important;
}
.gift-search-title {
  display: none;
}
.set-gift-search-form .gift-search-title {
  display: inline;
}

/* 検索フォーム */
.gift-search-wrapper {
  padding: 3rem 6rem 3.2rem;
  /* background-color: #CDB6AA; */
  background-color: #f6f6f6;
  border: 1px solid #707070;
  margin-top: 5.6rem;
}

.c-heading-1 {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.icon-search {
  background-image: url(../img/icon_search.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  padding-left: 2rem;
  padding-bottom: 0.2em;
}

.icon-search.--black {
  background-image: url(../img/icon_search--black.svg);
}

.gift-search-text {
  text-align: center;
  margin-bottom: 4rem;
}

#gift-search-form {
  max-width: 76rem;
  margin: 0 auto;
}

#gift-search-form form {
  display: flex;
  align-items: center;
}

#gift-search-form .el-select-holder {
  border: 1px solid #000030;
  height: 100%;
  margin-top: 0;
  width: 26rem;
}

#gift-search-form .el-select-holder select {
  background-color: transparent;
  padding: 10px 6px 10px 14px;
  font-size: 1.4rem;
}

#gift-search-button {
  cursor: pointer;
  min-width: 170px;
  text-align: center;
  padding: 10px 20px;
  background-color: #000030;
  border: 1px solid #000030;
  /* background-color: #4A1E17;
  border: 1px solid #4A1E17; */
  border-radius: 3px;
  color: #fff;
  transition: background-color 0.3s;
  position: relative;
  user-select: none;
  margin-left: 3.2rem;
  transition: .3s;
  display: block;
}

#gift-search-button:hover {
  background-color: #fafafa;
  color: #000030;
}

#gift-search-button:hover .icon-search {
  background-image: url(../img/icon_search--black.svg);
}

.icon-cross {
  display: inline-block;
  vertical-align: middle;
  color: #393c41;
  line-height: 1;
  width: 2rem;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin: auto 1.6rem;
}

.icon-cross::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  /* item_list$image.xhtml表示用 */
  .l-section-gift {
    width: 100%;
    padding: 0 15px;
  }
  .set-gift-search-form .count {
    padding: 10px!important;
  }
  
  /* 検索フォーム */

  .gift-search-wrapper {
    padding: 3rem 1.5rem 3.2rem;
    margin-top: 4rem;
  }

  .gift-search-text {
    text-align: left;
    margin-bottom: 3.2rem;
  }

  #gift-search-form form {
    flex-direction: column;
  }

  #gift-search-form .el-select-holder {
    width: 100%;
  }
  
  #gift-search-button {
    width: 80%;
    min-width: 240px;
    margin: 3rem auto 0;
  }

  .icon-cross {
    margin: 2.4rem auto;
  }
}


#gift-search-form-list .gift-search-wrapper {
  background-color: #f7f7f7;
  padding: 2.4rem 0;
}

@media screen and (max-width: 767px) {
  #gift-search-form-list .gift-search-wrapper {
    padding: 1.6rem;
    background-color: #f7f7f7;
    margin: 0.8rem 0;
    /*border: solid 1px #ccc;*/
  }
}

#gift-search-form-list .gift-search-wrapper h3.c-heading-1,
#gift-search-form-list .gift-search-wrapper p.gift-search-text
{
  display: none;
}
