.site-title,
.keni-header_cont {
    display: none;
}
.top-h1 {
    background: #004D40!important;
    color: #fff;
}
.top-h1-write {
    max-width: 600px!important;
}

.keni-header_outer {
	display: none;
}


/*目次非表示  */
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
    display: none!important;
}

/* 自動<p>タグの非表示 */
p:empty {
    display: none;
}

/* 自動<p>タグの非表示 */

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

@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( http://sunpersonal.seitai-works.xyz/wp-content/uploads/2024/05/AdobeStock_649785006-scaled.jpeg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.keni-section {
	background: #ffffff!important;
}

.h1_title {
    width: 100%;
    margin: 0 auto;
}

.h1_title h1 {
    display: inline-block;
    width: 600px;
    margin-left: calc(50% - 300px);
    color: #fff;
}

.aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 0em !important;
    margin-left: auto;
}

/* pc時の全体幅 */
.col1 .keni-section_wrap {
	max-width: 600px!important;
}

.keni-main_inner {
	padding: 0px 0!important;
}

.keni-container,.fn-keni-container{
	padding-bottom: 0!important;
}

.keni-main .keni-section_wrap {
	padding: 0px 0px!important;
	margin: 0;
}

img{
	width: 100%;
}

/*SPのみ改行  */
.sp_br {
	display: none;
}

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

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

	.pc_br {
	display: none;
	}
	}

/*デフォルトのCSS消去*/
p {
    font-size: 18px !important;
    font-family: var(--hiragino);
}

ul {
	margin: 0!important;
	list-style: none;
}

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

/*カラー  */
:root {
	--beige_bg: #FAF8F2;
	--light_yellow_bg: #FFFEF4;
	--pink: #FF93AA;
	--black: #333;
	--yellow: #FFF746;
	--yellow_bg: #FFFAE2;
	--red: #EB6A6F;
	--green: #C1C639;
	--dark_green_font: #1F4925;
	--smoke_green: #799D7F;
	--main_font: #40220F;
	--font_red: #C95252;
	--font_dark_red: #73454E;
	--peacock_green: #009992;
	--gothic: font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
	--mincho: font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
	--hiragino: font-family: 'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
	--maru: font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",sans-serif!important;
}

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

/*FV*/
.fv,
.offer,
.photo {
padding-bottom: 20px;
}

h2,
.h2_training {
	text-align: center!important;
}

h2 {
	background: #004D40!important;
}
.h2_training {
	background: #A91D3A!important;
}

h3,
.h3_ttl {
	border-top: 0px!important;
	text-align: center!important;
}

h3 {
	border-bottom: 2px solid #004D40!important;
	color: #004D40!important;
}

.h3_ttl {
	border-bottom: 2px solid #A91D3A!important;
	color: #A91D3A!important;
}


/* 悩みリスト */
.nayami_list,
.training_list {
	margin-bottom: 20px;
}

.nayami_list li::before,
.symptoms li::before,
.training_list li::before {
    content:  "";     
    width:  15px;               
    height:  15px;              
    display:  inline-block;     
    border-radius:  50%;      
	margin-right: 5px;
}

.nayami_list li::before,
.symptoms li::before {
    background-color: var(--green);
}

.training_list li::before {
	background-color: #C73659;
}


/*施術の流れ  */
.flow,
.flow_training {
	margin-bottom: 40px;
}

.flow li,
.flow_training li {
	margin: 20px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	position: relative;
	padding: 20px;
}

.flow li {
	background: var(--smoke_green);
	color: #fff;
}

.flow_training li {
	background: #EEEEEE;
	color: #C73659;
}

.flow li::after,
.flow_training li::after {
	position: absolute;
    bottom: -55%;
    left: 50%;
    transform: translatex(-50%);
    content: '';
    border: 23px solid transparent;
}

.flow li::after {
	border-top: 14px solid var(--green);
}

.flow_training li::after {
	border-top: 14px solid #A91D3A;
}

.flow li:last-child::after,
.flow_training li:last-child::after {
content: none!important;
}

/*こんな症状  */
.symptoms ul {
	margin-bottom: 20px!important;
}

/*お客様の声  */
.voice {
	background: var(--beige_bg);
	padding-bottom: 40px;
}

.voice ul {
	list-style: none;
}

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

.voice_img {
	width: 30%;
}

.voice_txt {
	width: 65%;
}
.voice_txt p {
	width: 98%;
	margin: 0 auto;
}
.voice li {
	background: var(--light_yellow_bg);
	padding: 20px 0;
	border-radius: 20px;
	margin: 40px 0;
}

/* 料金について */
.price span,
.table_price span,
.announce {
	font-size: 12px;
}

.announce  {
	padding-right: 20px;
	margin-bottom: 0!important;
	text-align: right;
}

/*よくある質問  */
.yellow_bg,
.training_yellow_bg {
	background: var(--yellow_bg);
	margin-bottom: 20px;
}

.training_yellow_bg {
	padding: 30px 0;
}

/*よくある質問のタイトル、アクセス情報のタイトル  */
.faq_ttl {
	text-align: center;
	color: #fff;
	font-family: var(---maru);
	font-weight: bold;
	font-size: 22px!important;
	padding: 20px 0!important;
	margin-top: 20px!important;
}

.faq_ttl {
	background: #004D40!important;
}

.faq_inner {
	list-style: none;
	
}

.faq_inner li {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	
}

.q_txt,
.a_txt {
	position:relative;
	margin-bottom: 10px!important;
	padding-left: 30px !important;
}

.q_txt {
	color: var(--font_red);
	font-size: 18px;
	font-weight: bold;
}

.a_txt {
	color: var(--font_dark_red);
	font-size: 17px;
	line-height: 1.5;
}

.q_txt::before,
.a_txt::before {
	position: absolute;
	width: 25px;
   height: 25px;
   left: 0px;
	line-height: 1;
}

.q_txt::before {
	content: "Q";
	color: #fff;
	background: var(--font_red);
	font-weight: bold;
	padding: 1px 4px;
	top: 4px;
}

.a_txt::before {
	content: "A";
	color: var(--font_dark_red);
	background: #fff;
	font-weight: bold;
	border: 1px solid var(--font_dark_red);
	padding: 2px 5px;
	top: 1px;
}

/*アクセス情報  */
.center {
	text-align: center;
}
.access {
	
}

.access_ttl {
	background: var(--peacock_green)!important;
}

.access_info td,
.training_access_info td,
.access_info th,
.training_access_info th {
	text-align: left; 
	vertical-align: middle; 
	font-size: 1.6rem;
	padding: 20px;
	border-right: none;
	border-bottom-width: 2px;
	background-color: #fff;
}

.access_info tr:first-child,
.training_access_info tr:first-child {
    border-top: 1px solid #4D4D4D !important;
}

.access_info tr,
.training_access_info tr {
	border-bottom: 1px solid #4D4D4D!important;
}

.access_info th,
.access_info td,
.training_access_info th,
.training_access_info td {
	padding: 24px 0;
	border: none;
	background-color: #fff;
	
}

.access_info th,
.training_access_info th {
	text-align: left;
	font-size: 20px;
	width: 20%;
	
}

.access_info th {
	color: var(--peacock_green);
}

.training_access_info th {
	color: #A91D3A;
}

.access_info td,
.training_access_info td {
	font-size: 18px;
	padding-left: 10px;
	align-items: middle!important;
}


.map {
	padding-bottom: 30px;
}

/*フッターボタン*/
.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;
}

@media screen and (max-width: 768px) {
/*お客様の声SP  */
	.flex_voice {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;　
		width: 90%!important;
		margin: 0 auto!important;
	}

	.voice_img {
		width: 100%;
	}
	.announce {
		padding-left: 20px;
		text-align: left;
	}

	.voice_txt {
		width: 90%;
		margin: 0 auto;
	}
	
/* よくある質問SP */
	.q_txt {
	color: var(--font_red);
	font-size: 1.7rem;
	font-weight: bold;
}
	
/*アクセスSP  */
	.access_info th,
	.training_access_info th {
		width: 30%;
	}
	
	
/* フッターボタンSP */
	.footer-btn {
        bottom: 0%;
        right: 0%;
        width: 100%;
        z-index: 100;
    }



		
	}
















