#header {
  .header-bottom {
    a {
      i {
        font-size: 28px;
      }
    }
  }
}

@media screen and (max-width: 2800px) {
  .login {

    button {
      &.el-button {
        &.btn-standard {
          background-color: #AD2C31;
          border: solid 1px #AD2C31;
          border-radius: 0;
          margin-bottom: 42px;

          &:hover {
            opacity: 0.7;
          }
        }
      }
    }

    .login-inner {
      .login-item {
        .login-item-inner {
          .p3 {
            margin-top: 0;
            margin-bottom: 0;
          }

          input[type="text"] {
            width: 100%;
          }
        }
      }
    }

    .el-input--medium {
      .el-input__inner {
        border: 1px solid #D6D3D0;
        border-radius: 6px;
        max-width: 100%;
        width: 100%;
        height: 48px;
        padding: 0 9px;
      }
    }

    .el-form-item__error {
      font-size: 11px;
    }
  }

  .register, .child {
    .terms-of-use {
      height: 550px;
      margin-bottom: 20px;
    }

    button.btn-pattern_2 {
      cursor: pointer;
      background-color: #FFF;

      &:hover {
        opacity: 0.7;
      }
    }

    button.btn-pattern_2[disabled=disabled] {
      cursor: not-allowed;
      background-color: #ededed;
      opacity: 0.5;
    }
  }

  .register4 {
    .el-form-item {
      width: 100%;
      max-width: 535px;
    }

    dl {
      dd > span {
        width: auto;
        margin-bottom: 22px;
      }

      dt {
        line-height: 58px;
        margin-bottom: 22px;
      }

      &:not(:last-of-type) {
        margin-bottom: 10px;
      }
    }

    .btn-wrap {
      margin-top: 100px;
      margin-bottom: 140px;
    }
  }
  .register_confirm {
    .btn-wrap {
      margin-top: 100px;
      margin-bottom: 150px;
    }
  }
}

@media screen and (max-width: 576px) {
  .login {

    button {
      &.el-button {
        &.btn-standard {
          background-color: #AD2C31;
          border: solid 1px #AD2C31;
          border-radius: 0;
          margin-bottom: 22px;

          &:hover {
            opacity: 0.7;
          }
        }
      }
    }

    .login-inner {
      .login-item {
        .login-item-inner {
          .p3 {
            margin-top: 0;
            margin-bottom: 0;
          }

          input[type="text"] {
            width: 100%;
          }
        }
      }
    }

    .el-input--medium {
      .el-input__inner {
        border: 1px solid #D6D3D0;
        border-radius: 6px;
        max-width: 100%;
        width: 100%;
        height: 38px;
        padding: 0 9px;
      }
    }

    .el-form-item__error {
      font-size: 1rem;
    }
  }

  .register, .child {
    .terms-of-use {
      height: 330px;
      margin-bottom: 10px;
    }

    button.btn-pattern_2 {
      cursor: pointer;
      background-color: #FFF;

      &:hover {
        opacity: 0.7;
      }
    }

    button.btn-pattern_2[disabled=disabled] {
      cursor: not-allowed;
      background-color: #ededed;
      opacity: 0.5;
    }
  }

  .register4 {
    .el-form-item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 2px;
    }

    dl {
      dd > span {
        width: auto;
        margin-bottom: 2px;
      }

      dt {
        line-height: 18px;
        margin-bottom: 8px;
      }

      &:not(:last-of-type) {
        margin-bottom: 10px;
      }
    }

    .btn-wrap {
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }
  .register_confirm {
    .btn-wrap {
      margin-top: 50px;
      margin-bottom: 50px;
      display: flex;
      justify-content: center;
    }
  }
}

.child {
  background-color: #FFF;

  .el-checkbox-group {
    margin-left: -5px;
    margin-right: -5px;

    label.el-checkbox-button {
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;

      .el-checkbox-button__inner {
        border: solid 1px #A2A2A2;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        padding: 9px 15px;
        font-size: 12px;

        .color {
          width: 13px;
          height: 13px;
          background-color: transparent;
          display: inline-block;
          margin-right: 8px;
        }
      }

      &.is-checked {
        .el-checkbox-button__inner {
          box-shadow: none !important;
          background-color: #E4E4E4;
          color: #000;
        }
      }
    }
  }

  .el-radio__label {
    padding-left: 5px;
    color: #15161F;
  }

  .cell {
    .el-tag {
      margin: 3px;
    }
  }

  button.text-rd {
    color: #AD2C31;
    border: solid 1px #AD2C31;
    border-radius: 0;
    padding: 20px 40px;
    margin-top: 30px;

    &:hover {
      opacity: 0.7;
    }
  }
}

.mypage, .mypage_virtual {
  .no-data {
    text-align: center;
    color: #a99f9f;
  }

  .product-inner {
    .pagination-container {
      margin-top: 50px;
      text-align: center;
    }
  }
}

.mypage {
  .icon-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;

    .btn-view {
      cursor: pointer;
      background-color: #fff;
      border: solid 1px #fff;
      padding: 5px;
      border-radius: 2px;
      display: flex;
      height: 28px;
      width: 28px;

      &.active, &:hover {
        background-color: #f7f7f7;
        border: solid 1px #dcdcdc;
      }
    }
  }

  .product-inner {
    .product-list-li {
      .el-image {
        img {
          border: solid 1px #f5f5f5;
          padding: 2px;
        }
      }
    }
  }
}

.side-link ul li a.router-link-exact-active {
  font-weight: normal;
  color: #C94245;
}

.keep {
  .sub-ttl-p {
    margin-bottom: 30px;
  }

  .radio-dl {
    label {
      padding-left: 0;

      &::before {
        background-color: transparent;
        border: 0 solid #BCBCBC;
        border-radius: 0;
        width: 16px;
        height: 16px;
        left: 5px;
        display: none !important;
      }
    }
  }

  .form-wrap {
    .full-size-item {
      display: block;
      width: 100%;
    }
  }
}

.upload_multiple_wrapper.full-size {
  padding-bottom: 0;

  .upload-field {
    display: block;
    width: 100%;
    height: auto;

    .el-upload {
      width: 100%;
      height: auto;

      .el-upload-dragger {
        width: 100%;
        height: 300px;
        border: 2px dashed #000;

        .el-upload__text {
          font-size: 15px;
          color: #6C7192;
          margin-bottom: 20px;
        }

        i {
          color: #6C7192;
          font-size: 50px;
        }
      }
    }
  }

  .rs_files {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;

    .media_thumb {
      border: solid 1px #dcdcdc;
      background-color: #FFF
    }
  }
}


.upload_multiple_wrapper.full-size.split-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;

  .upload-field {
    display: flex;
    width: 40%;
  }

  .rs_files {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;

    .list_sub_items {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: space-between;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: -2px;
      height: 300px;

      .first_item {
        display: none;
      }

      .media_thumb {
        height: 99px !important;
        width: 80px !important;
      }
    }

    .big_item {
      width: 300px;
      height: 300px;
      margin-right: 5px;

      .media_thumb {
        width: 300px;
        height: 300px;
      }
    }
  }
}

.rental_history {
  .pagination-container {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 2800px) {
  .product-top-slider {
    .el-card {
      .el-card__body {
        .tags {
          margin: 15px 0;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: center;
          justify-content: flex-start;
          align-items: center;

          .el-tag {
            margin-right: 5px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 576px) {
  .product-top-slider {
    .el-card {
      .el-card__body {
        .tags {
          margin: 8px 0 0 0;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: center;
          justify-content: flex-start;
          align-items: center;

          .el-tag {
            margin-right: 5px;
          }
        }
      }
    }
  }
}


.profile {
  .info-wrap {
    padding-top: 30px;

    .confirm-info {
      dl {
        margin-bottom: 30px;
      }
    }
  }
}

.certification {
  .btn_last {
    text-align: center;
  }

  .form-wrap {
    margin-top: 40px;
  }
}

.delivery_address {
  .el-form-item {
    width: 100%;
  }
}

.faq {
  .link-ul {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;

    & > li {
      border: 1px solid #000000;
      width: 48%;
      cursor: pointer;

      & > a {
        border: 1px solid #fff;
      }

      & > ul {
        display: none;

        & > li {
          width: 100%;
          padding-bottom: 20px;
          font-size: 12px;
        }
      }

      &.active > ul {
        display: block;
      }
    }
  }
}

.contact {
  .el-radio-group {
    label {
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
}

a.remove_wishlist_item {
  color: #d30a0a;

  i {
    margin-right: 2px;
  }
}

.mypage.wishlist {
  .product-inner {
    padding-top: 0;

    .product-list {
      margin-top: 0;
    }
  }
}

//Product Detail
.product-detail {
  .banner-block {
    background-color: #8E0C11;
    color: #FFF;
    margin-bottom: 30px;

    .img-wrap {
      display: block;
      height: 245px;
      position: relative;

      .el-image {
        img {
          max-width: 100% !important;
        }
      }

      .heading {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-around;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        h3 {
          font-size: 3.4rem;
          margin-bottom: 0;
          line-height: 1.2;
        }

        span {
          font-size: 1.7rem;
          margin-top: 20px;
        }
      }
    }

    .banner-content {
      padding: 30px 60px 30px 30px;
      line-height: 1.9;
      font-size: 15px;
      position: relative;
      overflow: hidden;

      &::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        width: 18px;
        height: 13px;
        background: url(../images/header/icon-arrow-right.svg) no-repeat center center / contain;
        transform: translateY(-50%);
      }

      .content-wrap {
        display: block;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }

  .product-block {
    .product-slider, .product-info {
      margin-bottom: 10px;
      padding-top: 25px;
      background-color: #eeedec;
    }

    .product-slider {
      position: relative;
      margin-bottom: 80px;

      .product-detail-carousel {
        position: relative;
        margin-right: 25px;
        margin-bottom: 15px;
        margin-left: 25px;

        .carousel-item {
          background-color: #FFF;
          text-align: center;

          img {
            display: block;
            margin: auto;
            max-width: 100% !important;
          }
        }

        .slick-arrow {
          display: block;
          overflow: hidden;
          position: absolute;
          z-index: 2;
          top: 0;
          margin-top: 50%;
          border: 0;
          width: 18px;
          height: 40px;
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: contain;
          white-space: nowrap;
          text-indent: 100%;
          font-size: 0;
          cursor: pointer;
        }

        .slick-prev {
          left: 0;
          background-image: url(../images/btn/carousel_prev.png);
        }

        .slick-next {
          right: 0;
          background-image: url(../images/btn/carousel_next.png);
        }

        .product-carousel_thumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          flex-direction: row;
          align-content: center;
          justify-content: flex-start;
          align-items: center;
          margin-right: -25px;
          margin-left: -25px;
          padding: 12px 18px 3px;

          li {
            margin: 5px 6px;
            width: auto;
            height: 100px;
            list-style-type: none;
            padding: 1px;
            cursor: pointer;
            background-color: #FFF;
            text-align: center;
            border: solid 1px #eeedec;

            img {
              max-width: unset;
              width: auto !important;
              height: 96px !important;
            }

            &.slick-active {
              border-color: #000;
            }
          }
        }

        @media screen and (min-width: 768px) {
          .slick-arrow {
            width: 20px;
            height: 44px;
          }
        }
      }
    }

    .product-info {
      padding: 25px;
      color: #6d625c;

      .product-info-detail {
        padding: 25px;
        background-color: #FFF;
      }

      .shop-info {
        font-size: 12px;
        padding-bottom: 10px;

        a {
          border-bottom: dotted 1px #CCC;
          padding-bottom: 3px;

          span {
            text-transform: capitalize;
          }

          i {
            color: red;
          }
        }
      }

      h1 {
        font-size: 2rem;
        padding-top: 15px;
        padding-bottom: 20px;
        color: #6d625c;
        line-height: 1.4;
      }

      .p-info-desc {
        letter-spacing: 2px;
        color: #6d625c;
        font-size: 14px;

        p {
          font-size: 14px;
          letter-spacing: 2px;
        }
      }

      .p-info-price {
        letter-spacing: normal;
        color: #ff5804;
        font-weight: bold;
        padding: 30px 0 20px;

        p {
          font-size: 14px;
        }

        .p-info-price_heading {
          color: #6d625c;
          font-weight: normal;
          display: block;
          letter-spacing: normal;
          font-size: 12px;
          margin-bottom: 10px;
        }

        .p-info-price_value {
          font-size: 2rem;
          letter-spacing: 1px;
        }
      }

      .p-info-attrs {
        p {
          font-size: 12px;
          margin-bottom: 8px;

          span {
            font-weight: bold;
            font-size: 13px;

            &.color-item {
              border: solid 1px #ccc;
              padding: 5px 8px;
              font-size: 12px;
              border-radius: 3px;
              margin-right: 4px;
              line-height: 14px;

              span.color-box {
                display: inline-block;
                width: 14px;
                height: 14px;
                background-color: red;
                margin-right: 5px;
              }
            }
          }

          button.el-button.btn-show-rank {
            padding: 0;
            margin-left: 20px;
            border: solid 0 #FFF;
            color: #ea4e09;

            &:hover, &:focus, &:active {
              background-color: #FFF;
              opacity: 0.7;
            }

            span {
              font-size: 12px;
              font-weight: normal;
              letter-spacing: 1px;
            }
          }
        }
      }

      .p-booking {
        padding-bottom: 10px;

        p {
          font-size: 13px;
          margin-top: 4px;
          line-height: 1.53846;
          margin-bottom: 10px;
          padding-left: 0;
          text-indent: 0;

          span {
            &.busy_icon, &.block_icon {
              display: inline-block;
              width: 18px;
              height: 18px;
              text-align: center;
              border-radius: 50%;
              line-height: 16px;
              background-color: #e3e0df;
              color: #9f9f9f;
              border: solid 1px #9f9f9f;
            }

            &.busy_icon {
              background-color: #d69e2e;
            }
          }
        }
      }

      .p-schedule {
        margin-left: -15px;
        margin-right: -15px;

        .vc-container {
          border: solid 1px #fff;

          .vc-day-content {
            &.is-disabled {
              position: relative;
              background-color: #e3e0df;
              color: #c7c2bf;

              &:before, &:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 50%;
                max-width: 16px;
                height: 1px;
                background-color: #6d625c;
              }

              &:before {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
              }

              &:after {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
              }

              &.today {
                background-color: #d69e2e;

                &:before, &:after {
                  display: none;
                }
              }
            }
          }
        }
      }

      .p-booking-first {
        padding-top: 15px;
        padding-bottom: 10px;

        .el-button {
          width: 100%;
          font-size: 1.3rem;
          position: relative;
          padding: 12px 20px;
          background-color: #C94245;
          border-color: #C94245;
          color: #ffffff !important;
          border-radius: 0;
          text-align: center;
          text-decoration: none;

          & > span {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;

            i {
              position: absolute;
              right: 10px;
            }

            & > span {
              margin: 5px 0;

              &.sub_label {
                font-size: 17px;
              }
            }
          }
        }
      }

      .p-booking-guide {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 15px;

        a {
          font-size: 13px;
          letter-spacing: 2px;
          color: inherit;
          margin-bottom: 5px;

          i {
            color: #C94245;
            margin-left: 0;
          }
        }
      }

      .p-wait-cancel {
        display: block;
        margin-bottom: 15px;

        a {
          display: block;
          width: 100%;
          background-color: #FFF;
          border: solid 1px #C94245;
          color: #C94245;
          text-align: center;
          text-decoration: none;
          font-size: 16px;
          padding: 10px 0;
        }
      }

      .looking-before-header {
        font-size: 15px;
      }

      .p-price_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        font-size: 1.2rem;

        .p-price_box_head {
          font-size: 12px;
        }

        .p-price_box_amount {
          color: #ff5804;
          font-weight: bold;
          font-size: 12px;
          letter-spacing: 2px;

          .p-price_box_value {
            font-size: 1.8rem;
          }
        }
      }

      .p-booking-last {
        margin-bottom: 10px;

        .el-button {
          width: 100%;
          font-size: 1.1rem;
          padding: 14px 10px;
          background-color: #d16062;
          color: #ffffff;
          border-radius: 0;
          text-align: center;
          text-decoration: none;
          border-color: #d16062;
        }
      }

      @media screen and (max-width: 576px) {
        .p-info-desc {
          line-height: 1.5;
        }

        .p-info-attrs {
          p {
            margin-bottom: 15px;
          }
        }

        .p-booking-first {
          .el-button > span {
            font-size: 2rem;
          }
        }

        .p-booking-last {
          margin-top: 15px;

          .el-button {
            font-size: 1.5rem;
          }
        }
      }
    }

    .product-attrs {
      h3 {
        font-size: 16px;
        font-weight: bold;
        color: #6d625c;
        letter-spacing: 2px;
      }

      .p-attrs-item-size {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;

        .p-attrs-item-size-illust {
          img {
            width: 100%;
            max-width: 100%;
          }
        }
      }

      .p-attrs-item-size-size {
        margin-top: 7px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 2px;

        span {
          color: #C94245;
        }
      }

      .p-attrs-item-size_btn {
        margin-top: 20px;
        margin-bottom: 20px;

        a {
          width: 100%;
          padding: 12px 20px;
          background-color: #ffffff;
          color: #C94245;
          position: relative;
          font-weight: bold;
          font-size: 1.2rem;
          text-decoration: none;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          align-items: center;
          border: solid 1px #C94245;

          span.sub {
            font-weight: normal;
            font-size: 0.9rem;
            margin-bottom: 2px;
          }

          i {
            position: absolute;
            right: 10px;
          }
        }
      }

      .p-definition-list {
        margin-bottom: 15px;

        .p-definition-table {
          display: table;
          padding: 2px 0 3px;
          width: 100%;
          background: url(../images/common/dot_x_gray.png) repeat-x left bottom;
          background-size: auto 1px;
          margin-bottom: 0;

          .p-definition-table_term {
            display: table-cell;
            background: #f5f4f3;
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            padding: 15px;
            width: 100px;
          }

          .p-definition-table_desc {
            display: table-cell;
            vertical-align: middle;
            padding: 15px 22px;
            width: auto;
          }
        }
      }

      .note-block {
        margin-top: 40px;

        .note-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;

          .note-content {
            font-size: 14px;
            color: #6d625c;
            letter-spacing: .07em;
            word-wrap: break-word;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            -webkit-text-size-adjust: 100%;
            margin: 20px 0;
            line-height: 2;

            &:last-child {
              margin-bottom: 0;
            }

            &:first-child {
              margin-top: 0;
            }

            p {
              font-size: 14px;
              color: #6d625c;
              letter-spacing: .07em;
              word-wrap: break-word;
              -webkit-font-smoothing: antialiased;
              font-smoothing: antialiased;
              -webkit-text-size-adjust: 100%;
              margin: 0;
              line-height: 2;
            }
          }
        }
      }
    }
  }

  p {
    &.warning-try {
      color: #c1982a;
      font-size: 14px;
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 576px) {
    .container-1200 {
      & > h2 {
        font-size: 2.2rem;
        margin-top: 10px;
      }
    }

    .banner-block {
      .banner-content {
        padding: 15px 30px 15px 20px;

        &::after {
          right: 6px;
        }
      }
    }

    .product-block {
      .product-attrs {
        .p-attrs-item-size_btn {
          a {
            font-size: 1.5rem;

            span.sub {
              font-size: 1.2rem;
              margin-bottom: 8px;
            }
          }
        }

        .p-definition-list {
          .p-definition-table {
            .p-definition-table_term {
              font-size: 12px;
            }

            .p-definition-table_desc {
              p {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }
}

//Rank Dialog
.rank-dialog {
  .el-dialog__title {
    font-size: 18px;
    font-weight: bold;
    color: #6d625c;
    letter-spacing: 1px;
  }

  .el-dialog__body {
    color: #6d625c;
    font-size: 12px;
    padding-top: 10px;

    p {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 1px;
    }

    .a05-about_section {
      display: block;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .-rank_wap {
      border: 1px solid #ff5804;
      padding: 10px;

      .a05-about_section {
        margin-top: 0;
        margin-bottom: 10px
      }

      div.a05-about_section {
        margin-bottom: 10px;

        p.a05-about_section_body {
          padding-left: 10px;
        }
      }

      ul {
        display: flex;
        list-style: none;

        li {
          text-align: center;
          font-size: 1.3rem;
          padding: 12px 12px 0;
        }
      }
    }

    .u-font-xem {
      color: #ff5804;
      font-weight: bold;
    }

    dt.a05-about_section_heading {
      display: block;
      width: 100%;
      padding-right: 0;
      margin-bottom: 8px;
      font-size: 1.1rem;
      text-align: left;
      letter-spacing: 2px;
    }

    dd.a05-about_section_body {
      margin-left: 1em;
      padding: 0;
      background-color: #fff;
      width: auto;
      font-size: 13px;
      line-height: 1.8;
    }
  }
}

// common
.side-link ul li a {
  font-size: 14px;
}

.d-inline-block {
  display: inline-block;
}

.btn-pattern_5 {
  font-size: 14px;
}

// top
.new-kimono {
  padding-bottom: 30px;

  .section-ttl {
    width: fit-content;

    &::before {
      top: 33%;
      left: -43%;
    }
  }
}

.el-image {
  max-width: 100%;
}

// mypage
.mypage {
  .el-image {
    text-align: center;
  }

  .el-pagination .el-select .el-input {
    width: 130px;
  }
}

// rental_history
.type-ul {
  li {
    text-align: center;
  }
}

// keep
.keep {
  .form-wrap {
    dl {
      dt {
        font-size: 14px;
      }
    }
  }
}

// registration_information
.registration_information {
  dl {
    font-size: 14px;
  }
}

.profile {
  dl:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .el-form-item {
    margin-bottom: 0;
  }

  .el-pagination {
    white-space: normal;

    .el-pagination__total,
    .el-pagination__sizes {
      display: block;
    }

    .el-pagination__sizes {
      margin: 0 0 20px 0;
    }

    .el-select {
      .el-input {
        margin: 0;
      }
    }
  }

  // mypage
  .mypage {
    .price-input:first-of-type {
      margin-bottom: 15px;
    }
  }
}

@media screen and (max-width: 991px) {
  // top
  .new-kimono {
    .section-ttl {
      &::before {
        top: 0;
      }
    }
  }
  // profile
  .profile {
    dl {
      dd {
        padding-left: 20px;
      }
    }
  }
}

// certification
.certification {
  form {
    margin-top: 20px;
  }

  .certification-wrap {
    ul {
      flex-wrap: wrap;

      li {
        min-height: 286px;

        .li-inner {
          position: relative;

          .img-wrapper {
            min-height: 153.67px;
          }

          .txt-wrapper {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
          }
        }
      }
    }
  }
}

// faq
.faq {
  .link-ul {
    li {
      height: fit-content;

      a {
        padding: 20px 0 20px 20px;

        &::before {
          transition: .3s;
        }
      }

      &.active {
        a {
          &::before {
            transform: translateY(-50%) rotate(90deg);
          }
        }
      }
    }


  }
}

// contact
.contact {
  .content-inner {
    margin-top: 40px;
  }

  p {
    &.has-bg-color {
      padding: 10px;
      margin-bottom: 8px;
    }
  }

  .information,
  .message {
    margin-top: 30px;
  }

  .information {
    dl {
      font-size: 14px;
    }

    dl:not(:last-of-type) {
      margin-bottom: 10px;
    }
  }

  .el-radio-group {
    label {
      margin-bottom: 15px;
    }

    label:last-of-type {
      margin-bottom: 0;
    }
  }
}

// faq
.faq {
  .pagination-container {
    text-align: center;
  }
}

// withdrawal
.withdrawal-wrap {
  p:first-of-type {
    margin-bottom: 10px;
  }
}

// withdrawal_process
.withdrawal_process {
  .withdrawal-process-wrap {
    .p1 {
      margin-bottom: 25px;
      padding-bottom: 8px;
    }

    .p2 {
      margin-bottom: 10px;
    }

    ul {
      margin-bottom: 20px;
      font-size: 16px;
    }

    textarea {
      margin-bottom: 90px;
    }

    .btn-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      gap: 20px;
      max-width: 800px;

      a:first-of-type {
        margin-right: 0;
      }

      a {
        padding: 10px 0;
        display: block;
        width: calc(50% - 20px);
      }

      .withdrawal-btn {
        margin-top: 0;
      }
    }
  }
}

// withdrawal_complete
.withdrawal_complete {
  .withdrawal-process-wrap {
    .p1 {
      padding-bottom: 20px;
      margin-bottom: 30px;
    }
  }
}

@media screen and (max-width: 1399px) {
  // mypage
  .mypage {
    .filter-wrap {
      padding: 26px 57px 16px 145px
    }
  }

}

// login
.login {
  padding-bottom: 100px;

  p {
    font-size: 16px;
  }

  .login-inner {
    .login-item {
      .login-item-inner {
        dl {
          font-size: 14px;
        }

        .p1 {
          font-size: 16px;
        }

        .p4, .p3 {
          font-size: 14px;
        }

        .check-ul {
          li {
            font-size: 14px;
          }
        }

        .about-register {
          ul {
            li {
              font-size: 14px;

              &::before {
                top: 16px;
              }
            }
          }
        }
      }
    }
  }

  .el-checkbox__label,
  .forget-pwd {
    font-size: 14px;
  }

  button {
    &.el-button {
      &.btn-standard {
        max-width: 454px;
        margin: 0 auto 42px;
      }
    }
  }

  .btn-standard {
    max-width: 454px;
    margin: 0 auto 42px;
  }
}

// product-detail -- Miho-san
/*.product-detail {
  .product-block {
    .product-slider {
      .product-detail-carousel {
        .product-carousel_thumb {
          margin-right: -5px;
          margin-left: -5px;
          width: 100%;
          padding: 0;

          li {
            margin: 0;
            width: 50%;
            padding: 1px 5px;
            background-color: transparent;
            border: none;
            height: auto;

            img {
              max-width: 100%;
              height: auto !important;
            }
          }
        }
      }
    }
  }

  .slick-slider {
    .slick-track {
      display: flex;
      align-items: center;
    }
  }
}*/

.el-dialog {
  width: 90% !important;
  max-width: 576px;
}

@media screen and (max-width: 1199px) {
  // common
  .has-side {
    .side {
      width: 25%;
    }

    .content {
      width: 75%;
    }
  }

  // faq
  .faq {
    .link-ul {
      li {
        width: 100%;
        padding: 0 10px;

        a {
          font-size: 12px;
          padding: 20px 0 20px 10px;
        }
      }
    }
  }

  // withdrawal_process
  .withdrawal_process {
    .withdrawal-process-wrap {
      padding: 20px;

      ul {
        li {
          width: 100%;
          position: relative;
          padding-left: 26px;

          input[type="checkbox"] {
            position: absolute;
            top: 4px;
            left: 0;
          }

          label {
            vertical-align: text-bottom;
          }
        }
      }
    }

    .withdrawal-btn {
      a {
        display: block;
        padding: 10px 0;
        margin-right: 0;
      }
    }
  }

  // mypage
  .mypage {
    .filter-wrap {
      padding: 25px;
    }

    .product-inner {
      .product-list {
        .product-list-li {
          width: 50%;
        }
      }
    }

    dl {
      display: block;

      &:not(:last-of-type) {
        margin-bottom: 30px;
      }

      dt {
        width: 100%;
        padding-right: 0;
        // text-align: left;

        &.pad-bot23[data-v-7fce780e] {
          padding-bottom: 10px;
        }
      }

      dd {
        width: 100%;

        .el-form-item {
          margin-bottom: 0;
        }

        .el-radio-group {
          display: flex;
          flex-wrap: wrap;
          row-gap: 14px;
        }
      }
    }
  }

  .new-kimono::before {
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  // common
  .has-side {
    .side {
      width: 30%;
    }

    .content {
      width: 70%;
    }
  }
  section {
    .section-ttl {
      padding-top: 30px;
      margin-bottom: 30px;
    }
  }

  // certification
  .certification {
    .certification-wrap {
      ul {
        margin-left: -10px;
        margin-right: -10px;
        row-gap: 25px;

        li {
          padding: 0 10px;
          width: 50%;
        }
      }
    }
  }

  // withdrawal
  .withdrawal_process {
    .withdrawal-process-wrap {
      padding: 20px;

      p:first-of-type {
        margin-bottom: 10px;
      }

      .btn-wrap {
        max-width: 300px;
        row-gap: 30px;

        .withdrawal-btn {
          width: 100%;
        }
      }
    }
  }


  // mypage
  .mypage {
    .product-inner {
      .product-list {
        margin-left: 0;
        margin-right: 0;

        .product-list-li {
          padding: 0;
          width: 100%;
        }
      }
    }

  }

  // top
  .about-service {
    .section-ttl::before {
      width: 90px;
      height: 50px;
    }

    .section-ttl::after {
      width: 90px;
      height: 50px;
      top: unset;
      bottom: -30px;
    }
  }
  .new-kimono::before {
    right: 0;
    width: 32%;
    height: 7%;
  }

  // login
  .login {
    padding-bottom: 0;

    .login-inner {
      display: block;
      margin-left: 0;
      margin-right: 0;

      .login-item {
        width: 100%;
        padding: 0;

        .login-item-inner {
          padding: 0;

          .p1, .p2 {
            margin-bottom: 20px;
          }
        }

        &:first-of-type {
          margin-bottom: 50px;
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  // common
  .has-side {
    display: block;

    .side {
      width: 100%;
      margin-bottom: 50px;
    }

    .content {
      width: 100%;
    }
  }
  .mypage,
  .rental_history,
  .keep,
  .registration_information,
  .profile,
  .certification,
  .faq,
  .contact,
  .withdrawal,
  .withdrawal_process,
  .withdrawal_complete,
  .login {
    line-height: 1.6;

    .about-service-item {
      margin-left: -15px;
      margin-right: -15px;

      .item-right {
        padding: 25px;
      }
    }
  }

  .keep,
  .profile {
    dl {
      font-size: 14px;
    }
  }


  // mypage
  .mypage {

    .side-link ul li:not(:last-of-type) {
      margin-bottom: 14px;
    }

    .filter-wrap {
      padding: 25px;
      margin-left: -15px;
      margin-right: -15px;
    }

    dl {
      font-size: 14px;
      display: block;

      &:not(:last-of-type) {
        margin-bottom: 30px;
      }

      dt {
        width: 100%;
        padding-right: 0;
        text-align: left;

        &.pad-bot23 {
          padding-bottom: 10px;
        }
      }

      dd {
        width: 100%;

        .el-form-item {
          margin-bottom: 0;
        }

        .el-radio-group {
          display: flex;
          flex-wrap: wrap;
          row-gap: 14px;
        }
      }
    }

    .product-inner {
      padding-top: 40px;

      .product-list {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
      }

      .product-list-li {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
      }

      .tab-list {
        flex-wrap: wrap;
        row-gap: 10px;
        margin-top: 10px;
        margin-bottom: 15px;

        li {
          width: 25%;
        }
      }
    }

    .el-image {
      max-width: 100%;
    }

    .link-wrap {
      a {
        font-size: 14px;
      }
    }

  }

  // rental_history
  .rental_history {
    .type-ul {
      gap: 30px;

      li {
        width: 33.3333333%;
      }
    }

    table {
      max-width: 100%;
    }

    .icon-wrap {
      padding-top: 40px;
    }

    .rental_history-table {
      overflow: auto;
    }
  }

  // keep
  .keep {
    .form-wrap {
      .name-item {
        display: block;
      }

      .address-item {
        dd {
          input[type="text"] {
            width: 100%;
          }
        }
      }

      dl {
        dt {
          font-size: 14px;
        }
      }
    }
  }

  // registration_information
  .registration_information {
    .content-inner {
      margin-top: 40px;
    }

    .info-wrap {
      display: block;
      margin-left: 0;
      margin-right: 0;

      .info-left,
      .info-right {
        width: 100%;
        padding: 0;
      }

      .info-right {
        text-align: center;
      }
    }

    dl {
      display: block;
      margin-bottom: 20px;

      dt, dd {
        width: 100%;
      }

      dd {
        padding-left: 20px;
      }
    }
  }

  // profile
  .profile {
    dl {
      dd {
        padding-left: 0;
      }
    }
  }

  // withdrawal_process
  .withdrawal_process {
    .withdrawal-process-wrap {
      textarea {
        margin-bottom: 30px;
      }

      .btn-wrap {
        .withdrawal-btn {
          font-size: 14px;
        }
      }

    }
  }

  // withdrawal_complete
  .withdrawal_complete {
    .withdrawal-process-wrap {
      padding: 20px;
    }
  }
}

@media screen and (max-width: 576px) {
  .login {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  // common
  img {
    max-width: 100%;
  }
  .child p {
    font-size: 14px;
  }
  .el-pagination {
    white-space: normal;

    .el-pagination__total,
    .el-pagination__sizes {
      display: block;
    }

    .el-pagination__sizes {
      margin: 0 0 20px 0;
    }

    .el-select {
      .el-input {
        margin: 0;
      }
    }
  }
  section {
    .section-ttl {
      font-size: 14px;
    }
  }

  // top
  .about-service {
    .about-service-item {
      .item-left {
        .p1 {
          padding-bottom: 10px;
        }
      }
    }
  }


  // mypage
  .mypage {
    .price-input:first-of-type {
      margin-bottom: 15px;
    }

    .product-inner {
      .tab-list {

        li {
          width: 33.3333333%;
        }
      }

      .el-pagination {
        .el-pagination__sizes {
          display: block;
          margin-bottom: 10px;
        }
      }
    }

  }

  // profile
  .profile {
    dl {
      display: block;

      dt {
        margin-bottom: 8px;
        width: 100%;
      }

      dd {
        padding-left: 0;
        width: 100%;
        text-align: center;

        &.radio-dd,
        &.date-dd {
          text-align: left;
        }
      }
    }
  }

  // certification
  .certification {
    .certification-wrap {
      ul {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;

        li {
          padding: 0;
          width: 100%;
        }
      }
    }
  }

  // withdrawal_process
  .withdrawal_process {
    .withdrawal-process-wrap {
      ul {
        font-size: 14px;
      }
    }
  }

  // product-detail
  .product-detail {
    .product-block {
      .product-info {
        .p-info-attrs {
          p {
            span {
              display: inline-block;
            }
          }
        }
      }
    }
  }

  .el-dialog__header {
    padding: 35px 35px 10px;
  }
}

//Product Form Detail
.form-product-detail {
  color: #6d625c;
  letter-spacing: 1px;

  h3 {
    font-size: 17px;
    color: #6d625c;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  .lbl-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;

    .is-required {
      font-size: 10px;
      border: 1px solid transparent;
      background: #ff5804;
      text-align: center;
      color: #ffffff;
      font-weight: bold;
      line-height: 1;
      min-width: 54px;
      padding: 4px 0;
    }
  }

  .calendar-item {
    .el-form-item {
      padding: 20px;
      background-color: #ececec;

      p {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        text-align: center;

        span {
          display: inline-block;
          height: 40px;
          width: 250px;
          background-color: #FFF;
          text-align: center;
          color: #ff5804;
          font-weight: bold;
          font-size: 18px;
          line-height: 40px;
          margin-left: 20px;
          border: solid 1px #FFF;
          letter-spacing: 2px;
        }

        &.has-error {
          span {
            border: solid 1px red;
            background-color: #ffe6da;
          }
        }
      }

      .vc-container {
        .vc-day-content {
          &.is-disabled {
            position: relative;
            background-color: #e3e0df;
            color: #c7c2bf;

            &:before, &:after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              width: 50%;
              max-width: 16px;
              height: 1px;
              background-color: #6d625c;
            }

            &:before {
              transform: rotate(45deg);
            }

            &:after {
              transform: rotate(-45deg);
            }

            &.today {
              background-color: #d69e2e;

              &:before, &:after {
                display: none;
              }
            }
          }
        }
      }
    }
  }

  .el-form {
    .el-radio {
      display: block;
      margin-bottom: 0;

      .el-radio__label {
        padding-left: 5px;
        color: #6d625c;
      }
    }

    .form-item-row {
      margin-bottom: 30px;

      .form-item-label {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 22px;
        position: relative;

        &::after {
          content: "：";
          position: absolute;
          top: 0;
          right: 1em;
          bottom: 0;
          margin: auto;
          width: 1em;
          height: 1em;
          line-height: 1;
        }
      }
    }

    .tabi-items {
      .form-item-box {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        height: 181px;
        background-color: #eeedec;

        &-content {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          align-content: flex-start;
          justify-content: center;
          align-items: flex-start;
          padding: 15px 0 15px 40px;

          .el-radio {
            margin-bottom: 5px;
            line-height: 1.8;
            margin-right: 0;
            white-space: normal;

            .el-radio__input {
              margin-left: -20px;
            }

            .el-radio__label {
              text-indent: 1rem;
              padding-left: 5px;
              color: #6d625c;
            }
          }

          .el-button {
            border: solid 0px #FFF;
            text-align: left;
            padding: 0;
            margin: 0 0 20px;
            font-size: 13px;
            color: #c1982a;

            &:hover {
              color: #c1982a;
              opacity: 0.8;
              background-color: #FFF;
            }
          }
        }
      }

      .form-item-row {
        .el-button {
          border: solid 0px #FFF;
          text-align: left;
          padding: 0;
          margin: 0 0 20px;
          font-size: 13px;
          color: #c1982a;
        }
      }
    }
  }

  .el-form {
    .tabi-items {
      .has-border {
        margin-top: 5px;
        padding-top: 5px;
        border-top: dotted 1px #ccc;

        .form-item-box {
          height: 123px;
        }
      }
    }
  }

  .form-item-row {
    .el-select {
      width: 100%;
    }

    .el-button {
      border: solid 0px #FFF;
      text-align: left;
      padding: 0;
      margin: 0 0 20px;
      font-size: 13px;
      color: #c1982a;

      &:hover {
        background-color: #FFF;
        opacity: 0.8;
      }
    }
  }

  .product-info-detail {
    &.confirm-info {
      p {
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 2px;
      }

      .p-info-image {
        margin-top: 12px;
      }

      .p-info-price {
        padding-top: 15px;
        padding-bottom: 0;

        .p-info-price_heading {
          margin-bottom: 0;
        }
      }

      .p-booking-first {
        &.return {
          padding-top: 0;
          padding-bottom: 0;

          .el-button {
            padding: 9px 20px;
            background-color: #FFF;
            border-color: #ff5804;
            color: #ff5804 !important;

            i {
              left: 10px;
              right: unset;
            }
          }
        }

        .el-button {
          font-size: 15px;
          padding: 17px;

          &.is-disabled {
            background-color: #c7c2bf;
            border-color: #c7c2bf;
          }
        }
      }

    }
  }

  .form-item-row {
    .el-form-item {
      .el-select {
        input {
          border-radius: 0;
        }
      }
    }

    .vc-container {
      &.vc-is-expanded {
        border-radius: 0;
        border-color: #FFF;
      }
    }

    .has-error {
      .el-form-item {
        .el-select {
          input {
            border-color: red;
            background-color: #ffe6da;
          }
        }
      }
    }
  }
}

//Cart
.product-cart {
  min-height: 700px;

  .form-product-detail {
    h4 {
      margin-bottom: 2px;
      background-color: #e9e5e5;
      color: #C94245;
      text-align: right;
      padding: 10px 20px 10px;
      font-size: 16px;
      letter-spacing: 2px;
      margin-top: 0;

      span {
        font-size: 23px;
        margin-left: 20px;
        font-weight: bold;
      }
    }

    .header-row {
      margin-left: -1px;
      margin-right: -2px;

      .lbl_header {
        display: block;
        text-align: center;
        background-color: #f1f1f1;
        margin-left: 1px;
        margin-right: 1px;
        padding: 10px 0;
      }

      &.has-data {
        border-bottom: solid 1px #878787;
        padding-bottom: 10px;
        margin-bottom: 15px;

        .row-content {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          align-items: center;
        }

        .lbl_header {
          background-color: #FFF;

          .el-divider {
            margin: 10px 0;
          }

          .has-img-item {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;

            .item-text-content {
              padding: 0 15px;

              p {
                text-align: left;
              }
            }
          }

          p {
            text-align: center;
            font-size: 12px;

            &.p-info-name, &.s-info {
              font-size: 14px;
              color: #6d625c;
              letter-spacing: 2px;
            }

            &.p-info-name {
              font-weight: bold;
            }

            &.p-warm-date,
            &.p-price,
            &.p-quantity {
              font-size: 14px;
              letter-spacing: 1px;
            }

            &.p-action {
              .el-button {
                padding: 5px;
                border-radius: 0;
                background-color: #CCC;
                font-size: 18px;
              }
            }

            &.p-type {
              span {
                background-color: #ff5804;
                color: #FFF;
                font-size: 11px;
                letter-spacing: 0;
                font-weight: bold;
                padding: 2px 3px;
              }
            }

            &.note-line {
              color: #ff5804;
            }
          }
        }
      }
    }

    .p-sub-info {
      .p-sub-content {
        border: solid 10px #f5f5f5;
        margin-top: 10px;
        margin-bottom: 10px;

        h4 {
          background-color: #f5f5f5;
          color: #6d625c;
          text-align: left;
          padding-top: 5px;
          padding-left: 10px;
          padding-bottom: 12px;
          font-size: 14px;
        }

        .sub-row-item {
          padding: 10px 20px 15px;
          border-bottom: dotted 1px #CCC;

          h5 {
            font-size: 12px;
            letter-spacing: 2px;
            padding: 10px 0 8px;
            margin: 0;
          }

          span {
            letter-spacing: 2px;

            &.sub-quantity {
              margin-right: 30px;
            }
          }
        }

        &.text-line-content {
          .el-col {
            padding: 20px 0 15px;
          }

          p {
            font-size: 12px;
            padding: 4px 20px;
            line-height: 1.2;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;

            span.s-label {
              width: 20%;

              &:before {
                content: "・";
              }
            }

            span.s-str {
              position: relative;
              padding-left: 15px;

              &:before {
                content: "：";
                position: absolute;
                top: 0;
                left: 0;
              }
            }

            &.s-btn-last {
              display: block;
              text-align: right;

              .el-button {
                background-color: #ffe6da;
                color: #ff5804;
                border-color: #ffe6da;
                border-radius: 0;
                font-size: 11px;
                padding: 8px 15px;
              }
            }
          }
        }
      }

      &.sub-total {
        p {
          text-align: right;
          padding-right: 15px;
          padding-top: 5px;
          padding-bottom: 0;
          font-size: 12px;
          color: #ff5804;

          span {
            font-weight: bold;

            &.sub-total-amount {
              font-size: 22px;
              margin-left: 15px;
            }
          }
        }
      }
    }

    .cart-note {
      font-size: 14px;
    }

    .el-radio {
      .el-radio__label {
        font-size: 12px;
      }
    }

    .c-rdo-items {
      display: flex;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      color: #6d625c;
      font-size: 12px;
      letter-spacing: 2px;
      cursor: pointer;

      .rdo {
        display: inline-block;
        border: 1px solid #DCDFE6;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background-color: #FFF;
        cursor: pointer;
        box-sizing: border-box;
        margin-right: 5px;

        span {
          display: none;
        }

        &:hover {
          border-color: #409EFF;
        }
      }

      .rdo-lbl {
        cursor: pointer;
      }

      &.is-checked {
        .rdo {
          span {
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            background-color: #409EFF;
            border: 1px solid #409EFF;
            position: relative;

            &::after {
              width: 4px;
              height: 4px;
              border-radius: 100%;
              background-color: #FFF;
              content: "";
              position: absolute;
              left: 50%;
              top: 50%;
              transition: transform .15s ease-in;
              transform: translate(-50%, -50%) scale(1);
            }
          }
        }
      }
    }
  }

  .product-block {
    .product-info {
      padding: 10px;

      .product-info-detail {
        padding: 10px;
      }

      .confirm-info {
        .p-review {
          padding: 10px;

          p {
            font-size: 12px;
            font-weight: normal;

            &.p-center {
              text-align: center;
              font-size: 18px;
              color: #6d625c;
              font-weight: bold;

              span {
                font-size: 12px;
                margin-left: 5px;
              }
            }

            &.p-review-price {
              color: #ff5804;
            }

            &.p-label {
              border-top: dotted 1px #CCC;
              padding-top: 10px;
              margin-top: 6px;
            }
          }
        }

        .booking-note {
          margin-top: 10px;
          font-size: 12px;
          background-color: #c7c2bf;
          color: #FFF;
          padding: 8px;
          font-weight: normal;
          margin-bottom: 10px;
        }

        .p-booking-first {
          .el-button {
            padding: 8px;

            span {
              margin: 2px;
            }
          }
        }
      }
    }
  }

  .el-step {
    .el-step__icon {
      width: 40px;
      height: 40px;
      background-color: #c7c2bf;
      color: #FFF;
      font-size: 17px;
    }

    .el-step__title {
      font-size: 12px;
      font-weight: bold;
    }

    .el-step__head.is-process {
      border-color: #C94245;

      .el-step__icon {
        background-color: #C94245;
      }
    }

    .el-step__title.is-process {
      color: #C94245;
    }

    .el-step__title.is-wait {
      color: #6d625c;
    }

    .el-step__head.is-success {
      .el-step__icon {
        background-color: #FFF;
        color: #67C23A;
        font-size: 20px;
      }
    }

    &.is-horizontal {
      .el-step__line {
        top: 19px;
      }
    }
  }

  p {
    &.no-items {
      background-color: #fdf6ec;
      color: #e6a23c;
      border: solid 1px #efbd75;
      padding: 20px;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 2px;
      margin-top: 50px;
      margin-bottom: 150px;
    }

    &.no-item-return {
      text-align: center;
      margin-top: 100px;
      margin-bottom: 200px;

      a {
        color: #AD2C31;
        border: solid 1px #AD2C31;
        border-radius: 0;
        padding: 20px 40px;
        margin-top: 30px;
        background-color: #FFF;
        text-decoration: none;

        &:hover {
          opacity: 0.7;
        }
      }
    }
  }

  .cart-address {
    .heading {
      h3 {
        margin-bottom: 10px;
      }

      p {
        font-size: 13px;
        color: #ea4e09;
        margin-bottom: 30px;
        letter-spacing: 2px;

        &.note {
          text-align: right;

          a {
            color: #ea4e09;
          }
        }
      }


    }

    .address-options {
      margin-bottom: 50px;

      .item-box {
        border: solid 10px #eeedec;
        padding: 20px;

        p {
          font-size: 14px;
        }

        .card-header {
          margin-bottom: 5px;

          .el-radio {
            .el-radio__label {
              font-size: 15px;
              font-weight: bold;
              margin-left: 2px;
            }
          }
        }
      }
    }

    p {
      &.notice {
        text-align: center;
        font-size: 14px;
        margin-bottom: 5px;

        span {
          color: #ff5804;
        }
      }
    }

    .last-button-box {
      margin: 50px auto 150px;
      text-align: center;

      .el-button {
        background-color: #ff5804;
        color: #ffffff;
        border-radius: 0;
        border: solid 1px #ff5804;
        padding: 15px 50px;
        margin: 0 5px;
        font-size: 15px;

        &.return-btn {
          background-color: #FFF;
          color: #ff5804;
        }

        &:hover {
          opacity: 0.7;
        }
      }
    }

    .tbl-row {
      padding-top: 30px;
      padding-bottom: 25px;

      p {
        font-size: 14px;
        padding-left: 10px;
        text-align: left;

        &.p-name, &.name {
          font-weight: bold;
        }
      }
    }

    .tbl-header {
      margin-left: -2px;
      margin-right: -2px;
      padding-bottom: 0;

      .tbl-cell {
        text-align: center;
        background-color: #f5f4f3;
        border: solid 2px #FFF;
        padding: 12px 0;
        font-size: 14px;
      }
    }

    .tbl-data {
      border-bottom: dotted 1px #ccc;

      span.type-tag {
        font-size: 10px;
        background-color: #ff5804;
        color: #FFF;
        padding: 3px 5px;
        font-weight: bold;
      }

      .tbl-cell {
        text-align: center;

        .el-input {
          margin-bottom: 2px;

          input, .el-input-group__append {
            border-radius: 0;
          }

          input {
            background-color: #f0f0ef;
          }

          .el-input-group__append {
            padding-left: 5px;
            padding-right: 10px;
            font-size: 13px;
            color: #6d625c;
            background-color: #FFF;
            border-color: #FFF;
          }
        }

        &.has-padding-left {
          padding: 0 10px;
        }
      }
    }

    p.not-margin {
      padding-left: 0;
      font-size: 13px;
    }

  }

  .payment-method {
    h5 {
      font-size: 18px;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 30px;
    }

    .heading {
      p {
        color: #6d625c;
        margin-bottom: 0;
      }
    }

    .payment-items {
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: dotted 1px #dcdcdc;

      .el-radio {
        margin-bottom: 20px;

        .el-radio__label {
          font-weight: bold;
          font-size: 13px;
        }
      }

      ul {
        line-height: 1.5;

        li {
          position: relative;
          margin: 5px 0;
          padding-left: 1em;
          font-size: 13px;

          .u-font-xem {
            color: #ff5804;
            font-weight: bold;
          }

          &:before {
            content: "※";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1em;
            height: 1em;
          }
        }
      }

      &.heading {
        padding-top: 0;
      }
    }
  }

  .summary {
    .top-note {
      margin-bottom: 50px;
      font-size: 14px;
    }

    h5 {
      font-size: 17px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0;
    }

    .header-row {
      margin-bottom: 20px;
    }

    p.cart-note {
      font-size: 13px;
    }

    .header-row.last-field {
      h5 {
        margin-bottom: 15px;
      }
    }

    p.p-info-price {
      color: #ff5804;
      font-weight: bold;
      font-size: 12px!important;
      margin-top: 2px;
    }

    p.p-info-quantity {
      font-size: 13px!important;
    }

    p.p-info-price {
      span {
        font-size: 18px;
      }
    }

    p.has-bottom-margin {
      margin-bottom: 30px
    }

    .header-row.last-field {
      p {
        margin-bottom: 8px;
      }
    }

    .lbl_content_left {
      p {
        font-size: 14px;
        padding-left: 5px;
      }
    }

    .confirm-info {
      .p-review {
        p {
          padding-bottom: 15px;
          font-size: 13px!important;

          & > span {
            float: right;
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 2px;

            & > span {
              font-size: 13px!important;
              margin-left: 2px;
            }
          }

          &.p-review-price.p-center {
            letter-spacing: 2px;
            font-size: 20px !important;
            padding-bottom: 0;
            text-align: right;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
          }
        }
      }
    }
  }

  .finish {
    .item-box {
      padding: 40px!important;
      margin-top: 20px;
      margin-bottom: 50px;

      p {
        font-size: 14px!important;
        margin-bottom: 5px;

        &.lbl_header_box {
          font-weight: bold;
          margin-bottom: 8px;
        }
      }

      .warning {
        margin: 30px 0 0;
        background-color: #fcf9f1;
        padding: 20px;

        p {
          font-size: 13px!important;
        }
      }
    }
  }
}

//Cart SP
.product-cart.sp-mobile {
  .form-product-detail {
    .header-row.has-data {
      .lbl_header p.row-label {
        display: block;
        text-align: left;
        background-color: #f1f1f1;
        padding: 10px;
        margin-bottom: 10px;
      }
    }
  }
}
