@charset "utf-8";
/* ===================================================================
 shoplist.css
  - breakpoint: max-width: 767px / min-width: 768px
======================================================================*/

/*----------------------------------------------------------
 shoplist
------------------------------------------------------------*/
.shopList {
  width: 100%;
}
.shopList thead th {
  padding-bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
}
.shopList tbody {
  border-top: 1px solid #333;
}
.shopList tbody tr {
  border-bottom: 1px solid #333;
}
.shopList tbody th,
.shopList tbody td {
  padding: 20px 15px;
}
.shopList tbody td {
  font-size: 1.4rem;
}
.shopList tbody td p + p {
  margin-top: 5px;
}

.shopList-name {
  width: 29%;
}
.shopList-name small {
  font-size: 1.2rem;
  font-weight: normal;
}
.shopList-icon {
  width: 7em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.shopList-icon span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-indent: -9999px;
}
.icon-forum { background-image: url("/shoplist/img/icon_forum.png"); }
.icon-atrium { background-image: url("/shoplist/img/icon_atrium.png"); }
.icon-newBauhaus { background-image: url("/shoplist/img/icon_new_bauhaus.png"); }

@media screen and (max-width: 767px) {
  .shopList thead {
    display: none;
  }
  .shopList tbody {
    display: block;
  }
  .shopList tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 5px 20px;
  }
  .shopList tbody th,
  .shopList tbody td {
    padding: 0;
  }
  .shopList-name {
    width: 100%;
    margin-bottom: 10px;
  }
  .shopList-address {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .shopList-icon {
    width: auto;
    text-align: left;
  }
  .shopList-icon span {
    display: flex;
    align-items: center;
    width: auto;
    height: 16px;
    margin-right: 15px;
    padding-left: 22px;
    background-position: 0 50%;
    background-size: auto 100%;
    font-size: 1.2rem;
    line-height: 1;
    text-indent: 0;
  }
}
