@import url(../../fonts.googleapis.com/earlyaccess/notosansjp.css);
.sec.shoplist_section > .title {
  padding-left: 6em;
  background-image: url(../images/shoplist/img_ttl_shoplist.png);
}
.sec.shoplist_section .contents {
  background: #fff;
  padding: 1.5em;
  text-align: center;
}
.sec.shoplist_section .contents .txt {
  line-height: 1.5;
  color: #000;
  margin: 5% 0;
}
.sec.shoplist_section .contents .title2 {
  font-weight: 500;
  border-bottom: 2px solid #333f48;
  color: #333f48;
  font-size: 2.3rem;
  line-height: 1.8;
}
.sec.shoplist_section .contents .lists {
  position: relative;
  text-align: left;
  padding: 0 0 60px;
}
.sec.shoplist_section .contents .lists.net .list a {
	background-color: #0099FF;
}
.sec.shoplist_section .contents .lists.tenpo .list a {
  color: #333f48;
  background: #a2cdd9;
}
.sec.shoplist_section .contents .lists .kome {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
.sec.shoplist_section .contents .lists .list {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5%;
  margin-top: 1em;
}
.sec.shoplist_section .contents .lists .list a {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  padding: 20px 5px;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  background: #eee;
}
.sec.shoplist_section .contents .lists .list a:hover {
  text-decoration: underline;
}
.sec.shoplist_section .contents .lists .list a:hover .no_wrap {
  text-decoration: underline;
}
.sec.shoplist_section .contents .lists .list a.hover_none:hover {
  text-decoration: none;
}
.sec.shoplist_section .contents .lists .list a.hover_none:hover .no_wrap {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .sec.shoplist_section > .title {
    padding-left: 5em;
  }
  .sec.shoplist_section .contents .lists .list {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .sec.shoplist_section > .title {
    padding-left: 0;
  }
  .sec.shoplist_section .contents .txt {
    margin: 5% 0 10%;
  }
  .sec.shoplist_section .contents .lists .list {
    width: 100%;
  }
}

/*# sourceMappingURL=shoplist.css.map */
