@charset "UTF-8";
.gold-gradation {
  background: linear-gradient(#9F8148, #483511); }

/*暫定Gmenu隠し*/
.header-menu {
  display: none; }

.header-cta__item {
  border-radius: 2em;
  height: 3em !important;
  padding: 0 1em !important;
  background: linear-gradient(#9F8148, #483511); }
  .header-cta__item--inner {
    display: flex; }
    .header-cta__item--inner > * {
      display: flex;
      align-items: center;
      font-size: 16px; }

/*見出しH2*/
.c-section-widget__header {
  text-align: center; }
  .c-section-widget__header::before {
    display: block;
    background-color: #E58C20;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain; }
.c-section-widget__title {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400 !important; }
.c-section-widget__sub-title {
  color: #88734b !important; }

/*フッターセクション*/
#shortcod_section-16 {
  background-image: url("/wp-content/package/common/img/orange_bg.png?ur75ks66a");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom; }
  #shortcod_section-16 .c-section-widget__inner::before {
    z-index: 1;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: min(100%, 1180px);
    aspect-ratio: 1180/386;
    margin: 0 auto 64px;
    background-image: url("/wp-content/package/common/img/footer-section_img.jpg?ur75ks66j");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px; }
  #shortcod_section-16 .c-section-widget__sub-title {
    color: #fff !important; }
  #shortcod_section-16 .shortcod-content {
    text-align: center;
    color: #fff; }
  #shortcod_section-16 .contact-phone .number {
    width: fit-content;
    margin: 0.5em auto;
    font-size: 150%; }
  #shortcod_section-16 .contact-phone i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 80%; }
    #shortcod_section-16 .contact-phone i::before {
      mask-size: 60%; }
  #shortcod_section-16 .contact-phone a {
    color: #fff !important; }
  #shortcod_section-16 .contact-mail .fs-small {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4em;
    padding-right: 4em; }
    #shortcod_section-16 .contact-mail .fs-small::before, #shortcod_section-16 .contact-mail .fs-small::after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 2em;
      height: 1px;
      background-color: #fff; }
    #shortcod_section-16 .contact-mail .fs-small::before {
      left: 0;
      transform: rotate(60deg); }
    #shortcod_section-16 .contact-mail .fs-small::after {
      right: 0;
      transform: rotate(-60deg); }
    #shortcod_section-16 .contact-mail .fs-small p {
      margin-bottom: 0; }
    #shortcod_section-16 .contact-mail .fs-small span {
      font-weight: 900;
      -webkit-text-emphasis-style: filled dot;
      text-emphasis-style: filled dot;
      -webkit-text-emphasis-position: over;
      text-emphasis-position: over; }
    #shortcod_section-16 .contact-mail .fs-small span {
      font-size: 130%; }
  #shortcod_section-16 .contact-mail .ncButton {
    margin-top: 0;
    margin-bottom: 0; }
    #shortcod_section-16 .contact-mail .ncButton_btn {
      background-color: #333; }
  @media (max-width: 767px) {
    #shortcod_section-16 {
      position: relative;
      background-size: cover;
      background-image: url("/wp-content/package/common/img/orange_bg-sp.png?ur75ks66q"); }
      #shortcod_section-16::before {
        /*
        position: absolute;
        width: 80%;
        top: 0;
        transform: translateY(-50%);
        */
        content: none; } }

/*フッター*/
@media (max-width: 767px) {
  #js-footer {
    padding-bottom: 50px; } }
#js-footer .wrapper-column > div:last-of-type {
  display: flex; }
  @media (min-width: 768px) {
    #js-footer .wrapper-column > div:last-of-type {
      justify-content: flex-end; } }
#js-footer .widget_site_profile img {
  max-width: min(50%, 300px);
  height: auto; }
#js-footer .menu {
  display: none !important; }
  @media (min-width: 768px) {
    #js-footer .menu {
      display: flex; } }
  #js-footer .menu a {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #js-footer .menu a::before {
      content: none; }
    #js-footer .menu a small {
      margin-left: 0;
      color: #E58C20; }

/*追従CTA*/
@media (max-width: 767px) {
  .cta-floating {
    height: 50px; }
    .cta-floating__inner {
      height: 100%; }
    .cta-floating__link {
      height: 100%; }
    .cta-floating__body {
      align-items: center;
      height: 50px !important;
      padding: 0 !important; } }
