@charset "UTF-8";
/* =========================================================
   新体験サウナシステム（モクモク番長）専用スタイル
   - 変数不使用 / SP・PC を各メディアブロックに完結記述
   - フォントサイズ・寸法は px（PC=1920デザイン基準の実px / SP=750デザイン÷2の実px）
   - 横崩れ防止の幅のみ max-width / % / fr で可変（vwは不使用）
   ========================================================= */
/* ---- ブレークポイント非依存の最小共通 ---- */
.sn-sec,
.sn-cta,
.sn-mv {
  box-sizing: border-box;
}

.sn-sec *,
.sn-cta *,
.sn-mv * {
  box-sizing: border-box;
}

.sn-imgph {
  background: #d9d9d9;
}

.sn-green {
  color: #80b63c;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /* ===== 共通コンテナ ===== */
  .sn-inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .sn-sec {
    padding: 50px 0 10px;
    overflow: hidden;
  }
  /* ===== 見出し ===== */
  .sn-head {
    position: relative;
    margin-bottom: 30px;
  }
  .sn-head-wm {
    position: absolute;
    top: 0;
    left: -2px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 1;
    color: rgba(128, 182, 60, 0.1);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
  }
  .sn-head-body {
    position: relative;
    z-index: 1;
    padding-top: 35px;
  }
  .sn-head-en {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: #80b63c;
    line-height: 1;
    margin: 0 0 10px;
  }
  .sn-head-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #353535;
    line-height: 1.35;
    margin: 0;
  }
  .sn-head-line {
    display: block;
    width: 30px;
    height: 1px;
    background: #80b63c;
    margin-top: 15px;
  }
  .sn-head--center {
    text-align: center;
  }
  .sn-head--center .sn-head-wm {
    left: 0;
    right: 0;
    text-align: center;
  }
  .sn-head--center .sn-head-line {
    margin-left: auto;
    margin-right: auto;
  }
  /* ===== MV ===== */
  .section-top.sn-mv {
    height: 132px;
    background: linear-gradient(rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0.8)), url(/wp/assets/img/service/sauna/bg01.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  .sn-mv-inner {
    width: 100%;
    padding: 0 20px;
  }
  .section-top.sn-mv h1.ja {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0;
  }
  .sn-mv-sub {
    font-size: 12px;
    letter-spacing: 0.75px;
    font-weight: 700;
    margin: 10px 0 0;
  }
  /* ===== MANGA ===== */
  .sn-manga-img {
    width: 100%;
    aspect-ratio: 710/1400;
    margin-top: 22px;
  }
  /* ===== ABOUT ===== */
  .sn-about-top {
    display: block;
  }
  .sn-about-catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #353535;
    margin: 20px 0 15px;
  }
  .sn-about-txt p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0 0 11px;
  }
  .sn-about-fig {
    width: 100%;
    aspect-ratio: 710/438;
    margin: 22px 0 0;
  }
  .sn-stats {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
  }
  .sn-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
  .sn-stat-label {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: #353535;
    color: #fff;
    border-radius: 100px;
    font-size: 7px;
    line-height: 1;
    padding: 6px 11px;
    white-space: nowrap;
  }
  .sn-stat-ic {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sn-stat-num {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
    color: #80b63c;
    margin: 0;
  }
  .sn-stat-unit {
    font-size: 12px;
    font-weight: 500;
  }
  /* ===== CTA バンド ===== */
  .sn-cta {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/wp/assets/img/service/sauna/bg01.jpg) no-repeat center center;
    background-size: cover;
    padding: 45px 0;
  }
  .sn-cta-inner {
    padding: 0 20px;
    text-align: center;
  }
  .sn-cta-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 11px;
  }
  .sn-cta-sub {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0 0 22px;
  }
  /* CTAボタン（縦積み） */
  .sn-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
  }
  .sn-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    min-height: 59px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    padding: 18px 8px;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    gap: 8px;
  }
  .sn-btn--green {
    background: #80b63c;
    box-shadow: 0 5px 0 0 #5d8f1d;
  }
  .sn-btn--green:hover,
  .sn-btn--green:active {
    transform: translateY(5px);
    box-shadow: 0 0 0 0 #5d8f1d;
  }
  .sn-btn--dark {
    background: #353535;
    box-shadow: 0 5px 0 0 #0a0a0a;
  }
  .sn-btn--dark:hover,
  .sn-btn--dark:active {
    transform: translateY(5px);
    box-shadow: 0 0 0 0 #0a0a0a;
  }
  .sn-btn-top {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 1;
  }
  .sn-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 700;
  }
  .sn-btn-txt {
    font-size: 18px;
    line-height: 1;
  }
  .sn-btn-tel {
    font-size: 21px;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .sn-btn-ic {
    width: 30px;
    height: 30px;
    flex: none;
    display: inline-block;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 100px;
  }
  .sn-btn-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex: none;
  }
  /* ===== FEATURE ===== */
  .sn-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .sn-fcard {
    position: relative;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    padding: 45px 13px 19px;
    min-height: 199px;
    overflow: hidden;
  }
  .sn-fcard:nth-child(even) {
    background: #fcfcfc;
  }
  .sn-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: #80b63c;
    border-bottom-right-radius: 1000px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px 0 0 7px;
  }
  .sn-fcard-vis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    height: 124px;
    margin-bottom: 11px;
  }
  .sn-fcard-ic {
    align-self: center;
    width: auto;
    height: 70px;
    max-width: 55%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sn-fcard-rule {
    width: 1px;
    background: #d9d9d9;
    flex: none;
    align-self: stretch;
  }
  .sn-fcard-ttl {
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.35px;
    line-height: 1.4;
    color: #353535;
    margin: 0;
    height: 100%;
    text-align: left;
  }
  .sn-fcard-txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0;
  }
  /* ===== CASE ===== */
  .sn-case-lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0 0 19px;
  }
  .sn-case-card {
    display: block;
  }
  .sn-case-fig {
    width: 100%;
  }
  .sn-case-body {
    padding-top: 19px;
  }
  .sn-case-tag {
    display: inline-block;
    background: #80b63c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 11px;
    margin-bottom: 11px;
  }
  .sn-case-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #353535;
    margin: 0 0 8px;
  }
  .sn-case-place {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.7px;
    color: #c0bebe;
    margin: 0 0 11px;
  }
  .sn-case-desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0;
  }
  .sn-case-more {
    text-align: center;
    margin: 40px auto;
  }
  .sn-case-more-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #353535;
    margin: 0 0 11px;
  }
  .sn-case-more-sub {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0 0 22px;
  }
  .sn-case-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .sn-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    width: 100%;
    line-height: 1;
    padding: 18px 8px;
    max-width: 340px;
  }
  .sn-btn2--dark {
    background: #fff;
    border: 1px solid #353535;
    color: #353535;
    box-shadow: 0 4px 0 0 #0a0a0a;
  }
  .sn-btn2--dark:hover,
  .sn-btn2--dark:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 #0a0a0a;
  }
  .sn-btn2--green {
    background: #f2f9e9;
    border: 1px solid #80b63c;
    color: #80b63c;
    box-shadow: 0 4px 0 0 #80b63c;
  }
  .sn-btn2--green:hover,
  .sn-btn2--green:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 #80b63c;
  }
  .sn-btn2-arrow {
    width: 5px;
    height: 5px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    flex: none;
  }
  /* ===== PRODUCT ===== */
  .sn-product {
    position: relative;
  }
  .sn-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 285px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/wp/assets/img/service/sauna/bg02.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
  .sn-product .sn-inner {
    position: relative;
    z-index: 1;
  }
  .sn-product-acc {
    margin-top: 22px;
  }
  .sn-product-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 300px;
    min-height: 42px;
    margin: 0 auto;
    background: #353535;
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.9px;
    cursor: pointer;
    list-style: none;
  }
  .sn-product-toggle::-webkit-details-marker {
    display: none;
  }
  .sn-product-toggle-ic {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.35s ease;
  }
  .sn-product-acc.is-open .sn-product-toggle-ic {
    transform: rotate(-135deg);
    margin-top: 2px;
  }
  .sn-product-panel {
    background: #fff;
    box-shadow: 0 4px 9px 0 rgba(232, 232, 232, 0.6);
    margin-top: 22px;
    padding: 22px 15px;
  }
  .sn-product-fig {
    width: 100%;
    aspect-ratio: 512/435;
  }
  .sn-product-top .sn-product-fig {
    margin-bottom: 19px;
  }
  .sn-spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 8px;
  }
  .sn-spec th,
  .sn-spec td {
    text-align: left;
    vertical-align: top;
    padding: 9px 9px;
    line-height: 1.7;
    letter-spacing: 0.4px;
    color: #353535;
    border-bottom: 3px solid #fff;
    font-size: 12px;
    border: 6px solid #fff;
  }
  .sn-spec th {
    width: 90px;
    font-weight: 400;
    white-space: nowrap;
  }
  .sn-spec tr:nth-child(odd) th,
  .sn-spec tr:nth-child(odd) td {
    background: #f8f8f8;
  }
  .sn-spec tr:nth-child(even) th,
  .sn-spec tr:nth-child(even) td {
    background: #fff;
  }
  .sn-product-imgs {
    display: flex;
    gap: 11px;
    margin-top: 19px;
  }
  .sn-product-imgs .sn-product-fig {
    flex: 1 1 0;
  }
  .sn-product-close {
    text-align: center;
    margin-top: 22px;
  }
  .sn-product-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #353535;
    border-radius: 100px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    color: #353535;
    cursor: pointer;
  }
  /* ===== FLOW ===== */
  .sn-flow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .sn-flcard {
    position: relative;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    padding: 30px 10px 22px;
    text-align: center;
  }
  /* アイコンを固定サイズの枠に収め、4カードでタイトル位置を揃える */
  .sn-flcard-ic {
    width: 80px;
    height: 60px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto 11px;
    display: block;
  }
  .sn-flcard-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 9px;
  }
  .sn-flcard-txt {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0;
    text-align: left;
  }
  /* ===== FAQ ===== */
  .sn-faq-list {
    border-top: 1px dashed #d9d9d9;
  }
  .sn-faq-item {
    border-bottom: 1px dashed #d9d9d9;
  }
  .sn-faq-q {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 30px 15px 0;
    position: relative;
    cursor: pointer;
    list-style: none;
  }
  .sn-faq-q::-webkit-details-marker {
    display: none;
  }
  .sn-faq-mark {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #353535;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sn-faq-qtxt {
    font-size: 14px;
    letter-spacing: 0.75px;
    color: #353535;
    line-height: 1.5;
  }
  .sn-faq-arrow {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.35s ease;
  }
  .sn-faq-item.is-open .sn-faq-arrow {
    transform: translateY(-30%) rotate(-135deg);
  }
  .sn-faq-a {
    padding: 0 0 15px 35px;
  }
  .sn-faq-a p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.7px;
    color: #353535;
    margin: 0;
  }
  /* ===== CONTACT ===== */
  .sn-contact-sub {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #353535;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /* ===== 共通コンテナ ===== */
  .sn-inner {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
  .sn-sec {
    padding: 90px 0;
    overflow: hidden;
  }
  /* ===== 見出し ===== */
  .sn-head {
    position: relative;
    margin-bottom: 60px;
  }
  .sn-head-wm {
    position: absolute;
    top: 0;
    left: -6px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 150px;
    line-height: 1;
    color: rgba(128, 182, 60, 0.1);
    letter-spacing: 0;
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
  }
  .sn-head-body {
    position: relative;
    z-index: 1;
    padding-top: 70px;
  }
  .sn-head-en {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    color: #80b63c;
    line-height: 1;
    margin: 0 0 22px;
  }
  .sn-head-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 3.2px;
    color: #353535;
    line-height: 1.35;
    margin: 0;
  }
  .sn-head-line {
    display: block;
    width: 60px;
    height: 1px;
    background: #80b63c;
    margin-top: 38px;
  }
  .sn-head--center {
    text-align: center;
  }
  .sn-head--center .sn-head-wm {
    left: 0;
    right: 0;
    text-align: center;
  }
  .sn-head--center .sn-head-line {
    margin-left: auto;
    margin-right: auto;
  }
  /* ===== MV ===== */
  .section-top.sn-mv {
    height: 265px;
    background: linear-gradient(rgba(53, 53, 53, 0.8), rgba(53, 53, 53, 0.8)), url(/wp/assets/img/service/sauna/bg01.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
  }
  .sn-mv-inner {
    width: 100%;
  }
  .section-top.sn-mv h1.ja {
    font-size: 60px;
    letter-spacing: 6px;
    font-weight: 700;
    margin: 0;
  }
  .sn-mv-sub {
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 700;
    margin: 20px 0 0;
  }
  /* ===== MANGA ===== */
  .sn-manga-img {
    width: 100%;
    aspect-ratio: 1200/744;
    margin-top: 46px;
  }
  /* ===== ABOUT ===== */
  .sn-about-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 65px;
  }
  .sn-about-lead {
    flex: 1 1 auto;
    max-width: 549px;
  }
  .sn-about-catch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.64;
    letter-spacing: 2.2px;
    color: #353535;
    margin: 26px 0 20px;
  }
  .sn-about-txt p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0 0 18px;
  }
  .sn-about-fig {
    flex: 0 1 586px;
    aspect-ratio: 586/460;
    margin-top: 58px;
  }
  .sn-stats {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 28px;
  }
  .sn-stat {
    position: relative;
  }
  .sn-stat:nth-child(2) {
    background: #fcfcfc;
  }
  .sn-stat-label {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: #353535;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1;
    padding: 9px 26px;
    white-space: nowrap;
  }
  .sn-stat-ic {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sn-stat-num {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #80b63c;
    margin: 0;
  }
  .sn-stat-unit {
    font-size: 24px;
    font-weight: 500;
  }
  /* ===== CTA バンド ===== */
  .sn-cta {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(/wp/assets/img/service/sauna/bg01.jpg) no-repeat center center;
    background-size: cover;
    padding: 92px 0;
  }
  .sn-cta-inner {
    text-align: center;
  }
  .sn-cta-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 18px;
  }
  .sn-cta-sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0 0 32px;
  }
  /* CTAボタン（横並び） */
  .sn-cta-btns {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .sn-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 516px;
    max-width: calc(50% - 16px);
    height: 100px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    gap: 10px;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
  }
  .sn-btn--green {
    background: #80b63c;
    box-shadow: 0 8px 0 0 #5d8f1d;
  }
  .sn-btn--green:hover,
  .sn-btn--green:active {
    transform: translateY(8px);
    box-shadow: 0 0 0 0 #5d8f1d;
  }
  .sn-btn--dark {
    background: #353535;
    box-shadow: 0 8px 0 0 #0a0a0a;
  }
  .sn-btn--dark:hover,
  .sn-btn--dark:active {
    transform: translateY(8px);
    box-shadow: 0 0 0 0 #0a0a0a;
  }
  /* common.css の @media(min-width:768px){ a[href*="tel:"]{pointer-events:none} } を
     この電話ボタンだけ打ち消し、ホバー押し込みを効かせる */
  a.sn-btn--dark {
    pointer-events: auto;
    cursor: pointer;
  }
  .sn-btn-top {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 1;
  }
  .sn-btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    line-height: 1;
  }
  .sn-btn-txt {
    font-size: 23px;
  }
  .sn-btn-tel {
    font-size: 36px;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    letter-spacing: 0.03em;
  }
  .sn-btn-ic {
    width: 26px;
    height: 26px;
    flex: none;
    border: 1px solid;
    border-radius: 100px;
    padding: 2px;
  }
  .sn-btn-arrow {
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    flex: none;
  }
  /* ===== FEATURE ===== */
  .sn-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .sn-fcard {
    position: relative;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    min-height: 400px;
    padding: 0 23px 20px;
    overflow: hidden;
  }
  .sn-fcard:nth-child(1) .sn-fcard-ic {
    width: 190px;
  }
  .sn-fcard:nth-child(2) .sn-fcard-ic {
    width: 174px;
  }
  .sn-fcard:nth-child(3) .sn-fcard-ic {
    width: 200px;
  }
  .sn-fcard:nth-child(4) .sn-fcard-ic {
    width: 176px;
  }
  .sn-fcard:nth-child(5) .sn-fcard-ic {
    width: 176px;
  }
  .sn-fcard:nth-child(6) .sn-fcard-ic {
    width: 185px;
  }
  .sn-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 71px;
    background: #80b63c;
    border-bottom-right-radius: 1000px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0 0 11px;
  }
  .sn-fcard-vis {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
    height: 240px;
    margin: 20px 0 13px;
  }
  .sn-fcard-vis .sn-fcard-ic {
    align-self: center;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sn-fcard-rule {
    width: 1px;
    background: #d9d9d9;
    flex: none;
    align-self: stretch;
  }
  .sn-fcard-ttl {
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 2.7px;
    line-height: 1.1;
    color: #353535;
    margin: 0;
    height: 100%;
    text-align: left;
    padding: 10px 0 0;
    margin-right: 10px;
    line-height: 1.6;
  }
  .sn-fcard-ttl span {
    text-orientation: upright;
  }
  .sn-fcard-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0;
  }
  /* ===== CASE ===== */
  .sn-case-lead {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0 0 38px;
  }
  .sn-case-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
  }
  .sn-case-fig {
    width: 48%;
  }
  .sn-case-body {
    width: 48%;
  }
  .sn-case-tag {
    display: inline-block;
    background: #80b63c;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 11px 25px;
    margin-bottom: 20px;
  }
  .sn-case-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2.2px;
    color: #353535;
    margin: 0 0 10px;
  }
  .sn-case-place {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1.4px;
    color: #c0bebe;
    margin: 0 0 20px;
  }
  .sn-case-desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0;
  }
  .sn-case-more {
    text-align: center;
    margin-top: 52px;
  }
  .sn-case-more-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 3.2px;
    color: #353535;
    margin: 0 0 16px;
  }
  .sn-case-more-sub {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0 0 32px;
  }
  .sn-case-btns {
    display: flex;
    justify-content: center;
    gap: 28px;
  }
  .sn-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 322px;
    max-width: calc(50% - 14px);
    height: 67px;
    border-radius: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
  }
  .sn-btn2--dark {
    background: #fff;
    border: 1px solid #353535;
    color: #353535;
    box-shadow: 0 8px 0 0 #0a0a0a;
  }
  .sn-btn2--dark:hover,
  .sn-btn2--dark:active {
    transform: translateY(8px);
    box-shadow: 0 0 0 0 #0a0a0a;
  }
  .sn-btn2--green {
    background: #f2f9e9;
    border: 1px solid #80b63c;
    color: #80b63c;
    box-shadow: 0 8px 0 0 #80b63c;
  }
  .sn-btn2--green:hover,
  .sn-btn2--green:active {
    transform: translateY(8px);
    box-shadow: 0 0 0 0 #80b63c;
  }
  .sn-btn2-arrow {
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    flex: none;
  }
  /* ===== PRODUCT ===== */
  .sn-product {
    position: relative;
  }
  .sn-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 573px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/wp/assets/img/service/sauna/bg02.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
  }
  .sn-product .sn-inner {
    position: relative;
    z-index: 1;
  }
  .sn-product-acc {
    margin-top: 30px;
  }
  .sn-product-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 403px;
    max-width: 100%;
    min-height: 66px;
    margin: 0 auto;
    background: #353535;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    letter-spacing: 1.8px;
    cursor: pointer;
    list-style: none;
  }
  .sn-product-toggle::-webkit-details-marker {
    display: none;
  }
  .sn-product-toggle-ic {
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.35s ease;
  }
  .sn-product-acc.is-open .sn-product-toggle-ic {
    transform: rotate(-135deg);
    margin-top: 4px;
  }
  .sn-product-panel {
    background: #fff;
    box-shadow: 0 4px 9px 0 rgba(232, 232, 232, 0.6);
    margin-top: 38px;
    padding: 42px 62px;
  }
  .sn-product-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }
  .sn-product-top .sn-product-fig {
    flex: 0 1 512px;
    margin-bottom: 0;
  }
  .sn-product-fig {
    aspect-ratio: 512/435;
  }
  .sn-spec {
    border-collapse: collapse;
    font-size: 16px;
    max-width: 50%;
  }
  .sn-spec th,
  .sn-spec td {
    text-align: left;
    vertical-align: top;
    padding: 16px 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #353535;
    border: 8px solid #fff;
  }
  .sn-spec th {
    width: 137px;
    font-weight: 400;
    white-space: nowrap;
  }
  .sn-spec tr:nth-child(odd) th,
  .sn-spec tr:nth-child(odd) td {
    background: #f8f8f8;
  }
  .sn-spec tr:nth-child(even) th,
  .sn-spec tr:nth-child(even) td {
    background: #fff;
  }
  .sn-product-imgs {
    display: flex;
    gap: 62px;
    margin-top: 40px;
  }
  .sn-product-imgs .sn-product-fig {
    flex: 1 1 0;
  }
  .sn-product-close {
    text-align: center;
    margin-top: 42px;
  }
  .sn-product-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 157px;
    padding: 10px 28px;
    background: #fff;
    border: 1px solid #353535;
    border-radius: 100px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    color: #353535;
    cursor: pointer;
  }
  /* ===== FLOW ===== */
  .sn-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .sn-flcard {
    position: relative;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    min-height: 337px;
    padding: 50px 25px 25px;
    text-align: center;
  }
  /* アイコンを固定サイズの枠に収める（object-fit: contain）ことで、
     アイコンの縦横比が違っても4カードでタイトル位置を揃える */
  .sn-flcard-ic {
    width: 140px;
    height: 110px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto 18px;
    display: block;
  }
  .sn-flcard-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #353535;
    margin: 0 0 15px;
  }
  .sn-flcard-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0;
    text-align: left;
  }
  /* ===== FAQ ===== */
  .sn-faq-list {
    border-top: 1px dashed #d9d9d9;
    margin-top: 28px;
  }
  .sn-faq-item {
    border-bottom: 1px dashed #d9d9d9;
  }
  .sn-faq-q {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 25px 58px 25px 10px;
    position: relative;
    cursor: pointer;
    list-style: none;
  }
  .sn-faq-q::-webkit-details-marker {
    display: none;
  }
  .sn-faq-mark {
    flex: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #353535;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sn-faq-qtxt {
    font-size: 18px;
    letter-spacing: 1.62px;
    color: #353535;
    line-height: 1.5;
  }
  .sn-faq-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #353535;
    border-right: 2px solid #353535;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.35s ease;
  }
  .sn-faq-item.is-open .sn-faq-arrow {
    transform: translateY(-30%) rotate(-135deg);
  }
  .sn-faq-a {
    padding: 0 0 28px 65px;
  }
  .sn-faq-a p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.44px;
    color: #353535;
    margin: 0;
  }
  /* ===== CONTACT ===== */
  .sn-contact-sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.6px;
    color: #353535;
    margin: 0 0 32px;
  }
}