@charset "utf-8";
/* CSS Document */

/* ------------------------
レイアウト
*/
@media screen and (min-width: 980px) {
 .o-wrapper {
   margin: 0 auto;
   max-width: 920px;
   background: #FFF;
   padding: 20px;
 }
}
@media screen and (max-width: 979px) {
 .o-wrapper {
   margin-top: 0;
 }
}
.o-header h1 {
  font-size: 25.6px;
  background: url(/images/common/cart36.png) no-repeat left center;
  background-size: contain;
  padding: 0 0 0 1.5em;
  margin-bottom: 1em;
  line-height: 1;
}
@media screen and (max-width: 979px) {
  .o-header h1 {
    font-size: 20px;
  }
  .o-form,
  .o-confirm,
  .o-complete {
    padding: 0 10px;
  }
}
/* ------------------------
注文フロー ステップ
*/
.o-navi {
  margin: 0 0 1.5em;
  background: #F9F6F3;
  padding: .5em;
}
.on-cnt {
  margin: 0 auto;
  max-width: 320px;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  box-sizing: border-box;
  border: .1em solid #AAA;
  border-radius: 4px;
  background: #FFF;
  padding: 0;
  justify-content: space-between;
}
.on-item {
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 36px;
  position: relative;
  margin: 0;
  flex-grow: 1;
  padding-left: .6em;
  display:inline-block\9;
}
.on-item:first-child {
  padding-left: 0;
}
.on-item::after,
.on-item::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
}
.on-item::after {
  border-left-color: #FFF;
  right: -1em;
  z-index: 2;
}
.on-item::before {
  border-left-color: #AAA;
  right: -1.1em;
  z-index: 1;
}
.on-item:last-child::after,
.on-item:last-child::before {
  content: none;
}
.o-cart .on-step1,
.o-form .on-step2,
.o-confirm .on-step3,
.o-complete .on-step4 {
  background: #fd8;
}
.o-cart .on-step1::after,
.o-form .on-step2::after,
.o-confirm .on-step3::after,
.o-complete .on-step4::after {
  border-left-color: #fd8;
}
.o-note {
  font-size: 14px;
  padding: 0.8em 1.2em;
  margin-bottom: 1em;
  border-radius: 3px;
  background: #F9F6F3;
}
/* ------------------------
注文フロー フッター(/order/form.html以降で使用)
*/
.o-footer {
  border-top: 1px dotted #CCCCCC;
  color: #999999;
  font-size: 11px;
  text-align: center;
  margin: 20px auto 10px;
}
.o-footer-navi li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
@media screen and (max-width: 979px) {
  .o-footer-navi {
    display:inherit;
    list-style:none;
    margin:10px auto;
    width: auto;
  }
}


/* ------------------------
ボタン
*/
.button.order-button {
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.15);
  border: 1px solid #666;
  text-align: left;
  font-weight: normal;
  padding: 12px;
}
.button.-cart-orange {
  color: #333;
  background-image: linear-gradient(to bottom, #ffe299 0%, #ffcc33 100%);
  background-image: -webkit-linear-gradient(to bottom, #ffe299 0%, #ffcc33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe299', endColorstr='#ffcc33',GradientType=0 );
}
.button.-cart-dorange {
  background: -webkit-linear-gradient(top, #ffaa6d 0%,#ff8832 100%);
  background: linear-gradient(to bottom, #ffaa6d 0%,#ff8832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa6d', endColorstr='#ff8832',GradientType=0 );
}
.button.-cart-red {
  color: #FFF;
  background-image: linear-gradient(to bottom, #e57270 0%, #e71f19 100%);
  background-image: -webkit-linear-gradient(to bottom, #e57270 0%, #e71f19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57270', endColorstr='#e71f19',GradientType=0 );
}
.button[class*=-cart-] > span {
  background-repeat: no-repeat;
  background-position: 4px center; /* ((52px - 32px) / 2) - 16px */
  background-size: 32px;
  padding-left: 52px; /* 64px - 12px */
  display: inline-block;
}
.button.-cart-red > span {
  background-image: url(/images/common/cart-white.png);
}
.button.-cart-orange > span {
  background-image: url(/images/common/cart36.png);
}
.button.-cart-dorange > span {
  background-image: url(/images/common/teiki.png);
}

/* ------------------------
   safari<=10.0
*/
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) and(min-width: 980px) {
  @media {
    .o-footer-navi li {
      display: inline-block;
      vertical-align: top;
    }
    .on-item {
      display: inline-block;
    }
    .sg-h-col .sg-h-col2-left1,  .sg-h-col .sg-h-col2-left,  .sg-h-col .sg-h-col2-right,  .sg-b-col1 {
      float: left;
    }
    .sg-b-col2 {
      float: left;
      width: 15%;
    }
    .sg-b-col2-left {
      float: left;
      width: 100%;
    }
    .sg-b-col2-right {
      width: 0%;
    }
    .sg-field-lid {
      float: left;
    }
    .sg-field-bottom {
      text-align: right;
    }
  }
}
