@charset "UTF-8";
/* /////// search_共通  /////// */

.pagetitle {
  background-image: url(../images/common/bg_search.jpg);
  background-size: cover;
  background-position: center center;
}

.search .searchbox {
  margin-top: 15px;
  /*  margin-bottom: 80px;*/
}

.search h2 {
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
}

.search .searchbox h2 {
  font-size: 26px;
}

@media screen and (max-width: 840px) {
  .search .searchbox h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .search .searchbox h2 {
    width: 100%;
  }

  .search .searchbox h2 br {
    display: none;
  }
}

/* /////// .search_results h2  /////// */

.search_results h2 {
  width: 100%;
  display: block;
  margin-top: 70px;
  margin-bottom: 27px;
  font-size: 25px;
  border-bottom: 2px solid #FFE800;
}

.search_results h2 p {
  display: inline;
  color: #D3C176;
  font-weight: bold;
  padding-right: 10px;
}

.search_results h2 span {
  font-size: 40px;
}

/* /////// .search_results h2  /////// */

/* /////// search_共通  /////// */

.search_results .nearby_shop li {
  margin-bottom: 35px;
}

/* /////// search_共通  /////// */

/* /////// search area  /////// */

.area .pagetitle {
  background-image: url(../images/common/bg_searcharea.jpg);
  background-size: cover;
  background-position: center center;
}

.area .search_results h2 {
  width: 100%;
  display: block;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 32px;
  border-bottom: 2px solid #FFE800;
}

.area .search_results h3 {
  text-align: center;
  margin-bottom: 35px;
}

.area .search_results h3 span {
  font-size: 40px;
}

.area .search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../images/search/bg_searcharea_map.jpg);
  background-size: 60%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 580px) {
  .area .search_area {
    background-size: 100%;
    background-position: center center;
  }
}

.area .search_area .lead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.area .search_area ul {
  width: 31%;
}

.area .search_area ul:first-of-type {
  width: 34%;
}

@media screen and (max-width: 580px) {
  .area .search_area ul {
    width: 100%;
  }

  .area .search_area ul:first-of-type {
    width: 100%;
  }
}

.area .search_area ul li {
  margin-bottom: 15px;
}

.area .search_area ul .title {
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  background-color: #EBEBEB;
  margin-bottom: 10px;
  border-radius: 5px;
}

.area .search_area ul .btn {
  background-color: #F6F4F0;
  font-weight: bold;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .2);
  min-height: 3.4em;
}

.area .search_area ul:first-of-type .btn {
  margin-left: 3%;
}

.area .search_area ul .btn.active {
  background: linear-gradient(135deg, #FFD907 40%, #F0B900 100%);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.area .search_area ul .btn.active:before {
  font-family: "lionicon";
  content: "\f107";
  opacity: 1;
  font-weight: normal;
}

.area .search_area ul .hokkaido .btn:before {
  transform: rotate(90deg);
}

.shopinfo {
  margin-top: 5px;
  border: none;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 0;
  font-size: 14px;
  background-color: #fffeee;
}

section.search_results ul.nearby_shop li {
  margin-bottom: 15px;
  margin-right: 1%;
  padding: 10px 15px;
  border: 1px solid #F0E9DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}