/* CSS初期設定 */

/* # =================================================================
   # 基本設定
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.grecaptcha-badge { visibility: hidden; }



.pcnon{
	display: none;
}

.spnon{
	display: block;
}

p{
transform: rotate(0.05deg);
}

.price-card a{
color: #af9146 !important;
}
.price-card a:hover{
color: #af9146 !important;
opacity: 0.7;
}

.hamburger-menu{
	display: none;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.hamburger-menu{
	display: none;
}
.grecaptcha-badge {
    bottom: 70px !important;
	z-index: 100000;
}
.pagetop{
  position: fixed;
  right: 5px;
  bottom: 10px;
  font-size: 50px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  z-index: 10000;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


/* 全体のヘッダー */
.site-header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 999;
  top: 0;
}

.header-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.video-thumbnail picture {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.video-thumbnail::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80px; /* 再生ボタンのサイズ（調整可） */
  height: 80px;
  background: url("./images/movie_start.svg") no-repeat center center / contain;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; /* クリックを邪魔しない */
}
/* ロゴ */
.site-logo{
  position: absolute;
  top: 15px;
  left: 15px;
}

.site-logo img {
  height: 50px;
}

html {
    scroll-padding-top: 80px;
}

/* お問い合わせアイコン */
.hcon {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.hcon img {
    height: 80px;
}

/* グローバルナビ */

.global-nav{
  position: absolute;
  top: 40px;
  left: 200px;
}
.global-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
}
.global-nav ul li a:hover {
  color: #af9146;
}

/* ハンバーガーメニュー（初期は非表示） */
.hamburger-menu {
  display: none;
}

/* ヘッダー下のスペース（固定ヘッダー対策用） */
.header-space {
  height: 80px;
}


.page-header-with-bg {
	position: relative;
	background-color: #000; /* 黒ベース */
	background-image: url('/images/pagebg.webp'); /* 適宜パス変更 */
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 100px 20px;
	text-align: center;
}

.page-header-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.page-title {
	font-size: 2.5rem;
	color: #fff;
	line-height: 1.4;
}

.footer_area{
	text-align: center;
	margin-bottom: 30px;
    color: #eee1aa;
	font-size: 18px;
}

/* メニュー開閉ボタン */
.menu-btn {
    display: block;
    width: 30px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  height: 3px;
  background: #333;
  position: absolute;
  width: 100%;
}
.menu-btn span {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn span::before {
  top: -10px;
}
.menu-btn span::after {
  top: 10px;
}

/* チェックボックスとメニュー */
#menu-btn-check {
  display: none;
}
.menu-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 998;
  border-top: 1px solid #ccc;
  transition: all 0.4s ease;
  transform: translateY(-10px);
}

#menu-btn-check:checked ~ .menu-content {
  max-height: 100vh; /* メニューの高さより大きければOK */
  opacity: 1;
  transform: translateY(0);
}

.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-content ul li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  background: #f0f0f0;
}
.menu-content ul li a:hover {
  background: #e2e2e2;
}


/* プルダウンメニューのスタイル */
.global-nav li.has-dropdown {
  position: relative;
  padding-bottom: 15px;
}

.global-nav li.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  min-width: 180px;
  z-index: 999;
  border-radius: 6px;
  overflow: hidden;
}

.global-nav li.has-dropdown:hover .dropdown {
  display: block;
}

.global-nav li.has-dropdown .dropdown li {
  width: 100%;
}

.global-nav li.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  transition: background 0.3s;
}

.global-nav li.has-dropdown .dropdown li a:hover {
  background: #f5f5f5;
  color: #af9146;
}
.pagetop_block{
	display: none;
}


/* レスポンシブ */
@media (max-width: 768px) {


  .hcon {
    order: 3;
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }

  .site-logo {
    order: 1;
    flex: 1 1 auto;
  }

  .menu-btn {
    order: 2;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-space {
    height: 110px;
  }
}

.l-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* カラム間のスペース */
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.widget_categories ul.children {
  display: block;
}

h2.widget-title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 5px solid #c4ab6d;
    padding: 5px 0 5px 12px;
    line-height: 1.4;
    margin: 0 auto 15px auto;
    text-align: left;
}
.widget{
  margin-bottom: 40px;
}

.p-entry__thumb {
    margin: 2rem 0 30px 0 !important;
}
.l-main {
  flex: 1 1 70%; /* メイン幅70% */
}

.sidebar {
  flex: 1 1 30%; /* サイドバー幅30% */
}


.p-entry__content h2{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #c4ab6d;
  margin-bottom: 30px;
  padding: 5px 12px;
}

.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.recent-post-thumb {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 6px;
}
.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-post-title {
  font-size: 0.9rem;
  color: #333;
}
.year-block {
  margin-bottom: 10px;
}
.year-toggle {
  width: 100%;
  background: #f7f7f7;
  border: none;
  text-align: left;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.month-list {
  margin: 0;
  padding-left: 20px;
  list-style: none;
  display: none;
}
.month-list li {
  margin: 5px 0;
}
.machine-item-vertical {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.machine-item-vertical .machine-image img {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.machine-item-vertical .machine-image02 img {
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.bot50{
  margin-bottom: 50px;
}

.machine-description {
  text-align: left;
  margin-bottom: 40px;
}
.machine-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
}
.machine-subtitle {
  font-size: 1rem;
  color: #999;
}
.machine_wrap{
	margin-bottom: 50px;
}

.fade-in {
  opacity: 0;
  transform: translateY(40px); /* よりふんわり距離 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.2s; /* 少し遅れて始まる */
  will-change: opacity, transform;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


/* PCサイズ以上（かぶせる） */
.main-visual {
  position: relative;
  width: 100%;
  height: 450px;
  background: #000 url('./images/mv01.webp') center center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mv-inner {
  text-align: center;
  z-index: 2;
}

.mv-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* 通常：左側にかぶせるボックス */
.mv_sub {
    position: absolute;
    top: 24px;
    left: 0;
    width: 25%;
    height: 450px;
  background: rgba(255, 255, 255, 0.75);
  padding: 40px 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  border-top-right-radius: 400px;
}

/* サブ内 */
.mv_sub_inner {
  text-align: center;
  transform: translateY(80px);
}

.total_care {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}

.trial-btn {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(to right, #444, #222);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.trial-btn:hover {
	background: #555;
}

/* ▼ スマホ（1151px以下）のときは下に回り込ませる */
@media screen and (max-width: 1151px) {
  .mv_sub {
    position: unset;
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.95);
    margin-top: 0;
    z-index: 2;
     background: linear-gradient(to bottom, #fff 0%, #f8f2d8 100%);
  }

  .mv_sub_inner {
    transform: none;
  }

  .main-visual {
    height: 350px;
    padding-bottom: 0;
  }

  .mv-title {
    font-size: 1.8rem;
  }
}

.ichi-con_txt-001{
  margin-bottom: 40px;
}
.recaptcha-note {
  font-size: 12px;
  text-align: center;
  color: #666;
  margin-top: 20px;
}
.recaptcha-note a {
  color: #666;
  text-decoration: underline;
}

.about-section {
  background: linear-gradient(to top, #eee 0%, #fff 100%);
  padding: 60px 20px 0 20px;
}

.about-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.about-content {
  display: grid;
  grid-template-columns: 280px 1fr; /* 画像固定幅＋テキスト可変 */
  align-items: start;
  gap: 40px;
}

.about-image {
  max-width: 100%;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 50px;
}

.about-text p {
  margin-bottom: 15px;
}
.about-heading{
	margin-bottom: 20px;
}
.marker {
  background: linear-gradient(transparent 60%, #fffb93 60%);
  font-weight: bold;
}

@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
  }
.about-content {
    gap: 20px;
}
.about-heading {
    margin-bottom: 20px;
    font-size: 18px;
  text-align: center;
}
.about-text {
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 50px;
    margin: 0 5%;
}
  .about-image {
    max-width: 100%;
    margin: 0 auto 20px;
  }
.about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
}


#main_content{
	margin-top: 50px;
}
h2.ttl{
text-align: center;
	margin-bottom: 30px;
}

.ichi-con_img-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.ichi-con_img-row .ichi-img {
  flex: 1 1 45%;
  max-width: 45%;
}

.ichi-con_img-row .ichi-img picture,
.ichi-con_img-row .ichi-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .ichi-con_img-row .ichi-img {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.pc-content{
    margin: 0 auto;
  padding-top: 30px;
}

.trainer-section {
    padding: 0 20px;
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
h2.subt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #c4ab6d;
  margin-bottom: 30px;
  padding: 5px 12px;
}
h3.subt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  border-left: 6px solid #c4ab6d;
  padding-left: 12px;
}
h4.subt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    padding: 8px 12px;
    background: #fbf1d9;
    border-bottom: 3px solid #c4ab6d;
}
.service-btn {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(to right, #444, #222);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    text-align: center;
}

/* ボタン自体を中央寄せにしたい場合、親にこのスタイルを適用 */
.service-btn-wrap {
    text-align: center;
    margin-top: 30px; /* 必要なら余白調整 */
}

.lowp2{
  display: flex;
  margin: 0 auto;
    flex-wrap: wrap;
}

.lowp2 picture{
    flex-basis: 45%;
    margin: 0 2.5% 40px 2.5%;
}


.lowp2 img{
	width: 100%;
	height: auto;
    border-radius: 10px;
}

.machine_wrap .low_txt{
	margin: 0 2.5%;
}

.trainer-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 0;
}

.trainer-image {
  flex: 0 0 30%;
  max-width: 30%;
}

.trainer-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.trainer-text {
  flex: 1 1 65%;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.trainer-text p {
  margin-bottom: 15px;
}

.review-box {
    background: #f9f9f9;
    padding: 20px 20px 20px 200px;
    margin-bottom: 40px;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 6px;
    background-image: url(./images/like_icon.svg);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left 20px center;
}

.training-button-wrap {
  text-align: center;
  margin: 40px 0;
}

.training-button {
  display: inline-block;
  background: linear-gradient(to right, #444, #222);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.training-button:hover {
  background: #555;
}

.qualifications,
.titles {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.qualifications li,
.titles li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.qualification-list{
  margin-bottom: 50px;
}

.qualification-list li{
  padding: 6px 10px;
  border-bottom: 1px dashed silver;
}
.awards-list{
  margin-bottom: 50px;
}

.awards-list li{
  padding: 6px 10px;
  border-bottom: 1px dashed silver;
}

@media screen and (max-width: 768px) {
  .trainer-profile {
    flex-direction: column;
  }

  .trainer-image,
  .trainer-text {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .trainer-image {
    margin-bottom: 20px;
  }
}

.training-flow {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.price-list {
  margin: 0;
  padding: 0;
}

.price-list div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed silver; /* ← ここを追加 */
}

.price-list dt {
  font-size: 15px;
  line-height: 1.4;
  flex: 1;
  text-align: left;
}
.price-card-note{
  text-align: left;
}
.price-list dd {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}


.flow-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.flow-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  background-color: #2b2b2b;
}

.footer-sns .sns-icon {
  width: 32px;
  height: 32px;
  fill: white;
  transition: opacity 0.3s;
}

.footer-sns .sns-icon:hover {
  opacity: 0.7;
}

.google-review-image {
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
}

.google-review-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.google-review-link {
  display: inline-block;
  text-decoration: none;
}

.google-review-image {
  max-width: 100%;
}


.flow-item {
  flex: 0 1 22%;
  text-align: center;
}

.flow-item picture img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}

.flow-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.flow-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .flow-item {
    flex: 0 1 45%;
  }
}


.shop-intro{
  line-height: 2;
  margin: 0 auto 40px auto;
}

h3.subt {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    border-left: 5px solid #c4ab6d;
    padding: 5px 0 5px 12px;
    line-height: 1.4;
    margin: 0 auto 30px auto;
    text-align: left;
}

.shop-intro p {
  margin-bottom: 15px;
}

.explanation-list {
    margin: 0 auto;
    padding: 0;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.explanation-list .section {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.explanation-list .section:last-child {
  border-bottom: none;
}

.explanation-list .ttl {
  flex: 0 0 150px;
  font-weight: bold;
  color: #555;
}

.explanation-list .txt {
  flex: 1;
  padding-left: 10px;
}

@media (max-width: 600px) {
  .explanation-list .section {
    flex-direction: column;
  }
  .explanation-list .ttl {
    flex: none;
    padding-bottom: 4px;
  }
  .explanation-list .txt {
    padding-left: 0;
  }
}

.note-service {
  font-size: 14px;
  color: #c1953b; /* ゴールド系で上品に */
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.trial-flow-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.trial-flow-inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.trial-flow-box {
  flex: 1 1 45%;
  text-align: left;
}

.trial-flow-box picture img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

.trial-flow-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.trial-flow-box .time {
  font-weight: bold;
  margin-bottom: 10px;
}

.trial-flow-box p {
  font-size: 16px;
  line-height: 1.7;
}

.trial-note {
  font-size: 14px;
  color: #333;
  margin: 30px auto;
  max-width: 900px;
  line-height: 1.7;
}

.kaatsu-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0;
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 20px;
}
.kaatsu-icon {
  width: 100px;
  height: auto;
}

.kaatsu-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.anchor-nav {
  text-align: center;
  margin-bottom: 40px;
}

.anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.anchor-nav li {
  flex: 0 1 calc(50% - 12px); /* デフォルト：スマホ2カラム */
  box-sizing: border-box;
  text-align: center;
}

.anchor-nav a {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(to right, #444, #222);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.anchor-nav a:hover {
  background: linear-gradient(to right, #666, #333);
}

@media (min-width: 768px) {
  .anchor-nav li {
    flex: 0 1 calc(33.333% - 12px); /* PC：3カラム */
  }

}

.terms-section {
  padding: 40px 20px;
  background: #f9f9f9;
  font-family: "Yu Gothic", sans-serif;
  color: #333;
}

.terms-inner {
  max-width: 960px;
  margin: 0 auto;
}

.terms-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
}

.terms-block {
  margin-bottom: 40px;
}

.terms-block h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #444;
  padding-left: 12px;
  margin-bottom: 16px;
  color: #111;
}

.terms-block ul {
  padding-left: 20px;
  list-style: disc;
}

.terms-block ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.safety-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.safety-section + .safety-section {
  margin-top: 60px;
}

.safety-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.safety-img {
  flex: 1 1 15%;
  text-align: center;
}

.safety-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.safety-text {
  flex: 1 1 50%;
}

.safety-text h2 {
    font-size: 22px;
    margin-bottom: 1rem;
    color: #333;
    border-left: 6px solid #c4ab6d;
    padding-left: 12px;
}

.safety-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

@media screen and (max-width: 768px) {
  .safety-inner {
    flex-direction: column;
  }
  .safety-img,
  .safety-text {
    flex: 1 1 100%;
  }
  .safety-text h2 {
    font-size: 1.4rem;
  }
  .safety-text p {
    font-size: 0.95rem;
  }
}
.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}

.video-thumbnail {
  width: 350px;
  cursor: pointer;
  text-align: center;
}

.video-thumbnail img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.05);
}

.video-thumbnail h4 {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
}
.training-description p{
  text-align: left;
}

.training-description h4{
  margin-bottom: 15px;
  font-size: 20px;
}

/* モーダルスタイル */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  overflow: hidden;
}

.modal-content iframe {
  width: 100%;
  height: 450px;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  font-size: 30px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.btn-center {
  text-align: center;
  margin-top: 30px;
}

.btn-more {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(to right, #444, #222);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-more:hover {
  background: #555;
}

@media screen and (max-width: 768px) {
  .trial-flow-inner {
    flex-direction: column;
    gap: 30px;
  }

  .trial-flow-box {
    flex: 1 1 100%;
  }

  .trial-flow-box h3,
  .trial-flow-box .time,
  .trial-flow-box p {
    text-align: center;
  }
}

.explanation-section {
  padding: 40px 20px;
  background-color: #f8f8f8;
  border-radius: 8px;
}

.explanation-item {
    background: #fff;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.explanation-title,
.explanation-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.explanation-title img,
.explanation-content img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}

.explanation-title p,
.explanation-content p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

.success-message {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    align-items: center;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 40px 20px;
    gap: 30px;
    margin: 0 auto;
}

.voice-section {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.voice-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    width: 1200px;
}

.voice-image picture,
.voice-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-text {
  flex: 1;
}

.voice-text h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.voice-text p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .voice-item {
    flex-direction: column;
    text-align: left;
  }

  .voice-image {
    margin-bottom: 15px;
  }
}
.voice-item.reverse {
  flex-direction: row-reverse;
}
.voice-item.reverse .voice-text {
  text-align: left;
}

@media (max-width: 768px) {
  .voice-item.reverse {
    flex-direction: column;
  }
}
.contact-section {
  background: #fafafa;
  padding: 60px 20px;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-lead {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.contact-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
}

.privacy-link {
  color: #c4a345;
  text-decoration: underline;
}

.contact-warning {
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}

.contact-warning h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-warning ul {
  list-style: none;
  padding-left: 0;
}

.contact-warning li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

.contact-warning strong {
  color: #000;
}

.contact-line {
  margin-top: 50px;
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.contact-line h3 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #c4a345;
  padding-left: 10px;
  margin-bottom: 15px;
}

.contact-line p {
  font-size: 15px;
  line-height: 1.7;
}

.line-photo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  max-width: 100%;
}

.line-photo-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}


.freetrial-form-section {
  padding: 30px 20px;
}

.freetrial-form {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-radius: 8px;
}

.freetrial-form h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.freetrial-form-body {
  max-width: 800px;
  margin: 0 auto;
}


.freetrial-form-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}

.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.form-dl {
  display: block;
}

.form-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
    border-bottom: 1px dashed silver;
    padding: 0 0 30px 0;
}

.form-block dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.form-block dd {
  margin: 0;
}

.horizontal-list label {
  margin-right: 20px;
  display: inline-block;
}

.required {
  color: red;
  font-size: 14px;
  margin-left: 5px;
}
.form-submit{
    margin: 0 auto;
    text-align: center;
}

.submit-btn {
  display: block;
  margin: 30px auto 0;
  padding: 12px 30px;
  font-size: 16px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}



.success-message .trainer-icon {
  flex: 0 0 80px;
}

.success-message .trainer-icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.success-message .success-text {
  flex: 1;
}

.success-message .success-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.success-message .success-text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .success-message {
    flex-direction: column;
    text-align: center;
  }

  .success-message .trainer-icon {
    margin-bottom: 20px;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 60px;
}
 

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ichi-con_googlemap-001{
    max-width: 1000px;
    margin: 0 auto;
}

.page-header {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(./images/page_bg.webp) center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}

.page-header__inner {
  max-width: 1000px;
  padding: 0 20px;
}

.page-header__title {
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.ichi-con_img-001{
	text-align: center;
}

.-mb-40{
	margin-bottom: 40px;
}

/* スマホ用：背景画像を切り替える */
@media (max-width: 768px) {
  .page-header {
    height: 150px;
    background-image: url('./images/page_bg_sp.webp');
  }

  .page-header__title {
    font-size: 1.6rem;
  }
}

.breadcrumb {
  background-color: #313131;
  padding: 10px 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.breadcrumb li a:hover {
  color: #c4ab6d;
}

.breadcrumb li::after {
  content: "›";
  margin: 0 8px;
  color: #999;
}

.breadcrumb li:last-child::after {
  content: "";
  margin: 0;
}


.worries-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-subtitle {
  font-size: 16px;
  color: #d1bb70;
  margin-bottom: 40px;
}

.worries-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.worry-item {
  flex: 0 1 300px;
}

.worry-item img {
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.worry-item p {
  font-size: 16px;
  line-height: 1.6;
  font-weight:bold;
}

@media (max-width: 768px) {
.worry-item {
  flex: 0 1 140px;
}
.worry-item p {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
}
.worry-item img{
    height: 160px;
}
}


.feature-section {
  background: #fff;
  padding:  40px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.section-subtitle {
  font-size: 16px;
  color: #bfa55c;
  margin-bottom: 50px;
}

.feature-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-item {
  flex: 0 1 45%;
  text-align: left;
}

.feature-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.feature-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.feature-number {
  font-size: 40px;
  font-weight: bold;
  color: #d1b75f; /* ゴールド系 */
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  top: 10px;
}

.feature-title-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0;
}

.feature-text p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .feature-cards {
    flex-direction: column;
  }

  .feature-item {
    flex: 1 1 100%;
  }
}


.result-section {
  background: #f9f9f9;
  padding: 60px 20px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
  color: #000;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #b59a55;
  margin-bottom: 2em;
}

.result-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.result-item {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.result-item:hover {
  transform: translateY(-5px);
}

.result-comment {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1em;
  color: #333;
}

.result-image picture,
.result-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.weight-change {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.2em;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-weight{
  color: #313131;
  font-size: 22px;
}


.after-weight {
  color: #b59a55;
  font-size: 36px;
}

.arrow {
  margin: 0 12px;
  font-size: 20px;
  color: #666;
}

.btn-center {
  text-align: center;
  margin-top: 40px;
}

.btn-more {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-more:hover {
  background: #333;
}

@media screen and (max-width: 1024px) {
  .result-item {
    flex: 1 1 48%;
  }
}

@media screen and (max-width: 768px) {
  .result-list {
    flex-direction: column;
  }

  .result-item {
    flex: 1 1 100%;
  }

  .weight-change {
    flex-direction: column;
  }

  .arrow {
    margin: 5px 0;
  }
}

.section-intro {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 2.5em;
  line-height: 1.8;
}


.social-review-section {
  background: #fff;
  padding: 50px 20px;
}

.social-review-inner {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.social-box {
  flex: 1 1 500px;
}

.social-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.price-section {
  background: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  color: #b4932c;
  font-size: 16px;
  margin-bottom: 40px;
}

.price-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.price-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  width: 300px;
}

.price-card-title {
  font-size: 18px;
  font-weight: bold;
  background-color: #333; /* ← ここで背景色 */
  color: #fff;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: -20px -20px 16px -20px; /* カード端まで伸ばす */
}

.price-card-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.6;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.price-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  padding: 0 0 6px 0;
  border-bottom: 1px dashed silver;
}

.note {
  font-size: 12px;
  color: #999;
}

.price-btn-wrap {
  margin-top: 20px;
}

.price-button {
  display: inline-block;
  padding: 12px 28px;
  background: #333;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.price-button:hover {
  background: #555;
}

@media (max-width: 768px) {
  .price-card {
    width: 100%;
    max-width: 350px;
  }
}

.note-service {
  font-size: 14px;
  color: #999; /* ゴールド系で上品に目立たせる */
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.plan-intro {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 30px;
  color: #333;
}
.payment-image {
  margin-top: 50px;
}

.payment-image img {
  width: 800px;
  max-width: 100%;
  height: auto;
}

.staff-blog-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
}

.section-subtitle {
  font-size: 16px;
  color: #b4932c;
  margin-bottom: 40px;
}

.blog-list {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

.blog-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  text-align: left;
}

.blog-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
}

.blog-date {
  flex: 0 0 120px;
  color: #333;
}

.blog-title {
  flex: 1;
  font-weight: bold;
  color: #b4932c;
}

.blog-arrow {
  font-size: 20px;
  color: #000;
  margin-left: 8px;
  font-weight: bold;
}

.btn-more {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(to right, #444, #222);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-more:hover {
  background: #555;
}


.site-footer {
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
  padding: 40px 20px 20px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo-area {
  display: flex;
  gap: 20px;
  flex: 1 1 40%;
  align-items: flex-start;
}

.footer-logo {
  width: 80px;
  height: auto;
}

.footer-info p {
  margin: 5px 0;
  color: #fff;
}

.footer-name {
  font-weight: bold;
  color: #fff;
}

.footer-links-area {
  flex: 1 1 50%;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  padding: 0;
}

.footer-links li {
  width: 45%;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #444;
  padding-top: 20px;
}

.sns-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

.sns-icons a:hover {
  opacity: 0.7;
}

.greeting-section {
  background: linear-gradient(to right, #f9f9f9, #fff);
  padding: 60px 20px;
}

.greeting-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(./images/top_img.webp);
    background-position: right;
    background-size: 300px;
}


.greeting-inner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}



.btn-contact {
  display: inline-block;
  padding: 14px 30px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-contact:hover {
  background: #555;
}

.greeting-image {
  flex: 1 1 35%;
  text-align: center;
}

.greeting-image img {
  max-width: 100%;
  height: auto;
}
.greeting-text{
  margin-bottom: 20px;
    width: 70%;
}
.greeting-text02{
  margin-bottom: 20px;
    width: 70%;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer-links li {
    width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 1px silver dashed;
  }
}

@media screen and (max-width: 1350px) {

.voice-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 5% !important;
    width: auto;
}
.voice-section {
    padding: 30px 20px;
}
.global-nav ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
}
.mv-title {
    font-size: 28px;
}
.inner {
    max-width: unset;
    margin: 0 10%;
}


}


@media screen and (max-width: 1151px) {
.hcon{
display: none;
}
html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}
  .global-nav {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
.mv-title {
    font-size: 28px;
}
.pc-content {
    max-width: unset;
    margin: 0;
}
.trainer-section {
    padding: 0;
}

.greeting-text {
    flex: unset;
    width: 70%;
}

.greeting-text02 {
    flex: unset;
    width: 70%;
}

}


@media (max-width: 768px) {

.greeting-inner h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 70%;
}
    .greeting-text {
        flex: unset;
        width: 60%;
    }
    .greeting-text02 {
        flex: unset;
        width: auto;
    }
.mv-title {
    font-size: 18px;
  }
  .about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .about-image {
    flex: 0 0 35%;
    max-width: 35%;
    align-self: flex-start;
  }

  .about-title {
    flex: 0 0 65%;
    max-width: 65%;
    align-self: center;
  }

  .about-text {
  flex: unset;
    max-width: 100%;
  }

  .about-title h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }


.footer-logo-area {
    display: block;
    gap: 20px;
    flex: 1 1 40%;
    align-items: flex-start;
    text-align: center;
    margin: 0 auto;
}

.about-section {
    padding: 30px 20px 0 20px;
}

.main-visual {
        height: 200px;
        padding-bottom: 0;
        margin-top: 50px;
    }
.review-box {
    padding: 20px 20px 20px 100px;
    background-position: left 20px top 20px;
    background-size: 60px;
}
}


@media screen and (max-width: 768px) {

    .greeting-inner {
        background-size: 200px;
        background-position: top right !important;
    }
.anchor-nav a {
    padding: 14px 5px;
    border-radius: 20px;
    font-size: 12px;
}
.kaatsu-info {
    display: block;
    padding: 20px;
}
.kaatsu-icon {
    display: block;
    margin: 0 auto 10px auto;
}
.lowp2 {
    display: block;
}
.lowp2 picture {
    flex-basis: 45%;
    margin: 0 2.5% 30px 2.5%;
    display: block;
}

.training-flow {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}
.machine-title {
    font-size: 1.2rem;
}
.flow-item h3 {
    font-size: 15px;
    min-height: 40px;
}
.machine-item-vertical .machine-image02 img {
  max-width: 300px;
}

	.pagetop_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		position: fixed;
		  opacity: 0;
        bottom: 0;
        right: 0;
        left: 0;
  visibility: hidden;
  transform: translateY(100px); /* ← 初期は下にオフセット */
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
        z-index: 100;
    }
/* 表示状態 */
.pagetop_block.active {
  opacity: 1;
  visibility: visible;
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* ← 上がってくる動きに */
        z-index: 100;
}
    .pagetop_block #pagetop {
        width: 16%;
        height: 60px;
    }
    .pagetop_block #pagetop a::before {
        font-family: "fontello";
        content: "▲";
        font-size: 11px;
        line-height: 2;
    }
.pagetop_block .contact_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28%;
}
.pagetop_block .contact_sp a {
    padding: 8px;
    height: 60px;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ffffff;
background: linear-gradient(
  to bottom,
  #f5e6b0 0%,
  #e6d28a 50%,
  #d1bb70 100%
);
}

.pagetop_block .contact_sp a::before {
    content: "";
    position: absolute;
    top: 8px;
    background-image: url(./images/trial.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
filter: brightness(0);
}
.text-white {
    color: #fff !important;
}
    .pagetop_block .contact_sp a span {
        margin-top: 24px;
        color: #000 !important;
    }

.pagetop_block .contact_sp a span.text-white {
    margin-top: 24px;
        color: #000 !important;
}
.pagetop_block .contact_sp2 a span.text-white {
    margin-top: 24px;
        color: #000 !important;
}
.pagetop_block .contact_sp3 a span.text-white {
    margin-top: 24px;
        color: #000 !important;
}


.pagetop_block .contact_sp2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28%;
}

    .pagetop_block .contact_sp2 a {
        opacity: 1 !important;
    }
	
.pagetop_block .contact_sp2 a {
    padding: 8px;
    height: 60px;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ffffff;
background: linear-gradient(
  to bottom,
  #f5e6b0 0%,
  #e6d28a 50%,
  #d1bb70 100%
);
}

.pagetop_block .contact_sp2 a::before {
    content: "";
    position: absolute;
    top: 8px;
    background-image: url(./images/email.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
filter: brightness(0);
}

.pagetop_block .contact_sp3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28%;
}

    .pagetop_block .contact_sp3 a {
        opacity: 1 !important;
    }
.pagetop_block .contact_sp3 a {
    padding: 8px;
    height: 60px;
    width: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
background: linear-gradient(
  to bottom,
  #f5e6b0 0%,
  #e6d28a 50%,
  #d1bb70 100%
);
}

.pagetop_block .contact_sp3 a::before {
    content: "";
    position: absolute;
    top: 8px;

    background-image: url(./images/line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
filter: brightness(0);
}
    .pagetop_block #pagetop a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #ad9647;
        font-weight: 600;
        background: #f7f7f5;
        border: 1px solid #d1bb70;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
#sidebar{
	width: 95% !important;
	margin: 0 2.5%;
}
    .p-authorBox__avatar {
        margin-bottom: .75em;
        text-align: center;
    }

.about-text p {
    margin-bottom: 15px;
    font-size: 14px;
}
    .inner {
        max-width: unset;
        margin: 0 5%;
    }
.section-title {
    font-size: 22px;
    font-weight: bold;
}

.pcnon{
	display: block;
}

.spnon{
	display: none;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 0 2%;
}

.copyright{
	padding-bottom: 70px;
	margin: 0 5%;
}

.greeting-section {
    padding: 30px 20px;
}
.success-message {
    gap: 20px;
}
.success-message .success-text p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.explanation-title p, .explanation-content p {
    font-size: 14px;
}
.shop-intro {
    line-height: 2;
    margin: 0 2.5% 30px 2.5%;
}
h2.ttl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}
.l-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 5% !important;
    width: auto !important;
    padding: 60px 0;
}
.c-pageTitle__main {
    font-size: 28px !important;
}

.freetrial-form-wrap {
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
}
input[type="text"],
textarea {
  border: 1px solid var(--ark-color--border);
  border-radius: 0;
  color: #333;
  padding: 0.25em 0.5em;
  width: 100% !important;
}
.plan-intro {
    text-align: left;
    font-size: 14px;
}
.worries-section {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
}
.trial-flow-section {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.trial-flow-box p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left !important;
}
.trial-note {
    font-size: 13px;
    color: #333;
    text-align: left;
}
.voice-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.contact-lead {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: left;
}
.contact-note {
    font-size: 14px;
    color: #555;
    text-align: left;
    margin-bottom: 40px;
}
.trainer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin: 0 2.5%;
}
.qualification-list li {
    font-size: 14px;
}
.trainer-profile {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.safety-section + .safety-section {
    margin-top: 20px;
}


.video-thumbnail::before {
  content: "";
  position: absolute;
  top: 25%;
}



}


@media screen and (max-width: 500px) {
.greeting-inner {
        background-size: 150px;
        background-position: top right !important;
    }
.footer_area{
	font-size: 16px !important;
}
}


.faq-container {
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
    font-family: sans-serif;
    color: #333;
}

.faq-container h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #333;
}

.faq-container h4 {
    font-size: 1.4em;
    padding-bottom: 10px;
    border-bottom: 2px solid #d1bb71;
    margin-top: 40px;
    margin-bottom: 20px;
}

.faq-list {
    margin-bottom: 70px;
}

.faq-question {
    font-size: 1.1em;
    font-weight: bold;
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f7f7f7;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    font-weight: normal;
    color: #d1bb71;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
    background-color: #f7f7f7;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.faq-answer p {
    margin: 0;
    padding: 20px 0;
    line-height: 1.6;
}

.faq-answer ul {
    padding: 0 0 20px 20px;
}

.faq-answer a {
    color: #d1bb71;
    text-decoration: none;
    font-weight: bold;
}
.faq-answer a:hover {
    text-decoration: underline;
}


/* お客様の声カード全体のスタイル */
.testimonial-card {
    font-family: sans-serif;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 24px;
    margin: 20px auto 50px auto;
    max-width: 800px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* プロフィール写真のスタイル */
.testimonial-image {
    flex-shrink: 0;
}

.testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%; /* ここで画像を円形に切り抜きます */
    object-fit: cover; /* 画像が歪まないように調整 */
    border: 3px solid #f0f0f0;
}

/* テキストコンテンツ全体のスタイル */
.testimonial-content {
    flex-grow: 1;
}

/* お客様情報のスタイル */
.client-info h3 {
    margin: 0 0 8px 0;
    font-size: 1.4em;
    color: #333;
    font-weight: bold;
}

.client-info .client-meta {
    font-size: 0.7em;
    font-weight: normal;
    color: #777;
    margin-left: 8px;
}

.client-info .results {
    display: inline-block;
    background-color: #f7f7f7;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

/* お客様の感想（ストーリー）のスタイル */
.client-story {
    margin: 0 0 16px 0;
    padding: 0;
    font-style: italic;
    color: #555;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #d1bb71; /* ゴールドのアクセントカラー */
}

/* トレーナーのコメントのスタイル */
.trainer-comment {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 16px;
    font-size: 0.9em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

.trainer-comment strong {
    color: #333;
    font-weight: bold;
}

/* 詳細はこちらボタンのスタイル */
.details-button {
    display: block;
    background-color: #d1bb71; /* ゴールドのアクセントカラー */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, transform 0.2s;
}

.details-button:hover {
    background-color: #c1ab61; /* ホバー時の少し濃い色 */
    transform: translateY(-2px);
}

/* スマートフォン用のレスポンシブ対応 */
@media (max-width: 600px) {
    .testimonial-card {
        flex-direction: column; /* 縦並びに変更 */
        align-items: center;
        text-align: center;
    }
    .client-info h3 {
        text-align: center;
    }
    .client-story {
        padding-left: 0;
        border-left: none;
        text-align: left;
    }
    .trainer-comment {
        text-align: left;
    }
}

.voice-section2{
	margin-bottom: 60px;
}