@charset "utf-8";
/* -----------------------------------------------------------
　　サウナ25年6月の販売LP
----------------------------------------------------------- */
/* フォント設定 */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
  --font-family-m: 'M PLUS 1p', sans-serif;
}
/* === ベース設定 === */
html, body {
  font-size: 62.5%; /* 1rem = 10px */
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  font-family: var(--font-family-m);
  text-decoration: none;
}
.sauna2506 {
  font-size: 62.5%;
}
.sauna2506 p {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  text-indent: 0;
  font-family: var(--font-family-m);
}
/* 各要素の共通文字サイズ（必要なら） */
.sauna2506 div, .sauna2506 article, .sauna2506 section, .sauna2506 ul, .sauna2506 li, .sauna2506 ol, .sauna2506 dl, .sauna2506 dt, .sauna2506 dd, .sauna2506 table, .sauna2506 th, .sauna2506 td, .sauna2506 span {
  font-size: 1.6rem; /* = 16px */
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
  font-family: var(--font-family-m);
}
/* === デフォルトのPCサイズ === */
.sauna2506 h2 {
  font-size: 4.8rem; /* = 48px */
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.sauna2506 h3 {
  font-size: 2rem; /* = 20px */
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
}
.sauna2506 p {
  font-size: 1.6rem; /* = 16px */
  font-weight: bold;
  letter-spacing: 0.1em;
}
/* === スマホ以下でサイズ調整（clamp使用） === */
@media screen and (max-width: 985px) {
  .sauna2506 h2 {
    font-size: clamp(2.5rem, 4vw, 3.6rem);
  }
  .sauna2506 h3 {
    font-size: clamp(2rem, 2.5vw, 2.2rem);
  }
  .sauna2506 p {
    font-size: 1.6rem; /* = 16px */
    font-weight: bold;
  }
}
/* ===== 共通リセット（最小限） ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* sauna2506専用スタイル */
body.sauna2506 {
  background: #0E2847;
}
.sauna2506 .container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background: #ED8F91;
}
@media screen and (max-width: 985px) {
  .sauna2506 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===== 背景セクション全幅 & 中央寄せ用 ===== */
/* セクション構造共通：背景100%、内側中央寄せ */
.sauna2506 section {
  width: 100%;
  padding: 40px 0px 80px 0;
}
.sauna2506 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* 2種類の色パターン */
.sauna2506 .section-dark {
  background-color: #0E2847;
  color: #fff;
}
.sauna2506 .section-sand {
  background-color: #DAD0C2; /* ベージュ系 */
  color: #0E2847;
}
@media screen and (max-width: 985px) {
  .sauna2506 section {
    width: 100%;
    padding: 30px 0px 40px 0;
  }
  .sauna2506 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ===== PC/SP ===== */
.sauna2506 .SP {
  display: none !important;
}
@media screen and (max-width: 985px) {
  .sauna2506 .SP {
    display: block !important;
  }
  .sauna2506 .PC {
    display: none !important;
  }
}
/* ===== ヘッダー ===== */
.sauna2506 .site-header {
  width: 100%;
  padding: 10px 20px;
  background-color: #0E2847;
}
.sauna2506 .header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sauna2506 .site-header .site-logo img {
  width: 40%;
  height: auto;
  display: block;
}
.sauna2506 .site-header h2.header-copy {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-family-m);
  margin: 0;
  white-space: nowrap;
}
.sauna2506 .header-right {
  flex-shrink: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 985px) {
  .sauna2506 .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0 16px;
  }
  .sauna2506 .site-header {
    width: 100%;
    padding: 10px 0px;
    background-color: #0E2847;
  }
  .sauna2506 .site-logo {
    display: block;
    margin: 0;
  }
  .sauna2506 .site-logo img {
    width: 40%;
    height: auto;
    min-width: 120px;
  }
  .sauna2506 .site-header h2.header-copy {
    font-size: 1rem;
    margin: 0;
  }
}
/* ===== 共通ボタン（今すぐ無料相談・資料請求） ===== */
.sauna2506 .btn-wrapper{
text-align: center;
}
.sauna2506 .cta-button {
  display: inline-block;
  background-color: #f5a623;
  color: #000;
  padding: 10px 40px;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  transition: background-color 0.3s;
  text-align: center;
}
.sauna2506 .cta-button:hover {
  background-color: #C96C10;
}
/* ===== 濃紺ボタン=====*/
.sauna2506 .navy-button {
  display: inline-block;
  background-color: #0a2644;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.0rem;
  transition: background-color 0.3s;
}
.sauna2506 .navy-button:hover {
  background-color: #030622;
}
/* ===== トップイメージ ===== */
.sauna2506 .topimg {
  background-color: #2E75BC;
  padding: 30px 0 60px; 
  text-align: center;
}
.sauna2506 .topimg .innner {
  max-width: 100%;
  padding: 0 20px;
}
.sauna2506 .topimg .top-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
/* ===== h2タイトルまわり ===== */
.sauna2506 .heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  width: auto;
}
.sauna2506 .lineup .heading-wrapper .title-icon {
  width: 120px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .introduction .heading-wrapper .title-icon {
  width: 180px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .feedback .heading-wrapper .title-icon {
  width: 100px;
  height: auto;
  margin-left: 5px;
}
.sauna2506 .feedback .heading-wrapper {
  align-items: flex-start;
}
.sauna2506 .support .heading-wrapper .title-icon {
  width: 96px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .faq .heading-wrapper .title-icon {
  width: 120px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .flow .heading-wrapper .title-icon {
  width: 67px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .quality .heading-wrapper .title-icon {
  width: 100px;
  height: auto;
  margin-left: 10px;
}
.sauna2506 .sns .heading-wrapper .title-icon {
  width: 80px;
  height: auto;
  margin-left: 10px;
}
@media screen and (max-width: 985px) {
  .sauna2506 .lineup .heading-wrapper .title-icon {
    width: 90px;
    height: auto;
    margin-left: 10px;
  }
  .sauna2506 .introduction .heading-wrapper .title-icon {
    width: 90px;
    height: auto;
    margin-left: 5px;
  }
  .sauna2506 .feedback .heading-wrapper .title-icon {
    width: 77px;
    height: auto;
    margin-left: 5px;
  }
  .sauna2506 .support .heading-wrapper .title-icon {
    width: 48px;
    height: auto;
    margin-left: 5px;
  }
  .sauna2506 .faq .heading-wrapper .title-icon {
    width: 60px;
    height: auto;
    margin-left: 5px;
  }
  .sauna2506 .flow .heading-wrapper .title-icon {
    width: 34px;
    height: auto;
    margin-left: 5px;
  }
  .sauna2506 .quality .heading-wrapper .title-icon {
    width: 50px;
    height: auto;
    margin-left: 10px;
  }
  .sauna2506 .sns .heading-wrapper .title-icon {
    width: 40px;
    height: auto;
    margin-left: 10px;
  }
}
/* ======================================================
                    コンテンツごとの設定
======================================================= */
/* ===========================
   ラインナップ
============================ */
.sauna2506 .lineup picture img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 985px) {
  .sauna2506 .lineup picture img {
    width: 80%;
    height: auto;
    display: block;
    max-width: 100%;
    margin: 20px auto;
  }
}
/* ===========================
   導入事例
============================ */
.sauna2506 .introduction .carousel-slider .carousel-slider__caption .title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  margin: 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  color: #0E2847 !important;
}
.sauna2506 .introduction .carousel-slider .carousel-slider__caption .caption {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 0;
  text-align: center;
  color: #0E2847;
}
@media screen and (max-width: 985px) {
  .sauna2506 .introduction .carousel-slider .carousel-slider__caption .title {
    font-size: clamp(1.8rem, 2.2vw, 2.0rem);
  }
  .sauna2506 .introduction .carousel-slider .carousel-slider__caption .caption {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
/* ===========================
   お客様の声
============================ */
.sauna2506 .feedback {
  margin: 0 auto;
}
.sauna2506 .feedback .carousel-slider .carousel-slider__caption .title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  margin: 10px 0 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  color: #ffffff !important;
}
.sauna2506 .feedback .carousel-slider .carousel-slider__caption .caption {
  font-size: 1.6rem; /* = 16px */
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 10px 0 0;
  text-align: left;
  color: #fff;
  white-space: pre-line;
}
@media screen and (max-width: 985px) {
  .sauna2506 .feedback .carousel-slider .carousel-slider__caption .title {
    font-size: clamp(1.8rem, 2.2vw, 2.0rem);
  }
  .sauna2506 .feedback .carousel-slider .carousel-slider__caption .caption {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
/* ===========================
   製材屋ならではの高品質・自社製造販売
============================ */
.sauna2506 .quality .inner {
  max-width: 800px;
}
.sauna2506 .quality .dec01 h3 {
  text-align: center;
}
.sauna2506 .quality .dec01 picture {
  width: 100%;
  height: auto;
}
.sauna2506 .quality .dec01 picture img {
  width: 435px;
  height: auto;
  display: block;
  margin: 20px auto 60px;
}
.sauna2506 .quality .dec02 h3 {
  font-size: 4.0rem;
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.sauna2506 .quality .dec02 .imggird {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: auto;
  padding: 16px;
}
.sauna2506 .quality .dec02 .imggird img {
  width: 100%;
  height: auto;
  display: block;
}
.sauna2506 .quality .link {
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 985px) {
  .sauna2506 .quality .dec01 .inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sauna2506 .quality .dec01 picture img {
    width: 80%;
    height: auto;
    display: block;
    margin: 20px auto 60px;
  }
  .sauna2506 .quality .dec02 h3 {
    font-size: clamp(2.5rem, 4vw, 3.6rem);
  }
  .sauna2506 .quality .dec02 .imggird {
    grid-template-columns: 1fr;
  }
}
/* ===========================
   安心サポート
============================ */
.sauna2506 .support .inner {
  max-width: 800px;
}
.sauna2506 .support h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.sauna2506 .support article {
  margin: 2rem auto 4rem;
}
.sauna2506 .support article p {
  font-size: 1.4rem;
  font-weight: bold;
  width: 90%;
  height: auto;
  margin: 0 auto 2rem;
}
.sauna2506 .support article .cal2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  width: 90%;
  height: auto;
  margin: 2rem auto;
}
.sauna2506 .support article .cal2 picture {
  display: block;
  max-width: 100%;
}
.sauna2506 .support article .cal2 img {
  width: 100%;
  height: auto;
  max-width: 225px; /* ←画像サイズはお好みで */
  display: block;
}
.sauna2506 .support article p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 985px) {
  .sauna2506 .support .inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sauna2506 .support h3 {
    font-size: clamp(2rem, 2.5vw, 2.2rem);
    text-align: center;
  }
  .sauna2506 .support article p {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sauna2506 .support article .cal2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    justify-items: center;
    padding: 1rem;
    width: 100%;
    height: auto;
    margin: 2rem auto;
  }
  .sauna2506 .support article .cal2 picture {
    order: 2; /* ←画像を後に */
  }
  .sauna2506 .support article .cal2 p {
    order: 1; /* ←テキストを先に */
  }
}
/* ===========================
   動画で見る爽快森のサウナ
============================ */
.sauna2506 .sns {}
.sauna2506 .sns .inner {}
.sauna2506 .sns h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-family-m);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.sauna2506 .sns article {
  margin: 2rem auto 4rem;
}
.sauna2506 .sns .dec01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 20px;
  margin: auto;
}
.sauna2506 .sns .dec01 .video-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}
/* Instagram*/
.sauna2506 .sns .dec01 .instagram {
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.sauna2506 .sns .dec01 .instagram-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  padding: 12px 16px;
  flex-wrap: nowrap;
}
.sauna2506 .sns .dec01 .instagram-link:hover {
  opacity: 0.9;
  background-color: #D8C5AC;
  border-radius: 8px;
  transition: background-color 0.3s, opacity 0.3s;
}
/* アイコンサイズ調整 */
.sauna2506 .sns .dec01 .insta-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}
/* テキスト部分 */
.sauna2506 .sns .dec01 .insta-text {
  font-size: 2.6rem;
  text-align: center;
}
.sauna2506 .sns .dec01 .insta-text span {
  font-size: 2.4rem;
  text-align: center;
}
/* スマホ用レスポンシブ */
@media (max-width: 750px) {
  .sauna2506 .sns .dec01 {
    grid-template-columns: 1fr;
  }
  .sauna2506 .sns .dec01 .instagram {
    aspect-ratio: auto;
    height: auto;
    padding: 20px 0;
  }
  .sauna2506 .sns .dec01 .insta-icon img {
    width: 50px;
    height: 50px;
  }
  .sauna2506 .sns .dec01 .insta-text {
    font-size: 1.6rem;
  }
  .sauna2506 .sns .dec01 .insta-text span {
    font-size: 1.4rem;
  }
  .sauna2506 .sns .dec01 .video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9比率 */
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }
  .sauna2506 .sns .dec01 .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}
/* ===========================
   よくある質問
============================ */
.sauna2506 .faq .faq-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  font-family: sans-serif;
}
.sauna2506 .faq .faq-item {
  padding: 1rem 0;
}
.sauna2506 .faq .faq-header {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  position: relative;
}
.sauna2506 .faq .faq-label {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-right: 0.25rem;
  margin-left: -3rem;
}
.sauna2506 .faq h3.faq-question {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}
.sauna2506 .faq .faq-toggle {
  margin-left: auto;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}
.sauna2506 .faq .faq-answer {
  margin-top: 0.75rem;
  display: none;
  line-height: 1.6;
  font-size: 1.4rem;
}
.sauna2506 .faq .faq-item.open .faq-answer {
  display: block;
}
.sauna2506 .faq .faq-item.open .faq-toggle {
  content: '−';
}
@media screen and (max-width: 1100px) {
  .sauna2506 .faq .faq-list {
    max-width: 80%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 985px) {
  .sauna2506 .faq .faq-label {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-right: 0.25rem;
    margin-left: -3rem;
  }
  .sauna2506 .faq h3.faq-question {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0;
  }
  .sauna2506 .faq .faq-answer {
    margin-top: 0.75rem;
    display: none;
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
/* ===========================
   運用までの流れ
============================ */
.sauna2506 .flow picture img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .sauna2506 .flow picture img {
    width: 70%;
    height: auto;
    display: block;
    max-width: 70%;
    margin: 10px auto;
  }
}
/* ===========================
   今すぐ無料相談・資料請求
============================ */
.sauna2506 .contact .inner {
  max-width: 800px;
}
.sauna2506 .contact .wpcf7 {
  background: none;
  border: none;
  font-size: 2.8rem;
  color: #000000;
  margin: 0 0 2.5em !important;
  padding: 0;
  width: 100%;
}
.sauna2506 .contact .wpcf7 table th {
  width: 40%;
}
.sauna2506 .contact .wpcf7 table td {
  width: 60%;
}
.sauna2506 .contact .wpcf7 p {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.sauna2506 .contact .wpcf7 select, .sauna2506 .contact .wpcf7 .wpcf7-list-item-label {
  font-size: 1.8rem;
}
.sauna2506 .contact .wpcf7 a {
  font-size: 1.8rem;
}
.sauna2506 .contact .sub-btn {
  background-color: #f6a828;
  color: #000;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
}
.sauna2506 .contact .sub-btn:hover {
  background-color: #e2941c;
}
.sauna2506 .contact .pcf7-list-item-label {
  font-size: 1.6rem;
}
@media screen and (max-width: 985px) {
  .sauna2506 .contact .inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sauna2506 .contact .wpcf7 p {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .sauna2506 .contact .wpcf7 select, .sauna2506 .contact .wpcf7 .wpcf7-list-item-label {
    font-size: 1.8rem;
  }
  .sauna2506 .contact .wpcf7 table tr {
    display: block;
    margin-bottom: 1.5rem;
  }
  .sauna2506 .contact .wpcf7 table th, .sauna2506 .contact .wpcf7 table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sauna2506 .contact .wpcf7 table th {
    margin-bottom: 0.25em;
    font-weight: bold;
    text-align: left;
  }
  .sauna2506 .contact .wpcf7 table td {
    margin-bottom: 1em;
  }
}
/* ===========================
   フッター部分
============================ */
.sauna2506 footer {
  padding: 2rem 1rem;
  font-size: 13px;
}
.sauna2506 footer .footer-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.sauna2506 footer p {
  font-weight: 500;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sauna2506 footer p.thanks {
  font-weight: bold;
  font-size: 2.4rem;
  white-space: nowrap;
}
.sauna2506 footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 1.5rem;
}
.sauna2506 footer .footer-grid .footer-col.image img {
  width: 320px;
  height: auto;
  display: block;
}
.sauna2506 footer .footer-grid .footer-col.logo img {
  width: 289px;
  height: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .sauna2506 footer .footer-title {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .sauna2506 footer .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .sauna2506 footer .footer-grid .footer-col.image img, .sauna2506 footer .footer-grid .footer-col.logo img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  .sauna2506 footer p {
    white-space: normal; /* 折り返し可能にする */
    text-align: center;
  }
  .sauna2506 footer p.thanks {
    font-size: 2rem;
    margin: 1rem 0;
  }
  .sauna2506 footer .footer-col.logo {
    padding: 1rem 0;
  }
}