@charset "utf-8";
/**********************************************************
2Column Layout リセット
***********************************************************/
.twoColumn__left {
  display: none;
}
.twoColumn__right {
  width: 100%;
  margin-left: 0;
}

.columnHeader__toggleBtn.-item,
.selectedDateTimeSp__box,
.selectedDateTimeAreaSp__box {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .selectedDateTimeSp__box,
  .selectedDateTimeAreaSp__box {
    display: block !important;
  }
}

/**********************************************************
Item List
***********************************************************/
@media screen and (max-width: 767px) {
  .boxBody {
    min-height: auto;
    padding: 30px;
  }
}
@media screen and (max-width:420px) {
  .boxBody {
    padding: 0;
  }
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
@media screen and (max-width: 991px) {
  .row-eq-height {
    margin: 0;
  }
}
/* item block */
.item {
  color: #434343;
  min-height: 100%;
  padding: 24px;
  transition: .2s;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .item {
    padding: 16px;
  }
}
@media screen and (max-width: 991px) {
  .item {
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.item dl {
  margin: 0;
}
.item__layout {
  width: 33.3%;
  padding: 0 11px;
}
@media screen and (max-width: 991px) {
  .item__layout {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .item__layout {
    width: 100%;
    margin: 0 16px;
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
  }
  .item__layout:last-child {
    border-bottom: none;
  }
}
.itemAnchor {
  display: inline-block;
  margin: 0 11px;
}
.item__productDetail {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .item__productDetail {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .item__productDetail {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .item__productDetail {
    width: 100%;
  }
}

/* item box */
@media screen and (max-width: 767px) {
  .item__productDetail dl {
    display: table;
    width: 100%;
    margin: 0;
  }
  .item__productDetail dt {
    display: table-cell;
    width: 120px;
  }
  .item__productDetail dd {
    display: table-cell;
    padding-left: 16px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  .item__productDetail dt {
    width: 80px;
  }
}

/* 画像 */
.imageMedia__box.-productImg {
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-productImg {
    margin-bottom: 0;
  }
}
.imageMedia__box.-productImg::before {
  padding-top: 200px;
}
@media screen and (max-width: 1200px) {
  .imageMedia__box.-productImg::before {
    padding-top: 160px;
  }
}
@media screen and (max-width: 991px) {
  .imageMedia__box.-productImg::before {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .imageMedia__box.-productImg::before {
    padding-top: 80px;
  }
}

/**********************************************************
PC日時選択UI
***********************************************************/
.selectedDateTimePc__box.-event {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .selectedDateTimePc__box.-event {
   display: none;
  }
}
.selectedDateTimePc {
  display: flex;
  align-items: center;
  width: 620px;
  height: 64px;
  margin: 0 auto;
  padding: 16px;
  background: #ffffff;
  border: 2px solid rgba(204, 204, 204, 1);
  border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.5s;
  cursor: pointer;
}
.selectedDateTimePc.-dateOnly {
  width: 500px;
}
.enableHover .selectedDateTimePc:hover {
  border-color: #e8a248;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.selectedDateTimePc__header,
.selectedDateTimePc__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectedDateTimePc__header {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #e8a248;
}
.selectedDateTimePc__header::before {
  content: "\e614";
  font-family: "Material Icons Outlined";
  font-size: 32px;
  font-weight: normal;
  margin-right: 4px;
}
.selectedDateTimePc__content {
  font-size: 20px;
  height: 38px;
}
.selectedDateTimePc__dateTime {
  display: inline-block;
  letter-spacing: 2px;
  margin-left: 24px;
}
.selectedDateTimePc__dateTime.-dateOnly {
  margin-left: 56px;
}
.selectedDateTimePc__dateTime.-weekSp {
  font-size: 16px;
  margin: 0 -6px;
}

.selectedDateTimePc .btnBox {
  margin: 0 0 0 auto;
}
.selectedDateTimePc .btn.cotolUserBtn.-main {
  font-size: 18px;
  min-width: 109px;
  height: 40px;
}

/* イベント期間外 */
.selectedDateTimePc.-disabled {
  box-shadow: none;
  cursor: default;
}
.enableHover .selectedDateTimePc.-disabled:hover {
  border: 2px solid rgba(204, 204, 204, 1);
  box-shadow: none;
}
.selectedDateTimePc.-disabled .selectedDateTimePc__header {
  color: #999999;
}
.selectedDateTimePc.-disabled .btn.cotolUserBtn.-main,
.selectedDateTimePc.-disabled .btn.cotolUserBtn.-main:hover {
  background: #dddddd;
  box-shadow: none;
  cursor: default;
  opacity: 1;
}

/* 選択できる日時がない場合 */
.notSelectDateTimePc {
  font-size: 20px;
  letter-spacing: 4px;
  margin-left: 24px;
}
.notSelectDateTimePc.-offHours {
  margin-left: 44px;
}

.selectedDateTimePc.-dateOnly .notSelectDateTimePc.-offHours {
  margin-left: 22px;
}

/**********************************************************
受取可能時間
***********************************************************/
@media screen and (max-width:1200px) {
  .itemReceiveTime__time {
    font-size: 11px;
    margin-left: 7px;
  }
}
@media screen and (max-width:991px) {
  .itemReceiveTime__time {
    font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .itemReceiveTime__time {
    font-size: 12px;
    margin-left: 5.5px;
  }
}
@media screen and (max-width:991px) {
  .itemReceiveTime__day {
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .itemReceiveTime__day {
    font-size: 14px;
  }
}
@media screen and (max-width:991px) {
  .itemReceiveTime__scheduleBox {
    margin-right: 13px !important;
  }
}
@media screen and (max-width:767px) {
  .itemReceiveTime__scheduleBox {
    margin-right: 16px !important;
  }
}
@media screen and (max-width:1200px) {
  .itemReceiveTime__schedule {
    width: 39px;
  }
}
@media screen and (max-width:991px) {
  .itemReceiveTime__schedule {
    width: 36px;
  }
}
@media screen and (max-width:767px) {
  .itemReceiveTime__schedule {
    width: 40px;
  }
}