/* ============================================================
   shoplist.css — 店舗リスト専用スタイル
   style.css から独立。メンテはこのファイルのみ。
   3店舗横並び対応（松山東店廃止）
   ============================================================ */

/* --- PC (width: all) --- */

#footer h3 {
  margin-bottom: 25px;
}

#footer .shoplist,
#footer .bottom_menu .box {
  width: 960px;
  margin: 0 auto;
}

#footer .shoplist ul {
  display: flex;
}

#footer .shoplist li {
  flex: 1;
  float: none;
  width: auto;
  margin-right: 2%;
  border-bottom: none;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

#footer .shoplist li:last-child {
  margin-right: 0;
}

#footer .shoplist li img {
  margin-right: 2px;
}

#footer .shoplist li dl {
  width: calc(100% - 130px);
}

#footer .shoplist li dt {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

#footer .shoplist .under {
  border-bottom: none;
  margin-bottom: 0;
}

#footer .shoplist li dt a {
  background: url(https://www.housemate-navi.jp/search/matsuyama/img/common/icon-aalow-s.png) no-repeat left;
  padding-left: 8px;
  color: #4c4c4c;
  font-weight: bold;
}

#footer .shoplist li p,
#footer .shoplist li dl {
  float: left;
}

#footer .shoplist li p {
  margin-right: 8px;
}

#footer .shoplist li .hours {
  font-size: 95%;
}

#footer .shoplist li .hours span {
  font-weight: bold;
}

#footer .shoplist li strong {
  color: #be1e48;
  font-size: 110%;
}

/* --- SP (max-width: 700px) --- */

@media screen and (max-width: 700px) {
  #footer .shoplist,
  #footer .bottom_menu .box {
    width: 100%;
    margin: 0 auto;
  }

  #footer .shoplist {
    width: 80%;
    margin: 0 auto;
  }

  #footer .shoplist ul {
    display: block;
  }

  #footer .shoplist li {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    padding-bottom: 20px;
  }
}
