@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


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

.keni-header_inner{
   display: none !important;
}
.keni-gnav_inner{
   display: none !important;
}

.keni-gnav_wrap{
   display: none !important;
}

.col2r .keni-main{
   padding: 0 !important;
}

.keni-main_outer{
   max-width: 100% !important;
}

.behind-article-area{
   margin: 0 !important;
}

.keni-sub{
   display: none !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;
}
p{
	font-size: 1.5rem!important;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

.top-h1 {
  background: #F7F2EC !important;
}
.top-h1 {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px){
.h1_title h1 {
    width: 100%;
    margin-left: calc( 50% - 48%);
}
p{
	font-size: 1.4rem!important;
}
	.section_inner p{
		font-size: 1.4rem!important;
	}
.pc{
	display: none;
}
.sp{
	display: block;
}
}
.col1 .keni-section_wrap {
    max-width: 600px!important;
}
.keni-main_inner {
    padding: 0px 0!important;
}
.keni-container,.fn-keni-container{
	padding-bottom: 0!important;
}
/* pc時の全体幅 */
.keni-main .keni-section_wrap {
   padding: 0px 0px!important;
	margin: 0;
}
img{
	width: 100%;
}
.section_inner{
	width: 90%;
	margin: 0 auto;
}

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

.col1 .keni-section_wrap {
    max-width: 600px!important;
}

/* pc時の全体幅 */
.keni-main .keni-section_wrap {
    padding: 0px 0px!important;
	margin: 0;
margin-inline: auto;
}

.footer-btn a img{
width: 100%;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
.sp {
  display:block;
}
}

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

/*ba画像の調整*/
.aligncenter{
margin-bottom: 0 !important;
}




#frontpage_section{
	width: 100%;
	padding: 100px;
	background-color: #fdefef;
}
.frontpage_inner h2{
	text-align: center;
	color: #eb637d!important;
	background: transparent!important;
}
.front-page-section{
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.pattern{
	width: 30%;
	transition: 0.5s;
	margin-top: 5%;
}
.pattern img{
	transition: 0.5s;
}
.pattern img:hover{
	transform:scale(1.1,1.1);
}
.pattern h3{
	border: none;
	margin: 0;
	background-color: #eb637d;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-radius: 50px;
	padding: 5px 0;
}
@media (max-width: 1024px){
	#frontpage_section{
		width: 100%;
		padding: 10px;
		background-color: #fdefef;
	}
	.pattern{
		width: 90%;
		transition: 0.5s;
		margin: 5% auto;
	}
}

.new_template{
	position: relative;
}
.new_template::before{
	position: absolute;
	content:"";
	background: url(./images/new.svg);
	background-size: cover;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	z-index: 5;
}
@media screen and (min-width:500px) and (max-width:1024px){
	.new_template::before {
		top: 1%;
		right: 7%;
		width: 65px;
		height: 65px;
		z-index: 5;
	}
}



:root {
	--gold: #CBA865;
	--red:#C32525;
}

h1{
    color: #4D4D4D!important;
	  font-size:13px!important;
}

.h1_title {
	background: #F7F2EC
}

body {
	 font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif!important;
	 color:#6a6a6a!important;
}

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

@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://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/diet3-bg-scaled.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

/*SPのみ改行*/
@media (min-width: 768px){
.br_sp {
display: none!important;
}
}

/*PCのみ改行*/
@media (max-width: 768px){
.br_pc {
display: none!important;
}
}

/*タイトル文字調整*/
h2 {
  margin-top:0!important;
  margin-bottom:0!important;
  padding:0!important;
  background:none!important;
  border:none!important;
}

h3 {
   margin:0!important;
   padding:0!important;
	border:none!important;
	font-size:32px!important;
}

@media (max-width: 768px){
	h3 {
		font-size:6.05vw!important;
	}
}


p {
color:#6a6a6a;!important;
}

p:empty{
display: none!important;
}

/*FV*/
.fv {
	background: white;
}

/*キャンペーン*/
.campaign {
	background: white;
}

/*運動は苦手*/
.nigate {
  background:#F7F2EC;
  padding:40px 0;
}

.nigate_text {
  color:var(--gold);
  font-size:50px;
  text-align:center;
  font-family: 'Zen Old Mincho', serif;
  line-height:1.2;
  font-weight:700;
}

/*下向き矢印*/
.arrow_box {
  color:#ffffff;
  font-size:26px;
  font-weight:bold;
  text-align:center;
  padding:20px 0;
  background:#E2ABA3;
  position:relative!important;
}

.arrow_box-small {
	font-size:24px;
}

.arrow_box-margin {
	margin-top:40px;
}

.arrow_box-margin-b {
	margin-bottom:40px;
}

.arrow_box::after {
  position:absolute;
  content:"";
  bottom:-16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 17px solid #E2ABA3;
  border-bottom: 0;
  z-index:100;
}

.h2_nigate h2 {
   color:#707070!important;
   font-size:35px!important;
  text-align:center!important;
  font-family: 'Zen Old Mincho', serif!important;
  line-height:1.2!important;
  font-weight:700!important;
  padding:60px 0!important;
  margin-top: 35px!important;
  background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/nigate-back.webp)!important;
  background-size:cover!important;
}

.red_font {
	color:#B83E53;
}

.problem {
   background:#ffffff;
   padding:40px 30px;
}

.problem_item {
   color:#717071;
   font-size:23px;
   font-weight:bold;
   list-style:none;
   margin-top:40px;
   margin-right:5px;
  margin-left:50px;
  position:relative;
}

.problem_item::before {
  position:absolute;
  content:"";
	top: 0px;
   left: -54px;
  width:33px;
  height:33px;
  background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/check-green.webp);
  background-size:cover;
}


.if_text {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: var(--gold);
    line-height: 1.6;
	 letter-spacing:0.03em;
    background: url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/if-back.webp);
    background-size: cover;
    padding: 75px 45px;
}

.h2_result h2 {
   margin:35px auto 0!important;
	width:93%!important;
}

.h2_result h2 img {
	width:100%;
}

.result_box {
	font-size: 26px;
   font-weight: 600;
   text-align: center;
	line-height:1.5;
}

/*ビフォーアフター*/
.bf {
  background:#ffffff;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.bf_item {
  padding: 30px 30px 40px 30px;
  position:relative;
  background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/bf-back.webp);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.bf_item::after {
	position:absolute;
	content:"";
	top: 41%;
   left: 46%;
	width:50px;
	height:50px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/bf_arrow.webp);
	background-size:contain;
	background-repeat:no-repeat;
	z-index:1000;
}

.item_margin {
	margin-top:30px;
}

.bf_title {
  font-size: 20px;
  font-weight: bold;
  color: var(--gold);
  text-align: center;
  padding: 15px;
  position: relative;
  letter-spacing: 0.1em;
}

.bf_title::before {
	position: absolute;
    content: "";
    top: 17px;
    left: 37%;
    width: 3px;
    height: 28px;
    background: #CBA865;
}

.bf_title::after {
	position: absolute;
    content: "";
    top: 17px;
    right: 37%;
    width: 3px;
    height: 28px;
    background: #CBA865;
}

.bf_effect {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.bf_images {
  display:flex;
  justify-content:center;
  margin-top:20px;
  position:relative;
}

.bf_images::before {
  position: absolute;
  font-family: 'Libre Baskerville', serif;
  color:#ffffff;
  font-size: 29px;
  text-align: center;
  padding-top: 22px;
  bottom: -3px;
  right: -11px;
  width: 85px;
  height: 85px;
  background: url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/weight-back.webp);
  background-size:contain;
  background-repeat:no-repeat;
  z-index:500;
}

.bf_images::after {
	position: absolute;
	content: "キロ";
	color:#ffffff;
	font-size: 16px;
	font-weight: 600;
	bottom: 0px;
	right: 13px;
	z-index: 600;
}

/*上部のビフォーアフター*/
.bf_images1-1::before {
  content: "-10.0";
}
.bf_images1-2::before {
  content: "-10.0";
}

/*下部のビフォーアフター*/
.bf_images2-1::before {
  content: "-10.0";
}
.bf_images2-2::before {
  content: "-10.0";
}

.bf_image-l {
width:45%;
position:relative;
margin-right:20px;
}

.bf_image-l::before {
  position: absolute;
  content: "BEFORE";
  font-family: 'Libre Baskerville', serif;
  font-size:20px;
  letter-spacing: 0.15em;
  font-style:italic;
  text-align:center;
  color:#6A6A6A;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 35px;
  padding-top:3px;
  background: #FFFFFF;
  z-index:300;
}

.bf_image-r {
  width:45%;
  position:relative;
}

.bf_image-r::before {
  position: absolute;
  content: "AFTER";
  font-family: 'Libre Baskerville', serif;
  font-size:20px;
  letter-spacing: 0.15em;
  font-style:italic;
  text-align:center;
  color:#6A6A6A;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 35px;
  padding-top:3px;
  background: #FFFFFF;
  z-index:400;
}

.bf_texts {
  padding:0 20px;
  margin-top:30px;
}

.bf_texts {
  padding:0 20px;
  margin-top:30px;
}

.bf_value {
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0 15px;
}

.bf_course {
  font-size:26px;
  font-family: 'Libre Baskerville', serif;
  color:#C32525;
  text-align:center;
  font-weight:600;
  padding-bottom:10px;
  border-bottom:5px solid #E2ABA3;
}

.bf_text {
	font-size:18px;
	margin-top:20px;
	letter-spacing: 0.01em;
	text-align:left;
	font-weight: 400;
	line-height: 1.6;
}

.bf_name {
font-size: 16px;
font-weight: 400;
padding-top: 15px;
text-align: center;
}

.bf_attention {
color: #939393;
margin-top: -2px;
margin-left: 20px;
font-size: 14px;
	text-align: right;
}

.item_margin {
margin-top:25px;
}

.banner_margin {
margin-top:15px;
}

/*もしあなたが8kg以上痩せたいと思っているなら*/
.h2_attention h2 {
	margin-top:40px!important;
	margin-bottom:40px!important;
}

/*タップ&LINEバナー*/
.tap_banner {
	padding:0 20px;
}

.line_banner {
	padding:0 20px;
	margin-top:20px;
}

/*痩せない理由は〜*/
.white_wrap {
	padding:40px 20px;
}

.white_title {
	color:var(--red);
	font-size:23px;
	font-weight:bold;
	text-align:center;
	line-height:1.74;
}

.white_image {
	width:27%;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
}

.white_image3 {
	width:27%;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.white_image3 img {
	width:100%;
}

.white_image3::before {
	position:absolute;
	content:"";
	top:-15px;
	left:0;
	width:35px;
	height:35px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/image-side1.webp);
	background-size:contain;
	background-repeat:no-repeat;
}

.white_image4 {
	width:27%;
	margin-top:15px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.white_image4 img {
	width:100%;
}

.white_image4::before {
	position:absolute;
	content:"";
	top: 59px;
   right: -6px;
	width:35px;
	height:35px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/image-side2.webp);
	background-size:contain;
	background-repeat:no-repeat;
}


.white_text {
	font-size:20px;
	font-weight:400;
	text-align:left;
	line-height:2.0;
	margin-top:20px;
	letter-spacing:0;
}

/*spanの文字色*/
.red_font2 {
	color:var(--red);
}

.gold_font {
	color:var(--gold);
}

.white_banner {
	margin-top:20px;
}

/*5つの理由*/
.here_wrap {
   padding:40px 0 20px 0;
}

.here_text {
  font-family: 'Zen Old Mincho', serif;
  font-size:46px;
  color:#E2ABA3;
	text-align:center;
	line-height:1.196;
	font-weight:600;
	position:relative;
}

.here_text::before {
	position:absolute;
	content:"";
	top:0;
	left:28px;
	width:100px;
	height:100px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/here-left.webp);
	background-repeat:no-repeat;
	background-size:contain;
}

.here_text::after {
	position:absolute;
	content:"";
	top:0;
	right:-28px;
	width:100px;
	height:100px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/here-right.webp);
	background-repeat:no-repeat;
	background-size:contain;
}

.point_items {
   margin:0!important;
}

.point_item {
	list-style:none;
	padding:30px;
}

.item1 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/item1-img.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item1::before {
	position:absolute;
	content:""
}

.item2 {
	 text-align:left;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point2-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
   position:relative;
}


.item3 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point3-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item4 {
	 text-align:left;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point4-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item5 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point5-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.h3_point h3 {
	 font-family: 'Zen Old Mincho', serif;
	　font-size:32px!important;
	 color:#515151!important;
	 padding-bottom:15px!important;
	 border-bottom: 1px solid #F7F2EC!important;
	 border-image-source: linear-gradient(45deg, transparent 30%, #F7F2EC 70%)!important;
    border-image-slice: 1!important;
}

.h3_point-left h3 {
	 font-family: 'Zen Old Mincho', serif;
	　font-size:32px!important;
	 color:#515151!important;
	 padding-bottom:15px!important;
	 border-bottom: 1px solid #F7F2EC!important;
	 border-image-source: linear-gradient(45deg, #F7F2EC 30%, transparent 70%)!important;
    border-image-slice: 1!important;
}

.point_text {
	 font-family: 'Gothic A1', sans-serif;
	font-size:16px;
	 color:#515151;
	line-height:1.5;
	margin-top:15px;
   text-shadow: 0.2px 0.2px 1.5px;
}


/*多くの方がダイエットに成功*/
.h2_success h2{
  font-size:32px!important;
  color:var(--gold)!important;
  text-align:center!important;
  font-weight:600!important;
  padding:0 40px!important;
  background:#ffffff!important;
  margin-top:50px!important;
  line-height:1.51!important;
  position:relative;
}

.h2_success h2::before {
	position:absolute;
	content:"";
	top:7px;
	left:0;
	width:90px;
	height:85px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/success-side.webp);
	background-repeat:no-repeat;
	background-size:contain;
}

.h2_success h2::after {
	position:absolute;
	content:"";
	top:7px;
	right:-40px;
	width:90px;
	height:85px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/success-side.webp);
	background-repeat:no-repeat;
	background-size:contain;
}

/*○○院のダイエットプログラム*/
.h2_program h2 {
	font-family:'Zen Old Mincho', serif!important;
	font-size:38px!important;
	color:var(--red)!important;
   font-weight:800!important;
	letter-spacing:0!important;
   text-align:center!important;
	margin-top:50px!important;
	padding-bottom: 25px!important;
  line-height: 1.2;
}


/*初回カウンセリングではなにするの*/
h2.h2_counseling {
  padding:15px 0 20px 0!important;
  background:#ffffff!important;
}

.counseling_wrap {
	padding:30px;
}

.counseling_flex {
	display:flex;
	justify-content:center;
	flex-direction:row-reverse;
}

.counseling_lists {
	list-style:none;
	width:60%;
	margin-top:5px;
}

.counseling_list {
	list-style:none;
	font-size:23px;
	font-weight:600;
	position:relative;
	margin-left:15px;
}

.counseling_list::before {
	position:absolute;
	content:"";
   top: 3px;
   left: -39px;
   width: 32px;
   height: 32px;
   height: 35px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/check-green.webp);
	background-size:contain;
	background-repeat:no-repeat
}

.counseling_image {
	width:40%;
}

.counseling_image img {
	width:100%;
}

.counseling_text {
	font-size:18px;
	line-height:2.0;
	margin-top:20px;
}

.arrow h2 {
  color:#ffffff!important;
  font-size:26px!important;
  font-weight:600!important;
  text-align:center!important;
  padding:20px 0!important;
  background:#E2ABA3!important;
  position:relative!important;
}

.arrow h2::after {
  position:absolute!important;
  content:""!important;
  bottom:-16px!important;
  left: 50%!important;
  transform: translateX(-50%)!important;
  width: 0!important;
  height: 0!important;
  border-style: solid!important;
  border-right: 15px solid transparent!important;
  border-left: 15px solid transparent!important;
  border-top: 17px solid #E2ABA3!important;
  border-bottom: 0!important;
  z-index:100!important;
}

/*お申し込み後の流れ*/
.flow {
	padding:20px 30px;
	margin-top:30px;
}

.flow_item {
   margin-left: 10px;
	position:relative;
	z-index:1;
}

.flow_item::before {
	position:absolute;
	content:"";
   top: 81px;
    left: -48px;
    width: 125%;
    height: 208px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/flow-back1.webp);
	background-size:cover;
	z-index:-10;
}

.flow_item2 {
	position:relative;
}

.flow_item2::before {
	position:absolute;
	content:"";
   top: 81px;
   left: -48px;
   width: 125%;
   height: 208px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/flow-back2.webp);
	background-size:cover;
	z-index:-30;
}

.flow_item5 {
	padding:40px 40px 60px 40px;
	margin-left:10px;
	width:98%;
}

.flow_inside {
	padding: 40px 40px 76px 40px;
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/flow-bg1.webp);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flow_bg2 {
	background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/inside-bg2.webp
);
	background-repeat:no-repeat;
	background-size:100% 100%;
}


.flow_title h3 {
	font-family:'Zen Old Mincho', serif!important;
	font-size:24px!important;
	text-align:left!important;
	color:#515151!important;
}

.flow_image {
	width:100%;
	margin-top:5px;
}

.flow_image img{
	width:100%;
	margin-bottom:0!important;
}

.flow_text {
	font-family: 'Gothic A1', sans-serif;
   font-size: 15px;
	line-height:1.4;
	letter-spacing:0;
   color: #515151;
   margin-top: 15px;

}

/*よくある質問*/
.qa_wrap {
  background:#ffffff;
  padding:20px;
}

.qa {
  padding:30px 20px;
}

summary {
  font-size:20px;
  font-weight:600;
  padding:15px;
  background:#F4ECDC;
  position:relative;
}

.q_bold {
	font-size:23px;
	color:var(--gold);
	font-weight:800;
}

.a_text {
  color:#6A6A6A;
  font-size:18px!important;
  margin-top: 10px;
  margin-left: 5px;
}

details {
	margin-top:20px!important;
}

details summary::before {
  content: "＋";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 23px;
  color:var(--gold);
  font-weight:600;
}

details[open] summary::before {
  content: "−";
  position: absolute;
  top: 14px;
  right: 17px;
  font-size: 23px;
  color:var(--gold);
  font-weight: 600;
}

/*アクセス*/
.hospital_date {
  margin-top:60px;
}

.access {
  padding:45px 20px 70px 20px;
  background:#ffffff;
}

.hospital_name {
  font-size:23px;
  font-weight:600;
  margin-top:20px;
}

tr {
	border-bottom:12px solid #ffffff!important;
}

tbody th {
  background: #B35C4E!important;
  border:none!important;
  background: var(--gold)!important;
  color:#ffffff!important;
  font-size:20px!important;
  text-align: center!important;
  width: 25%;
  padding-top:10px!important;
}

tbody td {
  background: #F7F2EC!important;
  border:none!important;
  color:#6A6A6A!important;
  font-size:20px!important;
  text-align: left!important;
  width: 75%;
  padding-top:10px!important;
}

/*コンタクト*/
.contact {
  margin-top:-45px;
}

.line_contact {
	margin-top:40px;
	padding:0 20px 20px 20px;
}

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

.footer-btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.04);
	transition-property: all;
	transition-duration: 0.6S;
}

.keni-breadcrumb-list_wrap {
	display:none!important;
}

/*-----------------------SP-----------------------*/
@media (max-width: 768px){
	/*運動は苦手*/
.nigate {
  background:#F7F2EC;
  padding:20px 0;
}

.nigate_text {
  color:var(--gold);
  font-size:8.42vw;
}

/*下向き矢印*/
.arrow_box {
  font-size:4.4vw;
  padding:15px 0;
}

.arrow_box-small {
	font-size:5.78vw;
}

.arrow_box-margin {
	margin-top:20px;
}

.arrow_box-margin-b {
	margin-bottom:40px;
}

.arrow_box::after {
  position:absolute;
  content:"";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #E2ABA3;
  border-bottom: 0;
  z-index:100;
}

.h2_nigate h2 {
   font-size:6.315vw!important;
  padding:30px 0!important;
  margin-top: 20px!important;
}

.problem {
   padding:20px;
}

.problem_item {
   font-size:4.21vw;
   margin-top:15px;
  margin-left:7px;
}

.problem_item-sp {
   font-size:3.9vw;
}

.problem_item::before {
	top: 5px;
   left: -31px;
   width: 25px;
   height: 22px;
}


.if_text {
	 font-size:3.947vw;
	 padding: 27px 22px;
}

.h2_result h2 {
   margin:20px auto 0!important;
}

.result_box {
	font-size: 4.736vw;
}

/*ビフォーアフター*/
.bf {
  padding: 0 10px;
  margin-top:15px;
}

.bf_item {
  padding: 20px 20px 35px 20px;
}

.bf_item::after {
    top: 41%;
    left: 45%;
    width: 38px;
    height: 38px;
}

.bf_title {
  font-size: 4.736vw;
}

.bf_title::before {
    left: 31%;
    width: 3px;
}

.bf_title::after {
    right: 32%;
}

.bf_effect {
	font-size:4.736vw;
}

.bf_images {
  margin-top:10px;
}

.bf_images::before {
    font-size: 18px;
    padding-top: 9px;
    bottom: 7px;
    right: -11px;
    width: 51px;
    height: 51px;
}

.bf_images::after {
    font-size: 10px;
	bottom: 0;
    right: 3px;
}

.bf_image-l {
   margin-right:12px;
}

.bf_image-l::before {
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.04em;
  bottom: 17px;
  left: 0;
  width: 100%;
  height: 23px;
  line-height: 1.5;
}

.bf_image-r::before {
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.04em;
  bottom: 17px;
  left: 0;
  width: 100%;
  height: 23px;
  line-height: 1.5;
}

.bf_texts {
    padding: 0;
    margin-top: 15px;
}


.bf_course {
  font-size:6.315vw;
   border-bottom:3px solid #E2ABA3;
	padding-bottom:0;
}

.bf_text {
	font-size: 3.94vw;
   line-height: 1.6;
   margin-top: 15px;
   letter-spacing: 0.01em;
}

.bf_attention {
    margin-left: 3px;
    font-size: 10px;
}

.item_margin {
margin-top:15px;
}

.banner_margin {
margin-top:15px;
}

/*もしあなたが8kg以上痩せたいと思っているなら*/
.h2_attention h2 {
	margin-top:20px!important;
	margin-bottom:20px!important;
}

/*タップ&LINEバナー*/
.tap_banner {
	padding:0 15px;
}

.line_banner {
	padding:0 15px;
	margin-top:15px;
}

/*痩せない理由は〜*/
.white_wrap {
	padding:20px 15px;
}

.white_title {
	font-size:4.21vw;
}

.white_title-small {
	font-size:4.0vw;
}

.white_image {
	margin-top:10px;
}

.white_image3{
	margin-top:10px;
}

.white_image3::before {
	top: -10px;
   left: -5px;
   width: 25px;
   height: 25px;
}

.white_image4{
	margin-top:10px;
}

.white_image4::before {
	top: 38px;
    right: -4px;
    width: 25px;
    height: 25px;
}

.white_text {
	font-size:3.94vw;
	line-height:1.8;
	margin-top:8px;
}

.white_banner {
	margin-top:20px;
}

/*5つの理由*/
.here_wrap {
padding:30px 0 20px 0;
}

.here_text {
  font-size:8.16vw;
}

.here_text::before {
	top: 8px;
   left: 13px;
   width: 65px;
   height: 65px;
}

.here_text::after {
   top: 8px;
   right: -26px;
   width: 65px;
   height: 65px;
}

.point_items {
   margin:0!important;
}

.point_item {
	padding:15px;
}

.item1 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/item1-img.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item1::before {
	position:absolute;
	content:""
}

.item2 {
	 text-align:left;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point2-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
   position:relative;
}


.item3 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point3-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item4 {
	 text-align:left;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point4-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.item5 {
	 text-align:right;
    background:url(https://diet-seikotu-seitai.com/sample/wp-content/uploads/2023/10/point5-bg.webp);
	 background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}



.h3_point h3 {
	 padding-bottom:5px!important;
    font-size:6.41vw!important;
}

.h3_point-left h3 {
	 padding-bottom:5px!important;
	font-size:6.41vw!important;
}

.point_text {
	font-size:3.68vw;
}


/*多くの方がダイエットに成功*/
.h2_success h2{
    font-size: 5.5vw!important;
    font-weight: 600!important;
    padding: 0px 20px!important;
    margin-top: 30px!important;
  	line-height: 1.4!important;
}

.h2_success h2::before {
	top: 0px;
   left: -17px;
   width: 73px;
   height: 60px;
}

.h2_success h2::after {
    top: 0px;
    right: -56px;
    width: 73px;
    height: 60px;
}

/*○○院のダイエットプログラム*/
.h2_program h2 {
	font-size:6.57vw!important;
  font-weight:800!important;
	margin-top:25px!important;
	padding-bottom: 15px!important;
}


/*初回カウンセリングではなにするの*/
h2.h2_counseling {
  padding:15px 0 20px 0!important;
  background:#ffffff!important;
}

.counseling_wrap {
	padding:15px;
}

.counseling_flex {
	display:block;
}

.counseling_lists {
	width:100%;
	margin-top:5px;
}

.counseling_list {
	font-size:5.263vw;
   margin-top:10px;
}

.counseling_image {
	width:100%;
}

.counseling_text {
	font-size: 4.21vw;
   line-height: 1.6;
   margin-top: 20px;
}

.counseling_text-small {
	font-size:14px;
}

.arrow h2 {
  font-size:5.5vw!important;
	padding:15px 0!important;
}

.arrow h2::after {
 position:absolute;
  content:"";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #E2ABA3;
  border-bottom: 0;
  z-index:100;
}

/*お申し込み後の流れ*/
.flow {
   padding: 15px 5%;
   margin-top: 15px;
}

.flow_item {
   margin-left:0px;
}

.flow_item::before {
    top: 57px;
    left: -48px;
    width: 125%;
    height: 121px;
}

.flow_item2::before {
    top: 57px;
    left: -48px;
    width: 125%;
    height: 121px;
}

.flow_inside {
    padding: 15px 0px 40px 0px;
    background-size: 100% 100%;
}

.flow_item5 {
    padding: 15px 0px 40px 0px;
    margin-left: 0px;
    width: 100%;
}

.flow_title h3 {
	font-size: 18px!important;
   margin-left: 23px!important;
}

.flow_image {
	margin-top:0px;
	margin-left: 18px;
	width:90%;
}

.flow_text {
    font-size: 15px;
    letter-spacing: 0;
    width: 90%;
    margin: 6px auto;
}

.flow_text-5 {
    font-size: 15px;
    line-height:0.8;
}


/*よくある質問*/
.qa_wrap {
background:#ffffff;
padding:20px;
}

.qa {
padding:20px 0px;
}

summary {
font-size:15px;
padding:10px;
}

.q_bold {
	font-size:18px;
	color:var(--gold);
	font-weight:800;
}

.a_text {
	font-size: 14px!important;
   margin-top: 2px;
   margin-left: 5px;
}

.q_sp {
   font-size:14px;
	}

details {
	margin-top:15px!important;
}

details summary::before {
  top: 12px;
  right: 5px;
   font-size: 18px;
}

details[open] summary::before {
	top: 11px;
   right: 9px;
   font-size: 18px;
}

/*アクセス*/
.hospital_date {
margin-top:60px;
}

.access {
padding:35px 10px 50px 10px;
}

.hospital_name {
font-size:18px;
}

tr {
	border-bottom:3px solid #ffffff!important;
}

tbody th {
font-size:15px!important;
}

tbody td {
font-size:15px!important;
}

/*コンタクト*/
.contact {
margin-top:-45px;
}

.line_contact {
    margin-top: 27px;
    padding: 0 10px 20px 10px;
}
}


/* モーダルウィンドウ */
    .modal-open{
      display: inline-block;
    }
    .modal-open a{
      display: inline-block;
    }
.modal-open a:hover{
	opacity: 0.7;
}
    .modal{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
		 z-index:9999!important;
    }
    .modal:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal .overlay{
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000;
      opacity: 0.7;
      top: 0;
      left: 0;
    }
    .modal-wrapper{
      width: 100%;
      max-width: 335px;
      min-width: 300px;
      height: 100%;
      max-height: 600px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .modal-contents{
      overflow: auto;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative;
		z-index:900!important;
    }
    .modal-content{
      margin: 25px;
    }
    .modal-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
			color: #fff;
    }

#modal_offer .modal-wrapper,#modal_offer2 .modal-wrapper {
    width: 100%;
    max-width: 650px;
    min-width: 300px;
    height: 100%;
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* モーダルウィンドウ */

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

.footer-btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.04);
	transition-property: all;
	transition-duration: 0.6S;
}

.keni-breadcrumb-list_wrap {
	display:none!important;
}

@media (max-width: 768px){
	.footer-btn {
		right:0;
		bottom: 0;
		width: 100%;
	}
}

/* お客様の声 */
.voice{
  margin-top: 30px;
}

.voice__block{
  width: 95%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.voice__card {
  display: flex;
  justify-content: center;
  gap: 20px;
}

figure.voice__card-img {
  width: 40%;
  margin: 0 !important;
}


.voice__card-body {
  width: 60%;
}

.voice__card-title {
  font-size: 20px !important;
}

.voice__card-tag {
  margin-top: 20px;
  display: inline-block;
background: #F7F2EC;
color: var(--gold);
border: solid 1px var(--gold);
border-radius: 20px;
padding: 3px 10px;
text-align: center;
font-size: 12px;
}

.voice__card-text {
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .voice__block{
    width: 90%;
  }
	.voice__card {
		flex-direction: column;
    gap: 10px;
	}
  figure.voice__card-img{
    width: 100%;
  }
  .voice__card-body{
    width: 100%;
  }
  .voice__card-tag{
    font-size: 13px;
  }
  .voice__card-text{
    font-size: 15px;
  }
}


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

.flow__inner{
padding-left: 15px;
	padding-right: 15px;
}

.flow ul{
	display: flex;
	flex-direction:column;
	gap: 20px;
}

.flow ul img {
	width: 60px;
	text-align: center;
	margin: auto;
}

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

ul>li{
	margin-bottom: 0px !important;
}

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

.flow li {
	background: #F7F2EC;
}

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

@media (max-width: 768px) {
	.flow li,
	.flow_training li {
		font-size: 18px;
	}
}

/* 5つの理由 */
.reason {

}

.reason__items {
  width: 90%;
  margin-inline: auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reason__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reason__item-title {
  color: var(--red) !important;
  line-height: 1.2;
  font-size: 22px !important;
}

.reason__item-text {
  line-height: 1.5;
  margin-bottom: 0 !important;
}

