@charset "UTF-8";
/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tth2 {
  font-size: 24px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #315C3A;
  font-weight: bold;
  color: #315C3A;
}

.price {
  font-size: 24px;
}
.price span {
  font-size: 14px;
}

.error {
  color: #F00;
}

.shopBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 475px;
  min-height: 28px;
  color: #fff;
  position: relative;
  font-size: 3vw;
  line-height: 1.2;
  padding: 0px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  margin: 0px auto;
}
@media (min-width: 576px) {
  .shopBtn {
    font-size: 16px;
    min-height: 38px;
    padding: 8px 0px;
  }
}
.shopBtn:hover {
  color: #fff;
  text-decoration: none;
}
.shopBtn.green {
  background: #315C3A;
}
.shopBtn.green:hover {
  background: #2e703c;
}
.shopBtn.black {
  background: #333;
}
.shopBtn.black:hover {
  background: #555555;
}
.shopBtn.red {
  background: #ca2a3a;
  color: #fff !important;
}
.shopBtn.red:hover {
  background: #ec4758;
  color: #fff !important;
}
.shopBtn.brown {
  background: #775b45;
}
.shopBtn.brown:hover {
  background: #997050;
}
.shopBtn.back:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.shopBtn.next:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
}
.shopBtn button.formBtn {
  border: none;
  outline: none;
}
.shopBtn button.formBtn:hover {
  outline: none;
}

.cartTable img {
  width: 100%;
  height: auto;
}
.cartTable thead {
  background: #f5f5f5;
}
.cartTable thead th:nth-of-type(1) {
  width: 100%;
}
.cartTable thead th:nth-of-type(2) {
  width: 100%;
}
.cartTable thead th:nth-of-type(3) {
  width: 100%;
  text-align: left;
}
.cartTable thead th:nth-of-type(4) {
  width: 100%;
}
.cartTable thead th:nth-of-type(5) {
  width: 100%;
}
.cartTable thead th:nth-of-type(6) {
  width: 100%;
}
.cartTable tbody td {
  vertical-align: middle;
}
.cartTable tbody td:nth-of-type(2) {
  text-align: right;
}
.cartTable tbody td:nth-of-type(3) {
  text-align: right;
}
.cartTable tbody td:nth-of-type(4) {
  text-align: right;
}
.cartTable tbody td:nth-of-type(5) {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: none;
}

@media (min-width: 768px) {
  .cartTable img {
    width: 100%;
  }
  .cartTable thead th:nth-of-type(1) {
    width: 15%;
  }
  .cartTable thead th:nth-of-type(2) {
    width: 30%;
  }
  .cartTable thead th:nth-of-type(3) {
    width: 15%;
    text-align: center;
  }
  .cartTable thead th:nth-of-type(4) {
    width: 10%;
    text-align: center;
  }
  .cartTable thead th:nth-of-type(5) {
    width: 20%;
    text-align: center;
  }
  .cartTable thead th:nth-of-type(6) {
    width: 6%;
  }
  .cartTable tbody td:nth-of-type(2) {
    text-align: center;
  }
  .cartTable tbody td:nth-of-type(3) {
    text-align: center;
  }
  .cartTable tbody td:nth-of-type(4) {
    text-align: center;
  }
  .cartTable tbody td:nth-of-type(5) {
    text-align: center;
    padding-bottom: 0px;
    border-bottom: solid 1px #ccc;
  }
}
.totaltable tr:nth-of-type(3) {
  font-size: 20px;
  font-weight: bold;
}
.totaltable th,
.totaltable td {
  padding: 15px 0px;
  border-bottom: solid 1px #ccc;
}
.totaltable td {
  text-align: right;
}

table.responsiveTable-cart thead th {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 15px;
}
.noshiTable img {
  width: 100%;
  height: auto;
}
.noshiTable thead {
  background: #f5f5f5;
}
.noshiTable thead th:nth-of-type(1) {
  width: 100%;
}
.noshiTable thead th:nth-of-type(2) {
  width: 100%;
}
.noshiTable thead th:nth-of-type(3) {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .noshiTable thead th:nth-of-type(1) {
    width: 15%;
  }
  .noshiTable thead th:nth-of-type(2) {
    width: 50%;
  }
  .noshiTable thead th:nth-of-type(3) {
    width: 35%;
    text-align: left;
  }
}
.noshiTable tbody th {
  padding: 15px 15px;
}
.noshiTable tbody td:nth-of-type(1) {
  text-align: left;
  padding: 15px 15px;
}
.noshiTable tbody td:nth-of-type(2) {
  padding: 15px 15px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * member.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactTable .labelNeed {
  float: right;
}

.labelNeed {
  background: #a40e0e;
  color: #FFF;
  padding: 2px 8px;
  line-height: 1em;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
}

.table.contactTable {
  border-top: none;
}
@media (min-width: 768px) {
  .table.contactTable {
    border-top: solid 1px #ccc;
  }
}
.table.contactTable th,
.table.contactTable td {
  width: 100%;
  display: block;
  white-space: wrap !important;
  text-wrap: wrap !important;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.table.contactTable th {
  padding: 0px;
  vertical-align: top;
}
.table.contactTable th:after {
  content: "";
  display: block;
  clear: both;
}
.table.contactTable td {
  padding: 15px 0px 15px;
  border: none;
}
.table.contactTable td input {
  padding: 15px 10px;
  margin-bottom: 5px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.table.contactTable td input[type=radio] {
  margin-right: 8px;
  border-radius: 50%;
  margin-top: 5px;
  padding: 0px;
}
.table.contactTable td input[type=text],
.table.contactTable td textarea {
  width: 100%;
  padding: 15px 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.table.contactTable td select {
  padding: 15px 10px;
  margin-bottom: 5px;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 100%;
}

@media (min-width: 768px) {
  .table.contactTable th,
  .table.contactTable td {
    display: table-cell;
    padding: 25px 15px;
    border-bottom: solid 1px #ccc;
    vertical-align: middle;
  }
  .table.contactTable th {
    width: 28%;
  }
}
.table03 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table03 th {
  width: 70%;
  background-color: #f5f5f5;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table03 td {
  width: 30%;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.table04 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table04 th {
  width: 70%;
  background-color: #ececec;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table04 td {
  width: 30%;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.table05 {
  width: 100%;
  border-collapse: collapse;
}
.table05 th {
  width: 30%;
  background-color: #f5f5f5;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.table05 td {
  width: 70%;
  padding: 8px 10px;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.active .progress-bar,
.progress .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress .progress-striped .progress-bar,
.progress .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

#guideBox {
  font-size: 13px;
}
#guideBox h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
#guideBox h5 {
  font-weight: bold;
}
#guideBox .tel {
  font-weight: bold;
  font-size: 20px;
}

.agreeBox {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  background: #eeb1b7;
}
@media (min-width: 992px) {
  .agreeBox {
    font-size: 16px;
  }
}

.total-tr {
  font-size: 20px;
  font-weight: bold;
}

.textBox2 {
  border: solid 1px #ccc;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .textBox2 {
    padding: 30px 30px 25px 30px;
  }
}

.btnSpace {
  margin-bottom: 30px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb .breadcrumb > .active {
  color: #777777;
}

.progressbar {
  margin: 0 !important;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  width: 100% !important;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .progressbar li {
    font-size: 16px;
  }
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li.active {
  color: #315C3A;
}
.progressbar li.active:before {
  background-color: #315C3A;
  color: #fff;
}
.progressbar li.active:after {
  background-color: #315C3A;
}
.progressbar li:first-child:after {
  content: none;
}

table.table02 {
  width: 100%;
  border-right: #000 solid 1px;
  border-collapse: collapse;
  margin-top: -1px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
table.table02 thead th {
  background: #725435;
  color: #FFF;
  padding: 8px 10px;
  border-right: #FFF solid 1px;
  text-align: center;
}
table.table02 thead th:first-child {
  border-left: #725435 solid 1px;
}
table.table02 thead th:last-child {
  border-right: #725435 solid 1px;
}
table.table02 tbody th {
  padding: 10px 10px;
  border-bottom: #000 solid 1px;
  vertical-align: middle;
}
table.table02 tbody td {
  background: #FFF;
  padding: 8px 10px;
  border-left: #000 solid 1px;
  border-bottom: #000 solid 1px;
  vertical-align: middle;
}
table.table02 tbody td div {
  margin: 0;
}
table.table02 .top-border {
  border-top: 1px solid #000;
}
table.table02 thead tr th:nth-child(1),
table.table02 tbody tr td:nth-child(1),
table.table02 thead tr th:nth-child(2),
table.table02 tbody tr td:nth-child(2),
table.table02 thead tr th:nth-child(3),
table.table02 tbody tr td:nth-child(3) {
  width: 25%;
}

table.table02-item thead tr th:nth-child(3),
table.table02-item tbody tr td:nth-child(3) {
  width: 6%;
}

table.table02-item thead tr th:nth-child(2),
table.table02-item tbody tr td:nth-child(2),
table.table02-item thead tr th:nth-child(4),
table.table02-item tbody tr td:nth-child(4) {
  width: 15%;
}

#categolyBox ul {
  width: calc(100% - 30px);
  list-style: none;
  margin: 0px 15px;
}
#categolyBox ul:after {
  content: "";
  clear: both;
  display: block;
}

#categolyBox li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
}
#categolyBox li img {
  width: 20%;
  height: auto;
  margin-right: 4%;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #categolyBox li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #categolyBox li {
    width: 25%;
  }
}
#payment_option {
  margin-top: 20px;
}
#payment_option label {
  margin-bottom: 8px;
  font-weight: bold;
  color: #666;
}

#payment_option2 {
  margin-top: 20px;
}
#payment_option2 label {
  margin-bottom: 8px;
  font-weight: bold;
  color: #666;
}

.btn-margin .btn {
  margin: 0 5px;
}

#user_log_form input {
  width: 100%;
  padding: 5px 15px;
}

.total-amountTable td {
  text-align: right;
}

#LoginRemindForm input {
  width: 100%;
}

#user_log_form.navbar-form {
  padding: 10px 0px;
}

table.responsiveTable-cart tbody th {
  padding: 15px 0px;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}

table.responsiveTable-cart tbody td {
  padding: 10px 0px;
  border-bottom: #ccc solid 1px;
  vertical-align: top;
}
table.responsiveTable-cart tbody td div {
  margin: 0;
  padding: 0px 16px;
}
table.responsiveTable-cart tbody td select {
  padding: 7px 8px;
  /* float: left; */
}
table.responsiveTable-cart tbody td :after {
  content: "";
  clear: both;
  display: block;
}

.total-amountTable tr:last-child {
  font-size: 24px;
  font-weight: bold;
  color: #b13535;
  border-bottom: double 3px #333;
}
@media screen and (max-width: 767px) {
  table.responsiveTable-cart thead {
    display: none;
  }
  table.responsiveTable-cart tbody th {
    display: block;
  }
  table.responsiveTable-cart tbody td {
    display: block;
  }
  table.responsiveTable-cart tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.responsiveTable-cart tbody td div {
    padding-left: 7em;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.total-amountTable th,
.total-amountTable td {
  padding: 25px 0px;
  border-bottom: solid 1px #ccc;
}

table.responsiveTable-cart tbody tr:last-child th {
  border-bottom: #ccc solid 1px;
}

/* Component
---------------------------------------------------- */
.textBox {
  border: solid 1px #ccc;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  border-radius: 8px;
}

/* cart.html
---------------------------------------------------- */
/* table
---------------------------------------------------- */
table.responsiveTable-cart {
  width: 100%;
  border-collapse: collapse;
}

/* お問い合わせ	
---------------------------------------------------- */
.contactTable .labelNeed {
  float: right;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.remind-input {
  width: 100%;
}/*# sourceMappingURL=shop-order-20260228.css.map */