@charset "UTF-8";
.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;
  }
}
.cb_box_content.num2 .catch {
  width: 195px;
  position: relative;
  margin: 0 auto 68px;
  color: #9ACCF4;
  font-size: 50px !important;
}
@media screen and (max-width: 480px) {
  .cb_box_content.num2 .catch {
    margin: 30px auto;
    font-size: 18px !important;
  }
}
.cb_box_content.num2 .catch::before {
  content: "メニュー";
  display: block;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #9ACCF4;
}
@media screen and (max-width: 480px) {
  .cb_box_content.num2 .catch::before {
    font-size: 0.8rem;
    top: -25%;
  }
}

.cb_carousel.num3 .catch {
  width: 275px;
  position: relative;
  margin: 0 auto 68px;
  color: #9ACCF4;
  font-size: 50px !important;
}
@media screen and (max-width: 480px) {
  .cb_carousel.num3 .catch {
    margin: 30px auto;
    font-size: 18px !important;
  }
}
.cb_carousel.num3 .catch::before {
  content: "ブログ";
  display: block;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #9ACCF4;
}
@media screen and (max-width: 480px) {
  .cb_carousel.num3 .catch::before {
    top: -25%;
    font-size: 0.8rem;
  }
}

.post_content {
  padding: 120px 0 120px;
  width: 930px;
  margin: 0 auto;
}
.post_content h2 {
  font-size: 32px !important;
  font-weight: 600;
  line-height: 1.4;
  margin: 3em 0 1.3em 0;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.post_content__ttl .ttl {
  font-weight: bold !important;
  margin-top: 10px !important;
  color: #BFA661 !important;
  font-size: 16px !important;
  text-align: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 480px) {
  .post_content__ttl .ttl {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
}
.post_content__ttl .en {
  font-size: 48px !important;
  line-height: normal !important;
  margin: 0 !important;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .post_content__ttl .en {
    font-size: 32px !important;
  }
}
.post_content__ttl#company {
  padding-top: 120px;
}
@media screen and (max-width: 800px) {
  .post_content__ttl#company #page_contents .post_content__ttl#company {
    padding-top: 40px;
  }
}
.post_content .desc {
  margin-top: 30px;
}
.post_content__flex {
  display: flex;
  justify-content: space-between;
  padding: 110px 0 120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .post_content__flex {
    padding: 35px 0 40px;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
.post_content__flex::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -50%;
  top: 0;
  background-color: #f4f1ef;
}
@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 #eee;
  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 #eee;
  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%;
}

.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: #9ACCF4 !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;
}

@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: #fff !important;
  color: #9ACCF4 !important;
  border: solid 1px #9ACCF4;
  transition: all 0.3s;
  padding: 18px !important;
  border-radius: 5px !important;
}

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

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