/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2025 | 09:52:16 */
@charset "UTF-8";
@media not all and (min-width: 960px) {
  #content .pc_ {
    display: block !important;
  }
}
@media not all and (min-width: 600px) {
  #content .pc_ {
    display: none !important;
  }
}
@media (min-width: 960px) {
  #content .sp_ {
    display: block !important;
  }
}
@media (min-width: 600px) {
  #content .sp_ {
    display: none !important;
  }
}
.l-content {
  margin-bottom: 0 !important;
}

.post_content h2 {
  margin-left: 0;
}

.post_content p {
  line-height: 1.8;
}

@media (max-width: 767px) {
  .fs_xl, .has-huge-font-size, .has-xl-font-size, .u-fz-xl {
    font-size: 24px !important;
    line-height: 1.8;
  }
  .fs_l, .has-l-font-size, .has-large-font-size, .u-fz-l {
    font-size: 21px !important;
  }
  [class*=is-style-btn_] a.swell-block-button__link {
    font-size: 18px;
    border-radius: 10px;
  }
}
.rounded-20, .rounded-20 img {
  border-radius: 20px;
}

.post_content .hr-y-dot {
  border-bottom: 0;
  margin: 0;
  height: 4em;
  background-image: url("https://with8000.mutsu8000.com/wp/wp-content/uploads/hr-y-dot.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.iframe-youtube-80 {
  width: 100%;
  margin: auto;
}

@media (min-width: 600px) {
  .iframe-youtube-80 {
    width: 80%;
  }
}
.is-style-btn_line__bgw a {
  background-color: #fff;
  border-width: 2px;
  padding: 0.75em 2em;
  min-width: 75%;
}

.row-narrow {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}

.row-narrow .swell-block-button__link {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.row-narrow .kb-section-has-link:hover .swell-block-button__link,
.row-narrow .kb-section-has-link:focus-within .swell-block-button__link,
.row-narrow .kb-section-has-link:hover .swell-block-button__link::before,
.row-narrow .kb-section-has-link:focus-within .swell-block-button__link::before {
  background-color: #877A58;
  color: #fff;
  border-color: #877A58;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.row-narrow .is-style-btn_line__bgw .swell-block-button__link {
  background-color: #fff;
  color: #877A58;
  border-color: #877A58;
}
@media (max-width: 767px) {
  .row-narrow .kb-section-has-link:hover .swell-block-button__link,
  .row-narrow .kb-section-has-link:focus-within .swell-block-button__link {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-0.5px);
  }
}

.ttl-en-caption p {
  position: relative;
  display: inline-block;
  padding-right: 120px;
}
.ttl-en-caption p::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 1px;
  background-color: #515151;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*-----------------------------------
 FAQ（Kadence Accordion）カスタムデザイン
-----------------------------------*/
/* 質問部分（見出しボタン）の角丸＆背景 */
.kt-accordion-header-wrap .kt-blocks-accordion-header {
  border-radius: 10px;
}

/* アクティブ時：背景色変更 & 下の角丸をなくす */
.kt-accordion-pane .kt-blocks-accordion-header.kt-accordion-panel-active {
  background-color: #e0e0e0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/*-----------------------------------
 回答部分（パネル）
-----------------------------------*/
/* パネル全体の角丸＆枠線 */
.kt-accordion-panel {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

/*-----------------------------------
 アニメーションなど補助
-----------------------------------*/
.kt-accordion-panel.kt-accordion-panel-active {
  display: block;
}

.l-footer .l-footer__widgetArea a {
  position: relative;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid rgba(81, 81, 81, 0);
  transition: 0.25s;
}
.l-footer .l-footer__widgetArea a:hover {
  border-bottom: 1px solid rgb(81, 81, 81);
}
.l-footer .l-footer__widgetArea a img {
  transition: 0.25s;
}
.l-footer .l-footer__widgetArea a:hover img {
  opacity: 0.75;
}
.l-footer .l-footer__widgetArea a:has(> img) {
  border-bottom: none !important;
}

.c-iconList__link {
  font-size: 24px;
  margin: 4px 8px;
}

@media screen and (min-width: 600px) {
  .l-footer__nav li:first-child a {
    border-left: none !important;
  }
  .l-footer__nav a {
    border-right: none !important;
  }
  .l-footer__nav .menu-item:last-child a {
    border-right: 2px solid #877A58 !important;
  }
}
.l-footer {
  border-top: 1px solid #efefef;
}

.l-footer__widgetArea {
  padding-bottom: 0 !important;
}

.l-footer__foot .c-iconList {
  margin-bottom: 1.5em;
}

.l-footer__nav {
  align-items: center;
}

:where(:not(.is-vk-row-reverse)) > :first-child.is-vk-content-width-half, :where(.is-vk-row-reverse) > :nth-child(2).is-vk-content-width-half {
  padding-left: calc((100% - 1200px) / 2) !important;
}

:where(:not(.is-vk-row-reverse)) > :nth-child(2).is-vk-content-width-half, :where(.is-vk-row-reverse) > :first-child.is-vk-content-width-half {
  padding-right: calc((100% - 1200px) / 2) !important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fefefe !important;
  border: 1px solid #7f7f7f !important;
  box-sizing: border-box !important;
}

div.wpforms-container-full .wpforms-submit-container {
  text-align: center;
}
div.wpforms-container-full button[type=submit] {
  background-color: #877a58 !important;
  width: 50%;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
div.wpforms-container-full button[type=submit]:hover {
  background-color: #473f29 !important;
}

@media (max-width: 767px) {
  .wpforms-container .wpforms-field .wpforms-field-row {
    flex-direction: column !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half {
    width: 100% !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0 !important;
  }
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child {
    margin-bottom: 15px;
  }
  .btn--privacy {
    text-align: center !important;
  }
  .btn--privacy a.swell-block-button__link {
    font-size: 0.85em;
    border-radius: 100px;
  }
}/*# sourceMappingURL=CustomAll.css.map */