/* 店舗検索結果（/shop_result.html） */
.result-area {
  padding: 65px 0;
}

.result-head .word {
  position: relative;
  padding: 20px 260px 20px 25px;
  font-size: 1.8rem;
  border: 3px solid #5eb74f;
}

.result-head .word > span {
  font-weight: bold;
}

.result-head .word > sub {
  font-size: 1.4rem;
  color: #8c8c8c;
}

.result-head .word .btn {
  display: block;
  width: 240px;
  height: 45px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
  appearance: none;
  text-align: center;
  background: #5eb74f;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -22px;
}

.result-head .hit {
  text-align: center;
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 50px;
}

.result-head .hit em {
  color: #5db64e;
  font-size: 4.8rem;
  font-style: normal;
}

.result-head .hit p {
  /* position: relative; */
  font-size: 2.4rem;
  font-weight: bold;
}

.result-head .hit p .sp {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .result-area {
    padding: 30px 0;
  }
  .result-head .word {
    padding: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .result-head .word sub {
    font-size: 1.1rem;
    display: block;
    line-height: 1.2em;
  }
  .result-head .word .btn {
    display: block;
    position: static;
    height: 40px;
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 40px;
    margin: 10px auto 0;
  }

  .result-head .hit {
    margin-bottom: 25px;
  }
  .result-head .hit p {
    position: relative;
    font-size: 1.4rem;
    text-align: left;
  }
  .result-head .hit em {
    font-size: 2.1rem;
  }
}

.l-shopSerchArea {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-shopSerchArea {
    margin-top: 40px;
  }
}

.l-shopSerchArea_item:nth-child(n + 2) {
  padding-top: 70px;
  margin-top: 80px;
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .l-shopSerchArea_item:nth-child(n + 2) {
    margin-top: 30px;
    padding-top: 25px;
  }
}

.l-shopSerchArea_item .c-txtMiddle {
  margin-top: 20px;
}

.l-shopSerch_LinkList {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList {
    margin-top: 20px;
  }
}

.l-shopSerch_LinkList + .l-shopSerch_LinkList {
  margin-top: 50px;
}

.l-shopSerch_LinkList_item {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}

.l-shopSerch_LinkList_item + .l-shopSerch_LinkList_item {
  margin-top: 10px;
}

.l-shopSerch_LinkList_item::before {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5eb74f;
  border-right: 2px solid #5eb74f;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item::before {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}

.l-shopSerch_LinkList_item .linkContBox {
  display: table;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item .linkContBox {
    display: block;
    padding: 15px 20px 20px;
  }
}

.l-shopSerch_LinkList_item .linkContBox .linkContBox_item {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item .linkContBox .linkContBox_item {
    display: block;
  }
}

.l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title {
  font-size: 20px;
  line-height: 1.4;
  color: #5eb74f;
  width: 350px;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title {
    width: 100%;
    padding: 0;
  }
}

.l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #d6d6d6;
  width: 1px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title::before {
    display: none;
  }
}

.l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title h4 .combi,
#store-gps-list li a .title .combi {
  display: inline-block;
  margin-left: 0.1em;
  padding: 4px 6px;
  background: #5eb74f;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: 2px;
}

@media screen and (max-width: 480px) {
  .l-shopSerch_LinkList_item .linkContBox .linkContBox_item.title h4 .combi,
  #store-gps-list li a .title .combi {
    font-size: 11px;
  }
}

.l-shopSerch_LinkList_item .linkContBox .linkContBox_item.txt {
  padding: 0 60px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-shopSerch_LinkList_item .linkContBox .linkContBox_item.txt {
    padding: 0;
    margin-top: 10px;
  }
}

.l-shopSerch_LinkList_item:hover {
  opacity: 0.8;
}
