@charset "utf-8";

@media screen and (max-width: 767px) {
  .box.-shopDetail {
    background: #ffffff;
  }
  .boxBody.-shopDetail,
  .boxBody.-shopDetail.-event {
    padding: 0;
  }
  .shopDetailNav {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0));
    border: none;
  }
  .shopDetailNav.-noImage {
    background: transparent;
  }

  .shopDetailNav__layout.-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .shopDetailNav__closeIcon {
    text-align: center;
    width: 40px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -1px;
    right: 4px;
    cursor: pointer;
  }
  .shopDetailNav__closeIcon.-back {
    left: 0px;
  }
  .shopDetailNav__closeIcon.-close {
    right: 4px;
  }

  .shopDetailNav__closeIcon .material-icons {
    color: #ffffff;
  }
  .shopDetailNav.-noImage .shopDetailNav__closeIcon .material-icons {
    color: #434343;
  }
  .shopDetailNav__closeIcon.-back .material-icons {
    font-size: 32px;
  }
  .shopDetailNav__closeIcon.-close .material-icons {
    font-size: 24px;
  }

/**********************************************************
ヘッダー情報
***********************************************************/
  .shopDetailHeader {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 16px;
  }

  .shopDetailHeader.-spTopMargin {
    margin-top: 50px;
  }

  .shopDetailHeader__layout {
    display: inline-block;
    width: 100%;
  }
  .shopDetailHeader__shopName,
  .shopDetailHeader__shopAddress {
    display: block;
  }
  .shopDetailHeader__shopName {
    font-size: 16px;
    font-weight: bold;
  }

  .shopDetailHeader__shopAddress {
    margin-top: 8px;
    padding-left: 16px;
    position: relative;
  }
  .shopDetailHeader__shopAddress::before {
    content: "\e0c8";
    font-size: 16px;
    font-family: "Material Icons";
    color: #8e8e8e;
    position: absolute;
    top: -1px;
    left: -2px;
  }
  .shopDetailHeader .shoplist__receiptPaymantArea {
    margin-top: 8px;
  }

  .paymentLabel__area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 8px;
  }

  .shopDetailHeader .btnBox {
    margin: 0;
  }
  .shopDetailHeader .btn.cotolUserBtn {
    min-width: 152px;
    height: 40px;
  }

  .shopDetail__discription {
    padding: 0 16px 24px;
  }
  .shopDetail__discription.-withCloseBtn {
    padding-bottom: 16px;
  }
  .btnBox.-shopDetail{
    margin: 24px 0 40px;
    padding: 0 16px;
  }

/**********************************************************
スマホ用画像css
***********************************************************/
  .spShopDetailImage__box.hidden {
    display: none !important;
  }
  .spShopDetailImage__box.-subImage {
    padding: 0 16px 16px;
  }
  .spShopDetailImage__layout {
    width: 100%;
    position: relative;
  }
  .spShopDetailImage__layout.-subImage + .spShopDetailImage__layout {
    margin-top: 16px;
  }
  .spShopDetailImage__layout img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* lightbox */
  .ekko-lightbox {
    z-index: 100100;
  }

/**********************************************************
スマホ用 下の受け取るボタン
***********************************************************/
  .btnBox.-selectShopBtn {
    margin: 0 16px 24px;
  }
  .btnBox.-selectShopBtn .btnBox__layout {
    margin-bottom: 24px;
  }

/**********************************************************
スマホ用 受取場所モーダル スライドエリア
***********************************************************/
  .customerModal.-shop.-sp .slideArea__box.customerModal__scroll {
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .customerModal.-shop.-sp .slideArea__content {
    width: auto;
    padding: 0;
  }
}