@charset "utf-8";
/**********************************************************
Item Detail
***********************************************************/
@media screen and (max-width: 420px){
  .detail .content {
    width: 100%;
    overflow: hidden;
    box-shadow: none;
  }
}
@media screen and (max-width: 420px){
  .detail .box {
    background-color: #ffffff;
  }
}

.itemDetail {
  margin-bottom: 40px;
}
.itemDetail__inner {
  display: flex;
}

@media screen and (max-width:767px){
  .itemDetail__inner {
    display: block;
  }
}
@media screen and (max-width:420px){
  .itemDetail__inner {
    margin: 0;
  }
}
.imageMedia__wrapper {
  padding-right: 0;
}
@media screen and (max-width:420px){
  .imageMedia__wrapper {
    padding: 0;
  }
}
.boxBody.-itemDetail .productBox {
  width: 100%;
  padding: 0 0 0 48px;
}
@media screen and (max-width:991px){
  .boxBody.-itemDetail .productBox {
    padding-left: 40px;
  }
}
@media screen and (max-width:767px){
  .boxBody.-itemDetail .productBox {
    padding-left: 0;
  }
}

@media screen and (max-width:420px){
  .boxBody.-itemDetail .productBox {
    padding: 0 16px;
  }
}

.productBox__productName {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  word-wrap: break-word;
}
@media screen and (max-width:420px){
  .productBox__productName {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.productBox__itemDescription {
  line-height: 1.7em;
  word-wrap: break-word;
  padding: 24px 0;
  border-top: 1px dashed #cccccc;
}
.productBox__productPriceLayout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:420px){
  .productBox__productPriceLayout {
    margin-bottom: 6px;
  }
}
.itemReceiveTime__area {
  height: 66px;
  padding: 16px 0 0;
}
.productBox__productPrice {
  font-size: 28px;
  text-align: right;
  line-height: 1em;
  width: 100%;
}
.productBox__productSalePrice {
  white-space: nowrap;
}
.productBox__productNormalPrice {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
  white-space: nowrap;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width:420px){
  .productBox__productPrice {
    font-size: 22px;
    bottom: auto;
  }
}
.productBox__productPrice.-disabled,
.productBox__productPrice.-disabled .productBox__productNormalPrice {
  color: #999999 !important;
}
.productBox__productPriceMark {
  font-size: 24px;
}
@media screen and (max-width:420px){
  .productBox__productPriceMark {
    font-size: 18px;
  }
}
.receiptedAtDateTime {
  margin-bottom: 48px;
}
@media screen and (max-width:767px){
  .receiptedAtDateTime {
    margin-bottom: 40px;
  }
}
.productBox__itemCatchphrase {
  margin-bottom: 24px;
}
@media screen and (max-width:420px){
  .productBox__itemCatchphrase {
    color: #666666;
  }
}
.productBox__status {
  font-size: 14px;
  text-align: right;
  margin-bottom: 8px;
  padding: 0;
}
@media screen and (max-width:420px){
  .productBox__status {
    font-size: 14px;
  }
}
.productBox__status.-outOfStock,
.productBox__status.-nonReceipt {
  color: #999999;
}
.productBox__status.-remainingStock {
  color: #c82527;
}

/* no imageの場合 */
.imageMedia__box.-detailedProductImg.-noImage .imageMedia.-detailedProductImg:hover,
.detailedItem__hover.-noImage .imageMedia.-detailedItemImg:hover {
  opacity: 1.0;
}

/**********************************************************
取り扱い可能受取場所リスト
***********************************************************/
.shopList__box {
  padding: 24px 0;
  border-top: 1px dashed #cccccc;
}
.shopList li {
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
  position: relative;
}
.shopList__toggleData {
  display: block !important;
  margin: 0;
}
.shopList__innerUl li {
  width: 100%;
}
.shopList__innerUl li:first-child {
  margin-top: 0;
}

.shopList__status {
  text-align: center;
  min-width: 72px;
  margin-right: 8px;
  padding: 2px 8px;
  background: #eeeeee;
  position: relative;
  top: -1px;
  border-radius: 2px;
}
.shopList__status.-receiptable {
  color: #ffffff;
  background: #3F81C1;
  border: 1px solid #3F81C1;
}
.shopList__status.-notReceiptable {
  color: #999999;
  background: #e8e8e8;
}

.shopList .shoplist__receiptPaymantArea {
  margin-right: 8px;
}
.shopList .shopList__name {
  cursor: pointer;
}
.shopList .shopList__name.-noLink {
  cursor: default;
}
@media screen and (max-width:767px){
  .shopList .shopList__name {
    text-decoration: underline;
    cursor: pointer;
  }
  .shopList .shopList__name.-noLink {
    cursor: default;
    text-decoration: none;
  }
}
.enableHover .shopList .shopList__name:hover {
  text-decoration: underline;
}
.enableHover .shopList .shopList__name.-noLink:hover {
  text-decoration: none;
}

.shopList__toggleBtnBox {
  width: 100%;
  text-align: right;
}
.shopList__toggleBtn {
  color: #8e8e8e;
  text-decoration: underline;
}
.shopList__toggleBtn:hover {
  color: #8e8e8e;
}
.shopList__toggleBtn::after {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  color: #333333;
  position: relative;
  top: 7px;
  left: 4px;
}
.shopList__toggleBtn.-open::after {
  content: "\e5cf";
}
.shopList__toggleBtn.-close::after {
  content: "\e5ce";
}

.buttonNum__box {
  border-top: solid 1px #cccccc;
  padding: 24px 0 0;
  margin: 0;
}
@media screen and (max-width: 767px){
  .buttonNum__box {
      margin:0 24px 24px;
      padding-top: 16px;
  }
}
@media screen and (max-width: 420px){
  .buttonNum__box {
      margin:0 16px 24px;
  }
}
.statusBox {
  text-align: center;
  font-weight: bold;
  color: #c82527;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid #c82527;
}
.totalPrice__tag {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 1px;
}
.totalPrice {
  font-size: 28px;
  font-weight: normal;
  margin-left: 8px;
}
.totalPrice.-disabled,
.totalPrice__tag.-disabled {
  color: #999999;
}
.totalPrice__mark,
.productPrice__mark {
  font-size: 24px;
}
.totalPrice__box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 8px;
  padding: 0;
}

.numNext {
  margin-top: 38px;
  padding: 0;
}
@media screen and (max-width: 767px){
  .numNext {
    margin-top: 0;
  }
}
.num {
    text-align: right;
    padding: 0 16px 0 0;
}
@media screen and (max-width: 767px){
  .num {
    text-align: right;
    padding: 0 0 16px 0;
  }
  .numNext__box {
    justify-content: center !important;
    margin-bottom: 24px;
    padding: 0;
  }
}
.num .cartAddNum__Text {
  padding: 0 16px 0 0;
}
@media screen and (max-width: 350px){
  .num .cartAddNum__Text {
    padding: 0 8px 0 0;
  }
}
.selectInput.cartAddNum {
  font-size: 18px;
  width: 92px;
  height: 50px;
  padding: 8px 16px;
  border: solid 1px #cdd6dd;
  border-radius: 5px;
}
@media screen and (max-width: 767px){
  .selectInput.cartAddNum {
    padding: 4px 16px;
  }
}
.cartAddNum__box {
  display: flex;
  align-items: center;
}
.cartAddNum__layout {
    position: relative;
    white-space: nowrap;
    font-weight: bold;
}
@media screen and (max-width: 350px){
  .cartAddNum__layout {
    margin-right: 4px;
  }
}
.cartAddNum__layout::before {
  display: block;
  content: '\e313';
  font-family: 'Material Icons';
  font-size: 24px;
  font-weight: normal;
  line-height:50px;
  color: #626262;
  position: absolute;
  top: 0;
  right: 8px;
  pointer-events: none;
}
.prev_box {
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 767px){
  .prev_box {
    text-align: center;
  }
}

/**********************************************************
オプション項目
***********************************************************/
.attention {
    margin-bottom: 16px;
}
@media screen and (max-width: 767px){
  .attention {
    padding: 0 25px;
  }
}
.panelGroup {
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
  .panelGroup {
    padding: 0 24px;
  }
}
@media screen and (max-width: 420px){
  .panelGroup {
    padding: 0 16px;
  }
}
.panelGroup .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.panel-default>.panel-heading {
  background-color: #ffffff;
  padding: 0;
  border: none;
  border-radius: none;
}
.panel-default>.panel-heading h4 {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.panel-default>.panel-heading .with-errors {
    margin: 0;
}
@media screen and (max-width: 991px){
  /* エラー表示 */
  .with-errors {
    font-size:13px;
  }
}
.detailedOption__body {
  padding: 0 15px 15px !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding: 16px 0 0 !important;
  border: none;
}
@media screen and (max-width: 767px){
  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 16px 0 24px !important;
  }
}
.description_box {
  padding: 0;
}
.detail_description {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0 0 16px;
}
.detail_items_box {
    margin: -15px;
}
.detaild_item,
.detaild_item_noimage {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .detaild_item_noimage {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:420px){
  .detaild_item,
  .detaild_item_noimage {
      margin-bottom: 8px;
  }
}
.detaildItem__name {
  padding: 0 4px;
}
.detaildItem__name label {
  font-weight: normal;
  margin-bottom: 8px;
}
label.detailedItem__clickArea {
  width: 100%;
  cursor: pointer;
}
.detaildItem__name label.detaild_item_description {
  display: block;
}
.detailedItemPrice {
  text-align: right;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  .process_error {
    padding: 40px;
  }
}

/**********************************************************
受取不可  下のボタン風
***********************************************************/
.notReceiptable__box {
  display: flex;
  justify-content: flex-end;
  margin: 38px 0 16px 0;
  padding: 0;
}
.notReceiptable__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  width: 230px;
  height: 50px;
  padding: 10px;
  background: #eeeeee;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width:420px){
  .notReceiptable__button {
    width: 100%;
  }
}

.item_add_btn.visible-xs.hidden{
  display: none !important;
}

/**********************************************************
数量エラー
***********************************************************/
.numNext__errors {
  text-align: right;
}
@media screen and (max-width:991px){
  .numNext__errors {
    text-align: left;
  }
}

/**********************************************************
イベント 販売制限商品の注釈
***********************************************************/
.limitOrder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #c82527;
}
@media screen and (max-width:767px){
  .limitOrder {
    justify-content: flex-start;
    margin-top: 16px;
  }
}
.limitOrder.-detailedArea {
  margin-bottom: 16px;
}
.limitOrder__icon {
  margin-right: 6px;
}
.limitOrder__text {
  line-height: 1;
}
@media screen and (max-width:767px){
  .limitOrder__icon {
    font-size: 20px;
  }
  .limitOrder__text {
    font-size: 13px;
  }
}

/**********************************************************
商品ごとの受付期間
***********************************************************/
.receiptPeriodArea__text {
  color: #434343;
}
@media screen and (max-width:991px){
  .receiptPeriodArea__text {
    text-align: right;
  }
}
@media screen and (max-width:767px){
  .receiptPeriodArea__text {
    font-size: 14px;
    color: #666666;
  }
}
