@charset "UTF-8";
.f-error-text + .f-error-text {
  margin-top: 0;
}

.r-from-block > *:first-child {
  margin-top: 0 !important;
}

.r-select {
  appearance: none;
  font-size: 1.6rem;
  display: block;
  box-sizing: border-box;
  padding: 10px 34px 8px 14px;
  border: 0;
  border: 1px solid #b9b6b6;
  border-radius: 4px;
  background: url(./img/icon_select.svg) no-repeat right 5px center/12px 12px, linear-gradient(to bottom, #9E9E9E, #9E9E9E) no-repeat right center/22px 100%, linear-gradient(to bottom, #fff 10%, #eee 100%);
  color: #000;
  line-height: 20px;
}
.r-select::-ms-expand {
  display: none;
}
.r-select.-full {
  width: 100%;
}
@media (max-width: 767px) {
  .r-select {
    font-size: 1.4rem;
    padding: 7px 27px 6px 9px;
    background: url(./img/icon_select.svg) no-repeat right 4px center/10px 10px, linear-gradient(to bottom, #9E9E9E, #9E9E9E) no-repeat right center/18px 100%, linear-gradient(to bottom, #fff 10%, #eee 100%);
  }
}

.r-submitBtn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 21px 1em 19px;
  border: 1px solid transparent;
  background-color: #CA0813;
  color: #fff;
}
.r-submitBtn.-back {
  background-color: #939393;
  color: #fff;
}
.r-submitBtn.-frontBtn {
  transition: ease 0.3s;
}
.r-submitBtn.-false {
  background-color: #6e6e6e;
  transition: ease 0.3s;
}
@media screen and (max-width: 1019px) {
  .r-submitBtn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .r-submitBtn {
    font-size: 1.6rem;
    padding: 17px 1em 15px;
  }
}

.r-toConfirm {
  max-width: 320px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .r-toConfirm {
    margin-top: 50px;
  }
}

.r-toSend {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 100px 0 -16px -40px;
}
.r-toSend > .unit {
  box-sizing: border-box;
  width: 320px;
  margin: 0 0 16px 40px;
}
@media (max-width: 1019px) {
  .r-toSend {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .r-toSend {
    margin: 50px 0 -16px -10px;
  }
  .r-toSend > .unit {
    width: 260px;
    margin-left: 10px;
  }
}

.r-input-order {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
}
.r-input-order > .input {
  position: relative;
}
.r-input-order > .units {
  font-size: 1.8rem;
  margin-left: 16px;
}
@media (max-width: 1019px) {
  .r-input-order > .units {
    font-size: 1.6rem;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .r-input-order > .units {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}

.r-table-order {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.r-table-order thead th {
  font-size: 2rem;
  padding: 19px 8px 17px;
  border: 1px solid #707070;
  border-bottom: 0;
  background: #000;
  color: #fff;
  font-weight: 600;
}
.r-table-order th, .r-table-order td {
  font-size: 1.8rem;
  padding: 15px 8px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: middle;
}
.r-table-order td.name {
  width: 37.2549019608%;
  padding-left: 32px;
  background: #ddd;
  word-break: break-all;
}
.r-table-order td.name .size {
  display: inline-block;
}
.r-table-order td.price {
  width: 43.3333333333%;
  padding: 21px 8px 19px;
  text-align: center;
}
.r-table-order td.price .normal:not(.only)::after {
  content: "→";
}
.r-table-order td.price .red {
  display: inline-block;
  color: #CA0813;
  font-weight: 600;
}
.r-table-order td.price .tax {
  font-size: 1.4rem;
  display: inline-block;
}
.r-table-order td.picker.-zero {
  color: #CA0813;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1019px) {
  .r-table-order th, .r-table-order td {
    font-size: 1.6rem;
  }
  .r-table-order td.name {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .r-table-order thead th {
    font-size: 1.3rem;
    padding: 11px 5px 10px;
  }
  .r-table-order th, .r-table-order td {
    font-size: 1.3rem;
    padding: 12px 5px;
  }
  .r-table-order td.name {
    width: 35.8208955224%;
    padding-left: 8px;
    text-align: left;
  }
  .r-table-order td.price {
    width: 34.328358209%;
    padding: 12px 5px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .r-table-order td.price .normal {
    font-size: 1.1rem;
  }
  .r-table-order td.price .normal.only {
    font-size: 1.3rem;
  }
  .r-table-order td.price .red {
    font-size: 1.3rem;
  }
  .r-table-order td.price .tax {
    font-size: 1rem;
  }
  .r-table-order td.picker {
    width: 28.6567164179%;
  }
  .r-table-order td.picker.-zero {
    font-size: 1.4rem;
  }
}

.r-table-orderConfirm {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.r-table-orderConfirm th, .r-table-orderConfirm td {
  font-size: 1.8rem;
  padding: 24px 8px;
  line-height: 1.25;
  text-align: left;
  vertical-align: middle;
}
.r-table-orderConfirm tr {
  display: table-row;
  border-bottom: 1px dashed #000;
}
.r-table-orderConfirm td.picker {
  width: 50%;
}
.r-table-orderConfirm td.picker .body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.r-table-orderConfirm td.picker .price {
  color: #CA0813;
  font-weight: 600;
}
.r-table-orderConfirm td.picker .price::after {
  font-size: 1.4rem;
  color: #000;
  content: "（税込）";
}
.r-table-orderConfirm td.picker .number {
  font-size: 2.4rem;
  padding-right: 0.2em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .r-table-orderConfirm tr {
    display: flex;
    flex-direction: column;
    padding: 24px 8px 16px;
  }
  .r-table-orderConfirm th, .r-table-orderConfirm td {
    font-size: 1.5rem;
    padding: 0;
  }
  .r-table-orderConfirm td.picker {
    width: 100%;
    margin-top: 12px;
  }
  .r-table-orderConfirm td.picker .body {
    justify-content: flex-end;
  }
  .r-table-orderConfirm td.picker .price::after {
    font-size: 1.2rem;
  }
  .r-table-orderConfirm td.picker .number {
    font-size: 1.8rem;
  }
}

.r-quantity {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 100px 0 0 -50px;
}
.r-quantity > .quantity, .r-quantity > .price {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
  width: 50%;
  padding-left: 50px;
}
.r-quantity > .quantity .label, .r-quantity > .price .label {
  font-size: 1.8rem;
  box-sizing: border-box;
  width: 56.7010309278%;
  margin: 0;
  padding: 27px 0 26px 37px;
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
}
.r-quantity > .quantity .desc, .r-quantity > .price .desc {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  font-size: 2.4rem;
  align-items: center;
  box-sizing: border-box;
  width: 43.2989690722%;
  margin: 0;
  padding-right: 38px;
  border: solid 1px #000;
  background-color: #fff;
  font-weight: 600;
}
.r-quantity > .quantity .desc .unit, .r-quantity > .price .desc .unit {
  font-size: 1.8rem;
  margin-left: 16px;
}
@media (max-width: 1019px) {
  .r-quantity {
    margin-top: 60px;
    margin-left: -24px;
  }
  .r-quantity > .quantity, .r-quantity > .price {
    padding-left: 24px;
  }
  .r-quantity > .quantity .label, .r-quantity > .price .label {
    font-size: 1.6rem;
    width: 50%;
    padding: 16px 20px 15px 20px;
  }
  .r-quantity > .quantity .desc, .r-quantity > .price .desc {
    font-size: 2rem;
    width: 50%;
    padding-right: 15px;
  }
  .r-quantity > .quantity .desc .unit, .r-quantity > .price .desc .unit {
    font-size: 1.4rem;
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .r-quantity {
    margin-top: 32px;
    margin-left: 0;
  }
  .r-quantity > .quantity, .r-quantity > .price {
    width: 100%;
    padding-left: 0;
  }
  .r-quantity > .quantity .label, .r-quantity > .price .label {
    font-size: 1.4rem;
    width: 40%;
    padding: 16px 0 16px 20px;
  }
  .r-quantity > .quantity .desc, .r-quantity > .price .desc {
    font-size: 1.6rem;
    width: 60%;
    padding-right: 26px;
  }
  .r-quantity > .quantity .desc .unit, .r-quantity > .price .desc .unit {
    font-size: 1.2rem;
  }
  .r-quantity > .price {
    margin-top: 8px;
  }
}

.r-receive {
  margin: 100px auto 0;
}
.r-receive > .receive {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: stretch;
  box-sizing: border-box;
  border: 1px solid #000;
}
.r-receive > .receive > .title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  align-items: center;
  box-sizing: border-box;
  width: 24.7058823529%;
  margin: 0;
  padding: 10px;
  background-color: #eee;
}
.r-receive > .receive > .title::after {
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  margin-left: 1em;
  padding: 6px 0.75em 4px;
  background-color: #CA0813;
  color: #fff;
  line-height: 1;
  vertical-align: inherit;
  letter-spacing: 0;
  content: "必須";
}
.r-receive > .receive > .body {
  width: 75.2941176471%;
  background-color: #fff;
}
.r-receive > .notes {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  margin: 20px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #CA0813;
  font-weight: 600;
}
.r-receive > .notes::before {
  display: inline-block;
  width: 1em;
  text-indent: 0;
  content: "※";
}
.r-receive > .notes + .notes {
  margin-top: 0;
}
.r-receive > .shop {
  font-size: 1.6rem;
  margin: 32px auto 0;
  line-height: 1.5;
  text-align: center;
}
.r-receive > .shop a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.r-receive > .shop a::after {
  display: inline-block;
  width: 15px;
  height: 1em;
  margin-left: 16px;
  background-image: url(../img/icon-arrow2-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  vertical-align: middle;
}
.r-receive > .shop a:hover::after {
  opacity: 0.7;
}
@media (max-width: 1019px) {
  .r-receive {
    margin-top: 60px;
  }
  .r-receive > .receive > .title {
    font-size: 1.6rem;
    width: 240px;
  }
  .r-receive > .receive > .body {
    width: calc(100% - 240px);
  }
  .r-receive > .notes {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .r-receive {
    margin-top: 30px;
  }
  .r-receive > .receive > .title {
    font-size: 1.4rem;
    width: 100%;
    padding: 14px 0;
  }
  .r-receive > .receive > .body {
    width: 100%;
  }
  .r-receive > .shop {
    font-size: 1.4rem;
    margin-top: 24px;
  }
}

.r-receive-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  padding: 20px 40px;
  gap: 15px 20px;
}
.r-receive-rows > .day, .r-receive-rows > .time, .r-receive-rows > .location {
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 1019px) {
  .r-receive-rows {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .r-receive-rows {
    padding: 20px;
  }
}

.r-payment {
  margin: 40px 0 0;
}
.r-payment > .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  margin: 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1019px) {
  .r-payment > .text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .r-payment {
    margin-top: 32px;
  }
  .r-payment > .text {
    font-size: 1.5rem;
    text-align: left;
  }
}

.r-cancel {
  margin: 40px 0 0;
}
.r-cancel > .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  margin: 0;
  line-height: 2;
}
.r-cancel > .notes {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  position: relative;
  margin: 1em 0 0;
  line-height: 2;
  text-align: left;
  padding-left: 1.25em;
}
.r-cancel > .notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1019px) {
  .r-cancel > .text {
    font-size: 1.6rem;
  }
  .r-cancel > .notes {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .r-cancel {
    margin-top: 32px;
  }
  .r-cancel > .text {
    font-size: 1.5rem;
  }
  .r-cancel > .notes {
    font-size: 1.4rem;
    margin-top: 20px;
    line-height: 1.75;
  }
}

.r-confirm-productOrder {
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 40px 8%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .r-confirm-productOrder {
    margin-top: 32px;
    padding: 24px 20px;
  }
}

.r-confirm-receive-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  padding: 24px 40px;
  gap: 8px 40px;
}
.r-confirm-receive-rows > .day, .r-confirm-receive-rows > .location {
  font-size: 2rem;
  position: relative;
}
@media (max-width: 1019px) {
  .r-confirm-receive-rows {
    padding: 20px 20px;
  }
  .r-confirm-receive-rows > .day, .r-confirm-receive-rows > .location {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .r-confirm-receive-rows {
    flex-direction: column;
    justify-content: flex-start;
  }
  .r-confirm-receive-rows > .day, .r-confirm-receive-rows > .location {
    font-size: 1.6rem;
  }
}

.r-complete {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-top: 80px;
  padding: 64px 56px 80px;
  background-color: #fff;
}
@media (max-width: 1019px) {
  .r-complete {
    margin-top: 64px;
    padding: 40px 32px 64px;
  }
}
@media (max-width: 767px) {
  .r-complete {
    margin-top: 40px;
    padding: 40px 20px 24px;
  }
}

.r-complete-customer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.r-complete-customer > .name {
  font-size: 2rem;
  margin: 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  text-align: left;
}
.r-complete-customer > .info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
  padding: 0;
}
.r-complete-customer > .info .tel, .r-complete-customer > .info .mail, .r-complete-customer > .info .time {
  font-size: 1.5rem;
  margin: 0 0 0 24px;
  text-align: right;
  line-height: 1.5;
}
@media (max-width: 1019px) {
  .r-complete-customer > .info .tel, .r-complete-customer > .info .mail, .r-complete-customer > .info .time {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .r-complete-customer {
    flex-direction: column;
  }
  .r-complete-customer > .name {
    font-size: 1.7rem;
    margin: 0;
  }
  .r-complete-customer > .info {
    justify-content: center;
    margin-top: 24px;
  }
  .r-complete-customer > .info .tel, .r-complete-customer > .info .mail, .r-complete-customer > .info .time {
    margin-left: 0;
    text-align: center;
  }
}

.r-complete-number {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 32px auto 0;
}
.r-complete-number > .title, .r-complete-number > .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 10px 9px;
  line-height: 1.5;
  text-align: center;
}
.r-complete-number > .title {
  font-size: 1.8rem;
  width: 22.2222222222%;
  background: #000;
  color: #fff;
  font-weight: 400;
}
.r-complete-number > .number {
  font-size: 3.2rem;
  width: 77.7777777778%;
  background: #eee;
  font-weight: 600;
}
@media (max-width: 767px) {
  .r-complete-number > .title {
    font-size: 1.3rem;
    width: 33.2179930796%;
  }
  .r-complete-number > .number {
    font-size: 2rem;
    width: 66.7820069204%;
  }
}

.r-complete-order {
  margin-top: 64px;
}
.r-complete-order > .title {
  font-size: 2rem;
  margin: 0 0 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .r-complete-order {
    margin-top: 32px;
  }
  .r-complete-order > .title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.r-complete-quantity {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  margin: 40px 0 0;
}
.r-complete-quantity > .quantity, .r-complete-quantity > .price {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.r-complete-quantity > .quantity .label, .r-complete-quantity > .price .label {
  font-size: 1.8rem;
  margin: 0;
}
.r-complete-quantity > .quantity .number, .r-complete-quantity > .price .number {
  font-size: 2.4rem;
  padding-left: 8px;
  font-weight: 600;
}
.r-complete-quantity > .quantity .unit, .r-complete-quantity > .price .unit {
  font-size: 1.6rem;
  padding-left: 8px;
}
.r-complete-quantity > .price {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .r-complete-quantity {
    justify-content: flex-start;
    margin-top: 24px;
    margin-right: -24px;
  }
  .r-complete-quantity > .quantity, .r-complete-quantity > .price {
    margin-right: 24px;
  }
  .r-complete-quantity > .quantity .label, .r-complete-quantity > .price .label {
    font-size: 1.5rem;
  }
  .r-complete-quantity > .quantity .number, .r-complete-quantity > .price .number {
    font-size: 2rem;
  }
  .r-complete-quantity > .quantity .unit, .r-complete-quantity > .price .unit {
    font-size: 1.4rem;
    padding-left: 4px;
  }
  .r-complete-quantity > .price {
    margin-left: 0;
  }
}

.r-complete-reserve {
  display: block;
  margin-top: 80px;
}
.r-complete-reserve > .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 -8px -8px;
}
.r-complete-reserve .time, .r-complete-reserve .location {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 340px;
  margin: 0 8px 8px;
  padding: 9px 8px 7px;
  background: #eee;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .r-complete-reserve {
    margin-top: 32px;
  }
  .r-complete-reserve > .wrap {
    align-items: center;
    flex-direction: column;
    margin: 0 0 -8px;
  }
  .r-complete-reserve .time, .r-complete-reserve .location {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 0 8px;
  }
}

.r-complete-notice {
  margin-top: 80px;
  padding: 45px 0 64px;
  border: solid 4px #eee;
  text-align: center;
}
.r-complete-notice > .title {
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
}
.r-complete-notice > .text {
  font-size: 2.4rem;
  margin: 24px 0 0;
}
.r-complete-notice > .text .red {
  border-bottom: 1px solid #CA0813;
  color: #CA0813;
  font-weight: 600;
}
@media (max-width: 1019px) {
  .r-complete-notice > .title {
    font-size: 1.8rem;
  }
  .r-complete-notice > .text {
    font-size: 2.2rem;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .r-complete-notice {
    margin-top: 32px;
    padding: 24px 16px;
  }
  .r-complete-notice > .title {
    font-size: 1.6rem;
  }
  .r-complete-notice > .text {
    font-size: 1.7rem;
    margin-top: 12px;
  }
}