.hide {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 1270px) {
  .pc-hide {
    display: none !important;
  }
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab-hide {
    display: none !important;
  }
  .tab-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-hide {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
}
#header {
  background-color: #000 !important;
}
#header_logo {
  background-color: #000 !important;
}

#global_menu > ul > li > a {
  color: #fff !important;
}
#global_menu > ul > li > a:hover {
  color: #b28b00 !important;
}

.no_auto_scroll {
  color: #fff !important;
}

#footer a {
  color: #fff !important;
}

#footer_sns {
  background-color: #000 !important;
}

body {
  background-color: #000;
  color: #fff;
}

a {
  color: #fff;
}

.layout_type2 {
  margin-top: 1.5rem;
}

.cb_carousel.num3 .catch {
  color: #000 !important;
}

.post_content .table {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .post_content .table {
    margin-top: 30px;
  }
}
.post_content .table_ttl {
  width: 130px;
  padding-left: 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post_content .table_ttl {
    margin-left: 35px;
    width: 96px;
  }
}
.post_content .table_main {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
}
.post_content .table_main dt {
  padding-left: min(3.2653061224vw - 12.2448979592px, 40px);
  padding-right: min(4.0816326531vw + 14.693877551px, 80px);
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
  padding-top: min(0.8163265306vw + 16.9387755102px, 30px);
}
@media screen and (max-width: 567px) {
  .post_content .table_main dt {
    padding-left: 0;
    text-align: left;
  }
}
.post_content .table_main dd {
  padding-right: min(6.5306122449vw - 24.4897959184px, 80px);
  word-break: break-all;
  border-bottom: 1px solid #ccc;
  padding-bottom: min(0.8163265306vw + 16.9387755102px, 30px);
  padding-top: min(0.8163265306vw + 16.9387755102px, 30px);
  margin-bottom: 0 !important;
}
@media screen and (max-width: 567px) {
  .post_content .table_main dd {
    padding-left: 0;
  }
}
.post_content__img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .post_content__img {
    margin-bottom: 50px !important;
    flex-direction: column;
  }
}
.post_content__imgbox {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .post_content__imgbox {
    width: auto;
    margin-bottom: 30px !important;
  }
  .post_content__imgbox:last-child {
    margin-bottom: 0 !important;
  }
}
.post_content__imgbox img {
  width: 100%;
}
.post_content td {
  background-color: #000 !important;
}

#page_contents {
  background-color: #000 !important;
  margin: auto !important;
}

.faq_list .title {
  background-color: #000 !important;
}

.faq_list .title.active + .desc_area > .desc {
  background-color: #333 !important;
}

.cartjs_product_num {
  display: none;
}

.list {
  display: flex;
  justify-content: space-between;
  list-style: none !important;
}
@media screen and (max-width: 480px) {
  .list {
    flex-direction: column;
  }
}
.list_item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 480px) {
  .list_item {
    width: auto;
  }
}
.list_item input {
  background-color: #dab300 !important;
}
.list_item__img {
  width: 80%;
  margin: 0 auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1176470588);
}
.list_item__img img {
  width: 100%;
}
.list_item__txt {
  margin-top: 2rem;
  width: 70%;
  margin: 2rem auto 0;
}
.list_item__txt .price {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.list_item__txt .price span {
  font-size: 0.8rem;
}

/*Contact Form 7*/
.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-spinner {
  position: absolute !important;
  top: 50%;
}

.contact_btn {
  position: relative;
}

.wpcf7-form input[type=checkbox] {
  width: 1em !important;
  margin-left: 0.1em !important;
  margin-right: 0.1em !important;
}

.wpcf7-form input[type=radio] {
  width: 1em !important;
  margin: 0 0.1em !important;
}

.wpcf7-list-item {
  display: inline-block !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.wpcf7-list-item-label {
  margin-left: 10px;
}

.wpcf7-list-item-label::after {
  content: "";
  margin-left: 1em;
}

.wpcf7-not-valid {
  margin-bottom: 1em;
}

.wpcf7-not-valid-tip {
  position: absolute;
  text-align: left;
  line-height: 1;
  width: 100%;
  left: 0;
  top: 120%;
}

.wpcf7-form.invalid .wpcf7-text + .wpcf7-not-valid-tip {
  top: 250%;
}

.wpcf7-form.invalid .wpcf7-textarea + .wpcf7-not-valid-tip {
  top: 50%;
}

.wpcf7-form.invalid .wpcf7-acceptance + .wpcf7-not-valid-tip {
  top: 90%;
  width: 370px;
}

.wpcf7-form.invalid .wpcf7-validates-as-email + .wpcf7-not-valid-tip {
  width: 350px;
}

.CheckboxInput {
  padding-left: 0 !important;
}

.wpcf7 {
  background: none !important;
  border: none !important;
}

.wpcf7 form {
  margin: 0 !important;
}

.tbl-base th {
  text-align: left;
  vertical-align: top;
}

.post_content th {
  background-color: #000 !important;
}

.tbl-base td {
  background-color: #000 !important;
}
.tbl-base td input {
  color: #fff !important;
  background-color: #000 !important;
}
.tbl-base td textarea {
  background-color: #000 !important;
  color: #fff !important;
}

@media screen and (max-width: 480px) {
  .tbl-base th {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .tbl-base td {
    display: block !important;
  }
}
.btn-wrapper__inner {
  padding: 0 !important;
  border: none !important;
}

.btn-wrapper__inner p {
  text-align: center;
  margin-top: 30px !important;
}

.btn-wrapper__inner p input {
  width: 350px !important;
  background-color: transparent !important;
  color: #dab300 !important;
  border: solid 1px #dab300;
  transition: all 0.3s;
  padding: 18px !important;
  border-radius: 5px !important;
}

.btn-wrapper__inner p input:hover {
  background-color: #dab300 !important;
  color: #fff !important;
}

/*# sourceMappingURL=add_css.css.map */