@charset "utf-8";
/* CSS Document */

/* =============================================================================
	トップページ
============================================================================= */
.lyt-item-a>.img>.img-inner.shop_logoimg > img { width: 300px; max-width: 300px; }

/* =============================================================================
	店舗一覧 
============================================================================= */
/* tbl-shoplist  -------------------- { */
.tbl-shoplist { width: 100%; border-collapse: collapse; border: 1px solid #b1b1ac;}
.tbl-shoplist thead th, .tbl-shoplist thead td { font-weight: 700; text-align: center; background: #c6c6c0; }
.tbl-shoplist th,.tbl-shoplist td { padding: 10px 16px; border-bottom: 1px solid #b1b1ac;}
.tbl-shoplist th:not(:last-child),.tbl-shoplist td:not(:last-child) { border-right: 1px dashed #b1b1ac;}

@media only screen and (max-width: 768px) {
	.tbl-shoplist { border: none;}
  .tbl-shoplist thead { display: none; }
  .tbl-shoplist tr { width: 100%; }
	.tbl-shoplist td:not(:last-child):not(:first-child) { border-bottom: 1px dashed #b1b1ac;}
	.tbl-shoplist td:first-child { border-bottom: none;}
  .tbl-shoplist td { display: flex; width: 100%; }
	.tbl-shoplist td:last-child { margin-bottom: 32px; }
	.tbl-shoplist th:not(:last-child), .tbl-shoplist td:not(:last-child) { border-right: none; }
  .tbl-shoplist td:first-child { background: #333333; color: #ffffff; font-weight: 700; text-align: center; }
	.tbl-shoplist td:first-child::before { content: attr(data-label); color: #ffffff; }
  .tbl-shoplist td::before { content: attr(data-label); font-weight: 700; color: #666666; text-align: center;  width: 5em; margin-right: 16px; }
}
/* -------------------- } tbl-shoplist */