@charset "UTF-8";
/*
 Theme Name: TFL南町田店｜SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* =============================================
アクセントカラーの濃淡
============================================= */
/*--------------------------------------
濃 #60caad
↑ #72d0b6
｜ #83d6bf
｜ #95dcc8
｜ #a7e2d1
｜ #b8e7db
｜ #caede4
｜ #dcf3ed
↓ #edf9f6
淡 #ffffff
--------------------------------------*/

/* =============================================
レイアウト
============================================= */
/*横幅max 1080px*/
.ly_cont {
	max-width: 1080px;
	margin: 0 auto;
}

/*横幅max 880px*/
.ly_cont__narrow {
	max-width: 880px;
}

/*横幅max 950px*/
.ly_cont__campaign {
	max-width: 950px;
}

/*SANGOの2列表示で、スマホ表示は右側を上にする*/
@media only screen and (max-width: 767px) {
	.bl_shtb2__rev .shtb2.tbrsp {
		display: flex;
		flex-direction: column;
	}
	
	.bl_shtb2__rev .shtb2.tbrsp .cell:nth-child(1) {
		order: 2;
	}
	
	.bl_shtb2__rev .shtb2.tbrsp .cell:nth-child(2) {
		order: 1;
	}
}

/*SANGOの2列表示で、2番目以降は上部をあける*/
.bl_shtb2__mt3em .shtb2 {
	margin-top: 3em;
}

.bl_shtb2__mt3_5em .shtb2 {
	margin-top: 3.5em;
}

/*トップページのトレーナーの2列幅調整*/
@media only screen and (min-width: 768px) {
	.bl_shtb2__width35 .shtb2.tbrsp .cell:first-of-type {
		width: 35%;
	}

	.bl_shtb2__width35 .shtb2.tbrsp .cell:last-of-type {
		width: 65%;
	}
}

/* =============================================
デバイスによる表示非表示
============================================= */
/*--------------------------------------
スマホだけ表示するCSS(スマホより大きい場合は、非表示)
--------------------------------------*/
@media screen and (min-width: 769px) {
	.sm_display {
		display: none;
	}
}

/*--------------------------------------
スマホだけ表示しないCSS(スマホより大きい場合は、表示)
--------------------------------------*/
	.lg_display {
		display: none;
	}

@media screen and (min-width: 769px) {
	.lg_display {
		display: inline;
	}
}

/* =============================================
共通パーツ
============================================= */

/*--------------------------------------
テキストの装飾
--------------------------------------*/
/*フォント太字*/
.hp_fwBold {
    font-weight: bold;
}

/*リンクの下線なし*/
.entry-content a.hp_tdNone {
    text-decoration: none;
}

/*--------------------------------------
見出し8の色変更
--------------------------------------*/
#inner-content .hh8.el_hh8__accentColor {
	border-left: solid 5px #60caad;
	background: #e5f6f1;
	color: #010101;
}

/*--------------------------------------
見出し11の色変更
--------------------------------------*/
#inner-content .hh11.el_hh11__accentColor {
	background: #b8e7db;
}

#inner-content .hh11.el_hh11__accentColor:after {
	border-top: 15px solid #b8e7db;
}

/*--------------------------------------
見出し17の色変更
--------------------------------------*/
#inner-content .hh17.el_hh17__accentColor:after {
	border-bottom: solid 3px #60caad;
}

/*--------------------------------------
見出し18の色変更
--------------------------------------*/
#inner-content .hh18.el_hh18__accentColor{
	border-bottom: solid 3px #caede4;
}

#inner-content .hh18.el_hh18__accentColor:after {
	border-bottom: solid 3px #60caad;
}

/*--------------------------------------
見出し30の色変更
--------------------------------------*/
#inner-content .hh30.el_hh30__accentColor:before {
	color: #60caad;
}

/*--------------------------------------
見出し30のh4のフォントサイズ変更
--------------------------------------*/
.entry-content h4.el_hh30__lv4HeadingSmall {
    font-size: 0.85em;
}


/*--------------------------------------
「上にサブタイトル付きの見出し（h2）」のCSS
--------------------------------------*/
.entry-content h2.el_lv2HeadingTopSub {
	margin: 1em 0 1em;
	padding: 0 15px;
	font-size: 1.3em;
	line-height: 1.4;
}

.el_lv2HeadingTopSub span.el_lv2HeadingTopSub_sub {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.el_lv2HeadingTopSub span.el_lv2HeadingTopSub_sub::before {
	content: '';
	display: inline-block;
	margin-right: 10px; /* デフォルトは20px; */
	width: 25px; /* デフォルトは40px; */
	height: 1px;
	background-color: #498ee0;
}

/*--------------------------------------
「上にサブタイトル付きの見出し（h3）」のCSS
--------------------------------------*/
.entry-content h3.el_lv3HeadingTopSub {
	padding: 10px 0 10px 0px;
	font-size: 1.3em;
	line-height: 1.4;
	margin: 0.5em 0 0.7em;
	border-left-width: 0px;
	border-left-style: none;
}

.el_lv3HeadingTopSub span.el_lv3HeadingTopSub_sub {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.el_lv3HeadingTopSub span.el_lv3HeadingTopSub_sub::before {
	content: '';
	display: inline-block;
	margin-right: 10px; /* デフォルトは20px; */
	width: 25px; /* デフォルトは40px; */
	height: 1px;
	background-color: #498ee0;
}

.entry-content h3.el_lv3HeadingTopSub.el_lv3HeadingTopSub__pdleft30 {
	padding: 0px 0px 0px 30px;
}

/*--------------------------------------
「上に英語サブタイトル付きの見出し（h2）」のCSS
--------------------------------------*/
.el_lv2HeadingTopEng {
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

.el_lv2HeadingTopEng span {
	position: relative;
	z-index: 2;
}

.el_lv2HeadingTopEng::before {
	content: attr(data-en);
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(73, 142, 224, 0.2);
	font-size: 46px;
	font-style: italic;
}

.el_lv2HeadingTopEng::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 30px;
	background-color: rgba(73, 142, 224, 1);
}

@media screen and (min-width: 768px) {
	.entry-content h2.el_lv2HeadingTopEng {
		margin-top: 3.5em;
	}
	
	.el_lv2HeadingTopEng {
		padding-bottom: 50px;
	}
	
	.el_lv2HeadingTopEng::before {
		top: -20px;
		font-size: 80px;
	}
	
	.el_lv2HeadingTopEng::after {
		height: 40px;
	}
}

/*--------------------------------------
「上に英語サブタイトル付きの見出し（h3）」のCSS
--------------------------------------*/
.entry-content h3.el_lv3HeadingTopEng {
	font-size: 1.4em;
	margin: 2.5em 0 0.7em;
	padding: 10px 0 10px 0px;
	line-height: 1.6;
   border-left-width: 0px;
   border-left-style: none;
}

.entry-content h3.el_lv3HeadingTopEng::before {
	content: attr(data-en);
	display: block;
	color: #498ee0;
	font-size: 18px;
}

.entry-content h3.el_lv3HeadingTopEng::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}

/*--------------------------------------
箇条書き（リスト）
--------------------------------------*/
/*アクセントカラーのシェブロンマーク [list class="li-chevron li-accentbdr"]*/
.li-chevron.li-accentbdr li:before {
    color: #60caad;
}

/*アクセントカラーのチェックマーク [list class="li-chevron li-accentbdr"]*/
.li-check.li-accentbdr li:before {
    color: #60caad;
}


/*--------------------------------------
トレーナー 一覧表示 トレーナー名
--------------------------------------*/
.entry-content h3.trainer-name {
    margin: 0.5em 0 0.7em;
    border-left-width: 0px;
    border-left-style: none;
}


/*--------------------------------------
テーブル（交差） レスポンシブ
--------------------------------------*/
.bl_crossTable *,
.bl_crossTable *::before,
.bl_crossTable *::after {
  box-sizing: border-box;
}

.bl_crossTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  display: table;
  border-right: 1px solid #dddddd;
}

.bl_crossTable p {
  margin: 0;
}

.bl_crossTable thead th {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #dddddd;
  text-align: center;
}

.bl_crossTable thead th:nth-child(2) {
  background: #60caad;
  color: #ffffff;
}

.bl_crossTable thead th:last-child {
  border-right: 1px solid #dddddd;
}

.bl_crossTable tbody th {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  background: #dddddd;
  white-space: nowrap;
  height: 86px;
  text-align: left;
}

.bl_crossTable tbody tr:last-child th {
  border-bottom: 1px solid #dddddd;
}

.bl_crossTable tbody td {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .bl_crossTable,
  .bl_crossTable tbody,
  .bl_crossTable tr,
  .bl_crossTable th,
  .bl_crossTable td {
    display: block;
    width: 100%;
  }

  .bl_crossTable thead {
    display: none;
  }

  .bl_crossTable {
    border-right: none;
  }

  .bl_crossTable tbody th {
    height: auto;
    white-space: normal;
    border: 1px solid #dddddd;
    border-bottom: none;
  }

  .bl_crossTable tbody td {
    display: flex;
    justify-content: space-between;
	align-items: center; /* ←追加 */
    gap: 16px;
    padding: 10px 12px;
    border: 1px solid #dddddd;
    border-bottom: none;
    text-align: right;
  }

  .bl_crossTable tbody tr:last-child td:last-child {
    border-bottom: 1px solid #dddddd;
  }

  .bl_crossTable tbody td::before {
    content: attr(label);
    font-weight: bold;
    text-align: left;
    flex: 0 0 45%;
  }

  .bl_crossTable tbody td p {
    margin: 0;
    flex: 1;
  }
}

/*--------------------------------------
ボタン
--------------------------------------*/
#inner-content .btn.btn__mgbtm1_5 {
	margin: 0.5em 0.5em 1.5em 0;
}

/*--------------------------------------
ラベル
--------------------------------------*/
/*ラベル*/
.el_label {
	font-size: 9px;
	padding: 5px;
	color: #fff;
	border-radius: 2px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

/*必須ラベルのカラー*/
.el_label__required {
	background: #60caad;
}

/*任意ラベルのカラー*/
.el_label__optional {
	background: #666666;
}

/*--------------------------------------
Contact Form 7 チェックボックスカスタマイズ
--------------------------------------*/
.wpcf7 .el_checkBox input[type=checkbox] {
	display: none;
}

.wpcf7 .el_checkBox input[type=checkbox] + span {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 1em 0 1.8em;
	font-size: inherit;
	box-sizing: border-box;
	transition: opacity .25s ease;
}

.wpcf7 .el_checkBox input[type=checkbox] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.24em;
	height: 1.24em;
	border: 1px solid #c4bbb8;
	border-radius: 4px;
	background-color: #fefefe;
	box-sizing: border-box;
}

.wpcf7 .el_checkBox input[type=checkbox] + span::after {
	content: "";
	opacity: 0;
	display: block;
	position: absolute;
	top: 0.15em;
	left: 0.44em;
	width: 0.4em;
	height: .8em;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	box-sizing: border-box;
	transform: rotate(40deg);
	transition: opacity .25s ease;
}

.wpcf7 .el_checkBox input[type=checkbox]:checked + span::before {
	opacity: 1;
	border: 1px solid #3eb997;
	background-color: #3eb997;
	transition: opacity .25s ease;
}

.wpcf7 .el_checkBox input[type=checkbox]:checked + span::after {
	opacity: 1;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: opacity .25s ease;
}

.wpcf7 .el_checkBox .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0.2em;
}

.wpcf7 .el_checkBox .entry-content p {
	margin: 0 0 0.2em;
}

.contact-form-checkbox {
	display: block;
	width: 100%;
	margin-bottom: 0.7em;
	padding: 0.55em;
	border: 0;
	border-radius: 3px;
	background-color: #eff1f5;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1em;
	line-height: 1.5;
	transition: ease;
}

/*--------------------------------------
Contact Form 7 送信ボタンカスタマイズ
--------------------------------------*/
.wpcf7 input[type="submit"],
.pushbutton-wide {
	display: inline-block;
	border: 0;
	font-weight: bold;
	background-color: #BDBDBD;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s ease-in-out;
}

.wpcf7 input[type="submit"] {
	margin: .5em .5em .5em .5em;
	padding:.5em 2em;
}

.pushbutton-wide {
	margin: .5em .5em .5em 0;
	padding:.5em 5em;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.pushbutton-wide:hover,
.pushbutton-wide:focus {
	box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.wpcf7 input[type="submit"] ,
.pushbutton-wide{
	background-color: #60caad;
}

/*--------------------------------------
Contact Form 7 体験フォームカスタマイズ
--------------------------------------*/
/*スマホ対応*/
@media(max-width:500px) {
	.entry-content .bl_experienceForm th,.entry-content .bl_experienceForm td {
		display: block;
		width: 100%;
		border-top: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}
	
	.entry-content .bl_experienceForm tr:first-child th {
		border-top: 1px solid #d7d7d7;
	}
	
	/* ラベルのサイズ調整 */	
	.bl_experienceForm .el_label {	
		font-size:10px;
	}
}

/*見出し欄*/
.bl_experienceForm th {
	text-align: left;
	font-size: 15px;
	color: #444;
	padding-right: 5px;
	width: 30%;
	background: #f7f7f7;
	border: solid 1px #d7d7d7;
}

/*入力欄*/
.bl_experienceForm td {
	font-size: 15px;
	border: solid 1px #d7d7d7;	
}

/*--------------------------------------
吹き出し下
--------------------------------------*/
/*画像とふきだしを含めた全体*/
.bl_sayUnder {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
	position: relative;/*基準にする*/
}

/*アイコン*/
.bl_sayUnder .faceicon {
	padding-right: 0;
	width: 110px;
}

/*アイコンの画像*/
.bl_sayUnder .faceicon img {
	width: 100px;
	border-radius: 50%;
}

/*名前部分*/
.bl_sayUnder .faceicon span {
	position: absolute;/*自由に動けるように*/
	top: 80px;/*上から80px*/
	left: 100px;/*左から100px*/
	color: #242424;/*文字色*/
	font-size: 12px;/*文字のサイズ*/
	line-height: 20px;/*文字の高さ*/
	font-weight: 500;/*文字の太さ*/
}

/*吹き出し*/
.bl_sayUnder .fuki {
	background-color: #fff;
	/*border: 2px solid #BDBDBD;*/
	border: 2px solid #d5d5d5;/*枠線*/
	border-radius: 12px;
	position: relative;
	/*margin:.5em .5em 1.5em .5em;*/
	margin: 1em 0 1.5em;/*外側の余白*/
	padding: 1em;
	font-size: .95em;
	width: 98%;
}

/*吹き出しの三角部分*/
.bl_sayUnder .fuki:before {
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-top-width: 0;
	top: -8px;
	content: "";
	display: block;
	/*left: 30px;*/
	left: 40px;/*左からの位置*/
	position: absolute;
	width: 0;
	z-index: 1;
}

/*これも吹き出しの三角部分？*/
.bl_sayUnder .fuki:after {
	border: 10px solid transparent;
	/*border-bottom-color: #BDBDBD;*/
	border-bottom-color: #d5d5d5;/*枠線*/
	border-top-width: 0;
	/*top: -10.5px;*/
	top: -11px;/*上からの位置*/
	content: "";
	display: block;
	/*left: 30px;*/
	left: 40px;/*左からの位置*/
	position: absolute;
	width: 0;
}

@media only screen and (max-width: 480px) {
	.bl_sayUnder .faceicon {
		width: 80px;
	}
	
	.bl_sayUnder .fuki {
		margin: 1em 0 1.5em 0;
	}
	
	/*名前の部分*/
	.bl_sayUnder .faceicon span {
		top: 55px;
		left: 80px;
    }
	
	/*吹き出しの三角部分*/
	.bl_sayUnder .fuki:before {
		left: 28px;
	}
	
	/*吹き出しの三角部分*/
	.bl_sayUnder .fuki:after {
		left: 28px;
	}
}

/*--------------------------------------
CSSのみでカルーセルスライダー
--------------------------------------*/
.bl_scrollWrap {
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  padding: 30px 0;
  width: 1080px;
}

@media not all and (min-width: 840px){
  .bl_scrollWrap {
    width: 100%;
  }
}

.el_scrollItem {
  scroll-snap-align: center;
  display: inline-block;
  margin: 0 20px;
  width: 32%; 
  white-space: normal;
  background-color: #f4f4f4;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border-radius: 20px;
  overflow: hidden;
	vertical-align: top;
}

@media not all and (min-width: 568px){
  .el_scrollItem {
    width: 90%;
  }
}

.bl_scrollWrap img {
  display: block;
  width: 100%;
  height: auto;
}

.bl_scrollWrap p {
  margin: 0;
  padding: 10px 30px;
  font-size: 1rem;
}

.bl_scrollWrap p.el_scrollItem_p__pdleft25 {
  padding: 10px 25px;
}

@media not all and (min-width: 568px){
  .bl_scrollWrap p {
	  padding: 10px 20px;
	  font-size: 0.875rem;
  }
}

/* =============================================
ヘッダーバー（PC用）
============================================= */
@media (max-width: 768px){
    div#site-header-bar {display:none}
  }
    
div#site-header-bar {
    background-color: #1D2327; /* #23292D; */
}

.site-header-description {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
}

.site-header-info {
    float: right;
    font-size: 12px;
    position: relative;
    top: 10px;
    padding-right: 10px;
}

ul.site-header-info {
    margin: 0;
}

.site-header-info-list {
    display: inline-block;
    margin-left: 15px;
}

.site-header-info-list a {
    display: block;
    color: #fff;
}

@media only screen and (min-width: 769px) {
    #inner-header {
        padding-bottom: 4px;
    }
}

/* =============================================
トップページ アイキャッチ画像部
============================================= */
@media only screen and (max-width: 768px) {
	.textimg p {
		/* top: 63%; ←20230705：トレーナー一覧の写真からジムの写真に変更したので、文字を上下中央に戻す。*/
		font-size: 1.22em;
	}
}

/* =============================================
トップページ キャンペーン説明部
============================================= */
.bl_campaign {
	padding: 3vw 4vw 1vw;
	text-align: center;
	background: rgba(29,208,176,.1);
}

.entry-content h2.el_campaignTitle {
	margin: 0;
	font-size: 1.8em;
}

.el_campaignDateLabel {
	font-size: 1.4em;
	margin: 0 0 .5vw;
	padding: .5vw;
	border: 1px solid #363636;
}

.el_campaignDateYear {
	font-size: 1.4em;
	font-family: Montserrat,sans-serif;
}

.el_campaignDateDay {
	font-size: 2em;
	font-family: Montserrat,sans-serif;
}

.entry-content p.el_campaignBenefit {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}

.el_campaignBtn {
	font-size: 1.4em;
	background: #1cbea1;
}

@media screen and (max-width: 601px) {
	.bl_campaign {
		margin: 0 0 32px;
		padding: 8vw 4vw 2vw;
	}
	
	.entry-content h2.el_campaignTitle {
		font-size: 1.18em;
	}
	
	.el_campaignDateLabel {
		font-size: 0.9em;
	}
	
	.el_campaignDateYear {
		font-size: 1em;
	}
	
	.el_campaignDateDay {
		font-size: 1.2em;
	}
	
	.entry-content p.el_campaignBenefit {
		font-size: 1.1em;
	}
	
	.el_campaignBtn {
		font-size: 1.1em;
	}
}

/* =============================================
トップページ 新着記事のスクリーン幅が1030px以上のときに3列にする
============================================= */
/* スクリーン幅が1030px以上のときに3列にする */
@media only screen and (min-width: 1030px) {
  .catpost-cards .c_linkto {
    width: 31%;
  }
}

/* =============================================
所属トレーナー
============================================= */
.entry-content h3.el_lv3HeadingTopSub__trainer {
	margin: 1em 0 1em;
	padding: 0 10px;
	font-size: 1.3em;
	line-height: 1.4;
	border-left-width: 0;
	border-left-style: none;
}

.el_lv3HeadingTopSub__trainer span.el_lv3HeadingTopSub__trainer_sub {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}

.el_lv3HeadingTopSub__trainer span.el_lv3HeadingTopSub__trainer_sub::before {
	content: '';
	display: inline-block;
	margin-right: 10px; /* デフォルトは20px; */
	width: 25px; /* デフォルトは40px; */
	height: 1px;
	background-color: #498ee0;
}

ul.hp_listStyleNone {
	list-style-type: none;
	padding: 0 10px;
}

/* =============================================
サイトマップ
============================================= */

/* --- wsp-pages-title, wsp-categories-title --- */
#inner-content .entry-content h2.wsp-pages-title, #inner-content .entry-content h2.wsp-categories-title {
  position: relative;
  padding: .6em;
  background: #c8e4ff; 
  border-left-style: none;
}

/* --- wsp-pages-title:after, wsp-categories-title:after --- */
#inner-content .entry-content h2.wsp-pages-title:after, #inner-content .entry-content h2.wsp-categories-title:after {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #c8e4ff; 
  content: "";
}

/* --- wsp-pages-list, wsp-categories-list --- */
.entry-content ul.wsp-pages-list, .entry-content ul.wsp-categories-list {
	border: none;
}

/*--------------------------------------
　「育休中」のCSS（後で削除する）
--------------------------------------*/
.childcare {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
	background-color: #498ee0;
}

.flat2_temp {
    display: inline-block;
    padding: 0.3em 1em;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    color: #67c5ff;
	background-color: #fff;
}

/* =============================================
キャンペーン記事のボックス色
============================================= */
section.about-campaign .box26 {
    margin: 2em auto;
    border: solid 3px #60caad;
}

section.about-campaign .sng-box ul {
    padding: 0 0 0 0em;
}

.entry-content section.about-campaign ul {
    list-style-type: none;
}

section.about-campaign .box26 .box-title {
    color: #60caad;
}

/* =============================================
体験予約ページのLINE紹介部背景
============================================= */
.box3.line_collor {
    background: #e6f8e6;
}

/* =============================================
コンタクトフォーム7の送信ボタンを中央揃いにする方法（https://takayakondo.com/post-18835/）
============================================= */
/* スピナーの配置を変更する */
div.wpcf7 .wpcf7-spinner {
    display: block;
}

/* =============================================
reCAPTHAマーク設定（https://kutos-labo.com/wordpress/1587/）
============================================= */
.grecaptcha-badge { visibility: hidden; }
p.recapcha-text { font-size: 11px; text-align: center;}
p.recapcha-text span { color: #bcbcbc;}
p.recapcha-text a { text-decoration: none;}


/* =============================================
TFL 料金ページ
============================================= */

.tfl-price-page {
  line-height: 1.8;
}

.tfl-price-lead {
  max-width: 880px;
  margin: 0 auto 2em;
}

/* =============================================
見出し
============================================= */

.entry-content .tfl-price-page .el_hh30__accentColor {
  margin-top: 2.5em;
  margin-bottom: 1em;
}

/* =============================================
初回費用
============================================= */

.tfl-price-basic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 1.5em 0 3em;
}

.tfl-price-basic__item {
  padding: 22px 18px;
  border: 2px solid #dcf3ed;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.tfl-price-basic br {
  display: none;
}

.tfl-price-basic__item span {
  display: block;
  margin-bottom: 12px;
  font-size: 1.1em;
  font-weight: 700;
}

.tfl-price-basic__item strong {
  display: block;
  margin-bottom: 6px;
  color: #60caad;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.tfl-price-basic__item small {
  display: block;
  color: #666;
  font-size: .95em;
}

/* =============================================
料金カード
============================================= */

.tfl-price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 1em 0 3em;
}

.tfl-price-card {
  position: relative;
  padding: 38px 22px 24px;
  border: 2px solid #dcf3ed;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.tfl-price-card__recommend {
  border-color: #60caad;
  background: #edf9f6;
}

.tfl-price-card__popular {
  border-color: #60caad;
  background: #e6f6f2;
}

.tfl-price-card__badge {
  position: absolute;
  top: -20px;
  left: 50%;
  min-width: 150px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #60caad;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}

.tfl-price-card__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dcf3ed;
  color: #2f8f78;
  font-weight: 700;
}

.entry-content .tfl-price-card h4 {
  margin: 0 0 18px;
  padding: 0;
  border: none;
  font-size: 1.2em;
}

.tfl-price-card__price {
  margin-bottom: 4px !important;
  color: #60caad;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.tfl-price-card__tax {
  margin-bottom: 18px !important;
  color: #666;
  font-size: .95em;
}

.entry-content .tfl-price-card br {
  display: none !important;
}

/* =============================================
比較表
============================================= */

.entry-content .tfl-compare-table {
  border: none !important;
}

.tfl-compare-table {
  width: 100%;
  margin: 1.5em 0 3em;
  border-collapse: collapse;
  table-layout: fixed;
}

.tfl-compare-table th,
.tfl-compare-table td {
  padding: 14px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}

.tfl-compare-table th:first-child,
.tfl-compare-table td:first-child {
  border-left: 1px solid #ddd;
}

.tfl-compare-table th:last-child,
.tfl-compare-table td:last-child {
  border-right: 1px solid #ddd;
}

.tfl-compare-table thead th {
  background: #f5f5f5;
  font-weight: 700;
}

.tfl-compare-table thead th:first-child {
  width: 20%;
}

.tfl-compare-table thead th:not(:first-child) {
  width: 26.66%;
}

.tfl-compare-table tbody th {
  background: #fafafa;
  font-weight: 700;
}

.tfl-gym-table thead th:nth-child(2) {
  background: #60caad;
  color: #fff;
}

.tfl-gym-table tbody td:nth-child(2) {
  background: #edf9f6;
  font-weight: 700;
}

/* =============================================
CTA
============================================= */

.tfl-price-cta {
  margin: 3em 0;
  padding: 32px 24px;
  border-radius: 18px;
  background: #edf9f6;
  text-align: center;
}

.entry-content .tfl-price-cta h3 {
  margin-top: 0;
  border: none;
}

/* =============================================
スマホ
============================================= */

@media(max-width: 767px) {

  .tfl-price-basic {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tfl-price-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tfl-price-card {
    padding: 38px 18px 24px;
  }

  .tfl-price-card__badge {
    min-width: 140px;
    font-size: 14px;
  }

  .entry-content .tfl-price-card h4 {
    font-size: 1.4em;
  }

  .tfl-price-card__price {
    font-size: 1.8rem;
  }

  .tfl-compare-table thead {
    display: none;
  }

  .tfl-compare-table,
  .tfl-compare-table tbody,
  .tfl-compare-table tr,
  .tfl-compare-table th,
  .tfl-compare-table td {
    display: block;
    width: 100%;
  }

  .tfl-compare-table tr {
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }

  .tfl-compare-table tbody th {
    padding: 16px;
    border: none;
    background: #60caad;
    color: #fff;
    font-weight: 700;
    text-align: left;
  }

.tfl-compare-table tbody td {
  display: block !important;
  padding: 16px;
  border: none;
  border-top: 1px solid #eee;
  background: #fff;

  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

/* ラベル */
.tfl-compare-table tbody td::before {
  content: attr(data-label);

  display: block;      /* ← inline-flex → block */
  width: fit-content;

  margin-bottom: 10px;
  padding: 8px 14px;

  border: 1px solid #dcf3ed;
  border-radius: 999px;
  background: #f4faf8;

  color: #2f8f78;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

  .tfl-gym-table tbody td:nth-child(2) {
    background: #edf9f6;
  }

  .tfl-gym-table tbody td:nth-child(2)::before {
    border-color: #60caad;
    background: #60caad;
    color: #fff;
  }

  .tfl-compare-table td br {
    display: none;
  }

  .tfl-price-cta {
    padding: 24px 18px;
  }
}



/* ======================
 トレーナー紹介
====================== */

.trainer-lead{
  max-width:820px;
  margin:0 auto 28px;
  text-align:center;
  line-height:1.9;
  color:#555;
  font-size:16px;
}

.trainer-section{
  margin:24px auto 56px;
  max-width:1280px;
}

.trainer-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}


/* ======================
 カード
====================== */

.trainer-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  border:2px solid #dcf3ed;
  box-shadow:0 8px 24px rgba(0,0,0,.04);
  transition:.25s;
}

.trainer-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.trainer-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}


/* ======================
 中身
====================== */

.trainer-content{
  padding:20px;
}


/* ======================
 肩書き
====================== */

.trainer-position{
  display:inline-block;
  padding:6px 14px;
  background:#dcf3ed;
  border-radius:999px;
  color:#2f8f78;
  font-size:13px;
  font-weight:700;
  margin:0 0 14px;
}


/* ======================
 名前
====================== */

.trainer-namebox{
  margin-bottom:10px;
}

.trainer-content h3{
  margin:0;
  line-height:1.2;
  font-size:26px;
  letter-spacing:.02em;
}

.trainer-en{
  display:block;
  margin-top:4px;
  font-size:15px;
  color:#777;
  font-weight:500;
  line-height:1;
}


/* ======================
 資格タグ
====================== */

.trainer-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0;
}

.trainer-tags span{
  background:#4a4f54;
  color:#fff;
  padding:8px 12px;
  border-radius:8px;
  font-size:12px;
  font-weight:700;
}


/* ======================
 説明
====================== */

.trainer-copy{
  margin:0 0 18px;
  color:#555;
  line-height:1.9;
  font-size:16px;
}


/* ======================
 メッセージ
====================== */

.trainer-message{
  margin:0;
  padding:16px;
  border-radius:14px;
  background:#edf9f6;
  color:#2f8f78;
  font-size:16px;
  font-weight:700;
  line-height:1.7;
}


/* ======================
 CTA
====================== */

.trial-section{
  margin-top:64px;
  padding:48px 28px;
  border-radius:20px;
  background:#edf9f6;
}


/* ======================
 WordPress空p対策
====================== */

.trainer-section p:empty{
  display:none;
}

.trainer-card > p{
  display:none;
}

.trainer-grid > p{
  display:none;
}

.trainer-content > p:empty{
  display:none;
}


/* ======================
 スマホ
====================== */

@media(max-width:1024px){

.trainer-grid{
  grid-template-columns:1fr;
  max-width:650px;
  margin:auto;
  gap:22px;
}

.trainer-card img{
  height:auto;
}

.trainer-content{
  padding:22px;
}

}


@media(max-width:480px){

.trainer-lead{
  font-size:15px;
}

.trainer-content h3{
  font-size:24px;
}

.trainer-copy{
  font-size:15px;
}

.trainer-message{
  font-size:15px;
}

}


/* ======================
 トップページのトレーナー紹介
====================== */
.top-trainer-section .el_scrollItem{
  background:#fff;
}

/* =====================
コメント
===================== */

.trainer-comment{
  margin:0 25px 22px;
  padding:18px 20px;

  background:#f8f9fa;
  border-radius:18px;

  color:#444;
  font-size:15px;
  font-weight:700;
  line-height:1.8;
}

.top-trainer-section .top-trainer-license{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 25px 18px;
}

.top-trainer-section .top-trainer-license span{
  display:inline-block;
  padding:8px 12px;
  background:#596168;
  color:#fff;
  border-radius:8px;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

/* ===== Access ===== */

.access-section{
  padding:70px 0;
}

.access-lead{
  max-width:820px;
  margin:0 auto 60px;
  text-align:center;
  font-size:16px;
  line-height:2;
  color:#333;
}

/* 見出し */

.access-info h2,
.access-map h2,
.access-photo h2{
  position:relative;
  font-size:28px;
  font-weight:700;
  margin:0 0 30px;
  padding-bottom:14px;
  color:#222;
}

.access-info h2::after,
.access-map h2::after,
.access-photo h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60px;
  height:4px;
  background:#6fa8dc;
  border-radius:999px;
}

/* 店舗情報 */

.access-info{
  margin-bottom:70px;
}

.access-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #e9ecef;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.access-table th,
.access-table td{
  padding:24px 28px;
  border-bottom:1px solid #eee;
  text-align:left;
  line-height:1.9;
}

.access-table tr:last-child th,
.access-table tr:last-child td{
  border-bottom:none;
}

.access-table th{
  width:180px;
  background:#f8f9fa;
  font-weight:700;
  color:#222;
}

.access-table td{
  background:#fff;
  color:#333;
}

/* Map */

.access-map{
  margin-bottom:70px;
}

.map-iframe{
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.map-iframe iframe{
  display:block;
  width:100%;
}

.map-note{
  margin-top:18px;
  text-align:center;
  font-size:14px;
  line-height:1.8;
  color:#666;
}

/* 写真 */

.access-photo{
  margin-bottom:70px;
}

.access-photo-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

.access-photo-item{
  text-align:center;
}

.access-photo-item img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.access-photo-item p{
  margin-top:12px;
  font-size:14px;
  color:#666;
}

/* SP */

@media(max-width:768px){

.access-section{
  padding:50px 0;
}

.access-lead{
  margin-bottom:45px;
  font-size:15px;
  line-height:1.9;
  text-align:left;
}

.access-info h2,
.access-map h2,
.access-photo h2{
  font-size:23px;
}

.access-info,
.access-map,
.access-photo{
  margin-bottom:55px;
}

.access-table{
  border-radius:14px;
}

.access-table th,
.access-table td{
  display:block;
  width:100%;
  padding:16px;
}

.access-table th{
  padding-bottom:6px;
  border-bottom:none;
}

.access-table td{
  padding-top:6px;
}

.map-iframe iframe{
  height:360px;
}

.access-photo-item img{
  max-height:360px;
}

}


/* ==========================
CTA全体
========================== */
.tfl-price-cta{
  margin:56px 0 0;
  padding:42px 24px;

  text-align:center;

  background:#eef8f6;
  border:1px solid #cce9e3;
  border-radius:18px;
}


/* ==========================
ラベル
========================== */
.tfl-price-cta__label{
  display:inline-block;

  margin:0 0 14px;
  padding:5px 14px;

  font-size:13px;
  line-height:1.5;
  color:#333;

  background:#fff;
  border-radius:999px;
}


/* ==========================
タイトル
========================== */
.tfl-price-cta__title{
  margin:0 0 16px;

  font-size:28px;
  font-weight:700;
  line-height:1.5;
  color:#222;
}


/* ==========================
説明文
========================== */
.tfl-price-cta__text{
  max-width:620px;

  margin:0 auto 22px;

  line-height:1.9;
  color:#333;
}


/* ==========================
価格表示
========================== */
.tfl-price-cta__price{
  margin:0 0 24px;

  line-height:1.8;
  color:#333;
}

.tfl-price-cta__price strong{
  font-size:26px;
  font-weight:700;
  color:#222;
}

.tfl-price-cta__price span{
  display:inline-block;

  margin-top:4px;

  font-size:14px;
  color:#666;
}


/* ==========================
CTAボタン
========================== */
.tfl-price-cta .btn{
  display:inline-block;

  margin-top:4px;
  padding:16px 34px;

  border-radius:999px;

  font-size:18px;
  font-weight:700;

  transition:.2s;
}

.tfl-price-cta .btn:hover{
  transform:translateY(-2px);
  opacity:.95;
}


/* ==========================
スマホ
========================== */
@media screen and (max-width:768px){

  .tfl-price-cta{
    margin-top:48px;
    padding:34px 18px;
  }


  .tfl-price-cta__label{
    margin-bottom:12px;
    font-size:12px;
  }


  .tfl-price-cta__title{
    margin-bottom:14px;
    font-size:23px;
  }


  .tfl-price-cta__text{
    margin-bottom:20px;
    text-align:left;
  }


  .tfl-price-cta__price{
    margin-bottom:22px;
  }


  .tfl-price-cta__price strong{
    font-size:23px;
  }


  .tfl-price-cta .btn{
    width:100%;
    max-width:280px;

    padding:15px 24px;

    font-size:17px;
  }

}

/* ==========================
体験ページ全体
========================== */
.trial-section{
  padding:40px 0 60px;
  background:#fff;
}

.trial-lead{
  margin:0 0 30px;
  font-size:16px;
  line-height:1.9;
  color:#333;
}


/* ==========================
上部CTA
========================== */
.trial-cta-box{
  margin:0 0 44px;
  padding:40px 24px;

  text-align:center;

  background:#eef8f6;
  border:1px solid #cce9e3;
  border-radius:18px;
}

.trial-cta-label{
  display:inline-block;

  margin:0 0 14px;
  padding:5px 14px;

  font-size:13px;
  color:#333;

  background:#fff;
  border-radius:999px;
}

.trial-cta-title{
  margin:0 0 18px;

  font-size:30px;
  font-weight:700;
  line-height:1.5;
  color:#222;

  text-wrap:balance;
}

.trial-cta-text{
  max-width:720px;

  margin:0 auto 18px;

  text-align:center;
  line-height:1.9;
  color:#333;
}

.trial-cta-price{
  margin:0 0 24px;

  line-height:1.8;
  color:#333;
}

.trial-cta-price strong{
  font-size:26px;
  color:#222;
}

.trial-cta-price span{
  font-size:14px;
  color:#666;
}

.trial-cta-button{
  display:inline-block;

  padding:16px 34px;

  border-radius:999px;

  font-size:18px;
  font-weight:700;

  transition:.2s;
}

.trial-cta-button:hover{
  transform:translateY(-2px);
  opacity:.95;
}

.trial-cta-note{
  margin:14px 0 0;

  font-size:13px;
  line-height:1.6;
  color:#777;
}


/* ==========================
各ブロック
========================== */
.trial-block{
  margin-bottom:44px;
}


/* ==========================
テーブル
========================== */
.trial-table{
  width:100%;
  border-collapse:collapse;
}

.trial-table th,
.trial-table td{
  padding:14px 16px;

  text-align:left;
  vertical-align:top;
  line-height:1.8;

  border-bottom:1px solid #e5e5e5;
}

.trial-table th{
  width:28%;

  font-weight:700;
  color:#222;

  background:#f7f7f7;
}

.trial-table td{
  color:#333;
}


/* ==========================
FAQ
========================== */
.trial-faq h3{
  margin:0 0 8px;
  padding:14px 16px;

  font-size:16px;
  line-height:1.6;
  color:#222;

  background:#f7f7f7;
  border-radius:10px;
}

.trial-faq p{
  margin:0 0 18px;
  padding:0 4px;

  line-height:1.9;
  color:#333;
}


/* ==========================
下部CTA
========================== */
.trial-bottom-cta{
  margin:52px 0 0;
  padding:36px 22px;

  text-align:center;

  background:#eef8f6;
  border-radius:18px;
}

.trial-bottom-cta p{
  margin:0 0 18px;

  text-align:center;
  line-height:1.9;
  color:#333;
}

.trial-bottom-cta .btn{
  display:inline-block;

  padding:14px 30px;

  border-radius:999px;

  transition:.2s;
}

.trial-bottom-cta .btn:hover{
  transform:translateY(-2px);
}

.trial-bottom-cta .trial-cta-note{
  margin:14px 0 0;

  font-size:13px;
  line-height:1.6;
  color:#777;
}


/* ==========================
スマホ
========================== */
@media screen and (max-width:768px){

  .trial-section{
    padding:32px 0 48px;
  }


  /* リード文 */
  .trial-lead{
    font-size:15px;
  }


  /* 上部CTA */
  .trial-cta-box{
    padding:32px 20px;
  }

  .trial-cta-label{
    font-size:12px;
  }


  /* タイトル */
  .trial-cta-title{
    margin-bottom:18px;

    font-size:24px;
    line-height:1.5;

    text-align:center;

    text-wrap:unset;
    word-break:keep-all;
  }


  /* 説明文 */
  .trial-cta-text{
    max-width:100%;

    margin:0 auto 18px;

    font-size:15px;
    line-height:2;

    text-align:left;

    text-wrap:unset;
    word-break:keep-all;
  }


  /* 価格 */
  .trial-cta-price strong{
    font-size:23px;
  }


  /* ボタン */
  .trial-cta-button{
    width:100%;
    max-width:280px;

    padding:15px 24px;

    font-size:17px;
  }


  /* テーブル */
  .trial-table th,
  .trial-table td{
    display:block;
    width:100%;

    padding:12px 14px;
  }

  .trial-table th{
    border-bottom:none;
  }


  /* FAQ */
  .trial-faq h3{
    font-size:15px;
  }


  /* 下部CTA */
  .trial-bottom-cta{
    padding:30px 18px;
  }

  .trial-bottom-cta p{
    text-align:center;
  }

}


/* ==========================
料金ページのキャンペーン部
========================== */
.tfl-price-basic__note{
  margin-top:24px;
  padding:22px 20px;
  border-radius:16px;
  background:#f4faf8;
  text-align:center;
  margin-bottom:0;
}

.tfl-price-basic__note > span:first-child{
  display:block;
  margin-bottom:10px;
  color:#60caad;
  font-size:.9em;
  font-weight:600;
  letter-spacing:.05em;
}

.tfl-price-basic__note-text{
  display:block;
  color:#2f8f78;
  font-size:1.15em;
  font-weight:700;
  line-height:1.6;
}


/* ==========================
オープン記念キャンペーン記事
========================== */
.tfl-campaign-cards{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:24px;
	margin:2em 0;
}

.tfl-campaign-card{
	padding:32px 24px;
	border:2px solid #dcf3ed;
	border-radius:20px;
	background:#fff;
	text-align:center;
}

.tfl-campaign-card__label{
	display:inline-block;
	padding:6px 14px;
	margin-bottom:14px;
	background:#edf9f6;
	color:#60caad;
	font-weight:700;
	border-radius:999px;
	font-size:13px;
}

.entry-content .tfl-campaign-card h3{
	margin:0 0 12px;
	padding:0;
	border:none;
	font-size:1.4em;
}

.tfl-campaign-card__price{
	margin-bottom:16px;
	color:#60caad;
	font-size:2.3rem;
	font-weight:700;
	line-height:1;
}

.tfl-campaign-cta{
	margin:3em 0;
	padding:40px 24px;
	background:#edf9f6;
	border-radius:20px;
	text-align:center;
}

.tfl-campaign-cta__label{
	display:inline-block;
	padding:5px 14px;
	margin-bottom:14px;
	background:#fff;
	border-radius:999px;
	font-size:13px;
	font-weight:700;
}

.entry-content .tfl-campaign-cta h3{
	margin:0 0 16px;
	padding:0;
	border:none;
	font-size:1.8em;
}

@media(max-width:768px){

.tfl-campaign-cards{
	grid-template-columns:1fr;
}

.tfl-campaign-card{
	padding:24px 18px;
}

.tfl-campaign-card__price{
	font-size:2rem;
}

.entry-content .tfl-campaign-cta h3{
	font-size:1.4em;
}

}


/* ==========================
トップページの「textonショートコード部」をHTML化
========================== */
.tfl-texton{
  position:relative;
}

.tfl-texton img{
  display:block;
  width:100%;
  height:auto;
}

.tfl-texton-title{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#fff;
  font-size:32px;
  font-weight:700;
  text-shadow:0 2px 8px rgba(0,0,0,.4);
}