@charset "UTF-8";
/*======================================================================
 * 検索ページ レイアウト
======================================================================*/
.search-tab {
  margin-bottom: 3rem;
}
.search-tab ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-tab ul li {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin-right: 25px;
  min-height: 70px;
  font-size: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .search-tab ul li {
    min-height: 77px;
    margin-right: 12px;
  }
}
.search-tab ul li:nth-child(2) span.number {
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .search-tab ul li:nth-child(2) span.number {
    margin-top: -15px;
  }
}
.search-tab ul li:last-child {
  margin-right: 0;
}
.search-tab ul li.-current {
  position: relative;
  color: #fff;
  background: #000;
}
.search-tab ul li.-current:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 45%;
  border: 6px solid transparent;
  border-top: 10px solid #000;
}
@media screen and (max-width: 768px) {
  .search-tab ul li.-current:after {
    right: 43%;
  }
}
.search-tab ul li.-current a {
  color: #fff;
  background-color: #000;
}
.search-tab ul li span {
  font-size: 1.4rem;
}
.search-tab ul li span.number {
  font-size: 2.2rem;
  margin: -9px 0 0 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-tab ul li span.number {
    display: block;
    width: 100%;
    margin-top: -25px;
  }
}
.search-tab ul li span.number span {
  margin-left: 2px;
}
.search-tab ul li a {
  height: 100%;
  width: 100%;
  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;
  text-decoration: none;
  color: #000;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .search-tab ul li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.search-tab.-floor ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .search-tab.-floor ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.search-tab.-floor ul li {
  min-height: 50px;
  margin-right: 9px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search-tab.-floor ul li {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
  }
  .search-tab.-floor ul li:nth-child(4n) {
    margin-right: 0;
  }
  .search-tab.-floor ul li:nth-child(n+5) {
    margin-top: 20px;
  }
}
.search-tab.-floor ul li:last-child {
  margin-right: 0;
}

.sub-heading {
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    text-align: left;
  }
}
.sub-heading:before, .sub-heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #14AECC;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-heading:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.text-content-list {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .text-content-list {
    margin-top: 3rem;
  }
}

.text-content-item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .text-content-item {
    margin-bottom: 3rem;
  }
}
.text-content-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.text-content-item .title {
  margin: 0 0 0.8rem;
  font-weight: 500;
  text-decoration: underline;
}
.text-content-item .url {
  margin: 0 0 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .text-content-item .url {
    font-size: 1.3rem;
  }
}
.text-content-item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.4rem;
  line-height: 1.4;
}
.text-content-item .highlight {
  font-weight: bold;
}

.searchshop-list {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .searchshop-list.-news ul li {
    width: calc((100% - 20px) / 2);
    margin: 20px 20px 0 0;
  }
  .searchshop-list.-news ul li:after {
    content: none;
  }
  .searchshop-list.-news ul li:first-child, .searchshop-list.-news ul li:nth-child(2) {
    margin-top: 0;
  }
  .searchshop-list.-news ul li:nth-child(5n) {
    margin-right: 20px;
  }
  .searchshop-list.-news ul li:nth-child(2n) {
    margin-right: 0;
  }
  .searchshop-list.-news ul li:nth-child(n+6) {
    margin-top: 20px;
  }
}
.searchshop-list.-news ul li .text {
  margin-top: 5px;
}
.searchshop-list.-news ul li .text p {
  line-height: 1.56;
}
.searchshop-list.-news ul li .image {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 4px;
}
.searchshop-list.-news ul li .category {
  margin-top: 7px;
}
.searchshop-list.-news ul li .category p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .searchshop-list.-news ul li a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .searchshop-list {
    margin: 30px auto;
  }
}
.searchshop-list ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.searchshop-list ul li {
  position: relative;
  margin-right: 25px;
  width: calc((100% - 100px) / 5);
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .searchshop-list ul li:first-child {
    margin-top: 0;
  }
  .searchshop-list ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #14AECC;
    border-right: 1px solid #14AECC;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    margin: -4px 0 0 -8px;
  }
}
.searchshop-list ul li:nth-child(5n) {
  margin-right: 0;
}
.searchshop-list ul li:nth-child(n+6) {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li:nth-child(n+6) {
    margin-top: 20px;
  }
}
.searchshop-list ul li a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.searchshop-list ul li .image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .image {
    width: 36%;
    margin-right: 15px;
    padding-top: 27%;
  }
}
.searchshop-list ul li .image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.searchshop-list ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px auto 10px;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .info {
    margin-top: 5px;
  }
}
.searchshop-list ul li .info .floor {
  position: relative;
  padding-left: 16px;
  font-size: 1.1rem;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
}
.searchshop-list ul li .info .floor:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/common/icon-floor.svg") no-repeat;
  background-size: 100%;
}
.searchshop-list ul li .info .open {
  font-size: 1rem;
  color: #14AECC;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .info .open {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.searchshop-list ul li .info .store-name {
  font-size: 1rem;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .info .store-name {
    font-size: 1.2rem;
  }
}
.searchshop-list ul li .text p {
  line-height: 1.6875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .text p {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
.searchshop-list ul li .category {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .searchshop-list ul li .category {
    margin-top: 8px;
  }
}
.searchshop-list ul li .category p {
  font-size: 1rem;
  color: #727272;
}
@media screen and (max-width: 768px) {
  .searchshop-list .link-button {
    max-width: none;
  }
}

.search-result {
  margin-top: 40px;
  color: #727272;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .search-result {
    margin: 10px auto 15px;
  }
}

.l-content-list {
  margin-bottom: 3em;
}