.order-container {
  padding: 40px 0;
  background-color: #EBEDF0;
}
.order-in {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: min(100%, 1020px);
  margin: 0 auto;
}
.order__ttl {
text-align: center;
  padding: 1em 0;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #1c1c3a;
  font-weight: 700;
}
.order__img {
  position: relative;
}
.order__img img {
  vertical-align: bottom;
}
.order__img--base {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.order__img--soko {
  position: relative;
  z-index: 100;
}
.order-left {
  width: min(37%, 350px);
}
.order-left__wrap {
  position: sticky;
  top: 20px;
}
.order-left__in {
  padding: 25px;
  background-color: #fff;
}
.order-left__in.invalid .basic, .order-left__in.invalid .order__list__sub {
  background-color: #ccc;
  color: #666;
  font-weight: normal;
}
.order-left__in.invalid .basic dl, .order-left__in.invalid .order__list__sub dl {
  border-color: #999;
}
.order-left__in.invalid .basic dl dd, .order-left__in.invalid .order__list__sub dl dd {
  font-weight: normal;
}
.order-left .order__img {
  height: 213px;
}
.order-right {
  width: min(70%, 640px);
  background-color: #fff;
  padding: 20px 30px;
}
.order .txt-error {
  margin-top: 5px;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
}
.order .nouki dl {
  display: flex;
  gap: 10px;
  padding: 10px 0 20px;
  font-size: 14px;
}
.order .nouki dl dt {
  flex-basis: 23%;
  font-weight: bold;
}
.order .nouki dl dd {
  flex-basis: 77%;
}
.order .nouki .order__img {
  position: relative;
  display: none;
  margin-bottom: 20px;
  text-align: center;
  z-index: 0;
}
.order .nouki .order__img img {
  max-width: 280px;
  vertical-align: bottom;
}
.order .nouki .order__img--base {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.order .nouki .order__img--soko {
  background-color: #fff;
}
.order a {
  color: #0000FF;
  text-decoration: underline;
}
.order__color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.order__color-item {
  width: 32%;
  line-height: 1.5;
}
.order__color-item input[type=radio] {
  display: none;
}
.order__color-item input[type=radio]:checked + label {
  border: 3px solid #ffea00;
}
.order__color-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border: 3px solid #eee;
}
.order__color-item label:hover {
  cursor: pointer;
}
.order__color-item label .color-label {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: inset 3px 2px 5px rgba(0, 0, 0, 0.2);
}
.order__color-item label .color-img {
  display: flex;
  align-items: center;
  padding:4px;
  width:100%;
}
.order__color-item label .color-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.order__color-item label .color-txt {
  width: calc(100% - 55px);
  font-size:0.9rem;
}
.order__size-img {
  text-align: center;
}
.order__size-img img {
  max-width: 360px;
}
.order__size dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.order__size dl dt {
  flex-basis: 21%;
}
.order__size dl dd {
  flex-basis: 79%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.order__size dl dd input[type=number] {
  width: 70px;
}
.order__size-note {
  color: #5D5D5D;
  font-size: 13px;
}
.order__form {
  margin-bottom: 36px;
  font-size: 14px;
}
.order__sample .order__txt {
  margin-bottom: 24px;
}
.order__form input[type=textarea], .order__form input[type=number], .order__form textarea, .order__form select {
  padding: 8px 16px;
  border: 1px solid #BFBFBF;
  border-radius: 0;
  font-size: 16px;
}
.order__area select {
  width: auto;
  font-size: 14px;
}
.order__subt {
  margin-bottom: 24px;
  padding: 8px 16px;
  background-color: #1C1B3A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.order .notes {
  margin-top: 60px;
  padding: 15px;
  border: 1px solid #000;
}
.order .notes dl dt {
  text-align: center;
}
.order .check-list-img {
  display: flex;
  flex-wrap: wrap;
}
.order .check-list-img .item-box input[type=radio] {
  display: none;
}
.order .check-list-img .item-box input[type=radio]:checked + label {
  border-color: #ffea00;
}
.order .check-list-img .item-box label {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 5px;
  background-color: #fff;
  border: 3px solid #eee;
}
.order .check-list-img .item-box label:hover {
  cursor: pointer;
  opacity: 0.7;
}
.order .check-list-img .item-box label .input-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.order .check-list-img .item-box label .input-txt {
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
}
.order .check-list-img .item-box label .input-txt span {
  display: inline-block;
}
.order .check-list-img .item-box label .input-price {
  display: block;
  color: #E61414;
  line-height: 1;
  text-align: center;
}
.order__col4 {
  gap: 20px 1.33%;
}
.order__col4 .item-box {
  width: 24%;
}
.order__col3 {
  gap: 20px 2%;
}
.order__col3 .item-box {
  width: 32%;
}
.order .pattern {
  display: none;
  margin: 30px 0;
}
.order .pattern__ttl {
  margin-bottom: 20px;
  padding: 7px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  text-align: center;
}
.order .pattern__in {
  max-width: 400px;
  margin: 0 auto 20px;
}
.order .pattern__txt {
  font-size: 14px;
}
.order__sample .item-box:last-of-type label .input-txt {
  font-size: 12px;
  margin-bottom: 5px;
}
.order__list {
  padding-bottom: 20px;
}
.order__list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 0;
  border-bottom: 1px solid #000;
}
.order__list dl dt {
  font-size: 12px;
}
.order__list dl dd {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
}
.order__list p {
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}
.order__list.sample {
  display: none;
  margin-bottom: 10px;
}
.order__list.sample dl dd {
  width: 100%;
}
.order__list__sub {
  margin-bottom: 20px;
}
.order__list__sub dl {
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
  font-size: 12px;
}
.order__list__sub dl dd {
  font-weight: bold;
}
.order .btn input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.order .btn input[type=button]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.order .btn__estimate {
  margin-bottom: 10px;
}
.order .btn__estimate input[type=button] {
  min-height: 48px;
  background-color: #666;
}
.order .btn__cart input[type=button] {
  min-height: 55px;
  background-color: #7E0B0B;
}

.sp-footer-fixed, .modal {
  display: none;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #post_form .btn{
    padding:16px;
  }
  .order-container {
    padding: 0 0 40px;
    background-color: #EBEDF0;
  }
  .order-in {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .order__ttl {
    margin-top: 12px;
    font-size: 24px;
  }
  .order-left {
    width: 100%;
  }
  .order-left__wrap {
    position: static;
  }
  .order-left__in {
    padding: 0;
    background: none;
  }
  .order-left:not(.modal) .order__img, .order-left:not(.modal) .order__list, .order-left:not(.modal) .order__list__sub {
    display: none;
  }
  .order-right {
    width: 100%;
    padding: 20px 15px;
  }
  .order .nouki dl {
    flex-wrap: wrap;
    gap: 0;
  }
  .order .nouki dl dt {
    flex-basis: 100%;
  }
  .order .nouki dl dd {
    flex-basis: 100%;
  }
  .order .nouki .order__img {
    display: block;
    height: 186px;
  }
  .order .nouki .order__img--soko {
    background-color: transparent;
  }
  .order__color-item {
    width: 48%;
  }
  .order__color-item label {
    align-items: center;
    width: 100%;
  }
  .order__color-item label .color-label {
    width: 35px;
    height: 35px;
  }
  .order__color-item label .color-txt {
    width: calc(100% - 45px);
    font-size: 12px;
    line-height: 1.4;
  }
  .order__size-img img {
    max-width: 320px;
    width: 100%;
  }
  .order__size dl {
    flex-wrap: wrap;
  }
  .order__size dl dt {
    flex-basis: 100%;
  }
  .order__size dl dd {
    flex-basis: 100%;
    padding-left: 15px;
  }
  .order__size-note {
    font-size: 12px;
  }
  .order__size-other {
    margin-top: 10px;
    font-size: 12px;
  }
  .order__subt {
    padding: 8px 15px;
  }
  .order .notes {
    padding: 10px;
    font-size: 12px;
  }
  .order .check-list-img .item-box label .input-txt {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .order .check-list-img .item-box label .input-price {
    font-size: 12px;
    line-height: 1.3;
  }
  .order__col4 {
    gap: 20px 2%;
  }
  .order__col4 .item-box {
    width: 49%;
  }
  .order__col3:not(.pattern__in) {
    gap: 10px 2%;
  }
  .order__col3:not(.pattern__in) .item-box {
    width: 49%;
  }
  .order .btn__estimate input[type=button] {
    min-height: 55px;
  }

  .sp-footer-fixed {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .sp-footer-fixed .order__price {
    width: 40%;
  }
  .sp-footer-fixed .order__price dl {
    line-height: 1.5;
  }
  .sp-footer-fixed .order__price dl dt {
    font-size: 12px;
  }
  .sp-footer-fixed .order__price dl dd {
    font-weight: bold;
  }
  .sp-footer-fixed .sp-fixed-btn {
    width: 55%;
  }
  .sp-footer-fixed .sp-fixed-btn p {
    position: relative;
    padding: 12px 6px;
    background-color: #7E0B0B;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sp-footer-fixed .sp-fixed-btn p:before {
    position: absolute;
    left: 12px;
    top: 50%;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
  }
  .sp-footer-fixed .sp-fixed-btn img {
    max-width: 34px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  #topcontrol {
    bottom: 58px !important;
  }
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
  }
  .modal .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    padding: 50px 10px 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .modal .content .order__img {
    margin-bottom: 10px;
    text-align: center;
  }
  .modal .content .order__img img {
    max-width: 180px;
  }
  .modal .content .order__list dl {
    border-color: #aaa;
  }
  .modal .content .order__list dl dd {
    font-size: 14px;
  }
  .modal .content .order__list__sub {
    margin-bottom: 0;
  }
  .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .modal-close:before, .modal-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #333;
    transform-origin: center;
  }
  .modal-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}/*# sourceMappingURL=size-order.css.map */