:root {		
	--pink:#EF2560;
	--yellow:#FFFF00;
	--brown:#8C8366;
	--darkbrown:#534741;
	--green:#009196;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');
html{
	font-size:18px;
}
body{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	color: var(--darkbrown);
}
p{
	line-height:1.6em;
}
@media (max-width: 1440px) {
	html{
font-size: calc((100vw - 320px) / 280 + 14px)!important;/* 18px~14px */
	}
}
@media (max-width: 600px) {
	main{
		overflow-x:hidden;
	}
}
/*文字サイズ*/
.f08em{
	font-size:0.8em;
}
.f09em{
	font-size:0.8em;
}
.f10em{
	font-size:1em;
}
.f11em{
	font-size:1.1em;
}
.f12em{
	font-size:1.2em;
}
.f13em{
	font-size:1.3em;
}
.f14em{
	font-size:1.4em;
}
.f15em{
	font-size:1.5em;
}
/*rem*/
.f08rem{
	font-size:0.8rem;
}
.f09rem{
	font-size:0.9rem;
}
.f10rem{
	font-size:1rem;
}
.f11rem{
	font-size:1.1rem;
}
.f12rem{
	font-size:1.2rem;
}
.f13rem{
	font-size:1.3rem;
}
.f14rem{
	font-size:1.4rem;
}
.f15rem{
	font-size:1.5rem;
}
.f16rem{
	font-size:1.6rem;
}
.f17rem{
	font-size:1.7rem;
}
.f18rem{
	font-size:1.8rem;
}
.f19rem{
	font-size:1.9rem;
}
.f20rem{
	font-size:2.0rem;
}
ul li{
	list-style:none;
}
a{
    display: block;
}
a:hover{
    opacity: 0.7;
	transition : 1s;
}
figure{
	margin-bottom:0;
}
.pt-05{	padding-top:.5em!important;}.pt-1{padding-top:1em!important;}.pt-2{padding-top:2em!important;	
}.pt-3{padding-top:3em!important;}
.pt-5{padding-top:5em!important;}
.pt-6{padding-top:6em!important;}
.py-2{padding-top:2em!important;padding-bottom:2em!important;}
.py-3{padding-top:3em!important;padding-bottom:3em!important;}
.px-1{
	padding-left:1em;
	padding-right:1em;
}
.pb-1{padding-bottom:1em!important;	}
.pb-2{padding-bottom:2em!important;	}
.pb-3{
	padding-bottom:3em!important;	
}
.mt-0{
	margin-top:0!important;	
}
.mt-1{
	margin-top:1em!important;	
}
.mt-2{
	margin-top:2em!important;	
}
.mt-3{
	margin-top:3em!important;	
}
.mt-4{
	margin-top:4em!important;	
}
.mt-5{
	margin-top:5em!important;	
}
.mb-0{
	margin-bottom:0!important;	
}
.mb-1{
	margin-bottom:1em!important;	
}
.mb-2{
	margin-bottom:2em!important;	
}
.mb-3{
	margin-bottom:3em!important;	
}
.mb-4{
	margin-bottom:4em!important;	
}
.mb-5{
	margin-bottom:5em!important;	
}
.my-0{
	margin-bottom:0!important;
	margin-top:0!important;
}
.my-3{
	margin-bottom:3em!important;
	margin-top:3em!important;
}
.mx-5{
	margin-left:5%!important;
	margin-right:5%!important;
}
.px-5{		
	padding-left:5%;	
	padding-right:5%;	
}
.px-57{
	padding-left: 5.7%!important;
	padding-right: 5.7%!important;
}
.mx-minus-5{
	margin-left:-5.7%!important;
	margin-right:-5.7%!important;
}
.mt-minus-2{
	margin-top:-2em;
}
.pc{		
	display:block;	
}		
.sp{		
	display:none;	
}			
@media screen and (max-width:600px) {		
	.sp-mt-5{	
		margin-top:5em;
	}
	.sp-mt-minus-3{		
		margin-top:-3em!important;	
	}	
	.sp-px-5{
		padding-left:5%!important;
		padding-right:5%!important;
	}	
}	
@media screen and (max-width: 1024px){
	.pc{		
	display:block!important;	
}		
.sp{		
	display:none!important;
}			
}
@media (max-width: 600px){		
	.sp{	
		display:block!important;
	}	
	.pc{	
		display:none!important;
	}	
}
/* brタグ */		
.sp_br_430{		
display: none;		
}
.sp_br_867{		
display: none;		
}
@media (max-width: 867px){
	.sp_br_867{		
		display: block;		
	}
}
@media (max-width: 430px) {
.sp_br_430{		
display: block;		
}
}
/*リセットCSSの修正*/
@media screen and (max-width: 767px){
	section h2 span {
		font-size: 1em;
	}
}
/*レイアウト*/
.flex-center{
	justify-content:center;
}
.flex-between{
	justify-content:space-between;
}
.flex-al-center{
    align-items: center;
}
.al-c{
	text-align:center;
}
.m0auto{
	margin:0 auto;
}
.w96{
	max-width:960px;
	margin:0 auto;
}
.w80{
	width:80%;
}
@media screen and (max-width: 600px){
	.flex-sp-none{
		display:block;
	}
}
/*文字色*/
.moji-yellow{
	color:var(--yellow);
}
.moji-pink{
	color:var(--pink);
}
.moji-brown{
	color:var(--darkbrown);
}
.moji-red{
	color:#D9553C;
}
.pink-line{
text-decoration-color: var(--pink);
    text-decoration-line: underline;
    text-underline-offset: 5px;
}
.yellow-line {
    background: linear-gradient(transparent 50%, #fff499 50%);
}
.pink-line-big{
	background: var(--pink);
	color:#fff;
	padding: 3px;
}
.yellow-line-big{
	background:#FDF79E;
	padding: 3px;
}
.brown-line-big{
	background:#6A5304;
	color:#fff;
	padding: 3px;
}
.red-line-big{
	background:#f22262;
	color:#fff;
	padding: 3px;
}
.green-line-big{
	background:var(--green);
	color:#fff;
	padding: 3px;
}
.white-line-big{
	background:#fff9;
	padding: 10px;
}
.radius-line{
	border-radius:2em;
	padding: 3px 10px;
}
.white-shadow{
	text-shadow:2px 2px 3px #fff, -2px -2px 3px #fff;
}
.b{
	font-weight:bold!important;
}
.bb{
	font-weight:900!important;
}
.copyright {
    width: 100%;
    text-align: center;
    background-color: #db546d;
}
/*LINE*/
.white-grade-back{
	background:#fff;
	background: -webkit-linear-gradient(45deg, #fff, #F0F0F0);
	background: linear-gradient(45deg, #fff, #F0F0F0);
}
.blue-back{
	background:#C9D6EB;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
}
h2.navy-back_title{
	background:#444B5F;
	color:#fff;
	font-weight:bold;
	padding:0.5em 0;
}
.line-iphone{
	position:relative;
}
.line-iphone:after{
	position:absolute;
	content: '';
	bottom: -0.5em;
   right: -1.75em;
   width: 2em;
   height: 2em;
   background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/line-iphone.webp) no-repeat bottom center;
	background-size: contain;	 
}
.bologo{
	width:10%;
	margin-right: 2%;
}
.bologo img{
	height: 5em !important;
   object-fit: contain;
}
p.bologo-right{
	width:88%;
	line-height: 1.5;
}
.blue-back .flex-center{align-items:center;}
@media screen and (max-width: 960px){
	.blue-back.my-3{
			margin-top:0!important;
		margin-bottom:0!important;
	}
}
@media screen and (max-width: 600px){
	.f14rem.free-line{
		font-size:1.2rem;
	}
	p.bologo-right{
/*font-size: calc((100vw - 320px) / 28 + 15px)!important;/* 25px~15px */
	}
}
	/*緑ボタン */
.btn a {
  	position: relative;
	display:inline-block;
	width: 90%;
	padding: 15px 0;
	margin: 0 auto;
	background-color: #00B91C;
	background: -webkit-linear-gradient(to bottom, #00B91C, #018114);
	background: linear-gradient(to bottom, #00B91C, #018114);
	border-radius: 46px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-circle-bottom a::before {
  content: '';
  position: absolute;
  top: 0;
    bottom: 0;
    right: 6%;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 1em;
  background-color: #fff;
}
.btn-circle-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
    bottom: 0;
    right: calc(6% + .184em);
    width: 0;
    height: 0;
    margin: auto;
    border-top: .55em solid #029b18;
    border-right: .35em solid transparent;
    border-left: .35em solid transparent;
    border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px){
	.btn a {
	font-size: calc((100vw - 320px) / 25 + 15px)!important;/* 26px~15px */
	}
}
@media screen and (max-width: 800px){
	.btn a {
		width:100%;
	}
}
/*お喜びの声*/
.check-back{
  background-color : #fffff4;
  background-image :
    repeating-linear-gradient(to bottom,          /* 横線 */
       transparent 26px,
       rgba(204, 204, 204, 0.35) 27px,  rgba(204, 204, 204, 0.35) 27px,
       transparent 28px,  transparent 53px, 
       rgba(204, 204, 204, 0.35) 54px,  rgba(204, 204, 204, 0.35) 54px,
       transparent 55px,  transparent 80px, 
       rgba(204, 204, 204, 0.35) 81px,  rgba(204, 204, 204, 0.35) 81px,
       transparent 82px,  transparent 107px, 
       rgba(204, 204, 204, 0.35) 108px,  rgba(204, 204, 204, 0.35) 108px,
       transparent 109px,  transparent 134px, 
       rgba(204, 204, 204, 0.35) 135px,  rgba(204, 204, 204, 0.35) 135px),

    repeating-linear-gradient(to right,          /* 縦線 */
       transparent 26px,
       rgba(204, 204, 204, 0.35) 27px,  rgba(204, 204, 204, 0.35) 27px,
       transparent 28px,  transparent 53px, 
       rgba(204, 204, 204, 0.35) 54px,  rgba(204, 204, 204, 0.35) 54px,
       transparent 55px,  transparent 80px, 
       rgba(204, 204, 204, 0.35) 81px,  rgba(204, 204, 204, 0.35) 81px,
       transparent 82px,  transparent 107px, 
       rgba(204, 204, 204, 0.35) 108px,  rgba(204, 204, 204, 0.35) 108px,
       transparent 109px,  transparent 134px, 
       rgba(204, 204, 204, 0.35) 135px,  rgba(204, 204, 204, 0.35) 135px);
}
.happ-voice_list li{
	max-width:960px;
	background:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	padding:5%;
	margin:1em auto 2em;
}
.happ-voice_list_left{
	width:75%;	
}
.happ-voice_list_right{
	width:23%;
	margin-left:2%;
	margin-bottom: 2%;
}
h3.red_title{
	color:#fff;
	background: #FF0000;
	background: -webkit-linear-gradient(to bottom, #FF7474, #FF0000);
	background: linear-gradient(to bottom, #FF7474, #FF0000);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}
.therapist_name{
	font-size:1.2rem;
	text-align:right;
	margin: 1.5em 0.5em 1em;
    border-top: 1px solid #8D8D8D;
    padding: 1em 0;
}
@media screen and (max-width: 600px){
	.happ-voice_list li{
		padding-bottom:2em;
	}
	.happ-voice_list_left{
		width:100%;
	}
	.happ-voice_list_right{
		width:80%;
		margin:0 auto 2em;
	}
	.therapist_name{
		border-top:none;
		font-size:1rem;
		padding:0;
	}
	h3.red_title{
		margin:0 -12%;
	}
}
/*吹き出し*/
.round_fukidashi{
	display:inline-block;
	position: relative;
	background:#fff;
	border:4px solid var(--pink);
	border-radius:60px;
    padding: 1em 2em 1em 2.2em;
    font-weight: bold;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
}
.round_fukidashi:before,
.round_fukidashi:after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.round_fukidashi:before {
    margin-left: -12px;
    border-color: transparent;
    border-top-color: var(--pink);
    border-width: 12px;
}
.round_fukidashi:after {
    margin-left: -8px;
    border-color: transparent;
    border-top-color: white;
    border-width: 8px;
}
.round_fukidashi_brown{
	border:none;
	background:var(--brown);
	color:#fff;
}
.round_fukidashi_brown:before,
.round_fukidashi_brown:after{
	 border-top-color: var(--brown);
}
.round_fukidashi_white{
	border:none;
	border-radius: 17em;
	padding: 1em 0;
   width: 70%;
	max-width:520px;
}
.round_fukidashi_white:before, .round_fukidashi_white:after{
	top: 30%;
   right: -11px;
	left:unset;
}
.round_fukidashi_white:before {
    border-top-color: transparent;
}
.round_fukidashi_white:after{
border-width: 20px;
}
.round_fukidashi_green{
	background:#C3EF7C;
	max-width: 670px;
}
 .round_fukidashi_green:before, .round_fukidashi_green:after{
	top: 15%;
   left: 6px;
	right:unset;
} 
.round_fukidashi_green:after{
	border-top-color: #C3EF7C;
}
@media(max-width:600px){
	.round_fukidashi{
		line-height:1.3em;
	}
	.round_fukidashi_white{
		width:100%;
	}
	.blue-back .w80{
		width:100%;
	}
/* 	.round_fukidashi_green:after {
		top: 9%;
		right: unset;
		left: 6px;
		border-width: 13px;
	} */
}
.square_fukidashi{
	background:var(--pink);
	border:none;
	border-radius:0;
	color:#fff;
	padding: 0.5em 3em;
}
.square_fukidashi:after{
	border-top-color: var(--pink);
}
/*こんなお悩みありませんか*/
.fukidashi-back{
	clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 57% 93%, 50% 98%, 43% 93%, 0 93%);
	padding:2em 2em 6em;
}
.fukidashi-back-wrap{
	filter: drop-shadow(4px 4px 4px rgba(99, 99, 99, 0.2));
}
section.onayami .fukidashi-back{
	position:relative;
	background:#EDEBEC;
	background: -webkit-linear-gradient(to right, #fff, #EDEBEC);
	background: linear-gradient(to right, #fff, #EDEBEC);
}
h2.onayami_title{
	position:relative;
	display:inline-block;
	color:var(--darkbrown);
	font-size:2.2em;
	padding:1em 0 1em 1.8em;
}
h2.onayami_title::before{
	position:absolute;
	content: '';
	top:7px;
	left:0;
   width: 2em;
   height: 2em;
   background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/denkyu.webp) no-repeat bottom center;
	background-size: contain;	 
}
@media screen and (max-width: 715px){
	h2.onayami_title{
		font-size: calc((100vw - 320px) / 280 + 27px)!important;/* 28px~27px */
	}
}
@media screen and (max-width: 600px){
	h2.onayami_title{
		padding: 1.5em 0 1em;
	}
}
.list_center-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
ul.list_center{
	display: inline-block;
	margin: 0 auto;
}
ul.worries_list{
	background:#fff;
	padding: 1.5em;
}
ul.worries_list li {
	font-size:1.2em;
    font-weight: bold;
    letter-spacing: 0.14em;
}
ul.worries_list li:last-child{
	position:relative;
}
.onayami ul.worries_list li:last-child:after{
	position: absolute;
	right: 43%;
	transform: translatex(168%);
	bottom: -5em;
	content: '';
	width: 39%;
	height: 328px;
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/worry-man.webp) no-repeat bottom right;
	background-size: contain;
}
@media screen and (max-width: 990px){
	ul.worries_list li:last-child:after{
		right: 43%;
		transform: translatex(168%);
		bottom: -5em;
		width: 32%;
		height: 27vw;
	}
}
@media screen and (max-width: 600px){
ul.list_center{
	min-width: 95%;
}
}
li.pink-check{
	position: relative;
    list-style: none;
    margin: 0 0 6px;
    padding: 0.4em 0 0.8em 2em;
}
li.pink-check::before {
	position: absolute;
	left: 0;
	content: '';
	display: inline-block;
	margin-right: 1em;
	width: 1.5em;
	height: 1.5em;
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/pink-check.png) no-repeat bottom center;
	background-size: contain;	 
}
@media screen and (max-width: 600px){
	.round_fukidashi_brown.f13em{
font-size: calc((100vw - 320px) / 56 + 15px)!important;/* 20px~15px */
		padding:1em 0.7em;
	}
.fukidashi-back{
	padding:5% 5% 7em;
}
	ul.worries_list li{
		font-size:1em;
	}
}

/*3つの理由*/
h2.pink-back-title{
	background:var(--pink);
	color:#fff;
	text-align:center;
	padding:1em 0;
}
.pink-back{
	background-color: #FFEDF2;
	background: -webkit-linear-gradient(45deg, #FFFDF2, #FFEDF2);
	background: linear-gradient(45deg, #FFFDF2, #FFEDF2);
}
ul.reason_list li{
	background:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	padding:2em 1em 1em;
	margin-bottom:2.5em;
	align-items: center;
}
.reason-img{
	width:28%;
	margin-right:2%;
}
.reason-txt{
	width:70%;
}
.reason-txt h3 span{
	margin-right:5px;
}
@media screen and (max-width: 600px){
	ul.reason_list li.flex {
		flex-direction: column;
		margin:0 5% 2.5em 5%;
	}
	.reason-img,.reason-txt{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.content {
    display: contents;
  }
  .reason-img {
    order: 2;
  }
	.reason-txt h3{
		order: 1;
		margin-bottom:10px;
	}
	.reason-txt p{
		order: 3;
		text-align:justify;
	}
	.reason-txt h3.flex{
		flex-wrap:nowrap;
	}
}

/*上手くいかない理由*/
.cannot-reason .round_fukidashi_brown{
	padding:0.5em 2em 0.5em 2.2em;
	margin-bottom:-5em;
	z-index:2;
}
.cannot-reason .round_fukidashi_brown:before, .cannot-reason .round_fukidashi_brown:after{
	display:none;
}
.cannot-reason .fukidashi-back{
	background:#EDEBEC;
	background: -webkit-linear-gradient(to right, #FFFDF2, #EDEBEC);
	background: linear-gradient(to right, #FFFDF2, #EDEBEC);
}
.cannot-box{
	width:29%;
}
.cannot-reason .hand-back{
	margin-top:2vw;
}
@media screen and (max-width: 600px){
	.cannot-reason .round_fukidashi_brown{
		width: 85%;
	}
	.cannot-reason .flex{
		flex-direction:column;
	}
	.cannot-box{
		width:100%;
		max-width: 400px;
    	margin: 0 auto 2em;
	}
	.cannot-box:last-child{
		margin-bottom:0;
	}
	.cannot-reason .fukidashi-back {
    clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 57% 93%, 50% 95%, 43% 93%, 0 93%);
	}
	.cannot-reason .hand-back{
		margin-top:-11vw;
	}
}
/*握手背景*/
.hand-back{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/image-title-back-scaled.webp) no-repeat bottom center;
	background-size: cover;	 
}
/*ダイエット整体メニュー特化型集客プランのサービス内容*/
.yellow-back{
	background:#FFFEF4;
}
ul.service_list{
	width:31%;
	background:#fff;
	border:var(--pink) solid 2px;
	border-radius:5px;
	padding:2% 2% 1%;
	font-weight: bold;
   text-align: left;
}
.service_list_wrap{
	position:relative;
}
.service_list_wrap::after{
	position:absolute;
	content:'';
	bottom:-5em;
	left:50%;
	transform: translateX(-50%);
	width: 38%;
   height: 3em;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
 	background:var(--pink);
	background: -webkit-linear-gradient(to top, var(--pink), #ef256000);
	background: linear-gradient(to top, var(--pink), #ef256000);
}
@media screen and (max-width: 893px){
	ul.service_list{
		width:100%;
		max-width:475px;
		margin:0 auto 1em;
		padding-left: 3%;
	}
	.service_list_wrap{
		padding:0 5%;
	}
	.service h2{
		font-size: calc((100vw - 320px) / 47 + 24px)!important;/* 30px~24px */
	}
}
/*よくある治療院ダイエットメニュー*/
.menu_list li{
	width:32%;
	background:#FFF;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	border-radius:7px;
	padding: 1em 0 0.5em;
}
.menu_list figure{
	margin:1em 0;
}
.menu_list dl{
	max-width: 216px;
	min-width: 191px;
    margin: 0.5em auto 0.5em;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
	grid-gap: 1rem;
}
.menu_list dt{
	margin-right:10px;
	text-align: center;
	min-width:52px;
}
.menu_list dd{
	text-align:left;
	font-weight:bold;
}
.menu_about p span{
	margin-right:10px;
}
@media screen and (max-width: 600px){
	ul.menu_list.flex{
		flex-direction:column;
	}
	.menu_list li{
	width:100%;
		margin-bottom:1em;
	}
	.square_fukidashi {
		width:100%;
		padding:0.5em;
	}
	p.f20rem {
    font-size: calc((100vw - 320px) / 25 + 19px)!important;/* 30px~19px */
	}
	.dietmenu p.f12rem{
		font-size:1rem;
		text-align:justify;
	}
}
/*先生一人ひとりに合わせてサポート*/
.supportmenu .flex{
	gap:1em;
}
.support-box{
	background:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 3px 6px 0px;
	border-radius:10px;
	max-width:440px;
	min-width: 340px;
/* 	margin:0 auto; */
	text-align:center;
	padding-bottom:1.5em;
	width:45%;
}
.green-fukidashi{
	background:var(--green);
	border-radius:10px 10px 0 0;
	border: none;
	color:#fff;
	padding: 1em 0;
	width:100%;
}
.green-fukidashi:before {
    border-color: transparent;
    border-top-color: var(--green); 
}
.green-fukidashi:after {
    border-top-color: var(--green);
}
.support-box .list_center-wrap {
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/dietlp.webp) no-repeat bottom right;
	background-size: contain;
}
.supportmenu .support-box:nth-child(2) .list_center-wrap{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/insta.webp) no-repeat bottom right;
	background-size: contain;
}
.supportmenu .support-box:nth-child(3) .list_center-wrap{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/11/lp-video-2.webp) no-repeat bottom right;
	background-size: contain;
}
ul.support_list{
	text-align:left;
	min-width:325px;
	margin-left: 5%;
}
ul.support_list li {
    padding: 0 0 0.2em 2em;
}
li.green-check:before{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/green-check.png) no-repeat bottom center;
	background-size: contain;
}
.menu-price{
	font-size:1.1rem;
	text-align:right;
	margin-right: 1em;
}
.menu-price span{
	margin-right:5px;
}
@media screen and (max-width: 340px){
.supportmenu .flex{
	overflow-x: scroll;
}
}
/*ダイエットメニューで地域NO1*/
.orangesuisai-back{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/orangesuisai-back-scaled.webp) no-repeat bottom center;
	background-size: cover;	 
}
.no1-img{
	margin:0 auto;
}
.no1-img.no1-img01{
	max-width:742px;
}
.no1-img.no1-img02{
	max-width:801px;
}
.no1-img.no1-img03{
	max-width:724px;
}
.dietmenu_no1 .flex img{
	width:25%;
}
.dietmenu_no1 .flex p{
	width:70%;
}
@media screen and (max-width: 600px){
	.no1-img{
		width:100%;
		margin-top:1em!important;
	}
	.no1-img.no1-img03.mt-2{
		margin-top:-1em!important;
	}
	.dietmenu_no1 .flex{
		flex-direction:column-reverse;
	}
	.dietmenu_no1 .flex p{
		width:100%;
		text-align:justify;
		z-index:1;
	}
	.dietmenu_no1 .flex img{
	width: 42%;
    margin: -6em 0 0 auto;
    z-index: 0;
    opacity: 0.4;
}
}
/*流れ*/
.flow-img{
	position:relative;
	width:20%;
}
.flow-img::after {
    position: absolute;
    content: '';
    bottom: 36%;
	right: -30%;
    width: 38%;
    height: 16%;
    clip-path: polygon(0 0, 0% 100%, 30% 50%);
    background: var(--pink);
    background: -webkit-linear-gradient(to left, var(--pink), #ef256000);
    background: linear-gradient(to left, var(--pink) 68%, #ef256000);
}
.flow-img:last-child::after {
	display:none;
}
@media screen and (max-width: 600px){
	.flow-img{
		flex-direction:column;
	}
	.flow-img{
		width: 100%;
    margin: 0 auto;
	}
	.flow-img::after {
    bottom: -10%;
	left: 50%;
		transform: translateX(-50%);
		right:unset;
    width: 24%;
    height: 15%;
    clip-path: polygon(0 0, 50% 25%, 100% 0);
    background: -webkit-linear-gradient(to top, var(--pink), #ef256000);
    background: linear-gradient(to top, var(--pink) 68%, #ef256000);
	}
}
/*ご相談だけでもOKです*/
.paper-back{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/AdobeStock_320609690-scaled.webp) no-repeat bottom center;
	background-size: cover;	 
}
.consultation .brown-line-big{
	padding:0.5em 1em;
}
li.red-check::before{
	background: url(https://service.big-oasis.com/wp-content/uploads/2024/04/red-check.webp) no-repeat bottom center;
	background-size: contain;
}
ul.consultation_list{
	border-radius:15px;
	text-align:left;
	padding:1.5em 1.5em 0.7em;
}
ul.consultation_list li{
	font-size:1rem;
}
/*linefotter*/
.footer-btn{
position: fixed;
	z-index: 1000;
    bottom: 10px;
    right: 10px;
    width: 400px;
}
footer{
	 height: 147px;
    background-color: #db546d;
}
p.copyright, .copyright a {
    display: inline-block;
    padding-top: 1em;
}
@media screen and (max-width: 500px){
	footer{
	 height: 29vw;
	}
	.footer-btn{
    width: 100%;
    bottom: 0px;
    right: 0px;
	}
}





.swiper-container {
	overflow-x: hidden
}


/* 整体院のダイエットメニューに特化した
LPデザインが選び放題 */
#problem-b {
    background-color: #fdefef;
    padding: 10px 0 10px;
    position: relative;
}
@media screen and (max-width: 1024px) {
    #problem-b {
        padding: 10px 0 10px;
    }
}
.sample-b {
    margin-top: 10px;
}

.sample-b ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.sample-b li {
    min-width: 20%;
    margin: 10px;
    padding: 0;
    list-style: none;
    transition: 0.5s;
}

.sample-b li:hover {
    transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1400px) {
	.sample-b li {
    min-width: 40%;
}
}

@media screen and (max-width: 600px) {
    .sample-b li {
        min-width: 34%;
    }
}

/*250327追加　スワイプLPのお知らせ*/
.update__content{
	text-align:center;
}
h2.update__content-title{
	width:20%;
	margin-inline:auto;
}
.update__content-text{
	font-size:1.4rem;
}
.update video{
	padding:1.2rem 1rem;
	width:50%;
	margin-inline:auto;
}


@media (max-width: 800px) {
	h2.update__content-title{
	width:60%;
	margin-inline:auto;
}
.update video{
	width:100%;
}
}

.zisseki_banar{
	
}

/*2025-06 LINEプレゼント*/
.line-present {
	padding: 2rem 0 1rem;
}

.line-present1 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (max-width: 768px) {
	.line-present {
		padding: 2rem 0 0.1rem;
	}
	
	.line-present1 {
		padding-left: 0;
		padding-right: 0;
	}
}