/* EDKDS001-03_add */
@charset "utf-8";

@media screen and (max-width:768px) {
  /* 画面サイズが768pxまではここを読み込む */
  .shopinfo-top__image {
    margin-bottom: 24px;
  }
  .shopinfo-top__logo {
    width: 160px;
    margin: 0 auto 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  .shopinfo-top__logo img {
    width: 100%;
  }
  .shopinfo-top__profile {
    border-radius: 16px;
    overflow: hidden;
  }
  .shopinfo-top__profile img {
    width: 100%;
  }
  .shopinfo-top__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  .shopinfo-top-list__term {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .shopinfo-top-list__desc {
    margin-bottom: 16px;
  }
  .shopinfo-include-image {
    margin: 0 auto 24px;
  }
  .shopinfo-include-image:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-image img {
    width: 100%;
    border-radius: 16px;
  }
  .shopinfo-include-text {
    margin: 0 auto 24px;
  }
  .shopinfo-include-text:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-small-image {
    margin: 0 auto 24px;
  }
  .shopinfo-include-small-image:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-small-image img {
    width: 100%;
    border-radius: 16px;
  }
  .shopinfo-include-table {
    margin: 0 auto 24px;
  }
  .shopinfo-include-table:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-table__head {
    box-sizing: border-box;
    width: 96px;
    padding: 0 8px 16px 0;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
  }
  .shopinfo-include-table tr:last-child .shopinfo-include-table__head {
    padding-bottom: 0;
  }
  .shopinfo-include-table__data {
    box-sizing: border-box;
    padding-bottom: 16px;
    font-size: 12px;
    vertical-align: top;
  }
  .shopinfo-include-table tr:last-child .shopinfo-include-table__data {
    padding-bottom: 0;
  }
  .shopinfo-include-table__link {
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
  }

  .browsingHistoryList {
    margin-bottom: 0;
  }
  .browsingHistoryList + .button-primary {
    margin-bottom: 40px;
  }
  .searchCommodityListByShop {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  .shopinfo-top {
    display: flex;
    align-items: center;
  }
  .shopinfo-top__image {
    width: 360px;
    margin-right: 56px;
  }
  .shopinfo-top__logo {
    width: 160px;
    margin: 0 auto 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  .shopinfo-top__logo img {
    width: 100%;
  }
  .shopinfo-top__profile {
    border-radius: 16px;
    overflow: hidden;
  }
  .shopinfo-top__profile img {
    width: 100%;
  }
  .shopinfo-top__content {
    flex: 1;
  }
  .shopinfo-top__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .shopinfo-top-list__term {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .shopinfo-top-list__desc {
    margin-bottom: 16px;
  }
  .shopinfo-include-image {
    max-width: 838px;
    margin: 0 auto 40px;
  }
  .shopinfo-include-image:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-image img {
    width: 100%;
    border-radius: 16px;
  }
  .shopinfo-include-text {
    max-width: 838px;
    margin: 0 auto 40px;
  }
  .shopinfo-include-text:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-small-image {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .shopinfo-include-small-image:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-small-image img {
    width: 100%;
    border-radius: 16px;
  }
  .shopinfo-include-table {
    margin: 0 auto 40px;
  }
  .shopinfo-include-table:last-child {
    margin-bottom: 0;
  }
  .shopinfo-include-table__head {
    box-sizing: border-box;
    width: 286px;
    padding: 0 28px 24px 0;
    font-weight: bold;
    vertical-align: top;
  }
  .shopinfo-include-table tr:last-child .shopinfo-include-table__head {
    padding-bottom: 0;
  }
  .shopinfo-include-table__data {
    box-sizing: border-box;
    width: 552px;
    padding-bottom: 24px;
    vertical-align: top;
  }
  .shopinfo-include-table tr:last-child .shopinfo-include-table__data {
    padding-bottom: 0;
  }

  .newSalesCommodityList{
    margin-bottom: 0 !important;
  }

  .searchCommodityListByShop {
    margin-bottom: 80px;
  }
}
