@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.isHide {
  display: none;
}

.hatsu_gourmet {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.hatsu_gourmet input[type=radio] {
  display: none;
}

.headwrap {
  overflow: hidden;
  position: relative;
  background: url(/sites/default/files/page/lp/hatsu_gourmet/img/hatsu_gourmet_ttlbg.jpg) repeat-x top center;
  background-size: auto 100%;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .headwrap {
    background: url(../img/hatsu_gourmet_ttlbg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  }
}
.headwrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../img/fv-line.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .headwrap::before {
    width: 200%;
  }
}
.headwrap .titlewrap {
  width: 90%;
  margin: 0 auto;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .headwrap .titlewrap {
    width: 80%;
  }
}
.headwrap .titlewrap img {
  width: 100%;
}

.germetwrap__search {
  /* max-width: 1200px;
      margin: auto;
      width: 95%; */
  border-radius: 100px 100px 0 0;
  background: #FFFBF1;
  padding: 60px 0 10px;
}
@media screen and (max-width: 767px) {
  .germetwrap__search {
    border-radius: 20% 20% 0 0;
  }
}
.germetwrap__search h3.shopsearch_t {
  font-size: 2em;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
.germetwrap__search h3.shopsearch_t span.small {
  font-size: 0.5em;
  color: #c50372;
}
@media screen and (max-width: 767px) {
  .germetwrap__search h3.shopsearch_t::before {
    font-size: 10px;
    line-height: 1;
    bottom: -1.5em;
    display: block;
  }
}

#gourmetGenres div,
#gourmetGenresModal div {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: 1px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
#gourmetGenres h4,
#gourmetGenresModal h4 {
  width: 100%;
  text-align: center;
  margin: 40px 10px 20px;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  #gourmetGenres h4,
  #gourmetGenresModal h4 {
    font-size: 1.2em;
  }
}
#gourmetGenres h4::before, #gourmetGenres h4::after,
#gourmetGenresModal h4::before,
#gourmetGenresModal h4::after {
  content: "●●●";
  font-size: 10px;
  letter-spacing: 7px;
  vertical-align: middle;
  color: #c50372;
}
#gourmetGenres h4::before,
#gourmetGenresModal h4::before {
  margin-right: 15px;
}
#gourmetGenres h4::after,
#gourmetGenresModal h4::after {
  margin-left: 15px;
}
#gourmetGenres h4 .h4_t,
#gourmetGenresModal h4 .h4_t {
  position: relative;
  z-index: 1;
}
#gourmetGenres h4 .h4_t::after,
#gourmetGenresModal h4 .h4_t::after {
  content: "";
  background: #FFE849;
  position: absolute;
  width: 100%;
  display: block;
  height: 0.5em;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#gourmetGenres label,
#gourmetGenresModal label {
  background: #fff;
  border: 2px solid #B40067;
  border-radius: 50px;
  padding: 5px 2em;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gourmetGenres label,
  #gourmetGenresModal label {
    font-size: 12px;
    margin-right: 10px;
  }
}
#gourmetGenres input[type=radio]:checked + label,
#gourmetGenresModal input[type=radio]:checked + label {
  background: #B40067;
  color: #fff;
}

.clearbtn {
  background: #828282;
  border-radius: 50px;
  padding: 14px 2em;
  width: 80%;
  max-width: 260px;
  color: #fff;
  margin: 50px auto 30px;
  text-align: center;
  display: block;
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.clearbtn:hover {
  box-shadow: none;
}

.search__ttl {
  position: relative;
  margin-top: 60px;
  padding-bottom: 1em;
}
.search__ttl::before {
  content: "";
  position: absolute;
  width: 44%;
  height: 8px;
  background: url(../img/ttl-line.png) repeat-x;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.search__ttl p {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  font-size: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .search__ttl p {
    font-size: 1.6em;
  }
}

#gourmetList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  max-width: 1500px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  #gourmetList {
    justify-content: space-between;
  }
}
#gourmetList li {
  width: calc((100% - 100px) / 4);
  padding: 16px 16px 20px 16px;
  background: #f3f3f3;
  margin: 12px;
  min-width: 330px;
}
@media screen and (max-width: 767px) {
  #gourmetList li {
    margin: 8px 0;
    width: calc((100% - 12px) / 2);
    padding: 10px 10px 20px 10px;
    min-width: auto;
  }
}

.item_image {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .item_image {
    min-height: 160px;
    min-width: 100%;
  }
}
.item_image img {
  max-height: 200px;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .item_image img {
    max-width: 100%;
    max-height: 160px;
  }
}

#favGourmetList .item_image img {
  max-width: 100%;
}

.item_info {
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .item_info {
    font-size: 13px;
  }
}
.item_info .item_tags {
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.item_info .item_tags span {
  background: #FFE639;
  display: inline-block;
  padding: 2px 6px;
  margin: 5px 5px 5px 0;
}
.item_info .menuttl {
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.item_info .shopinfoname {
  font-size: 0.8em;
  color: #aaa;
  margin-top: 20px;
}
.item_info .shopinfolink {
  text-decoration: none;
  color: #CC0051;
  display: block;
  width: 100%;
  margin: 10px auto 0;
  font-size: 0.8em;
  line-height: 1.6;
  padding: 10px 5px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid #CC0051;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.item_info .shopinfolink::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow_pink.svg) no-repeat;
  background-size: contain;
  top: 35%;
  right: 4%;
}
.item_info .shopinfolink::after {
  background: #CC0051;
  border: 1px solid #CC0051;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 110%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.item_info .shopinfolink:hover {
  color: #fff;
  box-shadow: none;
}
.item_info .shopinfolink:hover::before {
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}
.item_info .shopinfolink:hover::after {
  transform: scale(1, 1);
}
.item_info .shopinfolink .shopinfowrap {
  text-align: center;
}

.item_favorite {
  position: absolute;
  top: -40px;
  right: 2px;
}
.item_favorite input {
  display: none;
}
.item_favorite input + label {
  cursor: pointer;
}
.item_favorite input + label::after {
  content: "";
  background: url("/sites/default/files/page/lp/hatsu_gourmet/img/fav_none.png?v1") no-repeat center;
  background-size: contain;
  width: 2em;
  height: 1.5em;
  display: block;
}

input[type=checkbox]:checked + label::after {
  background: url("/sites/default/files/page/lp/hatsu_gourmet/img/fav_ac.png?v1") no-repeat center;
  background-size: contain;
}

/*フィックスアイコン*/
.menu_iconwrap {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 800;
}

.filter_icon,
.favorite_icon {
  background: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  box-shadow: 0 0 8px #dbdbdb;
  font-size: 10px;
  padding: 10px;
  cursor: pointer;
}

.filter_icon span,
.favorite_icon span {
  display: block;
}

.favorite_icon {
  position: relative;
}

.fav_sptxt {
  text-align: center;
  color: #C71781;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .fav_sptxt {
    display: block !important;
  }
}

.nofav {
  text-align: center;
  padding-top: 10px;
}
.nofav .nofavimg {
  max-width: 80px;
  width: 22%;
}
.nofav .nofavttl {
  margin: 8px 0;
  font-size: 1.1em;
  font-weight: 600;
}

.favorite_explain {
  display: none;
}
.favorite_explain.active {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 1em 1.5em;
  font-size: 1.4em;
  position: fixed;
  bottom: 1%;
  left: calc(5% + 80px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .favorite_explain.active {
    display: none;
  }
}
.favorite_explain .ttlimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.favorite_explain .ttlimg p {
  color: #C71781;
  font-size: 1.1em;
  text-align: left;
  margin-left: 4px;
}

.filter_icon {
  margin-bottom: 10px;
}

#loader-bg {
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px) {
  .filter_icon,
  .favorite_icon {
    width: 70px;
    height: 70px;
    font-size: 10px;
    padding: 10px 4px;
  }
  .filter_icon img,
  .favorite_icon img {
    width: 50%;
  }
  .favorite_icon {
    height: auto;
    line-height: 1.4;
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 95%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
.modal-content .favoriteh4 {
  color: #C71781;
  padding-bottom: 10px;
  border-bottom: 2px solid #C71781;
  font-size: 1.1em;
  font-weight: 600;
}

/*お気に入り*/
#favGourmetList {
  margin: 20px auto;
}

#favGourmetList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#favGourmetList .item_list {
  margin: 10px 8px;
  width: calc((100% - 50px) / 3);
  padding: 8px 8px 20px 8px;
  background: #f3f3f3;
  position: relative;
  min-width: 330px;
}

.favDeleteDiv {
  margin-bottom: 10px;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
}

.deleteFavoriteButton {
  background: #c5c5c5;
  border-radius: 50px;
  padding: 2px 10px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px 10px;
  }
  #favGourmetList ul {
    justify-content: space-between;
  }
  #favGourmetList .item_list {
    margin: 20px 0;
    width: calc((100% - 10px) / 2);
    padding: 15px;
    background: #f3f3f3;
    position: relative;
    min-width: auto;
  }
}