@charset "UTF-8";
/*ーーーーーーーーーーーーーーーー 
  共通のスタイル 
ーーーーーーーーーーーーーーーー*/
@media (max-width: 780px) {
  html {
    font-size: 12px !important;
  }
}

.c-copyright--inverse {
  background: var(--wp--preset--color--sm-accent) !important;
}

a:hover {
  opacity: 0.7;
}

.contact-box {
  max-width: 800px;
  margin: 0 auto !important;
}

.c-entry__header {
  background: #036;
  color: #fff;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 165%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}
.c-entry__header .c-entry__title {
  font-size: 42px;
}

.l-contents__inner {
  margin-top: 0 !important;
}

/*ーーーーーーーーーーーーーーーー 
  トップページ 
ーーーーーーーーーーーーーーーー*/
.top-view-text .n2-ss-text {
  text-shadow: 2px 2px 2px #036, -2px -2px 2px #036, -2px 2px 2px #036, 2px -2px 2px #036, 2px 0 2px #036, -2px 0 2px #036, 0 2px 2px #036, 0 -2px 2px #036 !important;
  font-size: 2.8rem !important;
  font-weight: bold !important;
  line-height: 1.8 !important;
}
@media (max-width: 780px) {
  .top-view-text .n2-ss-text {
    font-size: 5vw !important;
  }
}

.c-section {
  padding: 0 !important;
}

/*ーーーーーーーーーーーーーーーー 
  会社情報
ーーーーーーーーーーーーーーーー*/
.g-map iframe {
  aspect-ratio: 16/9;
  max-width: 800px;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/*ーーーーーーーーーーーーーーーー 
  ニュース詳細
ーーーーーーーーーーーーーーーー*/
.single .c-page-header {
  display: none !important;
}
.single .c-entry__meta {
  display: none;
}
.single .c-entry__header {
  margin-bottom: 100px !important;
}
@media (max-width: 780px) {
  .single .c-entry__header {
    margin-bottom: 50px;
  }
}
.single .c-entry__footer {
  margin-top: 100px !important;
}
@media (max-width: 780px) {
  .single .c-entry__footer {
    margin-top: 50px;
  }
}

/*ーーーーーーーーーーーーーーーー 
  ショップ 
ーーーーーーーーーーーーーーーー*/
.woocommerce .c-page-header {
  height: 250px !important;
}
.woocommerce .wc-block-product-categories-list {
  padding-left: 0;
}
.woocommerce .wc-block-product-categories-list-item {
  list-style: none;
  font-size: 20px;
  line-height: 2;
}
.woocommerce .wc-block-mini-cart__icon {
  height: 70px;
  width: 70px;
}
.woocommerce .wc-block-mini-cart__button {
  padding: 0;
}
.woocommerce .wc-block-mini-cart {
  margin-top: 0 !important;
}

/*ーーーーーーーーーーーーーーーー 
  お問い合わせ 
ーーーーーーーーーーーーーーーー*/
.wpcf7 .label-text {
  font-weight: bold;
  font-size: 20px;
}
.wpcf7 .label-text span.require {
  font-size: 16px;
}
.wpcf7 .require {
  background: var(--wp--preset--color--sm-accent);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-left: 10px;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: inline-block;
  margin-top: 20px;
  width: 95%;
  margin-left: 20px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
}
.wpcf7 .btn_send {
  text-align: center;
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
}
.wpcf7 .btn_send .wpcf7-submit {
  width: 300px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7 .btn_send .wpcf7-submit:hover {
  opacity: 0.7;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}