@charset "UTF-8";

/**************************************
 * サンプルページ共通 *
 * ************************************/
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.space-m{
	height : 20px;
}

.radius10{
	border-radius : 10px;
}
.clear{
	clear : both;
}

/*画像の回り込み*/
.image_area {
width: 380px!important;
display: block;
vertical-align: bottom;
}
@media only screen and (min-width: 737px){
.image_right {
float: right;
margin: 0 0 21px 25px;
}
.image_left {
float: left;
margin: 0 25px 30px 0;
}
}
@media only screen and (max-width: 736px){
.image_right {
float: none;
margin: 25px auto;
}
.image_left {
float: none;
margin: 25px auto;
}
}

/**************************************
 * 治療院サンプルページ *
 * ************************************/
/* ヘッダー全体 */
.t-top-bar {
  width: 100%;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.t-top-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ロゴ */
.t-top-logo img {
  height: auto!important;
}
.t-top-logo {
  font-weight: bold;
	width : 300px;
}

/* PC用右側 */
.t-top-right-pc,
.j-top-right-pc{
  display: flex;
  gap: 15px;
}
.t-top-tel-banner,
.t-top-line-banner,
.j-top-tel-banner,
.j-top-line-banner{
  background: #03a682;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
	font-size : 20px;
}

/* スマホ用右側（アイコン） */
.t-top-right-sp,
.j-top-right-sp{
  display: none;
  gap: 10px;
}
.t-top-icon {
  font-size: 20px;
  color: #333;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.t-top-icon i {
  font-size: 24px;
}

/* レスポンシブ切替 */
@media screen and (max-width: 767px) {
/* ロゴ */
.t-top-logo img{
  height: 40px!important;
}
.t-top-logo{
  font-size: 20px;
  font-weight: bold;
	width : auto;
}
  .t-top-right-pc{
    display: none;
  }
  .t-top-right-sp{
    display: flex;
  }
  .t-top-logo img{
    height: 30px;
  }
  .t-top-bar {
    padding: 12px 15px 2px 15px;
	  background : #fbeba2;
  }
}

header.tiryouin {
  background: #006666;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

header.tiryouin h1 {
       font-size: 24px!important;
    }
header.tiryouin p {
      font-size: 15px;
	margin-top : 20px;
    }
    .c-section {
max-width : 1080px;
width : auto;
      padding: 20px;
      margin: 10px auto;
    }
    .c-section h2 {
      font-size: 17px;
      padding-left: 10px;
      margin-bottom: 20px;
		margin-top : 0px;
		background : #006666;
    }
.c-section h2::before {
  content: none !important;
  display: none !important;
}
    .c-section-kansei {
max-width : 1080px;
width : auto;
      padding: 0 20px;
      margin: 10px auto;
    }
    .c-section-kansei h2 {
		margin : 0px;
		background : none;
		text-align : center;
    }
.c-section-kansei h2::before {
  content: none !important;
  display: none !important;
}
    .c-section ul {
      list-style: disc;
      padding-left: 20px;
    }
    .c-section img {
      max-width: 100%;
      height: auto;
      margin: 20px 0;
    }

.c-cta {
  background: #ff9900;
  text-align: center;
  padding: 30px 20px;
}

.c-cta p {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

.c-cta a {
  background: white;
  color: #ff9900;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  width: 260px;
  box-sizing: border-box;
}

.c-cta div {
  margin-bottom: 15px;
}

.c-sample-img{
	width : auto;
	padding : 50px 0px;
	text-align : center;
	font-size : 24px;
	background : #f4f4f4;
	color : #333;
	font-weight : 600;
border-radius : 10px;
}

.c-faq-list {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.c-faq-list li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 0.8em; /* 行間の余裕 */
  line-height: 1.8;     /* 行の高さを調整（通常1.4〜1.6） */
}



    footer.tiryouin {
      text-align: center;
      font-size: 12px;
      color: #fff;
		background : #333;
      padding: 20px 10px;
    }

/*完成形用（治療院）*/
.tiryouin-kansei-fv {
  position: relative;
  width: 100%;
  height: 640px;
  background-image: url('https://kmi-design-office.jp/wp-content/themes/swell_child/image/tiryouin-kansei-fv-pc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

/* PC用中央画像 */
.fv-center-img-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}


/* スマホ用画像は非表示（PCでは） */
.fv-center-img-sp {
  display: none;
  width: 100%;
  height: auto;
}

/* スマホ切り替え */
@media screen and (max-width: 1079px) {
  .tiryouin-kansei-fv {
    background: none;
    height: auto;
  }

  .fv-center-img-pc {
    display: none;
  }

  .fv-center-img-sp {
    display: block;
  }
}

/* 悩み部分のチェック箇条書き設定 */
.nayami-check-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.nayami-check-list-box {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  background: #edfafc;
  border-radius: 10px;
  padding: 15px;
}

.nayami-check-list li {
  position: relative;
  padding-left: 2em; /* チェックマーク分 */
  margin-left: -20px; /* ← これで左に詰める */
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px dotted #333;
  padding-bottom: 5px;
}

/* ✔マーク表示：Font Awesome不要 */
.nayami-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6em;
  height: 1.6em;
  background-color: #06b0c9;
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: bold;
}

.riyu-box{
	max-width : 980px;
	margin : 10px auto;
	border : 1px solid #333;
	padding : 20px;
	border-radius : 10px;	
}
.riyu-box img{
	width : 80%;
}
@media (max-width: 768px) {
.riyu-box img{
	width : 100%;
}
}
	

.riyu-box-text{
	padding : 20px 0px;
}

/* お客様の声スライダーラッパー */
.custom-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0 auto;
  padding: 20px 0;
}

/* スライダー全体 */
.custom-slider {
  display: flex;
  transition: transform 0.4s ease;
  margin: 0;
}

/* 各スライド枠 */
.slide {
  flex: 0 0 32.9%;
  max-width: 33%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  margin: 0 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* ← ここ重要 */
  height: 570px!important;
}

/* スライドタイトル */
.slide h4 {
  border-left: none !important;
  border-bottom: 2px solid #333;
  padding-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 8px!important;
  font-size: 18px;
	font-weight : 600!important;
  line-height: 1.4;
	height : auto!important;
}

/* 名前部分 */
.slide .name {
  margin-bottom: 0 !important;
  margin: 15px 0px !important;
}

/* テキスト部分 */
.slide .text {
  text-align: left;
  margin: 0 !important;
	font-size : 14px;
	line-height : 24px;
}
/* スライド内の段落 */
.slide p {
  font-size: 14px;
  margin-top: 0 !important;
}

/* スライド画像 */
.slide img {
  width: 85%;
  height: auto;
  border-radius: 5px;
}

/* 高さ制御をここでやらない！JSで制御 */
.custom-slider-wrapper .custom-slider {
  min-height: 360px;
}

/* 矢印ボタン */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0.85;
  transition: background 0.3s;
}
.slider-arrow:hover {
  background: #333;
}
.slider-arrow.left {
  left: 10px;
}
.slider-arrow.right {
  right: 10px;
}

/* スマホ用（1枚スライド） */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
	  height : 570px!important;
  }
.slide h4 {
  border-left: none !important;
  border-bottom: 2px solid #333;
  padding-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 8px!important;
  font-size: 18px;
	font-weight : 600!important;
  line-height: 1.4;
	height : auto!important;
}
}

/*料金表サンプル*/
.price-table {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 30px auto;
  overflow-x: hidden; /* 初期は不要 */
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  table-layout: auto;
}

.price-table thead th {
  background-color: #f6f6f6;
  color: #333;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #ccc;
  white-space: nowrap;
}

.price-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

/* スマホだけ横スクロール対応 */
@media screen and (max-width: 767px) {
  .price-table {
    overflow-x: auto;
  }

  .price-table table {
    min-width: 600px;
  }
}

/* アクセス全体 */
.address-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.access-sub {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.c-access-photos {
  width: 100%;
	margin : 20px 0px;
}

/* 共通：写真リスト全体 */
.access-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  gap: 8px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

/* 各写真リスト項目（PC） */
.access-gallery li {
  width: calc(25% - 8px); /* 4列で余白含めて調整 */
  list-style: none;
  text-align: center;
}

/* スマホ用：2列×2行 */
@media screen and (max-width: 767px) {
  .access-gallery li {
    width: calc(50% - 8px); /* 2列で調整 */
  }
}

/***********************************
 * 塾サンプル
 **********************************/
html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.j-section {
  padding: 15px 0px;
  max-width: 960px;
  margin: 0 auto;
  flex: 1;
}
.j-fv {
  background: linear-gradient(#eaf6ff, #ffffff);
  text-align: center;
  padding: 100px 20px 60px;
}
.j-fv h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.j-fv p {
  font-size: 1.2rem;
}
.j-btn {
  display: inline-block;
  background: #0078d4;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 20px;
}
.j-lead,
.j-jyukutyou,
.j-cource,
.j-features,
.j-voices,
.j-flow,
.j-faq,
.j-contact {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  display: flow-root;
  padding: 20px;
}
.j-section h2 {
  font-size: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
	background : #0078d4
}
.j-section h2:before,
.j-section h2:after{
	border : none;
}
.j-feature-list,
.j-voice-list,
.j-faq-list {
  list-style: none;
  padding: 0;
	margin-left : -20px;
}
.j-faq-list {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.j-faq-list li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
  margin-bottom: 0.8em; /* 行間の余裕 */
  line-height: 1.8;     /* 行の高さを調整（通常1.4〜1.6） */
}
footer.tiryouin {
  background: #006666;
  color: white;
  text-align: center;
  padding: 20px 0;
}

/*塾LP（完成形）*/
/* ========== スマホ（～767px） ========== */
@media screen and (max-width: 767px) {
  /* 上部バー */
  .j-top-bar {
    padding: 12px 15px 2px 15px;
    background: #25b6aa;
  }

  .j-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .j-top-logo {
    font-size: 20px;
    font-weight: bold;
    width: auto;
  }

  .j-top-logo img {
    height: 46px !important;
    width: auto;
  }

  .j-top-right-pc {
    display: none;
  }

  .j-top-right-sp {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .j-top-icon {
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
  }

  .j-top-icon i {
    pointer-events: none;
  }

  /* ファーストビュー：スマホ用画像 */
  .jyuku-kansei-fv {
    position: relative;
    width: 100%;
    height: auto;
    background: none !important;
  }

  .fv-center-img-pc {
    display: none !important;
  }

  .fv-center-img-sp {
    display: block !important;
    width: 100%;
    height: auto;
  }
}

/* ========== PC（768px以上） ========== */
@media screen and (min-width: 768px) {
  .j-top-bar {
    padding: 12px 30px;
    background: #25b6aa;
  }

  .j-top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .j-top-logo img {
    height: 62px;
    width: auto;
    display: block;
  }

  .j-top-right-pc {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .j-top-tel-banner,
  .j-top-line-banner {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .j-top-tel-banner i,
  .j-top-line-banner i {
    font-size: 18px;
  }

  /* ファーストビュー：PC */
  .jyuku-kansei-fv {
    position: relative;
    width: 100%;
    height: 640px;
    background-image: url('https://kmi-design-office.jp/wp-content/themes/swell_child/image/jyuku-kansei-fv-pc.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
  }

  .fv-center-img-pc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    display: block !important;
  }

  .fv-center-img-sp {
    display: none !important;
  }
}


/***********************************
 * ハウスクリーニング
 **********************************/
/* ハウスクリーニングLP用CSS */
.h-fv {
  background: linear-gradient(#e8f5e9, #ffffff);
  text-align: center;
  padding: 80px 20px 60px;
}
.h-fv h1 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.h-fv p {
  font-size: 1.1rem;
}
.h-btn {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 20px;
}
.h-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}
.h-lead, .h-features, .h-voices, .h-flow, .h-faq, .h-contact {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #aaa;
  display: flow-root;
}
.h-section h2 {
  font-size: 20px;
  padding-left: 10px;
  margin: 0 0 20px;
}
.h-feature-list,
.h-voice-list,
.h-faq-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.h-feature-list li,
.h-voice-list li {
  position: relative;
  padding-left: 1.2em;
  margin-left: 0 !important;
}

.h-faq-list li {
  margin-bottom: 15px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  position: relative;
}

.h-feature-list li::before,
.h-voice-list li::before {
  content: "▶";
  color: #2e7d32;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
}

.h-faq-list li::before {
  content: none !important;
}



.h-footer {
  background: #2e7d32;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

/***********************************
 * パーソナルジム
 **********************************/
/* パーソナルジムLP用CSS */
.p-fv {
  background: linear-gradient(#e3f2fd, #ffffff);
  text-align: center;
  padding: 80px 20px 60px;
}
.p-fv h1 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.p-fv p {
  font-size: 1.1rem;
}
.p-btn {
  display: inline-block;
  background: #1565c0;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 20px;
}
.p-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}
.p-lead, .p-features, .p-voices, .p-flow, .p-faq, .p-contact {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #aaa;
  display: flow-root;
}
.p-section h2 {
  font-size: 20px;
  padding-left: 10px;
  margin: 0 0 20px;
}

.p-feature-list,
.p-voice-list,
.p-faq-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.p-feature-list li,
.p-voice-list li {
  position: relative;
  padding-left: 1.2em;
  margin-left: 0 !important;
}

.p-faq-list li {
  margin-bottom: 15px;
  padding-left: 0 !important;
  margin-left: 0 !important;
  position: relative;
}

.p-feature-list li::before,
.p-voice-list li::before {
  content: "▶";
  color: #1565c0;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0.15em;
}

.p-faq-list li::before {
  content: none !important;
}
.p-footer {
  background: #2e7d32;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}