.top-h1-write {
    max-width: 600px!important;
    margin: 0 auto;
    padding: 3px 10px 1px;
}

.top-h1 {
	background: var(--navy)!important;
	color: #fff;
}

p:empty {
display: none!important;
}

/*幅調整*/
.col1 .keni-main .keni-section_wrap {
	max-width: 600px;
	overflow-x: hidden;
	padding: 0;
}

.keni-gnav_wrap,
.keni-header_inner {
	display: none;
}
.keni-main_inner {
    padding: 0!important;
}


@media (max-width:768px) {
.keni-main .keni-section_wrap {
	width:100%;
	margin:0 auto;
	padding: 0 5%;
}
}

a:hover {
	opacity: 0.8;
}

/*枠外背景*/
.keni-main_inner  {
	overflow: hidden;
	background-image:url(https://slimo.welneseikotu.xyz/wp-content/uploads/2024/06/pc_bg-scaled.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.keni-section {
	background: #ffffff!important;
	font-family: 'Noto Sans JP', sans-serif;
}

/*折り返し調整*/
.br-auto {
	display:inline-block;
}

/*デフォルトのCSS消去*/
h2 {
margin-top:0!important;
margin-bottom:0!important;
padding:0!important;
}

h3 {
margin:0!important;
padding:0!important;
border-top: none!important;
border-bottom: none!important;
}

/*改行SP  */
.pc_br {
    display: none;
}
.sp_br {
    display: block;
}

/*改行  */
.pc_br {
    display: block;
}

.sp_br {
    display: none;
}
@media screen and (max-width: 768px) {
.sp_br {
display: block;
}
.pc_br {
display: none;
}
}

.section_inner{
width: 90%!important;
margin: 0 auto;
}

ul {
	list-style: none;
	padding: 0!important;
	margin: 0 auto!important;
}
.behind-article-area {
    margin-top: 0!important;
}

.keni-section_wrap {
	margin-bottom: 0!important;
}

/*カラー  */
:root {
	--beige_bg: #FFF7ED;
	--red: #C1272D;
	--gold: #987500;
	--navy: #183D55;
	--green: #86B5B6;
	--yellow: #FFFF00;
	--pink: #E36469;
	
	--noto:font-family: 'Noto Sans JP', sans-serif;
	--zen:font-family: 'Zen Old Mincho', serif;
	--hiragino:font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
}

/*---------------------------------------PC表示のCSS---------------------------------------  */
/*FV*/
.fv {
	
}

.beige_bg {
	background: var(--beige_bg);
	padding-top: 40px;
}
/*FV直下　コンテンツ  */
/*両サイドスラッシュ  */
.slash-deco {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 450px;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
}

.slash-deco p {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

.slash-deco p::before, .slash-deco p::after {
    position: absolute;
    top: 0.8rem;
    height: 5rem;
    content: '';
}

.slash-deco p::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}

.slash-deco p::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}
.slash-deco p span,.red_moji {
    color: #C1272D;
    font-weight: 600;
}
/*両サイドスラッシュここまで  */

/*イエローアンダーライン*/
.yellow_un {
background:linear-gradient(transparent 60%, #ff6 60%);
}



.red_babd_white {
	display: inline-block;
	color: white;
	font-weight: bold;
	background: #c2292f;
	padding: 1rem;
}


/*セミナーリスト  */
.seminar_list {
	margin-top: -50px;
	padding-bottom: 60px;
}

.seminar_list_h2 {
	font-family: var(--hiragino)!important;
	font-weight: bold;
	font-size: 28px!important;
	color: #333;
	text-align: center!important;
	background: transparent!important;
	position: relative;
	top: 20px;
	z-index: 100;
}

.list_white_bg {
	background: #fff;
	padding: 40px 20px 20px 0;
	border-radius: 40px;
	border: 2px solid #333;
	z-index: 10;
	position: relative;
}

.list_white_bg::before {
  content: "";
  width: 400px;
  height: 2px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.list_white_bg ul li {
  padding-left: 40px; 
  position: relative;
  margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
}

.list_white_bg ul li::before {
  content: url('https://slimo.welneseikotu.com/wp-content/uploads/2024/06/check.webp'); 
  position: absolute;
  left: 0;
  top: 0;
  width: 30px; 
  height: 30px; 
}

.list_white_bg ul li span {
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}

.yoyaku_btn {
	margin-top: 20px;
	padding-bottom: 40px;
}

/*今なら３大特典  */
.present {
	background: var(--beige_bg);
}

.tokuten_ttl_01,
.tokuten_ttl_02,
.tokuten_ttl_03 {
	font-size: 36px;
	font-weight: bold!important;
	color: var(--red)!important;
	text-align: center;
	font-family: var(--zen)!important;
	background-repeat: no-repeat!important;
	background: transparent;
	padding: 30px !important;
	line-height: 1.3;
}

.tokuten_item img {
	padding-left: 5px;
}

.tokuten_ttl_01,
.tokuten_ttl_02,
.tokuten_ttl_03 {
background-repeat: no-repeat;
background-size:100% 100%;
}

.tokuten_ttl_01 {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/0001.webp);
}

.tokuten_ttl_02 {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/0002.webp);
}

.tokuten_ttl_03 {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/0003.webp);
}

.h2_present_ttl {
    text-align: center !important;
    color: #333 !important;
    background: transparent;
    background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/wave_bg.webp);
    background-repeat: no-repeat;
    padding: 23px 0 !important;
    font-size: 26px;
    line-height: 1;
}

.big_ttl {
	display: inline-block;
	color: var(--gold);
	font-size: 40px;
	
}
.big_ttl::first-letter {
	font-size: 1.6em!important;
}

.slash-text {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}

.slash-text::before {
	content: "＼";
	margin-right: 10px;
}
.slash-text::after {
	content: "／";
	margin-left: 10px; 
}

.tokuten {
	
}

.tokuten_item {
	
}

.tokuten_item li {
	margin-bottom: 30px;
}

.tokuten_item h2 {
	
}

/* 院長紹介 */
.figure {
	margin: 0;
}

.introduction {
	background: var(--navy);
	padding: 60px 0 10px;
}

.incho_img {
	text-align: center;
}

.introduction_ttl,
.introduction_name,
.ruby {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.introduction_ttl {
	font-size: 24px;
	margin-bottom: 0!important;
}

.introduction_name {
	font-size: 26px;
}

.ruby {
	font-size: 16px!important;
}

.introduction_comment {
	color: #fff;
	text-align: justify;
}

.introduction_comment p {
	font-size: 18px;
}

/*こんなお悩みありませんか？  */
.black_bg {
	background: #333;
	padding: 60px 0;
}

.nayami {
	background: var(--green);
	padding: 40px 0px 20px 0!important;
	border-radius: 40px;
}

.nayami h2 {
    background: transparent;
    text-align: center;
    font-size: 40px;
    color: var(--yellow);
    margin-bottom: 20px !important;
    line-height: 1.2;
}

.nayami ul,
.uriage ul {
  list-style: none; 
  padding: 0;
}

.nayami {
	background: var(--green);
	padding: 40px 20px 20px 0;
	border-radius: 40px;
}

.nayami ul li,
.uriage ul li {
  padding-left: 40px; 
  position: relative;
  margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
	color: #fff;
	padding-right: 20px;
}

.nayami ul li::before,
.uriage ul li::before {
  content: url('https://slimo.welneseikotu.com/wp-content/uploads/2024/06/square.webp'); 
  position: absolute;
  left: 0;
  top: 0;
  width: 30px; 
  height: 30px; 
}

.nayami ul li span,
.uriage ul li span {
  display: block;
  border-bottom: 1px solid #fff;
	padding-top: 5px;
  padding-bottom: 5px;
}

/*１人治療院　売上  */
.navy_bg {
	background: var(--navy);
	padding: 60px 0;
}

.uriage {
	background: var(--navy);
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/sejyutu_bg.webp);
	background-size: cover;
	padding-top: 40px;
	border-radius: 40px;
}

.uriage ul {
	padding:20px 20px 20px 0 !important;
}

.uriage h2 {
	text-align: center;
	font-size:40px;
	color: var(--navy);
	background: #fff;
	padding: 20px 0!important;
	margin: 30px;
	line-height: 1.3;
}

/*ご安心ください  */
.weve_bg {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/BG-e1717564103771.webp);
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding: 40px 10px;
	text-align: center;
}

.red_un,
.red_square,
.red_font {
	text-align: center;
	font-weight: bold;
	margin: 0!important;
}

.red_un {
	display: inline-block;
	font-size: 40px;
	border-bottom: 10px solid var(--red);
	padding-bottom: 2px; 
	text-align: center;
	margin: 0 auto;
}

.red_square {
	font-size: 34px;
	background: var(--red);
	color: #fff;
	padding: 10px;
	display: block;
	margin: 20px 190px!important;
}

.red_font {
	font-size: 34px;
	color: var(--red);
	
}

.red_font span {
	color: #333;
}

/*明朝フォント  */
.highlight,
.highlight-large,
.diet_txt h3,
.diet_txt p {
	font-family: "Hiragino Mincho Pro", serif;
}

/*30分5万円　バナー  */
.highlight {
  background-color: var(--red);
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff; 
  text-align: center;
  margin: 0 auto;
	display: block;
}

.highlight span {
    color: #fff;
    font-size: 36px;
    display: inline-block;
	margin-top: 5px;
}

.highlight-large {
  color: #FEEFD9;
  font-size: 3em;
  border-bottom: 1px solid #fff; 
  padding-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.up::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  pointer-events: none;
}

.up {
	padding: 20px;
	position: relative;
	border: 5px solid #fff;
	border-width: 1px;
	box-sizing: border-box;
	background: linear-gradient(188deg, rgb(58, 89, 110) 0.00%, rgb(25, 62, 86) 100.00%);
	text-align: center;
}

.red_ttl {
    background: var(--red);
    display: inline-block;
    color: #fff;
    padding: 10px;
    margin-right: 13px;
	margin-top: 30px;
}

.b_fs {
	font-size: 1.5em!important;
}

/*ダイエット整体お客様　ビフォーアフター  */
.diet_cv {
	padding-bottom: 40px;
}

.diet_ba_img {
}

.diet_ttl {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: var(--pink);
	border-radius: 80px;
	padding: 10px 0!important;
	line-height: 1.3;
	margin-bottom: 40px!important;
}

.photo {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.diet_txt p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0!important;
	text-align:justify;
}

.diet_txt {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/BA_bg02-scaled.webp);
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding: 0 20px 20px 20px !important;
	margin-bottom: 30px;
	position: relative;
}

.diet_txt h3 {
    color: #FFCB73 !important;
    background: transparent;
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px 0 !important;
    padding-top: 10px !important;
}



.diet_txt::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 170px;
    height: 60px;
    border-bottom: 2px solid #FFCB73;
    border-right: 2px solid #FFCB73 !important;
}

/*推薦者  */
.recommend h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: var(--navy);
	background: #fff;
	padding: 10px 0!important;
	margin-bottom: 40px !important;
}

.recommend_name {
	text-align: center;
	font-weight:bold;
	font-size: 26px;
	color: #fff;
}

.recommend_txt {
	font-size: 18px;
	color: #fff;
	text-align: justify;
}

.recommend_img {
	margin: 0 auto;
	text-align: center;
}
.recommend_img img {
	width: 50%;
	margin-bottom: 10px;
}

.recommend_area {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

/*推薦者　画像並び  */
.navy_bg_recommend {
	background: var(--navy);
	padding: 10px 0;
	margin-top: -60px;
}

.img_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommend_flex_item {
	width: 48%;
}

.recommend_flex_item p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px!important;
	margin-bottom: 0;
}

.keni-copyright {
	text-align: center;
}

/*フッターボタン*/
.footer-btn {
    display: block;
    position: fixed;
    bottom: 6px;
    right: 10px;
    width: 400px;
    z-index: 1000;
    transition-duration: 0.6S;
}

.footer-btn a {
    line-height: 0em;
}

/*---------------------------------------SP表示のCSS---------------------------------------  */
@media screen and (max-width: 768px) {
/*セミナーリストSP、  １人治療院売上SP  */
.seminar_list_h2,
.uriage h2 {
	font-size: 22px!important;
}

.list_white_bg::before {
  content: "";
  width: 80%;
  height: 2px;
  top: -2px;
 }

.list_white_bg ul li {
  padding-left: 40px; 
	padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}

.list_white_bg ul li::before {
  content: url('https://slimo.welneseikotu.com/wp-content/uploads/2024/06/check.webp'); 
  position: absolute;
  left: 0;
  top: 0;
  width: 30px; 
  height: 30px; 
}

.list_white_bg ul li span {
    display: inline;
    border-bottom: none; 
  }
  .list_white_bg ul li {
    border-bottom: 1px dashed #ccc; 
  }
	
/*３大特典SP  */
.tokuten_ttl_01,
.tokuten_ttl_02,
.tokuten_ttl_03 {
	font-size: 22px;
	padding: 20px !important;
	line-height: 1.3;
	background-size: 100%;
}
	
/* 院長紹介SP */
.incho_img {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.introduction_ttl {
    font-size: 22px;
    margin-top: 10px;
}
	
.introduction_name {
    font-size: 26px;
}
	
/*こんなお悩みSP、１人治療院売上SP  */
	.nayami h2 {
    font-size: 30px;
   }
	
	.nayami,
	.uriage {
		border-radius: 20px;
	}
	
	.nayami ul li span,
	.uriage ul li span {
    display: inline; 
    border-bottom: none!important; 
  }
	
.nayami ul li,
.uriage ul li {
	border-bottom: 1px solid #fff; 
	padding-bottom: 10px;
	font-size: 18px;
	padding-left: 20px;
	margin-right: 20px !important;
}
	
.uriage {
	background-image: url(https://slimo.welneseikotu.com/wp-content/uploads/2024/06/sejyutu_bg.webp)center;
	background-size: cover;
	border-radius: 20px;
}

.uriage ul {
    padding: 20px 0px 20px 0 !important;
}
	
/*30分5万円　バナーSP  */
up {
    padding: 50px 20px 20px 20px;
}
	
.red_un {
    font-size: 34px;
}
	
.red_square {
    font-size: 30px;
    padding: 10px;
    margin: 20px 70px !important;
}
.red_font {
    font-size: 30px;
}
	
.highlight-large {
    font-size: 2em;
    line-height: 1.3;
}

.highlight span {
    margin-bottom: 10px;
}
	
/*ダイエット整体お客様　ビフォーアフターSP  */
	.diet_ttl {
    font-size: 24px;
    margin-bottom: 40px !important;
}
	
.diet_txt h3 {
    font-size: 23px;
}
	
.diet_txt p {
	font-size: 18px;
	text-align: justify;
}
	
/*推薦者SP  */
	.recommend_img img {
    width: 60%;
}
	
	.recommend_name {
		font-size: 22px;
	}

/*フッターボタンSP  */
.footer-btn {
        bottom: -1%;
        right: 0%;
        width: 100%;
        z-index: 100;
    }
/*スラッシュあしらいSP  */
	.slash-deco {
    margin: 0 auto;
    display: flex
;
    justify-content: center;
    flex-direction: column;
    width: 310px;
    height: 70px;
    padding: 0 0px;
    box-sizing: border-box;
}
	.slash-deco p {
    font-size: 24px;
}
	.sp_setumei {
        font-size: .9em !important;
    }
	
}/*mediaスクリーン　閉じタグ 	 */

/*３大特典  */
.tokuten_ttl_01,
.tokuten_ttl_02,
.tokuten_ttl_03,
.present h2 {
font-family: 'Zen Old Mincho', serif!important;
font-weight: bold!important;
text-align: center!important;
}

/*３大特典SP  */
@media screen and (max-width: 768px) {
.tokuten_ttl_01,
.tokuten_ttl_02,
.tokuten_ttl_03 {
	font-size: 22px;	
}	
}


/*動画*/
.movie {
	background: white;
	padding-bottom: 4rem;
}


.movie h2 {
	color: #333;
	font-size: 28px;
	padding: 1rem!important;
	text-align: center;
	line-height: 1.4;
	background: white;
	padding-top: 3rem!important;
}

.movie h2 span {
	color: var(--red);
	font-size: 140%;
	background:linear-gradient(transparent 60%, yellow 60%);
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.iframe-wrapper {
	margin: 1.5rem;
}

.movie p {
	margin: 3rem 3.4rem 0;
	border: solid 4px #f8e58c;
	padding: 2rem;
	font-weight: 600;
	outline: 0.5rem solid #f8b862;
	color: #707070;
}


/*2024-10*/
/*完全公開中*/
p.up-text1 {
	color: white;
	margin-bottom: 0!important;
	font-family:"Hiragino Mincho Pro", serif;
	font-size: 2.8rem;
	padding: 2rem 0 1rem;
}

.highlight {
	padding-bottom: 2.5rem;
	line-height: 1.4;
}

.highlight-large {
	border: none;
	padding-bottom: 0;
}

.red_ttl {
	padding:0 1rem;
}

/*さらに今なら*/
.seminar_list p {
	padding: 20px 0 0 20px;
	margin-bottom: 0!important;
	font-size: 2.4rem;
	text-align: center;
}

.seminar_list p span {
	color: var(--red);
	font-weight: 600;
}

@media (max-width: 768px) {
	/*完全公開中*/
	p.up-text1 {
		font-size: 2rem;
		padding: 1rem 0 0.5rem;
	}

	.highlight span {
		font-size: 2.4rem;
	}
	
	.highlight {
		padding-bottom: 1rem;
	}

	p.highlight {
		margin-bottom: 1.6rem!important;
	}
	
	p.highlight-large {
		margin-bottom: 1rem!important;
	}
	
	/*さらに今なら*/
	.seminar_list p {
		font-size: 2rem;
	}
}

/*2025-02*/
/*パターン2-34万が700万*/
.up-2 {
	background: -moz-linear-gradient(bottom, #93cef9, #D8EEFD);
	background: -webkit-linear-gradient(bottom, #93cef9, #D8EEFD);
	background: linear-gradient(to top, #93cef9, #D8EEFD);
	position: relative;
}

.up-2 p.up-text1 {
	color: navy;
	font-weight: 600;
}

.up-2 p.highlight-large {
	color: yellow;
	font-weight: 600;
}

.up-2:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 2px solid navy;
	pointer-events: none;
}

.up-2 .highlight {
	border-bottom: solid 1px navy;
}




/*
==================================
========　サロン向けLP　============
==================================
*/

.introduction-salon {
	background: -moz-linear-gradient(top, #FFD6D6, #FF8585);
	background: -webkit-linear-gradient(top, #FFD6D6, #FF8585);
	background: linear-gradient(to bottom, #FFD6D6, #FF8585);
}

.salon-problem {
	padding-block: 4rem;
	background: #FFD6D6;
}

.salon-problem .nayami {
	background: var(--beige_bg);
}

.salon-problem .nayami ul li {
	color: #666;
	line-height: 1.3;
}

.salon-problem .nayami ul li span {
	border: none;
}

.salon-problem .nayami h2 {
	color: #FF8585;
}

.salon-problem .nayami ul li:before {
	display: none;
}

.salon-problem .nayami ul li:before, .salon-uriage .uriage ul li:before {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 1rem;
	top: 0.6em;
	content: "";
	background: #666;
}

.salon-uriage {
	background: #D6D8D4;
	padding-block: 4rem;
}

.salon-uriage .uriage h2 {
	color: #FF8585;
	background: #f5f5f4;
}

.salon-uriage .uriage {
	color: #666;
	background: #f5f5f4;
}

.salon-uriage .uriage ul li {
	color: #666;
	line-height: 1.3;
}

.salon-uriage .uriage ul li span {
	border: none;
}

.up-salon {
	background: -moz-linear-gradient(top, #FF8585, #ffb1b1);
	background: -webkit-linear-gradient(top, #FF8585, #ffb1b1);
	background: linear-gradient(to bottom, #FFD6D6, #FF8585);
}


.page-id-426 .top-h1 {
	background-color: #ffb1b1!important; 
}

.salon-relief {
	padding-block: 6rem;
	color: #666;
}

.salon-relief .red_un {
	border-bottom: 10px solid #FF8585;
}

.salon-relief .red_square {
	background: #FF8585;
}

.salon-relief .red_font {
	color: #FF8585;
}

.salon-relief .red_font span {
	color: #666;
}

.salon-movie h2 {
	color: #666;
}

/*サロンーさらに今なら*/
.salon-seminar_list .seminar_list_h2, .salon-seminar_list ul, .salon-seminar_list p {
	color: #666666;
}

.salon-seminar_list .list_white_bg {
	border: 2px solid #666666;
}

@media (max-width: 768px) {
	.salon-problem .nayami ul li:before, .salon-uriage .uriage ul li:before {
		left: 0;
		top: 0.3em;
	}
}