@charset "utf-8";

.efoParent label {
  font-size: 14px;
}

.efoParent input[type=text] {
  width: 120px;
}

.efoParent input[type=radio] + span {
}

.error p {
  color: red;
  margin: 0;
}

.colon {
  float: right;
}

.efoError:not([type=radio]) {
  background-color: #FFCCCC;
  border: 1px solid red;
  box-shadow: 0px 0px 4px #F04E4E;
}

/**
* ツールチップ用クラス
*/
#efoToolTipArea .efoToolTip {
  cursor: pointer;
  z-index: 10;
  display: block;
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
/*   opacity: 0; */
}

#efoToolTipArea .efoToolTip .errorMessage {
  width: 100%;
  background: #EE3333;
  position: relative;
  color: white;
  width: 150px;
  font-size: 11px;
  border: 2px solid #DDD;
  box-shadow: 0 0 6px black;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px black;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 11;
}

#efoToolTipArea .efoToolTip .errorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 16;
}

#efoToolTipArea .efoToolTip .errorArrow div {
    border-left: 2px solid #DDD;
    border-right: 2px solid #DDD;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #EE3333;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

#efoToolTipArea .efoToolTip .errorArrow div.line10 {
    width: 15px;
    border: none;
}
#efoToolTipArea .efoToolTip .errorArrow div.line9 {
    width: 13px;
    border: none;
}
#efoToolTipArea .efoToolTip .errorArrow div.line8 {
    width: 11px;
}
#efoToolTipArea .efoToolTip .errorArrow div.line7 {
    width: 9px;
}
#efoToolTipArea .efoToolTip .errorArrow div.line6 {
    width: 7px;
}
#efoToolTipArea .efoToolTip .errorArrow div.line5 {
    width: 5px;
}
#efoToolTipArea .efoToolTip .errorArrow div.line4 {
    width: 3px;
}
#efoToolTipArea .efoToolTip .errorArrow div.line3 {
    width: 1px;
    border-left: 2px solid #DDD;
    border-right: 2px solid #DDD;
    border-bottom: 0 solid #DDD;
}
#efoToolTipArea .efoToolTip .errorArrow div.line2 {
    width: 3px;
    border: none;
    background: #DDD;
}
#efoToolTipArea .efoToolTip .errorArrow div.line1 {
    width: 1px;
    border: none;
    background: #DDD;
}

/************************* modal *************************/
.modal-window_sc {
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.modal-window__overlay_sc {
  background-color: rgba(0, 0, 0, 0.75);
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.modal-window__base_sc {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: inherit;
  margin: 20px 0;
  min-height: 1%;
  padding: 20px 15px;
  position: relative;
}

.modal-close_sc {
  height: 38px;
  position: absolute;
  right: -18px;
  top: -20px;
  width: 38px;
}

@supports (-ms-ime-align: auto) {
  .modal-window__base_sc {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 1px;
  }
}

.item-count__label--favorite-off {
  background-color: #958d8c;
  padding-left: 30px;
}

.item-count__label--favorite-off:before {
  background-image: url("/excludes/eclub/img/mypage/icon-favorite.png");
}

.fav-user-item__image {
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 6px;
  height: 25px;
  width: 25px;
  }

.fav-user-item__name {
 max-width: 80%;
 display: inline-block;
 float: left;
}

.product-detail-new-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}

.products-detail__icon img {
  width: 30px;
}

.product-detail-cart-delete-button {
  position: relative;
  left: 15px;
  bottom: 2px;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-radius: 50px;
  font-size: 1.3rem;
  height: 22px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 60px;
  float: right;
}

.suryo-disabled {
  background-color: #e0e0e0;
}

.cart-button--non-bg {
  background-color: #ffffff;
}

.modal-cart-text-non__number {
  border-bottom: 1px solid #000;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart-button-black {
  border: 1px solid;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  min-height: 50px;
  padding-right: 25px;
  position: relative;
}

.cart-button--arrow-black::after {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  content: "";
  height: 12px;
  opacity: 0.5;
  position: absolute;
  right: 12px;
  top: 20px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
  z-index: 1;
}

.cart-button-black .cart-text__number {
  border-bottom: 1px solid #000;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.price-wrpper--short_sc {
  width: 200px;
}

.u-table-wide--num_sc {
  width: 90px;
}

.u-table-wide--price-short_sc {
  width: 110px;
}

.catalog-disp {
  display: none;
}

@media screen and (max-width: 780px) {
  .catalog-disp {
    display: block;
  }
}

.white-space_pre-line {
  white-space: pre-line;
}


.navigation__list-item-global-header {
  border-left: 1px solid #d2c3ac;
  display: flex;
  display: -webkit-flex;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 33.33%;
}

.navigation__list-item-global-header:last-child {
  border-right: 1px solid #d2c3ac;
}


.footer__menu_pc {
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (max-width: 780px) {
  .footer__menu_pc {
    display: none;
  }
}


.footer__menu_pc_2nd {
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (min-width: 781px) {
  .footer__menu_pc_2nd {
    margin-top: 12px;
  }
}

@media screen and (max-width: 780px) {
  .footer__menu_pc_2nd {
    display: none;
  }
}



.footer__menu_sp {
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (min-width: 781px) {
  .footer__menu_sp {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .footer__menu_sp {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .pc-footer__menu-list {
    display: none;
  }
}

.footer__menu-block_bio {
  width: 33.33%;
}

@media screen and (max-width: 780px) {
  .footer__menu-block_bio {
    margin-bottom: 13px;
    width: 50%;
  }
}


.recipe-data__set_break {
  word-break: break-all;
}



.recipe-data__set-body_bunryo {
  -webkit-flex: 0 0 150px;
  flex: 0 0 300px;
}

/* for SP */
@media screen and (max-width: 667px) {
  .recipe-data__set-body_bunryo {
    -webkit-flex: 0 0 80px;
    flex: 0 0 120px;
  }
}

