header {
  height: .80rem;
  border-bottom: .02rem solid #d2d2d2;
  text-align: center;
  padding-top: .10rem;
}

header h1 {
  width: 2.30rem;
  margin: 0 auto;
}

main {
  width: 100%;
}

#type {
  font-size: .30rem;
}

.radio {
  padding: .05rem .10rem .05rem .60rem;
}

.radio-area span:nth-child(2) {
  margin-left: 1.00rem;
}

#order-area {
  border: .02rem solid #d2d2d2;
  padding: .20rem;
}

#order-area .order {
  border-bottom: .01rem solid #eaeaea;
  padding-bottom: .15rem;
  margin-bottom: .15rem;
}

#order-area .order:nth-last-of-type(2) {
  border-bottom: none;
  margin-bottom: 0;
}

#order-area .order figure {
  width: 1.23rem;
}

#order-area .order-wrap {
  width: 4.55rem;
}

#order-area .order-price {
  width: 1.00rem;
  text-align: right;
  font-size: .32rem;
  font-weight: 700;
    margin-right: 0.14rem;
}

#order-area .order-info {
  width: 4.71rem;
    color: #000;
}

#order-area .order-info .type-label {
  margin-bottom: .10rem;
}

#order-area .order-info .takeout span {
  border: .01rem solid #efa901;
  height: .4388rem;
  line-height: .4388rem;
  padding: 0 .05rem;
  color: #efa901;
  font-size: .20rem;
}

#order-area .order-info .takeout:before {
  content: "";
  display: block;
  width: .5531rem;
  height: .4388rem;
  background-color: #efa901;
  background-image: url("../images/takeout.png");
  background-size: .24rem;
  background-repeat: no-repeat;
  background-position: center center;
}

#order-area .order-info .delivery {
  margin-right: .10rem;
}

#order-area .order-info .delivery span {
  border: 0.01rem solid #d55451;
  height: .4388rem;
  line-height: .4388rem;
  padding: 0 .05rem;
  color: #d55451;
  font-size: .20rem;
}

#order-area .order-info .delivery:before {
  content: "";
  display: block;
  width: .5531rem;
  height: .4388rem;
  background-color: #d55451;
  background-image: url("../images/delivery.png");
  background-size: .34rem;
  background-repeat: no-repeat;
  background-position: center center;
}

#order-area .order-info .order-name {
  font-size: .28rem;

    font-size: .26rem;
    font-weight: 700;
  width: 100%;
  line-height: 1.5;
  margin-bottom: .10rem;
}

#order-area .order-info .order-name em {
  width: 3.48rem;
  display: block;
}

#order-area .order-info .order-qty {
  width: 100%;
  font-size: .24rem;

    font-size: .26rem;
    font-weight: 700;
}

#order-area .order-info .order-qty p {
  font-size: .24rem;
  font-weight: normal;
}

#order-area .order-info .order-qty div {
  width: 3.48rem;
}

#order-area .order-info .order-qty div span {
  display: inline-block;
  margin-right: .10rem;
    font-size: .26rem;
}

#order-area .order-info .order-qty div select {
  width: 1.2397rem;
  height: .46rem;
  border: .01rem solid #d0d0d0;
  border-radius: .05rem;
  padding-left: .55rem;
}

#order-area .delete-btn {
  display: block;
  width: 1.00rem;
  font-size: .24rem;
  font-weight: 500;
  text-align: right;
}

#order-area .order-shop {
  padding-top: .15rem;
  border-top: .02rem solid #d2d2d2;
}

#order-area .order-shop h2 {
  font-size: .14rem;
    font-size: .26rem;
}

#order-area .order-shop .shop figure {
  /*width: 1.80rem;*/
  width: 1.20rem;
}

#order-area .order-shop .shop dl {
  /*width: 4.55rem;*/
  width: 5.2rem;
  line-height: 1;
  font-weight: 700;
}

#order-area .order-shop .shop dl dt {
  padding: .02rem 0 .05rem;
  font-size: .28rem;
  margin-bottom: .20rem;
}

#order-area .order-shop .shop dl .shop-addr {
  padding-left: .28rem;
  font-size: .24rem;
  background-image: url("../images/pin.png");
  background-size: .19rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#order-area .order-shop .shop dl .shop-addr span {
  height: inherit;
  display: inline-block;
  line-height: 1.5;
}

aside {
  margin-top: .86rem;
  width: 100%;
  padding-bottom: .50rem;
}

aside .receipt-btn {
  display: block;
  background: #d55451;
  color: #fff;
  border-radius: .10rem;
  text-align: center;
  font-weight: 900;
  padding: .20rem 0;
  font-size: .34rem;
  cursor: pointer;
}

aside .receipt {
  text-align: center;
}

aside .receipt span {
  display: inline-block;
  font-weight: 700;
  font-size: .36rem;
}

aside .receipt .date {
  color: #d55451;
  margin-right: .05rem;
}

aside .receipt .time-start {
  margin-right: .02rem;
}

aside .receipt .time-start:after {
  content: "-";
  margin-left: .05rem;
  display: inline-block;
}

aside .title {
  border-bottom: .02rem solid #000;
  padding-bottom: .15rem;
  margin-bottom: .20rem;
  margin-top: 0;
}

aside .title span {
  font-size: .32rem;
  display: inline-block;
}

aside .title a {
  font-size: .24rem;
  display: inline-block;
  background: #ededed;
  padding: .05rem .15rem;
  border-radius: .20rem;
}

aside .customer-info {
  border: .02rem solid #d2d2d2;
  margin-top: .30rem;
  padding: .20rem;
  font-size: .26rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: .30rem;
}

aside .delivery-info {
  border: .02rem solid #d2d2d2;
  margin-top: .30rem;
  font-size: .26rem;
  padding: .20rem;
}

aside .delivery-info .addr-change {
  color: #d55451;
  font-size: .24rem;
  text-decoration: underline;
}

aside .receipt-info {
  border: .02rem solid #d2d2d2;
  margin-top: .30rem;
  font-size: .26rem;
  padding: .20rem;
}

aside .receipt-info select {
  width: 100%;
  height: 1.00rem;
  padding-left: .20rem;
  border-radius: .02rem;
}

aside .pay-info {
  border: .02rem solid #d2d2d2;
  margin-top: .30rem;
  padding: .20rem;
  font-size: .26rem;
  font-weight: 700;
  line-height: 1.5;
}

aside .order-total {
  margin-top: .80rem;
  border: .02rem solid #d2d2d2;
}

aside .order-total h2 {
  font-size: .3561rem;
  text-align: center;
  background: #f5f5f5;
  padding: .10rem 0;
  border-bottom: .02rem solid #d2d2d2;
}

aside .order-total div {
  padding: .20rem;
}

aside .order-total .price-table {
  width: 100%;
  font-size: .2769rem;
  font-weight: 700;
  border-bottom: .02rem solid #d2d2d2;
  margin-bottom: .10rem;
}

aside .order-total .price-table td {
  text-align: right;
}

aside .order-total .total-price {
  font-size: .3561rem;
  font-weight: 900;
}

aside .order-total p {
  font-size: .2374rem;
  margin: .30rem 0;
  line-height: 1.8;
  letter-spacing: -0.015rem;
}

aside .order-total p a {
  color: #3264a2;
  text-decoration: underline;
}

aside .order-total button {
  display: block;
  border: none;
  background: #d55451;
  font-size: .34rem;
  text-align: center;
  height: 1.17rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
}

#order-area .order-info .order-qty div .select-wrap {
  width: 1.46rem;
}

#order-area .order-info .order-qty div .select-wrap select {
  width: 1.46rem;
  height: 0.62rem;
  border: .01rem solid #d0d0d0;
  border-radius: .05rem;
  padding-left: .35rem;
}

.select-wrap:before {
  line-height: .75rem;
}

.modal {
  display: none;
  width: 80%;
/*  height: 6.55rem; */
  height: 9.55rem;
  padding: .30rem;
}

#order-info-change {
  display: none;
  width: 100%;
  min-height: 6.55rem;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: .20rem .40rem;
}

#order-info-change h2 {
  font-size: .22rem;
  text-align: center;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
  margin-bottom: .10rem;
}

#order-info-change form {
  display: block;
  font-size: .26rem;
}

#order-info-change form div {
  margin-bottom: .10rem;
}

#order-info-change input {
  height: 1.00rem;
  border-radius: .05rem;
  width: 100%;
  font-size: .266rem;
  padding-left: .10rem;
}

#order-info-change .name-area input {
  width: 49%;
}

#order-info-change .zip-area {
  justify-content: flex-start;
  align-items: center;
}

#order-info-change .zip-area input {
  width: 30%;
}

#order-info-change .zip-area em {
  font-size: .40rem;
  font-weight: 200;
  display: inline-block;
  margin: 0 .05rem;
}

#delivery-info-change {
  display: none;
  width: 100%;
  min-height: 6.55rem;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: .20rem .40rem;
  overflow: scroll; 
  height: 9.55rem;
}

#delivery-info-change h2 {
  font-size: .22rem;
  text-align: center;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
  margin-bottom: .10rem;
}

#delivery-info-change form {
  display: block;
  font-size: .26rem;
}

#delivery-info-change form div {
  margin-bottom: .10rem;
}

#delivery-info-change input {
  height: 1.00rem;
  border-radius: .05rem;
  width: 100%;
  font-size: .266rem;
  padding-left: .10rem;
}

#delivery-info-change .name-area input {
  width: 49%;
}

#delivery-info-change .zip-area {
  justify-content: flex-start;
  align-items: center;
}

#delivery-info-change .zip-area input {
  width: 30%;
}

#delivery-info-change .zip-area em {
  font-size: .40rem;
  font-weight: 200;
  display: inline-block;
  margin: 0 .05rem;
}

#calendar {
  height: 7.15rem;
  min-height: 6.55rem;
}

#calendar select {
  height: .80rem;
}

#calendar .select-wrap:before {
  top: .12rem;
}

#caution-info-change {
  display: none;
  width: 100%;
  min-height: 6.55rem;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: .20rem .40rem .40rem;
}

#caution-info-change h2 {
  font-size: .22rem;
  text-align: center;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
  margin-bottom: .10rem;
}

#caution-info-change form {
  display: block;
  font-size: .26rem;
}

#caution-info-change form div {
  margin-bottom: .10rem;
}

#caution-info-change input {
  height: 1.00rem;
  border-radius: .05rem;
  width: 100%;
  font-size: .266rem;
  padding-left: .10rem;
}

#caution-info-change .name-area input {
  width: 49%;
}

#caution-info-change .zip-area {
  justify-content: flex-start;
  align-items: center;
}

#caution-info-change .zip-area input {
  width: 30%;
}

#caution-info-change .zip-area em {
  font-size: .40rem;
  font-weight: 200;
  display: inline-block;
  margin: 0 .05rem;
}

#pay-info-change {
  display: none;
  width: 100%;
  min-height: 6.55rem;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: .20rem .40rem;
  overflow: scroll; 
  height: 10.55rem;
}

#pay-info-change h2 {
  font-size: .22rem;
  text-align: center;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
  margin-bottom: .10rem;
}

#pay-info-change form {
  display: block;
  font-size: .26rem;
}

#pay-info-change form div {
  margin-bottom: .10rem;
}

#pay-info-change input {
    height: 0.75rem;
  border-radius: .05rem;
  width: 100%;
  font-size: .16rem;
  padding-left: .10rem;
}

#pay-info-change .type-area span {
  margin: 0;
  display: block;
}

#pay-info-change .required {
  color: #d55451;
  display: inline-block;
  margin-left: .10rem;
}

#pay-info-change .period-area {
  justify-content: flex-start;
  align-items: center;
}

#pay-info-change .period-area .select-wrap {
  width: 30%;
}

#pay-info-change .period-area select {
  width: 100%;
  border: .01rem solid #000;
  color: #000;
}

#pay-info-change .period-area .select-wrap:before {
  line-height: .85rem;
}

#pay-info-change .period-area em {
  font-size: .26rem;
  font-weight: 200;
  display: inline-block;
  margin: 0 .10rem;
  color: #000;
}

.regist {
  width: 90%;
  height: 1.00rem;
  background: #d55451;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1.00rem;
  font-size: .28rem;
  margin: .50rem auto 0;
  font-weight: 900;
  display: block;
  border: none;
}

/** add */
.mypage form label.pl1 {
  padding-left: 4em;
}



#pickup-info-change {
  display: none;
  width: 100%;
  min-height: 6.55rem;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: .20rem .40rem;
  overflow: scroll; 
  height: 9.55rem;
}

#pickup-info-change h2 {
  font-size: .22rem;
  text-align: center;
  padding-bottom: .05rem;
  border-bottom: .02rem solid #000;
  margin-bottom: .10rem;
}

#pickup-info-change form {
  display: block;
  font-size: .26rem;
}

#pickup-info-change form div {
  margin-bottom: .10rem;
}

#pickup-info-change input {
  height: 1.00rem;
  border-radius: .05rem;
  width: 100%;
  font-size: .266rem;
  padding-left: .10rem;
}

#pickup-info-change .name-area input {
  width: 49%;
}

#pickup-info-change .zip-area {
  justify-content: flex-start;
  align-items: center;
}

#pickup-info-change .zip-area input {
  width: 30%;
}

#pickup-info-change .zip-area em {
  font-size: .40rem;
  font-weight: 200;
  display: inline-block;
  margin: 0 .05rem;
}



#user_address_select-pickup {
  color: #000;
  width: 100%;
}
.other-selct-button {
  vertical-align: top;
  position: absolute;
  right: 0;
  position: initial;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
#user_address_select {
  color: #000;
  width: 100%;
}

.changeBtn {
  padding: 10px 20px;
}



#calendar {
  display: block;
  width: 100%;
  height: 10.55rem;
  padding: .30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
  overflow: scroll; 
}

#calendar .time-select {
  align-items: center;
}

#calendar .time-select .wrap2 {
  width: 1.27rem;
}

#calendar .time-select span {
  font-size: .16rem;
}

#calendar .select-wrap:before {
  line-height: .505rem;
}

#calendar #btns {
  position: absolute;
  top: 0.85rem;
  right: .40rem;
  font-size: .40rem;
}

#calendar #btns a {
  cursor: pointer;

  color: #fff;
  background: #d55451;
  padding: 0.05rem 0.1rem;
  border-radius: 10px;
}
#calendar #btns a:last-child {
  cursor: pointer;
  margin-left: .25rem;
}
/*
#calendar .today {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
*/
/*
#calendar .today span {
  display: inline-block;
  width: .41rem;
  height: .41rem;
  background: #d55451;
  border-radius: 50%;
  color: #fff;
  line-height: .44rem;
}
*/

#calendar .calTitle {
  font-size: .36rem;
  font-weight: 900;
  text-align: center;
  margin: .10rem 0;
  line-height: 1;
  margin-bottom: 0.3rem;
}

#calendar #date {
  font-size: .36rem;
  font-weight: 900;
}

#calendar #date #year, #calendar #date #month {
  display: inline;
}

#calendar #calTime {
  margin-top: .30rem;
}

#calendar .next, #calendar .prev {
  color: #B2B2B2;
}


#calendar #calendar-num li.on span {
  background: #ffa500;
  color: #fff;
}

#calendar #calendar-num li.prev span {
  cursor: auto;
  background-color: #f5f5f5;
}

#calendar #week ul {
  display: flex;
  flex-wrap: wrap;
}

#calendar #week ul li {
  display: block;
  width: 14.2857142857%;
  text-align: center;
  font-size: .36rem;
  height: .71rem;
  line-height: 1.5;
}

#calendar #week ul li:nth-child(1) {
  color: #d55451;
}

#calendar #week ul li:nth-last-child(1) {
  color: #485AE5;
}

#calendar select {
  width: 100%;
  height: .90rem;
  padding-left: .20rem;
  border-radius: .10rem;
  font-size: .25rem;
  font-weight: 700;
}

#calendar #calendar-num {
  display: flex;
  flex-wrap: wrap;
}

#calendar #calendar-num li {
  display: block;
  width: 14.2857142857%;
  text-align: center;
  font-size: .46rem;
  height: .71rem;
  margin-bottom: 8px;
}

#calendar #calendar-num li span {
  cursor: pointer;
  width: .71rem;
  height: .71rem;
  display: inline-block;
  text-align: center;
  line-height: .74rem;
  border-radius: 50%;
  background-color: #fdf5e6;
}

.regist {
  width: 3.68rem;
  height: .80rem;
  background: #d55451;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: .80rem;
  font-size: .25rem;
  margin: .25rem auto 0;
  font-weight: 900;
  display: block;
  border: none;
  margin-bottom: 1rem;
}

#calendar .deliver_week {
    background: darkgreen;
    display: inline-block;
    width: 0.71rem;
    height: 0.71rem;
    border-radius: 50%;
    color: #fff;
    line-height: .74rem;
}

#calendar .list-message {
    text-align: center;
    padding: 20px 0;
    background: lavenderblush;
    margin-top: 30px;
    font-size: .3rem;
}

.kurukuru-notice-text {
    padding: 5px 0;
    line-height: 1.5;
    font-size: .25rem;
}

aside .receipt span.delivery_date_alert {
    color:red;
    font-size: .25rem;
}
.delivery_note {
    text-align: center;
    color: #d55451;
    font-size: .25rem;
    line-height: 1.8;
    margin-top: 1em;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 900;
}

.cart-box {
    width:100%;
}


#order-area .order figure {
    width: 100%;
}
#order-area .order-info .order-qty div {
    width: 3.48rem;
    width: 100%;
}

#order-area .delete-btn {
    display: block;
    width: 1rem;
    font-size: .24rem;
    font-weight: 500;
    text-align: right;
    /*float: right;*/
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    position:absolute;
    right:0;
    top: 25%;
}
#order-area .flex {
    display:inline-block;
    width: 100%;
}
#order-area .order-info .order-name em {
    width: 100%;
    padding: 5px 0;
    font-size: .26rem;

}

#order-area .order-info .order-qty {
    position:relative;
}
#order-area .order-info .order-qty p {
    font-size:.2rem;
    font-size: .26rem;
}

.order-qty-title {
    width:35%;
}

#order-area .order-shop .shop dl {
    width:100%;
    padding: 0!important;
}
aside {
    margin-top: 0;
}
#side-order-total {
    border:none;
    margin-top: 0;
}
#side-order-total h2,
#side-order-total .price-table {
    display:none;
}
}