@charset "utf-8";
#container .content01 {
  padding-top: 16rem;
  padding-bottom: 8%;
}

.d-f {
  display: flex;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-fs {
  justify-content: flex-start;
}
.gap-0 {
  gap: 0%;
}
.gap-1 {
  gap: 1%;
}
.gap-2 {
  gap: 2%;
}
.gap-3 {
  gap: 3%;
}
.gap-4 {
  gap: 4%;
}
.gap-5 {
  gap: 5%;
}

.mt-xs {
  margin-top: 0.5rem;
}
.mt-s {
  margin-top: 1rem;
}
.mt-sm {
  margin-top: 2.5rem;
}
.mt-m {
  margin-top: 4rem;
}
.mt-ml {
  margin-top: 6rem;
}
.mt-l {
  margin-top: 8rem;
}

.glyphicon {
  line-height: 1.4em;
  font-size: 1.2em;
  padding-right: 2em;
}

.panel-default > .panel-heading {
  background-color: #e8e5de;
  border-color: #e8e5de;
}

.alert-success {
  background-color: #f3e1e0;
  color: #db9a9a;
}

.btn-sm,
.btn-group-sm > .btn {
  border-radius: 0.4rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 10px;
}

.btn-warning {
  background-color: #c1a68c;
  border-color: #c1a68c;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c1a68c;
  border-color: #c1a68c;
  opacity: 0.8;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #c1a68c;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
.list-group-item {
  border: none;
  padding: 15px 15px;
}

.list-group02 .list-group-item {
  padding: 10px 10px;
}

.list-group01 li {
  margin: 0;
}
.list-group01 li a {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
.list-group02 li a::before {
  content: "-";
}

.table-responsive {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
}

.table-responsive table {
  margin-top: 0;
}

.table-responsive table th,
.table-responsive table td {
  white-space: nowrap;
}

.td_btn a {
  position: relative;
  display: block;
  background: #c1a68c;
  color: #fff;
  padding: 15% 5% 15% 20%;
  width: 4em;
  border-radius: 0.4em;
}

.td_add_btn a {
  position: relative;
  display: block;
  background: #c1a68c;
  color: #fff;
  padding: 10% 0 10% 0;
  width: 4em;
  border-radius: 0.4em;
}

.td_card {
  display: flex;
  justify-content: space-evenly;
}

.td_card_btn {
  position: relative;
  display: block;
  background: #c1a68c;
  color: #fff;
  padding: 5% 10%;
  margin: 0 1%;
  border-radius: 0.4em;
}

.td_card_btn_d {
  position: relative;
  display: block;
  background: #d9d9d9;
  color: #fff;
  padding: 5% 10%;
  margin: 0 1%;
  border-radius: 0.4em;
}

.td_btn a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.td_item_name div {
  white-space: normal;
  display: block;
  width: 200px;
}

.ef-layout h1 {
  padding: 10.5px 0;
  margin: 0 0 15px 0;
  font-size: 18.75px;
}

.table_point {
  max-width: 100%;
  width: 100%;
  margin-bottom: 21px;
}

.table_point th,
.table_point td {
  text-align: center;
}

.table_point td {
  color: #c1a68c;
  font-size: 30px;
  padding: 1%;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: baseline;
}

.table-orders > tbody > tr > th,
.table-orders > tbody > tr > td {
  text-align: left;
  padding-left: 0.8em;
}

.table > tbody > tr > th {
  background-color: #efede9;
}

.table_ord > tbody > tr > td {
  text-align: left;
  vertical-align: middle;
}

.table_ord > thead > tr > th {
  background-color: #efede9;
  text-align: center;
  vertical-align: baseline;
  border: 1px solid #d9d9d9;
}

.nav-tabs > li > a {
  border-radius: 0.6em 0.6em 0 0;
  background-color: #efede9;
  border: 1px solid #d9d9d9;
  padding: 15px 20px;
}

.col-md-offset-2 {
  text-align: center;
}

form .fieldset div input.product-label[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  color: #b7b7b7;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form .fieldset div input.product-label[type="checkbox"]:checked + label {
  display: inline-block;
  cursor: pointer;
  color: #f8f8f8;
  background: #b7b7b7;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.product-badge,
.campaign-badge,
.campaign-custom-badge {
  color: #c1a68c;
  font-size: 10px;
  font-weight: 600;
  border: solid 1px #c1a68c;
  border-radius: 5px;
  padding: 0px 4px;
  margin-right: 4px;
  display: inline-block;
  margin-top: 2px;
}

.product-badge-for-delivery-group {
  color: #b7b7b7;
  font-size: 10px;
  font-weight: 600;
  border: solid 1px #b7b7b7;
  border-radius: 5px;
  padding: 0px 4px;
  margin-right: 4px;
  display: inline-block;
  margin-top: 2px;
}

.btn-default {
  color: #fff;
  background-color: #b7b7b7;
  border: none;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #b7b7b7;
  border: none;
}

.btn-default:hover {
  color: #fff;
  background-color: #b7b7b7;
  border: none;
  opacity: 0.8;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #b7b7b7;
  border: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.focus:active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #b7b7b7;
  border: none;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #b7b7b7;
  border: none;
}

.btn-default .badge {
  color: #b7b7b7;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #c1a68c;
  border: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #c1a68c;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c1a68c;
  border: none;
  opacity: 0.8;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c1a68c;
  border: none;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.focus:active,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #c1a68c;
  border: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  color: #fff;
  background-color: #c1a68c;
  border: none;
  opacity: 0.8;
}

.btn-primary .badge {
  color: #c1a68c;
  background-color: #fff;
}

.btn-primary {
  width: 140px;
  padding: 1.5%;
  background-color: #c1a68c;
  border: none;
}

.btn-my-pass input {
  padding: 3%;
}
.btn-my-sign {
  padding: 3%;
}
.btn-cart {
  padding: 4% 5% 0;
}
.btn-primary:hover {
  background-color: #c1a68c;
  opacity: 0.8;
}

.btn-default {
  width: 140px;
  padding: 1.4%;
  background-color: #b7b7b7;
  border: none;
}

.btn-default:hover {
  background-color: #b7b7b7;
  opacity: 0.8;
}

/* pull-rightのfloatを無効化（重要） */
.subs-reorder-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.subs-reorder-main {
  flex: 1;
}
.subs-reorder-action {
  white-space: nowrap;
}
.subs-reorder-action .pull-right {
  float: none;
}

.w-20p {
  width: 20%;
}

.w-30p {
  width: 30%;
}

.ta-c {
  text-align: center;
}

.mt-3p {
  margin-top: 3%;
}

.mb-5p {
  margin-bottom: 5%;
}
.ws-n {
  white-space: normal;
}
.ws-n span {
  white-space: normal;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

@media (max-width: 768px) {
  #container .content01 {
    padding-top: 8rem;
    padding-bottom: 8%;
  }

  .mypage-nav {
    padding: 30px 0;
  }

  .mypage-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .mypage-nav__list::after {
    content: "";
    display: block;
    width: 32%;
  }

  .mypage-nav__list li {
    width: 32%;
    margin: 1% 0;
  }

  .mypage-nav__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border: 1px solid #c1a68c;
    background: #c1a68c;
    color: #fff;
    height: 8rem;
    border-radius: 0.6rem;
  }

  .mypage-nav__list li:nth-child(2n) a {
    border: 1px solid #aa8c6d;
    background: #aa8c6d;
  }

  .mypage-nav__list p {
    line-height: 1;
    padding: 0.5rem 0;
  }

  .mypage-nav__list a div {
    text-align: center;
  }

  .glyphicon {
    display: block;
    padding-right: 0;
    font-size: 2.6em;
    line-height: 1.6em;
  }

  .ef-layout h1 {
    padding: 10.5px 0;
    margin: 0 0 15px 0;
    font-size: 18.75px;
  }
  .table-responsive {
    border: none;
  }

  .table-responsive > .table-bordered {
    border: 1px solid #e5e5e5;
  }

  .table-responsive > .table-orders > tbody > tr > td {
    white-space: normal;
  }

  .table_point {
    max-width: 100%;
    width: 100%;
    margin-bottom: 21px;
  }

  .table_point th,
  .table_point td {
    text-align: center;
  }

  .table_point td {
    color: #c1a68c;
    font-size: 1.6rem;
    padding: 1%;
  }

  .td_card {
    width: 100px;
  }

  .btn-primary {
    width: 70%;
    padding: 5% 0;
    margin: 0% 15% 5%;
    background-color: #c1a68c;
    border: none;
  }

  .btn-default {
    width: 70%;
    padding: 5% 0;
    margin: 0% 15% 5%;
    background-color: #b7b7b7;
    border: none;
  }

  .nav-tabs > li > a {
    padding: 15px 10px;
  }

  .sp-d-b {
    display: block;
  }
}
