.page-title-common {
  margin: 0;
  background: url("../img/search-result/bg-page-title-sp.jpg") no-repeat center 0/cover;
}

.form-box {
  padding: 40px 0 30px;
  background-color: #F8F8F8;
}

form div {
  position: relative;
  width: 82.9333333333%;
  max-width: 800px;
  height: 50px;
  margin: 0 8.5333333333% 20px;
}

form div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/icon_search.svg) 0 0/contain no-repeat;
}

input {
  width: 100%;
  height: 100%;
  padding: 0 3em 0 1em;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #9E9E9E;
}

form div button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: none;
  background: none;
}
form div button:hover {
  background: #9E9E9E;
  opacity: 0.1;
  cursor: pointer;
}

.button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38.9333333333%;
  height: 48px;
  margin: 0 auto;
  color: #fff;
  border-radius: 24px;
  background-color: #009A94;
  font-size: 1.4rem;
}
.button-box:hover {
  opacity: 1;
  background-color: #4BB7B3;
}

.search-result-box {
  padding: 0 4.2666666667% 40px;
}
.search-result-box strong {
  display: block;
  margin: 40px 0;
  font-size: 2rem;
  line-height: 28px;
}
.search-result-box .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-result-box .button-list li {
  width: 48.3965014577%;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 22px;
}
@media (max-width: 767.9999px) {
  .search-result-box .button-list li:nth-child(2n) {
    margin-left: auto;
  }
}
.search-result-box .button-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #9E9E9E;
  border-radius: 24px;
}
.search-result-box .button-list li a:hover {
  opacity: 1;
}
.search-result-box .button-list li .active {
  color: #fff;
  border: none;
  background-color: #009A94;
  pointer-events: none;
}
.search-result-box .button-list li span {
  margin: -0.5rem 0.2rem 0 0.4rem;
  font-size: 2.2rem;
}

.category-title {
  width: 91.4666666667%;
  height: 46px;
  margin: 0 auto 20px;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 46px;
  border-left: 4px solid #009A94;
  background-color: #F8F8F8;
}

.result-box {
  font-size: 1.6rem;
  padding: 0 4.2666666667% 20px;
}
@media (max-width: 767.9999px) {
  .result-box {
    padding-bottom: 14px;
  }
}
.result-box span {
  color: #009A94;
}
.result-box + .text {
  padding: 0 4.2666666667% 100px;
  font-size: 1.6rem;
}

.item-list {
  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;
  padding: 0 4.2666666667% 60px;
}
.item-list li {
  width: 47.5218658892%;
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.item-list li:nth-of-type(2n + 2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.item-list .shop-logo {
  width: 100%;
  height: 28.8vw;
  margin-bottom: 8px;
  text-align: center;
  border: 1px solid #E2E2E2;
}
.item-list .shop-logo img {
  height: 100%;
}
.item-list .category,
.item-list .place {
  font-size: 1.2rem;
}
.item-list .name {
  margin-bottom: 12px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #9E9E9E;
}
.item-list .picture {
  position: relative;
  width: 100%;
  height: 43.2vw;
  overflow: hidden;
}
.item-list .picture .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 20;
  width: 49px;
  height: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background: #009A94;
}
.item-list .picture img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 43.2vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-list .picture img + img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.item-list .text {
  padding: 12px 0 6px 12px;
  border-left: 1px solid;
}
.item-list .text p {
  margin: 0 0 8px;
}
.item-list .text .title {
  height: 3em;
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item-list .text .category {
  font-weight: bold;
}
.item-list .event .text {
  border-color: #CB7A9F;
}
.item-list .event .text .category {
  color: #CB7A9F;
}
.item-list .cinema .text {
  border-color: #9A8BB1;
}
.item-list .cinema .text .category {
  color: #9A8BB1;
}
.item-list .art .text {
  border-color: #69A563;
}
.item-list .art .text .category {
  color: #69A563;
}
.item-list .hall .text {
  border-color: #DE886B;
}
.item-list .hall .text .category {
  color: #DE886B;
}
.item-list .title {
  height: 3em;
  margin: 12px 0 8px;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.item-list .shop {
  color: #009A94;
  font-size: 1.4rem;
  text-decoration: underline;
}

.other-list {
  padding: 0 4.2666666667% 60px;
  font-size: 1.4rem;
}
.other-list li {
  margin-bottom: 40px;
}
.other-list .title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
}
.other-list .url {
  margin-bottom: 12px;
  color: #009A94;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .page-title-common {
    background-image: url("../img/search-result/bg-page-title.jpg");
  }
  .form-box {
    padding-bottom: 40px;
  }
  form div {
    max-width: 800px;
    margin: 0 auto 20px;
  }
  .button-box {
    width: 146px;
  }
  .search-result-box {
    width: 1080px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .search-result-box strong {
    display: block;
    margin: 40px 0;
    font-size: 2rem;
    line-height: 28px;
  }
  .search-result-box .button-list li {
    width: 246px;
    margin: 0 0 20px 30px;
  }
  .search-result-box .button-list li:first-child {
    margin-left: 0;
  }
  .search-result-box .button-list li span {
    margin: -0.5rem 0.2rem 0 0.4rem;
  }
  .category-title {
    width: 1080px;
  }
  .result-box {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .result-box + .text {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .item-list {
    width: 1144px;
    margin: 0 auto;
    padding: 0 32px 60px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .item-list li {
    width: 25%;
    padding-left: 32px;
  }
  .item-list li:nth-of-type(4n + 2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .item-list li:nth-of-type(4n + 3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .item-list li:nth-of-type(4n + 4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .item-list li .picture {
    width: 246px;
    height: 246px;
  }
  .item-list li .picture .new {
    width: 58px;
    height: 24px;
    font-size: 1.3rem;
  }
  .item-list li .picture img {
    height: 246px;
  }
  .item-list li .text {
    max-width: 246px;
  }
  .item-list .shop-logo {
    height: 164px;
  }
  .other-list {
    width: 1080px;
    margin: 0 auto;
    padding: 0 0 60px;
  }
}/*# sourceMappingURL=layout-search-result.css.map */