@charset "UTF-8";
/* 送料・お届け方法について */
.mv {
  height: auto;
  margin: 0;
  padding: 70px 0;
}

.shipping {
  width: 100%;
  margin: 0 0 15px;
  border-collapse: collapse;
}
.shipping__bdr {
  position: relative;
}
.shipping__bdr:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ececd8;
}
.shipping__subj {
  width: 300px;
  padding: 0 0 18px;
}
.shipping__subj span {
  display: block;
  background: #ececd8;
  font-size: 18px;
  line-height: 42px;
}
.shipping__ttl {
  width: 150px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  color: #9b0000;
}
.shipping__txt {
  width: 300px;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  text-align: left;
  vertical-align: top;
}
.shipping__txt:first-child {
  border-right: 4px dotted #ececd8;
}
.shipping__txt:last-child {
  border-left: 4px dotted #ececd8;
}
.shipping__txt sup {
  font-size: 9px;
}
.shipping__notice {
  padding: 0.5em 0 0;
  text-align: left;
}
.shipping__notice__txt {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75em;
}
.shipping .coin {
  width: 208px;
  height: auto;
  margin: 0.5em 0 0;
}
.shipping__nav {
  padding: 30px 0 60px;
  font-size: 16px;
  line-height: 2.2em;
  text-align: left;
}
.shipping__sp {
  display: none;
}

.free {
  margin: 0 0 1em;
  padding: 0.8em;
  background: #f5f5eb;
  text-align: left;
}
.free__ttl {
  padding: 0 0 1em;
}
.free__price {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.1em 0.3em;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.free sup {
  font-size: 10px;
}
.free .nocharge {
  font-size: 16px;
  line-height: 1.75em;
}

.zero {
  width: 47px;
  height: auto;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}

.acordion {
  display: block;
}
.acordion_switch {
  position: relative;
  margin: 0 0 47px;
  background: rgba(155, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 64px;
  color: #9b0000;
  pointer-events: none;
}
.acordion_switch .plusminus {
  display: none;
}
.acordion_switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 27px;
  background: url(../images/order/arrow01.svg) no-repeat center bottom;
  background-size: contain;
}
.acordion_switch.noarrow {
  margin: 0;
}
.acordion_switch.noarrow:after {
  display: none;
}
.acordion_switch.below {
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.acordion_switch.below:after {
  display: none;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .mv {
    padding: 10vw 0 4vw;
  }

  .shipping {
    margin: 0 0 3vw;
    border-top: 0.4vw solid #ececd8;
  }
  .shipping__bdr:after {
    display: none;
  }
  .shipping__ttl {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    border-bottom: 0.7vw dotted #ececd8;
    font-size: 3.7333333333vw;
    line-height: 1.75em;
    text-align: left;
  }
  .shipping__txt {
    display: block;
    width: 100%;
    padding: 0.5em 0 1.5em;
    border-bottom: 0.4vw solid #ececd8;
    font-size: 3.7333333333vw;
    line-height: 1.75em;
  }
  .shipping__txt:first-child {
    border-right: none;
  }
  .shipping__txt:last-child {
    border-left: none;
  }
  .shipping__txt sup {
    font-size: 2vw;
  }
  .shipping__notice__txt {
    font-size: 3.2vw;
    line-height: 2em;
  }
  .shipping .coin {
    width: 44.4vw;
  }
  .shipping__nav {
    padding: 1em 0 10vw;
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .shipping__sp {
    display: block;
  }

  .free {
    margin: 0 10vw 0.8em 0;
  }
  .free__ttl {
    font-size: 3.7333333333vw;
  }
  .free__price {
    margin: 0 0 0.7em;
    font-size: 3.7333333333vw;
  }
  .free sup {
    font-size: 2vw;
  }
  .free .nocharge {
    font-size: 3.7333333333vw;
    line-height: 2em;
  }

  .zero {
    width: 10.5333333333vw;
  }

  .acordion {
    display: none;
    padding: 0 0 10vw;
  }
  .acordion_switch {
    margin: 0 0 8vw;
    background: #ececd8;
    border-radius: 0;
    font-size: 3.7333333333vw;
    line-height: 12vw;
    color: #333;
    pointer-events: auto;
  }
  .acordion_switch .plusminus {
    display: inline-block;
    position: absolute;
    right: 5.2vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4vw;
    height: auto;
  }
  .acordion_switch:after {
    display: none;
  }
  .acordion_switch.noarrow {
    margin: 0 0 8vw;
  }
  .acordion_switch.below {
    margin: 0 0 8vw;
    border-radius: 0;
  }
}
