@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 10px;
}

body, h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,td,th {
	color: #000;
	font-size: 1.6rem;
	font-family: 'YakuHanJP', "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 700;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

/* 画像 */
img {
	vertical-align: middle;
	width: 100%;
}

a img {
	border: none;
	transition: 0.5s;
}

a:hover, a:hover img {
	filter:Alpha(opacity=70);
	opacity:0.7;
}

.l_about .is_pointimg2 img,
.l_careabout img,
.is_voice img,
.is_upset img,
.is_posture img,
.is_posture1 img,
.md_kotsuban img,
.md_relationship img {
	border-radius: 1.4rem;
}

/* テキストリンク */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

/* 標準設定 */
li{
	list-style: none;
}

.br_pc { display: block !important;}
.br_tab { display: none !important;}
.br_sp { display: none !important;}

@media screen and (max-width:1024px){
	.br_tab { display: block !important;}
}

@media screen and (max-width:599px){
	html {font-size: 6px; }
	body, h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,td,th{ font-size : 2.2rem;}
	.br_pc { display: none !important;}
	.br_tab { display: none !important;}
	.br_sp { display: block !important;}
}


/*---------------------
スクロールアニメーション
---------------------*/
.is_scrollanime {
	opacity: 0 !important;
	transition: all .8s ease !important;
}

.is_scrollanime.show {
	opacity: 1 !important;
	transform: none !important;
}

.is_rl{         transform: translate(-100px, 0) !important;}
.is_rr{         transform: translate(100px, 0) !important;}
.is_up{         transform: translate(0, 100px) !important;}
.is_down{       transform: translate(0, -100px) !important;}
.is_scaleUp{    transform: scale(.8) !important;}
.is_scaleDown{  transform: scale(1.5) !important;}
.is_rotateL{    transform: rotate(180deg) !important;}
.is_rotateR{    transform: rotate(-180deg) !important;}


/*---------------------
ヘッダー
---------------------*/
.l_header {
	background: rgb(255,135,181);
	background: linear-gradient(130deg, rgba(255,135,181,1) 0%, rgba(255,191,172,1) 50%, rgba(249,237,111,1) 100%);
	padding: 1rem 4rem;
}

.l_headerpage {
	background: #fff;
	height: 80px;
}

.header_inner {
	position: fixed;
	left: 0;
	top: 0;
	width: calc( 100% - 8rem );
	z-index: 99;
	padding: 0 4rem 10px 4rem;
	display: flex;
}

.header_inner.fixed {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.md_header {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.logo {
	width: 80px;
}

.logo a img {
	transition: none;
}

.nav_list {
	display: flex;
	align-items: center;
	margin-left: 1rem;
}

.nav_list li, .nav_list li a {
	color: #fff;
	padding: 0 20px;
	position: relative;
	opacity: 0.75;
}

.nav_list li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1px;
	min-height: 30px;
	background: #fff;
}

.nav_list li:nth-child(1)::after,
.nav_list li.is_navinquiry {
	display: none;
}

.l_headerpage .nav_list li {
	color: #FF00B9;
	opacity: 0.5;
}

.l_headerpage .nav_list li::after {
	background: #FF00B9;
}

.header_inner.fixed .nav_list li {
	color: #FF00B9;
	opacity: 0.2;
}

.l_headerpage .header_inner.fixed .nav_list li {
	opacity: 0.5;
}

.header_inner.fixed .nav_list li::after {
	background: #FF00B9;
}

.header_inner .md_headerinquiry {
	margin-left: auto;
}

.header_inner .md_headerinquiry p {
	color: #FF00B9;
	background: #fff;
	padding: 36px 20px 5px 20px;
	display: flex;
	opacity: 0.5;
}

.header_inner .md_headerinquiry p img {
	width: 22px;
	margin-right: 10px;
}

.header_inner .md_headerinquiry p a:hover {
	color: #fff;
	background: #FF00B9;
}

.header_inner.fixed .md_headerinquiry p {
	opacity: 0.25;
}

.l_headerpage .header_inner.fixed .md_headerinquiry p {
	opacity: 0.5;
}

.is_kv {
	margin-top: 90px;
}

@media screen and (max-width:1220px){
	.nav_list,
	.md_headerinquiry {
		display: none;
	}
	
	/*---------------------
	バーガーメニュー
	---------------------*/
	.l_header .btn_gnavi {
		cursor: pointer;
		overflow: hidden;
		flex-wrap: wrap;
		width: 40px;
		position: absolute;
		top: 36px;
		right: 4rem;
	}
	
	.header_inner .btn_gnavi span {
		background: #fff;
		display: block;
		width: 100%;
		height: 4px;
		margin: 0 auto 9px;
		transition: 0.3s all;
		opacity: 1;
	}
	
	.l_headerpage .header_inner .btn_gnavi span {
		background: #FF00B9;
	}
	
	.header_inner .btn_gnavi.is_open span.is_ham,
	.header_inner .btn_gnavi.is_open span.is_ger {
		transform: translateX(50px);
		opacity: 0;
	}
	
	.header_inner.fixed .btn_gnavi span {
		background: #FF00B9;
	}
	
	.open .btn_gnavi {
		top: 36px;
		right: 4rem;
		position: fixed;
		z-index: 9;
		background: none;
	}
	
	.open .btn_gnavi span {
		background: #FF00B9;
	}
	
	.open .btn_gnavi span:nth-child(1) {
		position: relative;
		top: 14px;
		left: -1px;
		transform: rotate(315deg);
	}
	
	.open .btn_gnavi span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	
	.open .btn_gnavi span:nth-child(3) {
		position: relative;
		top: -11px;
		transform: rotate(-315deg);
	}
	
	
	/*---------------------
	モーダルウィンドウ
	---------------------*/
	#global_nav {
		position: fixed;
		display: table;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		visibility: hidden;
		opacity: 0;
	}
	
	#global_nav .nav_list {
		width: 80%;
		height: 80%;
		margin: 70px auto 50px auto;
		overflow: auto;
		-ms-overflow-style:none;
	}
	
	#global_nav .nav_list::-webkit-scrollbar {
	    display: none;
	}
	
	.open #global_nav {
		visibility: visible;
		opacity: 1;
		z-index: 9;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	
	.open #global_nav .nav_list {
		display: block;
	}
	
	.open #global_nav .nav_list li {
		color: #FF7BAC;
		border-bottom: #ccc 1px solid;
		padding: 10px;
		opacity: 0.75;
	}
	
	.open #global_nav .nav_list li::after {
		display: none;
	}
	
	.nav_list li.is_navinquiry {
		display: block;
	}
	
}

@media screen and (max-width:767px){
	.l_header {
		padding: 1rem 0;
	}
	
	.logo {
	    width: 60px;
	}
	
	.is_kv {
		margin-top: 80px;
	}
	
	.l_header .btn_gnavi {
		top: 27px;
	}
	
	.l_headerpage {
		height: 70px;
	}
}


/*---------------------
フッター
---------------------*/
.l_footer {
	padding-top: 4rem;
}

.l_footer p {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 4rem;
}


/*---------------------
ページトップへ戻る
---------------------*/
#is_pagetop {
	position: fixed;
	z-index: 999;
	right: 2.5rem;
}

#is_pagetop a {
	color: #dc143c;
	text-align: center;
	text-decoration: none;
	border: #fff 0.2rem solid;
	border-radius: 50%;
	background: #ff00b9;
	width: 5rem;
	height: 5rem;
	padding: 1rem;
	display: block;
}

.arrow {
	border: 0.5rem solid #ff00b9;
	border-left-color: #fff;
	border-top-color: #fff;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 3rem;
	left: 2.5rem;
	transform: rotate(45deg);
}


/*---------------------
外枠
---------------------*/
.l_main {
	display: block;
	clear: both;
	overflow: hidden;
}

.md_cont {
	max-width: 1200px;
	width: 84%;
	margin: 0 auto;
	padding: 8rem 0;
}

.md_class .md_cont {
	padding-top: 20rem;
}

.l_totalcare.md_class .md_cont,
.l_faq.md_class .md_cont,
.l_bone.md_class .md_cont{
	padding-top: 8rem;
}

.md_maincare .md_cont {
	padding: 4rem;
}

@media screen and (max-width:1100px){
	.md_class .md_cont{
		padding-top: 8rem;
	}
}


/*---------------------
トップページ（継続し続けられる“自立支援”）
---------------------*/
.l_hope {
	background: url(../img/bg_hope.jpg) left top/auto 100% no-repeat;
	display: flex;
	justify-content: right;
}

.l_hope .md_hope {
	padding: 8rem 20rem 8rem 4rem;
}

.l_hope p.is_hopelogo{
	width: 140px;
	margin: 0 auto 20px auto;
}

.l_hope p.is_subtxt {
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.l_hope h2 {
	color: #ff00b9;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-shadow: 4px 4px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
	margin: 0 0 4rem 0;
}

.l_hope h2 + p {
	text-align: center;
}

.l_hope h2 + p strong {
	font-size: 2.1rem;
	font-weight: 900;
}

@media screen and (max-width:1600px){
	.l_hope .md_hope {
		padding-right: 4rem;
	}
}

@media screen and (max-width:1280px){
	.l_hope {
		background-position: center top;
	}
}

@media screen and (max-width:599px){
	
	.l_hope {
		background: url(../img/bg_hope_sp.jpg) center top/cover no-repeat;
		display: flex;
		justify-content: right;
	}
	
	.l_hope .md_hope {
	    width: 100%;
	}
	
	.l_hope p.is_hopelogo{
		width: 80px;
	}
	
	.l_hope h2 {
		text-shadow: 3px 3px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
	}
}


/*---------------------
トップページ（studioBANANAで受けられる事）
---------------------*/
.l_about {
	background: url(../img/bg_about1.jpg) left top/100% auto no-repeat,  url(../img/bg_about2.jpg) right bottom/100% auto no-repeat;
}

.l_about h2 {
	font-size: 3.2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 4rem;
}

.l_about h3 {
	color: #ff00b9;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-shadow: 4px 4px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
	margin: 0 0 4rem 0;
}

.l_about h4 {
	font-size: 3.2rem;
	font-weight: 900;
	margin: 2rem 0;
}

.l_about p {
	font-size: 1.8rem;
}

.l_about .md_point1 {
	margin-top: 8rem;
	position: relative;
}

.l_about .md_point1 > p img {
	border-radius: 1.4rem;
	width: 80%;
}

.l_about .md_point1 .is_point1 {
	position: absolute;
	right: 0;
	bottom: -6rem;
}

.l_about .md_point1 .is_point1 p {
	width: 18rem;
	float: right;
}

.l_about .md_point1 .is_point1 p + h3 {
	clear: both;
}

.l_about .md_point2 {
	margin-top: 8rem;
	overflow: hidden;
}

.l_about .md_point2:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.l_about .is_pointimg2 {
	width: 60%;
	margin-left: 4rem;
	float: right;
}

.l_about p.is_iconpoint2 {
	width: 18rem;
}

p.is_btn a {
	font-size: 1.6rem;
	border: #000 1px solid;
	margin-top: 2rem;
	padding: 0 1.5rem;
	border-radius: 2rem;
	display: inline-block;
}

@media screen and (max-width:1280px){
	.l_about .is_pointimg2 {
		width: 48%;
	}

}

@media screen and (max-width:599px){
	.l_about .md_point2 h4 {
		clear: both;
	}
	
	.l_about h2 {
		font-size: 3.0rem;
	}
	
	.l_about h3 {
		font-size: 5.2rem;
	}
}


/*---------------------
トップページ（講師紹介）
---------------------*/
.l_teacher .md_cont {
	background: url(../img/bg_teacher.png) left top/auto 100% no-repeat;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
}

.l_teacher .md_cont div {
	width: 48%;
	padding: 8rem 0;
}

.l_teacher .md_cont div:nth-child(2) {
	padding: 4rem 0;
}

.l_teacher .md_cont p:nth-child(1) {
	width: 16rem;
	padding-left: 5rem;
}

.l_teacher h2 {
	color: #ff00b9;
	font-size: 6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-shadow: 4px 4px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, -2px -2px 0 #000;
	margin-bottom: 2rem;
}

.l_teacher h2 + p {
	text-align: center;
}

@media screen and (max-width:599px){
	.l_teacher .md_cont {
		background: url(../img/bg_teacher.png) left top/100% auto no-repeat;
	}
	
	.l_teacher .md_cont div {
		width: 100%;
		margin-top: 42rem;
	}
	
	.l_teacher .md_cont p:nth-child(1) {
		padding-left: 20rem;
	}
	
}


/*---------------------
トップページ（料金とレッスン一覧メニュー）
---------------------*/
.l_menu {
	background: rgb(255,135,181);
	background: linear-gradient(130deg, rgba(255,135,181,1) 0%, rgba(255,191,172,1) 50%, rgba(249,237,111,1) 100%);
	padding: 8rem 4rem;
}

.l_menu h2 {
	color: #ff00b9;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 1), 2px 2px 2px rgba(255, 255, 255, 1), -2px -2px 2px rgba(255, 255, 255, 1), -4px -2px 2px rgba(255, 255, 255, 1), 4px 1px 2px rgba(255, 255, 255, 1);
	margin-bottom: 2rem;
}

.swiper {
	overflow: visible !important;
}

.swiper-wrapper {
	width: 100%;
}

.swiper-button-next, .swiper-button-prev {
	color: #dc143c !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -20px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -20px !important;
}

.swiper-slide {
	border-radius: 1.4rem;
	background: #fff;
}

.swiper-slide img {
	border-radius: 1.4rem 1.4rem 0 0;
}

.l_menu .is_menu {
	text-align: center;
	padding: 2rem;
}

.l_menu .is_menu p.is_subtit {
	font-size: 1.8rem;
	padding: 0 1.5rem;
	position: relative;
	display: inline-block;
}

.l_menu .is_menu p.is_subtit:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	width: 1px;
	height: 90%;
	background: #000;
	border-radius: 3px;
	transform: rotate(-25deg);
}

.l_menu .is_menu p.is_subtit:after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 90%;
	background: #000;
	border-radius: 3px;
	transform: rotate(25deg);
}

.l_menu .is_menu h3 {
	color: #ff00b9;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-shadow: 2px 2px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	margin: 0 0 1rem 0;
}

.l_menu .is_menu p.is_menubtn {
	color: rgba(0, 0, 0, 0.3);
	font-size: 1.6rem;
	margin-top: 1rem;
}

.is_arrow {
	color: rgba(0, 0, 0, 0.3);
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 0.8rem;
	height: 0.8rem;
	margin-top: -0.1rem;
	margin-left: 0.8rem;
	transform: translateX(-25%) rotate(45deg);
}

.is_arrow::before,
.is_arrow::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.2rem;
}

.is_arrow::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1rem;
}

.is_arrow::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1rem;
}


@media screen and (max-width:599px){
	.l_menu h2 {
		font-size: 5rem;
	}
	
	.l_menu .is_menu h3 {
	    font-size: 4rem;
	}
}


/*---------------------
トップページ（information）
---------------------*/
.l_information h2 {
	color: rgba(0, 0, 0, 0.37);
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 0.3rem;
	text-align: center;
}

.l_information p {
	text-align: center;
	padding-bottom: 2rem;
}


/*---------------------
産後トータルケアクラス
---------------------*/
.l_care {
	position: relative;
}

.md_maincare{
	max-width: 1200px;
	width: 92%;
	position: absolute;
	top: 4rem;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.md_maintxt {
	background: rgb(255,135,181);
	background: linear-gradient(130deg, rgba(255,135,181,1) 0%, rgba(255,191,172,1) 50%, rgba(249,237,111,1) 100%);
	padding-top: 4rem;
}

.md_maintxt p {
	color: #fff;
	font-size: 3rem;
}

.md_maintxt .md_cont{
	padding-bottom: 4rem;
}

.md_maintxt2 .md_cont{
	padding: 4rem 0;
}

.md_maintxt .md_cont p {
	padding: 8rem 0 0rem 4rem;
}

.md_maintxt2 .md_cont p {
	width: 36%;
	padding: 0 0 0 4rem;
}

.md_maintxt2 .md_cont p img {
	margin-top: 4rem;
}

.l_balanceball .md_maintxt .md_cont p {
	padding: 8rem 0 4rem 4rem;
}

.l_balanceball .md_maintxt2 .md_cont p {
	padding: 6rem 0 6rem 4rem;
}

.l_balanceball .md_maintxt2 .md_cont p strong {
	font-size: 2rem;
}

.md_class {
	background: #f2f2f2;
}

.md_class h2 {
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 2rem;
}

.md_class h2 + p {
	text-align: center;
}

.is_class li {
	border: #ff00b9 0.4rem solid;
	border-radius: 1.4rem;
	background: #fff;
	margin-top: 3rem;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.is_class li div:nth-child(1) {
	width: 28%;
}

.is_class li div:nth-child(2) {
	width: 68%;
}

.is_class li div:nth-child(2) h3 {
	color: #ff00b9;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 3rem;
	text-indent: -3rem;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.is_class li div:nth-child(2) h3 span {
	font-size: 2.2rem;
}

.is_class li div:nth-child(2) h3 + p {
	font-size: 1.6rem;
}

.is_titschedule {
	color: #ff00b9;
	font-size: 4.6rem;
	font-weight: 900;
	background:linear-gradient(transparent 60%, #fff 60%);
	margin: 8rem 0 0 0;
	padding: 0 0.5rem;
	display: inline-block;
}

.is_titschedule span {
	color: #000;
	font-size: 1.6rem;
	margin-left: 2rem;
}

.is_titschedule + p {
	width: 80%;
	margin: -4rem auto 0 auto;
}

.is_titapproach {
	width: 40%;
}

.is_titreason {
	width: 56%;
}

.is_titvoice {
	width: 40%;
}

.is_titosusume {
	width: 52%;
}

.is_titwhy {
	width: 60%;
}

.is_titrelationship {
	width: 56%;
}

.is_approach {
	margin-left: 2rem;
}

.is_approach li {
	font-size: 2rem;
	margin-top: 3rem;
	position: relative;
}

.is_approach li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 16px;
	height: 16px;
	background-color: #ff00b9;
	border-radius: 100%;
}

.md_osusume {
	border: #000 1px solid;
	background: #fff;
	margin: 4rem 0;
	padding: 2rem;
}

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

.md_osusume > p{
	font-size: 3rem;
	text-align: center;
}

.is_osusume ul {
	width: 48%;
}

.is_osusume ul li {
	font-size: 1.6rem;
	text-indent: -2rem;
	padding-left: 2rem;
}

.md_reason {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.md_reason dt {
	color: #ff00b9;
	text-align: center;
	font-size: 4rem;
	width: 6%;
	margin-top: 2rem;
}

.md_reason dd {
	border-left: #ff00b9 2px solid;
	width: 90%;
	margin-top: 2rem;
	padding-left: 2rem;
}

.md_reason dd p:nth-child(1) {
	color: #ff00b9;
	font-size: 2.6rem;
}

.md_reason dd p:nth-child(2) {
	font-size: 1.8rem;
}


@media screen and (max-width:1280px){
	.md_maincare {
		left: inherit;
		right: 4rem;
		transform: inherit;
		-webkit-transform: inherit;
	}
	
	.md_maintxt .md_cont {
		padding-bottom: 4rem;
	}
	
	.md_maintxt .md_cont p {
		padding: 8rem 0 0 0;
	}
	
	.md_maintxt .md_cont p {
		width: 40%;
	}
	
	.md_maintxt2 .md_cont p {
		width: 36%;
		padding: 0;
	}
	
	.l_balanceball .md_maintxt .md_cont p {
		padding: 8rem 0 0 0;
	}
	
	.l_balanceball .md_maintxt2 .md_cont p {
		padding: 4rem 0 4rem 0;
	}
	
	.md_maintxt p {
		font-size: 2.2rem;
	}
	
}

@media screen and (max-width:767px){
	.md_maintxt .md_cont {
		width: 92%;
		padding-bottom: 4rem;
	}
	
	.md_maintxt2 .md_cont {
		width: 92%;
		padding: 4rem 0;
	}
	
	.md_maintxt .md_cont p {
		padding: 4rem 0 0 0;
	}
	
	.md_maintxt .md_cont p,
	.md_maintxt2 .md_cont p {
		width: 54%;
	}
	
	.l_balanceball .md_maintxt .md_cont p {
		padding: 4rem 0 0 0;
	}
	
	.is_class li div:nth-child(2) h3 + p {
		font-size: 1.8rem !important;
	}

}

@media screen and (max-width:599px){
	.md_maincare {
		width: 92%;
	}
	
	.is_class li {
		padding: 2rem;
	}
	
	.is_class li div:nth-child(1),
	.is_class li div:nth-child(2) {
		width: 100%;
	}
	
	.is_class li div:nth-child(1) {
		margin-bottom: 2rem;
	}
	
	.is_titschedule + p {
		width: 100%;
	}
	
	.is_approach li::after {
		width: 10px;
		height: 10px;
	}
	
	.is_osusume ul {
		width: 100%;
	}
	
	.is_titapproach,
	.is_titreason,
	.is_titvoice,
	.is_titposture,
	.is_titosusume,
	.is_titwhy,
	.is_titrelationship {
		margin-left: -10rem;
	}
	
	.l_care .md_maintxt2 .md_cont p {
		width: 100%;
	}
	
	.is_titschedule span {
		margin-left: 0;
		display: block;
	}
	
	.is_titreason {
		width: 90%;
	}
	
	.is_titosusume {
		width: 80%;
	}
	
	.is_titwhy {
		width: 90%;
	}
	
	.is_titrelationship {
		width: 90%;
	}
	
	.md_maintxt3 .md_cont {
		padding-bottom: 12rem;
	}
	
}


/*---------------------
目指す自立型産後ケアとは
---------------------*/
.l_careabout {
	background: url(../img/bg_banana.jpg) center center/100% auto;
	/*background: rgb(255,135,181);
	background: linear-gradient(130deg, rgba(255,135,181,1) 0%, rgba(255,191,172,1) 50%, rgba(249,237,111,1) 100%);*/
	padding-bottom: 4rem;
	overflow: hidden;
}

.l_careaboutt:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.md_careabout {
	background: #f2f2f2;
	padding: 4rem 0;
}

.is_careabout1 {
	float: right;
	width: 40%;
	margin-top: -16rem;
	margin-bottom: 4rem;
}

.l_careabout h2 {
	color: #ff00b9;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 1), 2px 2px 2px rgba(255, 255, 255, 1), -2px -2px 2px rgba(255, 255, 255, 1), -4px -2px 2px rgba(255, 255, 255, 1), 4px 1px 2px rgba(255, 255, 255, 1);
	margin-bottom: 2rem;
}

.l_careabout p {
	color: #fff;
	font-size: 2rem;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.md_careabout2 {
	clear: both;
	margin-top: 4rem;
	display: flex;
	align-items: flex-end;
}

.is_careabout2 {
	width: 40%;
	margin-right: 4rem;
}

@media screen and (max-width:1280px){
	.l_careabout h2 {
		font-size: 2.4em;
	}
	
	.l_careabout p {
		font-size: 1.6rem;
	}
	
}

@media screen and (max-width:599px){
	.l_careabout {
		background: url(../img/bg_banana.jpg) center center/auto 100%;
	}
	
	.l_careabout h2 {
		clear: both;
	}
	
	.l_careabout h2 {
		font-size: 2em;
	}
	
	.l_careabout p {
		font-size: 2rem;
	}
	
	.l_careabout p br {
		display: none;
	}
	
	.md_careabout2 {
		display: block;
	}
	
	.is_careabout2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4rem;
	}
}


/*---------------------
お客様のお声
---------------------*/
.is_voice {
	float: right;
	width: 50%;
	margin: 0 0 4rem 4rem;
}

.l_voice ul li {
	font-size: 2rem;
	text-indent: -1em;
	margin-top: 2rem;
	padding-left: 1em;
}

.md_price {
	border: #ff00b9 6px double;
	background: #f2f2f2;
	margin: 4rem;
	padding: 2rem 4rem;
}

.l_voice ul li span {
	background:linear-gradient(transparent 60%, #ff96e2 60%);
}

.is_price strong {
	color: #ff00b9;
	font-size: 2.4rem;
	font-weight: 900;
}

.is_price span {
	color: #ff00b9;
	font-weight: 900;
}

.is_pricenaiyo {
	font-size: 1.8rem;
	margin-top: 2rem;
}

@media screen and (max-width:599px){
	.md_price {
		margin: 4rem 0;
	}
}


/*---------------------
産後トータルケアクラスへの想い
---------------------*/
.l_totalcare {
	background: rgb(255,135,181);
	background: linear-gradient(130deg, rgba(255,135,181,1) 0%, rgba(255,191,172,1) 50%, rgba(249,237,111,1) 100%);
	position: relative;
}

.l_totalcare .md_cont {
	max-width: 840px;
}

.md_totalcare {
	border: #000 2px solid;
	background: #fff;
	padding: 5px 0 0 5px;
	width: calc( 100% - 10px );
}

.is_totalcare {
	border: #000 2px solid;
	background: #fff;
	width: calc( 100% + 10px - 8rem );
	margin-bottom: -10px;
	padding: 4rem;
}

.is_totalcare h2 {
	width: 90%;
	margin-bottom: 2rem;
}

.is_upset {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.is_upset2 {
	flex-direction: row-reverse;
}

.is_upset div:nth-child(1) {
	width: 60%;
}

.is_upset div:nth-child(2) {
	width: 38%;
}

.is_upset h3 {
	color: #ff00b9;
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
}

.is_upset div:nth-child(2) p {
	margin-bottom: 2rem;
}

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

.is_photo2 p {
	width: 49%;
	margin-top: 2rem;
}

@media screen and (max-width:599px){
	.is_upset div:nth-child(2) {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.is_upset div:nth-child(2) p {
		width: 49%;
		margin-top: 2rem;
	}
	
	.is_totalcare h2 {
		width: 100%;
	}
	
	.is_upset div:nth-child(1) {
		width: 100%;
		margin-bottom: 2rem;
	}
	
	.is_upset div:nth-child(2) {
		width: 100%;
	}

}


/*---------------------
バランスボール
---------------------*/
.l_balanceball p.is_imgapproach {
	width: 80%;
	margin: 4rem auto;
}

.is_approachlist {
	border: #ff00b9 1px solid;
	margin: 2rem 8rem 8rem 8rem;
	padding: 4rem 8rem;
}

.is_approachlist li {
	font-size: 2rem;
	padding: 0 0 0 20px;
	position: relative;
}

.is_approachlist li::before {
	content: "";
	border: #000 1px solid;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 13px;
	left: 0;
	display: block;
}

.is_titposture {
    width: 70%;
}

.is_posture {
	width: 60%;
	margin: 2rem auto;
}

.md_posture {
	position: relative;
	margin-bottom: 18rem;
}

.is_posture1 {
	width: 60%;
	margin: 2rem auto;
}

.is_posture2 {
	max-width: 300px;
	width: 30%;
	position: absolute;
	bottom: -10rem;
	left: 8rem;
}

.is_posture3 {
	max-width: 400px;
	width: 40%;
	position: absolute;
	bottom: -13rem;
	right: 12rem;
}

.md_posture + p {
	font-size: 2rem;
	text-align: center;
}

.md_posture + p strong,
.is_what li div:nth-child(2) h3 + p strong {
	color: #ff00b9;
}

.is_what li div:nth-child(2) h3 + p {
	font-size: 1.4rem;
}

.md_what {
	background-image: url(../balanceball/img/bg_what.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 20rem;
}

.l_strongest {
	background: url(../balanceball/img/bg_strongest.jpg) no-repeat right top;
	background-size: 100% auto;
}

.l_strongest h2 {
	font-size: 3.8rem;
	font-weight: 900;
	margin-bottom: 2rem;
}

.l_strongest h2 + p {
	width: 34%;
}

.is_kome {
	margin-top: 4rem;
}

.is_kome a {
	text-decoration: underline;
}

.is_kome a:hover {
	text-decoration: none;
}

.md_h2 {
	display: flex;
	align-items: center;
}

.md_h2 div:nth-child(1) {
	width: 160px;
	margin-right: 20px;
}

.md_h2 div:nth-child(2) {
	width: calc( 100% - 180px);
}

.md_class .md_h2 h2 {
	text-align: left;
	margin-bottom: 1rem;
}

.md_class .md_h2 h2 + p{
	text-align: left;
}

.md_class h2 {
	font-size: 3.8rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 2rem;
}

.l_totalcare2 {
	margin-bottom: 0;
}

.l_faq {
	background: url(../img/bg_bananacolor.png);
}

.is_faq dt {
	display: flex;
	align-items: center;
}

.is_faq dd {
	border-bottom: #837873 3px dotted;
	display: flex;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}

.is_faq dt p:nth-child(1),
.is_faq dd p:nth-child(1) {
	width: 60px;
}

.is_faq dt p:nth-child(2),
.is_faq dd p:nth-child(2) {
	width: calc( 100% - 60px );
}

.is_faq dt p {
	color: #ff00b9;
	font-weight: 700;
}

.is_faq dt p:nth-child(1) {
	font-size: 4rem;
}

.is_faq dt p:nth-child(2) {
	font-size: 2.4rem;
}

.is_faq dd p:nth-child(1) {
	color: #ff00b9;
	font-size: 4rem;
	font-weight: 700;
}

.is_faq dd p:nth-child(2) {
	font-size: 2.2rem;
	padding-top: 1rem;
}

.is_faq dd p:nth-child(2) span {
	font-size: 1.6rem;
	display: block;
}

.is_faq dd p:nth-child(2) a {
	text-decoration: underline;
	margin: 0 0.5rem;
}

.is_faq dd p:nth-child(2) a:hover {
	text-decoration: none;
}

.is_upset3 {
	flex-direction: row-reverse;
}

.is_upset3 div:nth-child(1) {
	width: 38%;
}

.is_upset3 div:nth-child(2) {
	width: 60%;
}

@media screen and (max-width:1280px){
	.l_balanceball .md_class .md_cont {
		padding-top: 8rem;
	}
	
	.is_posture2 {
		left: 0;
	}
	
	.is_posture3 {
		right: 0;
	}
	
}

@media screen and (max-width:599px){
	.l_balanceball p.is_imgapproach {
		width: 100%;
	}
	
	.is_approachlist {
		border: #ff00b9 1px solid;
		margin: 2rem 0 8rem 0;
		padding: 4rem 4rem;
	}
	
	.is_approachlist li {
		padding: 0 0 0 16px;
	}
	
	.is_approachlist li::before {
		width: 8px;
		height: 8px;
		top: 4px;
	}
	
	.md_posture + p {
		font-size: 100%;
	}
	
	.is_posture1 {
		width: 100%;
	}
	
	.is_posture2 {
		width: 40%;
	}
	
	.is_posture3 {
		width: 50%;
	}
	
	.l_strongest {
		background: url(../balanceball/img/bg_strongest_sp.jpg) no-repeat right top;
		background-size: 100% auto;
	}
	
	.l_strongest h2 + p{
		width: 72%;
	}
	
	.is_upset3 {
	flex-direction: row-reverse;
	}
	
	.is_upset3 div:nth-child(1) {
		width: 50%;
		margin: 0 auto 2rem auto;
	}
	
	.is_upset3 div:nth-child(2) {
		width: 100%;
		display: block;
	}
	
	.is_upset3 div:nth-child(2) p {
		width: 49%;
		margin: 2rem auto 0 auto;
	}
	
	.l_faq {
		background-size: 100% auto;
	}
	
	.is_faq dt p:nth-child(1),
	.is_faq dd p:nth-child(1) {
		width: 40px;
	}
	
	.is_faq dt p:nth-child(2),
	.is_faq dd p:nth-child(2) {
		width: calc( 100% - 40px );
	}
	
	.md_h2 {
		flex-wrap: wrap;
	}
	
	.md_h2 div:nth-child(1) {
		width: 80px;
		margin: 0 auto 2rem auto;
	}
	
	.md_h2 div:nth-child(2) {
		width: 100%;
	}
	
	.md_class .md_h2 h2,
	.md_class .md_h2 h2 + p {
		text-align: center;
	}
	
	.is_titapproach {
		width: 60%;
	}
	
	.is_titposture {
		width: 100%;
	}
	
	.is_titvoice {
		width: 60%;
	}
}


/*---------------------
骨盤メンテナンス
---------------------*/
.md_kotsuban {
	margin-bottom: 8rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.md_kotsuban div {
	width: 48%;
}

.md_kotsuban div .is_approachlist {
	margin: 2rem 0;
	padding: 2rem 4rem;
}

.l_kotsuban .md_posture {
	margin-bottom: 0;
}

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

.md_bone div:nth-child(1) {
	width: 26%;
}

.md_bone div:nth-child(2) {
	width: 70%;
}

.md_bone div:nth-child(1) dl dt {
	color: #ff00b9;
	font-weight: 800;
	text-align: center;
	border: #ff00b9 2px solid;
	border-radius: 0.8rem;
	background: #fff;
	margin-bottom: 1rem;
	padding: 0.5rem;
}

.md_bone div:nth-child(1) dl dd {
	margin-bottom: 4rem;
	padding: 0 1rem;
}

.md_bone div:nth-child(1) dl dd:last-child {
	margin-bottom: 0;
}

.md_bone div:nth-child(1) dl dd ul {
	margin-left: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.md_bone div:nth-child(1) dl dd ul li {
	list-style: disc;
	width: 50%;
}

.md_bone div:nth-child(1) dl dd ul li.w100 {
	width: 100%;
}

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

.md_relationship div:nth-child(1) {
	width: 54%;
}

.md_relationship div:nth-child(2) {
	width: 42%;
}

.md_relationship div:nth-child(1) p {
	font-size: 2rem;
	margin-top: 2rem;
}

.md_relationship div:nth-child(1) p strong {
	color: #ff00b9;
}

.l_self {
	margin-bottom: 0;
}

.l_self .md_cont > p{
	text-align: center;
}

.l_self .md_cont .md_h2 {
	margin-bottom: 4rem;
}

.l_self .md_cont h2{
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	margin: 2rem 0 0 0;
}

.l_self .md_cont h2 img{
	width: 60px;
}

.l_self .is_upset{
	flex-direction: row-reverse;
}

.l_self .is_upset div:nth-child(1) {
	width: 58%;
}

.l_self .is_upset div:nth-child(1) p {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.l_self .is_upset ul {
	display: flex;
	justify-content: space-between;
	margin: 0 2rem;
}

.l_self .is_upset ul li {
	width: 48%;
}

.l_self .is_upset ul li img {
	border-radius: 0;
}


@media screen and (max-width:1280px){
	.md_kotsuban {
		align-items: flex-end;
	}
}

@media screen and (max-width:767px){
	.md_kotsuban div {
		width: 100%;
		margin-bottom: 2rem;
	}
}


@media screen and (max-width:599px){
	.md_bone div:nth-child(1),
	.md_bone div:nth-child(2),
	.md_relationship div:nth-child(1),
	.md_relationship div:nth-child(2),
	.l_self .is_upset div:nth-child(1),
	.l_self .is_upset div:nth-child(2) {
		width: 100%;
	}
	
	.md_bone div:nth-child(2),
	.md_relationship div:nth-child(2){
		margin-top: 4rem;
	}
	
	.md_bone div:nth-child(1) dl dd ul li.w100 {
		width: 50%;
	}
	
	.l_self .is_upset {
		flex-direction: column-reverse;
	}
	
	.is_upset div:nth-child(2) p {
		width: 48%;
		margin: 0 auto 2rem auto;
	}
	
	.l_self .md_cont p {
		text-align: center;
	}
	
	.l_self .md_cont h2 {
		font-size: 3.2rem;
	}
	
	.l_self .md_cont h2 img {
		width: 40px;
	}
	
	.is_upset3 div:nth-child(2) p,
	.is_upset4 div:nth-child(2) p {
		width: 100%;
	}

}
