@charset "UTF-8";
/* WP基本設定 --------------------------------------------------------------------- */
body.home .site-body {
  padding: 0;
}

#site-header-container {
  max-width: 100%;
  padding-left: 2rem;
}

#site-header .site-header-logo {
  display: inline-block;
  width: auto;
}

body.home .main-section--margin-bottom--on {
  margin-bottom: 0;
}

.site-body-bottom .widget {
  margin-bottom: 0;
}

/* ヘッダー -------------------------------------------------------------------- */
.global-nav-list > li > a > span {
  color: #bfbb5f;
  font-weight: 800;
}

#global-nav > ul {
  padding: 0.5rem 0 0.5rem 1rem;
}

/* SNSアイコン */
.global-nav-list > li.gnavi-cus-icon-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}
.global-nav-list > li.gnavi-cus-icon-sns:before {
  border: none;
  display: none;
}
.global-nav-list > li.gnavi-cus-icon-sns a {
  padding: 0;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.global-nav-list > li.gnavi-cus-icon-sns a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.global-nav-list > li.gnavi-cus-icon-sns {
  /* アイコンサイズ */
}
.global-nav-list > li.gnavi-cus-icon-sns i {
  font-size: 33px;
  margin: 0;
}

/* アイコンカラー */
.global-nav-list > li.gnavi-cus-icon-sns.facebook i, .vk-menu-acc > li.gnavi-cus-icon-sns.facebook i {
  color: #3B5998;
}
.global-nav-list > li.gnavi-cus-icon-sns.x i, .vk-menu-acc > li.gnavi-cus-icon-sns.x i {
  color: #000;
}
.global-nav-list > li.gnavi-cus-icon-sns.instagram i, .vk-menu-acc > li.gnavi-cus-icon-sns.instagram i {
  color: #C13584;
}
.global-nav-list > li.gnavi-cus-icon-sns.line i, .vk-menu-acc > li.gnavi-cus-icon-sns.line i {
  color: #06c755;
}

/* フッター ----------------------------------------------------------------- */
.site-footer-content .widget {
  margin-bottom: 0;
}

/* コンタクトフォーム整形 お問い合わせ */
.table-contact-form {
  border: none;
}

.table-contact-form p {
  margin-bottom: 0;
}

.contact-preferred-title {
  border-bottom: 1px solid #5e321a;
  padding: 6px 8px 2px;
  font-size: 0.9em;
}

.table-contact-form-top {
  border-bottom: 1px solid #5e321a;
  padding-bottom: 14px;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-contact-form th {
  border: none;
  text-align: left;
  font-size: 1em;
}

.table-contact-form td {
  border: none;
  width: 75%;
}

.table-contact-form .name-style {
  max-width: 300px;
}

.table-contact-form .mail-style {
  max-width: 400px;
}

.table-contact-form .tel-style {
  max-width: 240px;
}

.contact-req {
  color: #ffaa00;
  font-size: 0.8em;
  border: 1px solid #ffaa00;
  padding: 0.2em 4px 0.2em;
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.your-talk {
  font-size: 1.2em;
}

.contact-attention {
  color: #ffaa00;
  font-size: 0.8em;
}

.contact-submit {
  text-align: center;
  margin-top: 36px;
}

.contact-submit input[type=submit] {
  width: 50%;
  padding: 0.8em 2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact-submit input[type=submit]:hover {
  background: none;
  color: var(--vk-color-primary);
  border: 1px solid var(--vk-color-primary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 8px auto 4px;
  position: relative;
}

input#zip {
  width: 10em;
}

/* トップへ戻るボタン */
.page_top_btn {
  background-color: rgba(0, 79, 46, 0.8);
}

/* ホバーアニメ　線が伸びて枠線にする　 */
.border-anime-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /*スマホ表示折り返し用なのでPCのみなら不要*/
  margin: 0 0 50px 0;
  list-style: none;
}

.border-anime-navi > .wp-block-cover__inner-container {
  height: calc(100% - 3rem);
  width: calc(100% - 3rem);
  position: absolute;
}

.border-anime-navi p a {
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.border-anime-navi p {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  margin: 0 10px;
  height: 100%;
}

/*線の基点位置*/
.border-anime-navi p::before,
.border-anime-navi p::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #FFF;
  /*線の形状*/
  width: 0;
  height: 2px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.border-anime-navi p::before {
  right: 0;
  bottom: 0;
}

.border-anime-navi p::after {
  left: 0;
  top: 0;
}

/*線の基点位置2 spanタグ*/
.border-anime-navi p span {
  display: block;
}

.border-anime-navi p span::before,
.border-anime-navi p span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #FFF;
  /*線の形状*/
  width: 2px;
  height: 0;
  /*アニメーションの指定*/
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.border-anime-navi p span::before {
  left: 0;
  bottom: 0;
}

.border-anime-navi p span::after {
  right: 0;
  top: 0;
}

/*現在地とhoverした際の線の変化*/
.border-anime-navi p.current::before,
.border-anime-navi p.current::after,
.border-anime-navi p:hover::before,
.border-anime-navi p:hover::after {
  width: 100%;
}

.border-anime-navi p:hover::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; /*すぐ線を出現させる*/
}

.border-anime-navi p:hover::before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; /*線の出現を0.3秒遅らせる*/
}

.border-anime-navi p.current span::before,
.border-anime-navi p.current span::after,
.border-anime-navi p:hover span::before,
.border-anime-navi p:hover span::after {
  height: 100%;
}

.border-anime-navi p:hover span::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; /*線の出現を0.5秒遅らせる*/
}

.border-anime-navi p:hover span::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; /*線の出現を0.2秒遅らせる*/
}

.border-anime-navi p i.fa-chevron-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border-anime-navi p i.fa-chevron-right:before {
  font-size: 0.8em;
  padding-left: 8px;
  padding-top: 3px;
}

/* カスタムブロックスタイル ------------------------------------------------------------------ */
/* 見出しブロックスタイル */
.wp-block-heading.is-style-cus-style-01 {
  border: none;
  padding-top: 0;
}

.wp-block-heading.is-style-cus-style-01::after {
  content: "";
  display: block;
  width: 3rem;
  height: 5px;
  margin-bottom: 1.5rem;
  background-color: #bfbb5f;
  position: relative;
  top: 18px;
  right: unset;
  left: unset;
  bottom: unset;
  border: unset;
  margin-left: auto;
  margin-right: auto;
}

/* 段落ブロックスタイル */
p.is-style-cus-style-01 {
  margin-bottom: 2px !important;
  color: #bfbb5f !important;
}

/* テーブルブロックスタイル */
.wp-block-table.is-style-cus-style-01 > table {
  border: none;
  border-spacing: 0.8rem 6px;
  border-collapse: separate;
}

.wp-block-table.is-style-cus-style-01 > table th,
.wp-block-table.is-style-cus-style-01 > table td {
  padding: 1.4em 0;
  border: none;
}

.wp-block-table.is-style-cus-style-01 > table th, .wp-block-table.is-style-cus-style-01 > table tr > td:first-child {
  max-width: 30%;
  width: 100%;
  background: #F3F3F3;
  color: #3D3D3D;
  font-weight: bold;
  text-align: center;
}

.wp-block-table.is-style-cus-style-01 > table td {
  padding-left: 1.4rem;
  padding-right: 1.2rem;
  position: relative;
}

.wp-block-table.is-style-cus-style-01 > table td:not(:first-child)::after {
  background: #F3F3F3;
  border-radius: 10rem;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}

/* reCaptcha 位置調整 */
.grecaptcha-badge {
  z-index: 2 !important;
}

.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* メディアクエリ --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC */
/* PC・タブレット */
/* PC・タブレット */
@media only screen and (min-width: 992px) {
  /* ヘッダースクロール時 */
  .header_scrolled .site-header-container--scrolled--logo-and-nav-full {
    padding-right: 2rem;
  }
}
/* タブレット */
@media only screen and (max-width: 991.98px) {
  .global-nav-list > li.gnavi-cus-icon-sns span {
    display: inline-block;
  }
}
/* タブレット */
/* タブレット・スマホ */
@media only screen and (max-width: 767.98px) {
  .table-contact-form th {
    display: block;
  }
  .table-contact-form td {
    width: 100%;
    display: block;
  }
  /* tableカスタムブロック */
  .wp-block-table.is-style-cus-style-01 {
    overflow-x: scroll;
  }
  .wp-block-table.is-style-cus-style-01 > table td {
    min-width: 140px;
  }
}
/* タブレット・スマホ */
/* スマホ */
@media only screen and (max-width: 575.98px) {
  selector {
    font-size: 0.9em !important;
  }
}/*# sourceMappingURL=main-style.css.map */