@charset "UTF-8";
/* =================================================================
shoplist
=================================================================*/
/*  コンテンツ
-------------------------------------------------------------*/
.shoplist {
  margin-top: 3rem; }

.shoplist__hdg {
  font-size: 2rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

.shoplist__list {
  list-style: none;
  padding-left: 0; }

.shoplist__list__item {
  position: relative;
  border-top: 1px solid #000;
  padding: 2rem 350px 2rem 0;
  min-height: 240px; }

@media screen and (max-width: 1024px) {
  .shoplist__list__item {
    padding: 2rem 0; } }

.shoplist__list__item > h3 {
  position: relative;
  font-size: 2.6rem;
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .shoplist__list__item > h3 {
    font-size: 2rem; }
  .shoplist__list__item > h3.is-limited {
    padding-top: 2.6rem; } }

.shoplist__list__item > h3 > span {
  display: inline-block;
  position: relative;
  top: -0.4rem;
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .shoplist__list__item > h3 > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    font-size: 1.2rem; } }

.shoplist__list__item > table {
  margin-top: 1rem; }

@media screen and (max-width: 767px) {
  .shoplist__list__item > table {
    margin-top: 2rem; } }

.shoplist__list__item > table tr td {
  font-size: 1.6rem;
  padding-top: .5rem;
  padding-right: 1.6rem; }

.shoplist__list__item > table tr td:first-child {
  min-width: 15rem; }

@media screen and (max-width: 767px) {
  .shoplist__list__item > table tr td {
    display: block;
    font-size: 1.4rem;
    padding: 0; }
  .shoplist__list__item > table tr td:first-child {
    font-family: 'Yu Gothic Pr6N B';
    font-weight: bold; }
  .shoplist__list__item > table tr td:last-child {
    padding-bottom: 1rem; } }

.shoplist__list__item > table tr td a {
  color: #000;
  text-decoration: underline;
  word-break: break-all; }

.shoplist__list__item > img {
  position: absolute;
  top: 2rem;
  right: 0;
  display: block;
  width: 300px; }

@media screen and (max-width: 1024px) {
  .shoplist__list__item > img {
    position: static;
    margin: 2rem auto;
    width: 225px; } }

.shoplist__list__item__notice {
  margin-top: 1rem;
  list-style: none;
  padding-left: 0; }

.shoplist__list__item__notice > li {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 767px) {
  .shoplist__list__item__notice > li {
    font-size: 1.4rem; } }

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